Tell the step by step procedure to print a smart form?
Answer Posted / sreehari anantha
1 ) Execute Smartforms Tcode.
2 ) Design the smartform as per client Req
3 ) Save Check and Activate the Smartform
4 ) once Activated Function Module NO. will be generated
5 ) Based on the FM NO. create a PrintProgram.
6 ) FM is client Independent.
7 ) SSF_FUNCTION_MODULE_NAME is the fm to generate the FM NO.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Under Data Transfer Portion of ABAP, what do you mean by DX Project
What is lock object ? : abap data dictionary
What is the function of the transport system and workbench organiser? : abap data dictionary
why particularly lock object name starts with EZ OR EY?
If I want to execute a program only in background not in foreground is there any option for this? : abap bdc
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?
Does the external program run in the same sap luw as the caller, or in a separate one?
I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management
Can we call reports and transactions from interactive reporting lists?
What is primary index?
What are the functional modules used in sequence in bdc? : abap hr
How to combine multiple billing into one RV document ( Step by Step)?
Name the function module used to convert logical file names to physical file names in abap/4 programs?
What are pooled tables? : abap data dictionary
What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?