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 the domains and data element?
What are matchcodes?
What is a predefined type in abap?
What are the arithmetic operators in the sap abap?
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.
What are the steps in creating screen ?
How will you link form with the event driven in sap scripts?
What is an update task?
Where are you used type casting?
Persistent class
What are the advantages of logical databases?
Which function modules can be used to transfer the data using bdc programming? : abap bdc
How to pass data from list to report?
How do you do bdc for a table control? : abap bdc
What two statements are required in an abap program to output an icon using a write statement?