smartforms have an advantage i.e,both layout and code can
combine .but when we go for driver program in smartform?
Answer Posted / hemal
Smartforms are created as the function modules...the driver program passes data to these FMs.....so when we want to do any modifications to pass data to the smartforms we have to go to modify the driver program.....
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the drill-down features provided by abap/4 in interactive lists?
How many structures can be created in a Ztable ?
What are the prerequisites for creating foreign key relationship?
What is an rfc?
Why do we declare a method of a class final? What can be the purpose? Give a scenario.
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
What are screen painter and menu painter? : abap hr
What is the difference between upload and ws_upload ? : abap bdc
What abap statement will trigger list generation?
What are the two levels in defining a match code? : abap data dictionary
Explain the relationship between a functional area, user group, and query when developing queries using the sap query tool?
Define database layer? : abap data dictionary
What is evaluation path, where do we do it and why? : sap abap hr
What is the difference between open_form and close_form?
What are the different control break statements available inside a loop?