How do you write a function module in SAP? describe.
Answer Posted / shatrughan singh
• create function group.
• create function module program in se37.
specify the parameters for passing data to and from the module and the exceptions.
write source code.
• write exe program calling the funtional program.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is use of transparent table in abap? How it is different from pool tables?
What do you understand by work area and internal tables in abap? Why do we use it?
Can multiple abap systems connect to abap database?
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
What is retro active accounting
Name some data dictionary objects?
How to call transaction in session method without recording?
What is abap dictionary or data dictionary? What is the transaction to access abap dictionary? : abap data dictionary
How many main windows will be there in a page window?
What happens if a function module runs in an update task? : abap modularization
Explain how to create any functions?
Give an example of interface from your project explaining why you used it?
What is search help exit? : sap abap data dictionary
Explain what are the problems in processing batch input sessions?
How to creat transactions? : abap data dictionary