What are MENUEXITS, SCREENEXITS, FUNCTIONEXITS, FIELDEXITS and
what is the difference between them ?
Answers were Sorted based on User's Feedback
Answer / vijay babu
adding new menu into the menu item with out changing r/3
standards is known as menu exit.
adding sub=screen area into the screen with out changing
r/3 standards is known as screen exit.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
Answer / harpal
As above stated is right.
In field exit we can add some user condition on based of
particular screen fields.
Every field-exit is unique for each screen.
User-Exit : these are based on Form methods.
Is This Answer Correct ? | 0 Yes | 0 No |
What are the aggregate objects in the dictionary? : abap data dictionary
why particularly lock object name starts with EZ OR EY?
How to execute a smart form?
In sap script how to print bar code in vertical manner
Explain the advantages/disadvantages of logical databases?
1/ How do u apprach if error occur in sending idocs ? 2/ where u assigned process code ?
What is the maximum number of match code id's that can be defined for one match code object? : abap data dictionary
What are the types of windows in sap script?
what is difference between update and modify
what is bapi?
explain any one in briefly what are the books we have to buy to study dont say see the help or abap 21 days if u have any other materials to study please suggest me i am unable to understand
Name the abap/4 modularization techniques?