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 disadvantages of different types of bdc's?
What are the data types of the abap/4 layer?
How to create user interfaces for lists?
how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?
What are the function of the transport system and workbench organiser? : abap data dictionary
What are differences between at selection-screen and at selection-screen output?
What are the uses of interactive reporting?
Explain the advantage of structures?
Can you create a table with fields not referring to data elements? : abap data dictionary
What is a collect statement?
The max number of calling modes stacked at one time is?
Have you set up a back ground job ? How to create a background job without a variant ?
What is the difference between data elements and domains?
How does the interection between the dynpro and the abap/4 modules takes place?
What is an update task? : abap modularization