how to find the print/driver prg of smartform.I used FM SSF_FUNCTION_MODULE_NAME in driver prg.
Answer Posted / purnaiah
He did not asked the Question Correctly..
SSF_FUNCTION_MODULE_NAME we can use in the Driver Program only..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
What is an rfc?
What is a badi?
What are the ways you can do the tuning?
What are the prerequisites for creating foreign key relationship?
in bdc session method. if u run the record in fore ground manually i have a 7 records but at the time of record processing first record produces the error how can u process records manually in fore ground please tell me any one knows?
What are client dependant objects in abap/sap?
What is pass by value and what is pass by reference? Which is better?
Explain what is the step-by-step process to create a table in data dictionary?
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 static attribute
How many types of size categories and data classes are there? : abap data dictionary
How is conversion of data types done between abap/4 & db layer?
What are the differences between sap memory and abap memory?
Difference between call by value and call by reference? : abap data dictionary