I have two applications one is 'cov letter' and Purchase
order.how will you process these forms in your driver
program and tell me the sequence of the FM?
Answer Posted / sudhakar1207
Initial we have use the FM 'OPEN_FORM' without specifying
any FORM NAME.
Then we need to Call FM 'START_FORM' by passing the FORM
NAME as 'Cover Letter'.
Then we need to Call FM 'WRITE_FORM' TO pass the data.
Then we need to Call FM 'END_FORM' TO Close the Cover
Letter.
Then we need to Call FM 'START_FORM' By passing the FORM
Name as 'Purchase Order' Or 'MEDRUCK'.
Then Again Call FM 'WRITE_FORM'.
Then Call FM 'END_FORM'.
Finally we need to Call FM 'CLOSE_FORM'.
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are the drill-down features provided by abap/4 in interactive lists?
How do I find the output type of a table or a program?
Explain how to create any functions? How to go about it?
Define external layer? : abap data dictionary
Difference between sy-tabix and sy-index? Where it is used?
What are the objects of the abap dictionary or what types of objects can be created in the abap dictionary? : abap data dictionary
What are match codes? describe?
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization
Sales Order Information Report that lists information like sales order no, Item no, material no, Quantity, Quantity unit, Net value, Currency,Sub Total, Grand Total. plz mention the detail coding Tahnks, Rahul
What is sapnet?
1 . how do u design technical documentation in abap ? 2 . what u currently devloped in sap abap ?
What happens if only one of the commands set screen and leave screen is used without using the other?
What is the full form of spro? : sap abap hr
What does an exec sql statement do in abap?
What are null values? : abap data dictionary