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
Explain what are the events used in interactive reports?
What is the difference between get and get late?
what is the difference between Blocked ALV and interactive ALV?
What is a function group? : abap modularization
how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?
i have cleared my technical round and manager round in cts but they told me u will get a call with in couple of days now i dont know about my status
Does the table can have multiple foreign keys?
Explain the Inportance of pa30? : abap hr
What is human resource information systems (chris)? : sap abap hr
What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary
What functions does a data dictionary perform ?
What is difference between dependent and independent data?
After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?
Program lines for the radio button selection and unabling some input variables in section screen
What is the difference between bdc_open_group and bdc_open_dataset. : abap bdc