how to find the print/driver prg of smartform.I used FM SSF_FUNCTION_MODULE_NAME in driver prg.
Answer Posted / raj
in three ways we csn do it
1) Check the table TNAPR.
2) go to the Tcode -> NACE
3) Go to the T-code 'SMARTFORMs'
Give your form name
go to the general attributes.
Check the Package name.
then go to T-Code-> SE80
there check the program name for a package wise
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Proxy Programming with ABAP - How to develop the Proxy identification through programming
What does an exec sql statement do in abap? What is the disadvantage of using it?
Abstract class and interface, multiple inheritance, live example
Have you set up a back ground job ? How to create a background job without a variant ?
What is new enhancement framework?
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 collective search help? : sap abap data dictionary
Can you show multiple alvs on a single screen?
What is append search help? : sap abap data dictionary
Did you create any joins?
While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc
Explain the difference between tables and structures?
Differentiate screen painter from menu painter.
What is the difference between skip and reserve?
Does the external program run in the same sap luw as the caller, or in a separate one?