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 the difference between RETURNING and CHANGING parameters for a method?
What is meant by authorization? Did you ever work on it? : sap abap hr
What is the function of a domain? : abap data dictionary
Why lsmw does not support call transaction method? : abap bdc
The max number of calling modes stacked at one time is?
How memory management happens for internal tables and work areas in abap?
what is bapi,badi,bdc,ale idocs?
How do you Export a session ?
Explain what are the different functions used in sap script? What are the parameters used in each function?
Why bapi need then bdc ? : abap bdc
What are the dynamic actions and how to configure it? : sap abap hr
Explain what are the system fields? Explain?
What are Pull and Push Methods?
How we format the data before before write statement in report ?
Exception handling and how does it transfer from called method to calling method?