What are MENUEXITS, SCREENEXITS, FUNCTIONEXITS, FIELDEXITS and
what is the difference between them ?
Answer Posted / sudhakar1207
IN two ways We can Enhance the SAP standard objects without
changing them.
1) Customer Exits ( Using Procedural Approach)
2) Business Add-Ins(Using Object Oriented Approach)(From
4.6C Onwards)
Customer Exits are further classified into
1) Menu Exits: Used to add the Menu Options to Standard
objects as per the customer requirement.
2) Screen Exits: Used to add Customer Fields to the standard
Objects.
3) Function Exits: Used to add Customer functionality to
standard Object.
4) Field Exits: Used to add Conversion routines as per the
customer requirement. that is both Internal to External and
Vice Verse.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
A subroutine can be terminated unconditionally using exit. State true or false : abap modularization
What are the aggregate objects in the dictionary? : abap data dictionary
What is view? Different types of view. Explain?
What is database utility?
What are the two levels in defining a match code ?
Different types of luws. What are they?
how to use the xk01 in realtime.can it apply the others. how it it will goes to first page and next page.
if while coding power goes off , how to retrieve the codes?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
What is an “on request field” statement?
How do you set up background jobs in sap? What are the steps? What are the events driven batch jobs?
What is the significance of delivery class? : abap data dictionary
Create any functions? How to go about it?
Does every abap/4 have a modular structure?
Interactive Report that list purchase order details of a vendor. When the user double clicks on material number it shows detail list with fields matkl, meins, brgew, ntgew, gewei.The selection screen consist of sales organisation, distribution channel and material number. plz mention the detail coding Tahnks, Rahul