how to edit text in script?and how to migrate scripts into
smart forms?
Answer Posted / gspavan
FB_MIGRATE_FORM is the function module to convert script to smart form.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the different function modules used in sapscript?
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
What is table attribute? : abap data dictionary
What are the types of views? : sap abap data dictionary
What are the function modules used in f4 help?
Define the various contents of technical specifications ?
How we can give authorization on the fields of table control in a dialog-programming?
PLEASE HELP ANYONE ON THIS ISSUE,is there any problem with this function module :RHPQ_T77BX_ADD_QUALIS_OF_DPLAN. IT IS TRIGGERING BEFORE COMPLETION OF THE DEVELOPMENT PLAN but it has to trigger after compltion of development plan..this issue raised in my project..so reply urgently..thanks in advance..
How to do find it?
How we format the data before writing a statement in the report?
Explain badi in abap.
What are control tables? : abap data dictionary
How are BAPI different from Normal function modules ?
how can we enable hyperlink in screen painter?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.