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 / 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 |
how to transfer smartforms?
Events in Interactive reporting?
What two statements are required in an abap program to output an icon using a written statement?
Where the payroll results are stored
In two structures S1 and S2 having same structure of five fields each how can You transfer data from S1 to S2 ?
what is text symbol and standard symbol?
What is the structure of a BDC sessions.
Cds views
In BDC, data transfer is done success in foreground mode but if we done the same in background mode it shows errors. What is the reason?
What are datasets in abap?
what is a fiscal year ?
what is difference between value table and check table?