what is the difference between user-exit & customer-exit?
Answer Posted / mahadeo d. kedari
Difference Between User Exit and Customer Exit in SAP:::
1)--User Exit is the include program.Where we need the access key to add the code.
-- Customer exit are the functions where we does not need access key to add the code
2)--User exit are the empty sub routines that SAP Provides,we can fill the code as per the requirement
--Customer exit are provided to the customer in the form of function module which holds the INCLUDE in the customer namespace
3)--The user exit affects the SAP Standards.
--The Customer exit does not affects SAP Standards
4)--A user exit is a three character code that instructs the system to access a program during system processing
--SAP creates customer exits for specific programs, screens, and menus within standard R/3 applications
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
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
A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?
What are the mandatory fields to be filled for BAPI_CUSTOMER_CREATEFROMDATA1
What is the difference between retroactive accounting period, earliest retroactive accounting period? : sap abap hr
What are the control break events in abap? : abap data dictionary
difference between Valuation type and valuation category?
In order to upload purchase order details, how you handle multiple values for a single field?
What is the use of a pretty printer?
How to creat transactions? : abap data dictionary
hi experts,,, what is meant by documentation? test casr preparation? documentation and preparation and Tcode for this? quality and releasing? test case scenario?
What are the arithmetic operators in the sap abap?
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?
Difference between sap script and report?
What is a predefined type in abap?
What is macro? : abap hr