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


Please Help Members By Posting Answers For Below Questions

How the at-user command serves mainly in lists?

860


In sap scripts, how will you link form with the event driven?

764


ABAP : Classical reports events name

1116


When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization

820


What are the list of screen elements?

777


What is a table attribute?

824


On which event we can validate the input fields in module programs?

841


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

795


What is an interactive report? What is the obvious difference of such report compared with classical type reports?

758


How to Modify Layout set for RVORDER01 for printing sales order confirmation. plz mention the detail coding Tahnks, Rahul

3646


how do you call third selection screen ?

1857


Explain what is sap script?

856


What is retro active accounting

1812


Can we use on change of between select and endselect?

803


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.

2039