Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9269

Re: Enhancement used for vf01

$
0
0

Hi Bindu,

 

> goto se38 , put  RV60AFZZ  as prog. name and display .

> use USEREXIT_ACCOUNT_PREP_KOMPCV  - U need access key for coding inside or  if u r unable to get access key , then u can go for implicit enhancement in the same sub routine .

(if its already opened with a access key, u may not be asked for a access key)

follow the process below....

Program->enhance

Edit->enhancement operations->show implicit enhancement options

Right click on  the line

choose   ->Enhancement Implementation->create->code

create a implementation there and write the code  as below..

IF    sy-ucomm = 'SICH'                     "- function code for save  push button

 

 

CALL FUNCTION 'CREATE_TEXT'
  EXPORTING
  FID = THEAD-TDID                "TEXT ID FOR HEADER TEXT
  FLANGUAGE = THEAD-TDSPRAS       "LANGUSGE
  FNAME = THEAD-TDNAME            "TEXT NAME - BILLING DOC. NUMBER
  FOBJECT = THEAD-TDOBJECT        " OBJECT FOR HEADER TEXT
* SAVE_DIRECT = 'X'
* FFORMAT = '*'
  TABLES
  FLINES = IT_TEXTS               " TEXT U WANT TO PUT IN HEADER TEXT
  EXCEPTIONS
  NO_INIT = 1
  NO_SAVE = 2
  OTHERS = 3.

 

endif .

 

Regards

DJ


Viewing all articles
Browse latest Browse all 9269

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>