Answer Posted / phalani.kanth
Once Smart form created internally system creates a Function
module.
Smart form execution can be done in the following ways,
1. Directly execute the smart form from SMARTFORMS
transaction (internally it triggers the system function module).
2. Execute the system generated function module directly
from SE37.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is the use of buffering?
What is the difference between field-group header and other field groups? : abap modularization
What are the different types of parameters? : abap modularization
Can i Have Some Realtime Examples on Badi ?
What is dynpro? what are its components ?
Does the external program run in the same sap luw as the caller, or in a separate one?
What is view? Different types of view.
What are the events we use in dialog programming and explain them?
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 the process to enhance the Infotype
Can we include customizing include or an append structure with pooled or cluster tables? : abap data dictionary
On ABAP, Did you set up a workflow? Are you familiar with all steps for setting up a workflow?
Explain how to create any functions? How to go about it?
What happens Update command is used without where clause ?
What data is contained in data dictionary? : abap data dictionary