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

What are the drill-down features provided by abap/4 in interactive lists?

792


How do I find the output type of a table or a program?

774


Explain how to create any functions? How to go about it?

734


Define external layer? : abap data dictionary

880


Difference between sy-tabix and sy-index? Where it is used?

702


What are the objects of the abap dictionary or what types of objects can be created in the abap dictionary? : abap data dictionary

711


What are match codes? describe?

824


The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization

793


Sales Order Information Report that lists information like sales order no, Item no, material no, Quantity, Quantity unit, Net value, Currency,Sub Total, Grand Total. plz mention the detail coding Tahnks, Rahul

1915


What is sapnet?

1154


1 . how do u design technical documentation in abap ? 2 . what u currently devloped in sap abap ?

2770


What happens if only one of the commands set screen and leave screen is used without using the other?

797


What is the full form of spro? : sap abap hr

928


What does an exec sql statement do in abap?

750


What are null values? : abap data dictionary

886