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
There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.
What is difference between check table and value table ?
How do you backup Sapscript layout sets? Can you download and upload? How?
What are two different ways to add fields to sap tables?
Do we have to migrate all sapscript forms to smart forms?
SM35 transaction, How to automate BDC ?
What is pakey structure, pshd1 structure and what type of fields it contains? : abap hr
Name some system global variables you can use in abap programs?
Can a posting run be deleted? : sap abap hr
Explain how to Handle the internal tables in ABAP?
If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc
What is a logical database?
Sy index and sy tabix
What is a batch input session? : abap hr
What is a size category? : abap data dictionary