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 |
what is the use of SLIS type pool in alv reports?
write the codes for how to handle currency and date fields in bdc
What are Lock Objects, and their Differences
difference between user-exit and customer-exit?
How to compare the two tables between the two systems? what is the process if anyone tell me please give me the answer?
WHAT IS DIFFERENCE BETWEEN BATCH INPUT MEHTOD AND DIRECT INPUT
What are Delivery classes? What data will you want to transport during client copy?
How do we assign dynamic views while creating material master and generating bdc? : abap bdc
How to create a check box/option button in a list?
what is the use of select for all entries in an internal table?
Can search help be assigned to more than one table? Can matchcodes be assigned to more than one table?
What is a projection view? : abap data dictionary