why u can call(r using) ssf_function_module_name in smartforms?
Answer Posted / itchamps
The Smartform that is created in the Development may not
have the same name in the Production server. So it is
always advised to use the Function Module
SSF_FUNCTION_MODULE_NAME to get the Function Module name by
passing the Smartform name.
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How the at-user command serves mainly in lists?
In sap scripts, how will you link form with the event driven?
ABAP : Classical reports events name
When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization
What are the list of screen elements?
What is a table attribute?
On which event we can validate the input fields in module programs?
How do you send files to the legacy systems from sap and vice versa? How does one know that the legacy files have come on to the sap server you are working on? : abap bdc
What is an interactive report? What is the obvious difference of such report compared with classical type reports?
How to Modify Layout set for RVORDER01 for printing sales order confirmation. plz mention the detail coding Tahnks, Rahul
how do you call third selection screen ?
Explain what is sap script?
What is retro active accounting
Can we use on change of between select and endselect?
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.