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


Please Help Members By Posting Answers For Below Questions

How to find the return code of a statement in abap programs?

592


How do you Export a session ?

1438


How to call transaction in session method without recording?

1534


How to eliminate duplicate entries in internal tables?

668


Can a constructor be redefined?

905






What are Delivery classes? What data will you want to transport during client copy?

977


What are the aggregate objects in the dictionary? : abap data dictionary

732


What are authorization objects and what statement is used to perform an authorization check in an abap program?

552


What are null values? : abap data dictionary

607


Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?

594


Explain what is the difference between sy-tabix and sy-index? Where it is used?

551


How is collect statement different from append?

582


What is a view in sap? : abap data dictionary

610


How do you use structures in the abap programs?

591


Explain what are the problems in processing batch input sessions?

521