In the scripts,Which is mandatory function module means
with out
Open_form and can we write the print prg
Answer Posted / susmita
There are 3 mandatory FM in SAPSCRIPT
1.OPEN_FORM - The job request is created at the spool by
using this FM
2.Write_Form-it will write the content.
3.CLOSE_FORM - This FM closes the job reques created at the
spool unless and untill the job request is closed it will
not execute and the proccesing will not take place at the
spool henceforth nothing will get printed.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What are lock objects?
Can we display a list in a pop-up screen other than full-size stacked list?
What is the difference between Check and Continue?
How do you Export a session ?
How memory management happens for internal tables and work areas in abap?
Can you delete data element, which is being used by table fields?
What happens if a function module runs in an update task? : abap modularization
What are system variable in abap?
Explain what is the step-by-step process to create a table in data dictionary?
Can we use transfer dataset to transfer data in internal table ?
What are the two ways of producing a list within a transaction?
Explain lsmw?
What are Delivery classes? What data will you want to transport during client copy?
Have you set up a back ground job? How to create a background job without a variant ? : abap bdc
What is the lock object?