what are diffrences between user-exits and customer-exits?
Answer Posted / p.mahesh
USER-EXITS: THIS ARE SUB ROUTINES WHERE WE HVE TO OUR
CUSTOM CODE .
TECHNICALLY THIS ARE CALLED AS "MODIFICATIONS" .
WE NEED ACCESS KEY FOR USER EXITS.
THESE ARE AVAILABLE ONLY IN SD MODULE .
CUSTOMER-EXITS : THIS ARE INCLUDE PROGRAMS WHICH ARE
AVAILABLE IN FUNCTION MODULE .
TECHNICALLY THIS ARE CALLED AS "ENHANCEMENTS" .
WE DNT NEED ANY ACCESS KEY FOR CUSSTOMER EXITS.
THESE ARE AVAILABLE ONLY IN ALL MODULE
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What are interface/conversion programs in SAP?
How can you manipulate the presentation and attributes of interactive lists?
How to create a link between modified form and modified print program?
Explain what are the events used for logical database?
Explain the difference between float and packed data type?
****THANK YOU ALL ABAP EXPERTS**** I got a JOB as ABAP Consultant in Infosys.I cleared the interview.The question posted here are really good.I cleared interview based on this material only.It really works.I thank all members who posted que&ans here. Those who are in search of job in MNC study this question set only you will get sucess. Thanks once again allinterview.com and members of this community. tulika20021@rediffmail.com
SAP query how to use end users?
What is the difference between RETURNING and CHANGING parameters for a method?
What kind of financial periods exist in SAP? What is the relevant table for that?
What is the difference between commit-work and rollback-work tasks?
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
What is meant by exclusive, not cumulative lock? : sap abap data dictionary
What is asynchronous update?
How can we use multiple transactions by using bdc_insert? : abap bdc
What is the difference between sy-tabix and sy-index? Where it is used?