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
Explain the difference between free and refresh?
Name the special commands of list?
How many tables are there in sap?
Abstract class and interface, multiple inheritance, live example
What are types of select statements?
What is the difference between the function module and a normal abap/4 subroutine?
What is the syntex used to call a screen as dialog box (pop up)?
What are dml commands in abap?
What is an interactive report?
What are the events used in abap in the order of execution?
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.
What is an evaluation path? : sap abap hr
Explain the components of selection table?
What are conversion routines? : abap data dictionary
What is meant by stacked list?