what are the userexits? how can we create userexits? whats
the purpose of creating user exits?
Answers were Sorted based on User's Feedback
Answer / ramana
userexits are abap programs. we never create userexits we
use userexit where ever it required.
if u want to enhance some fields in any document u can use
userexits.
Is This Answer Correct ? | 7 Yes | 1 No |
Answer / pradipta kumar mishra
User-exits are a form of enhancement being provided by
SAP.Its actually an empty subroutine where we've to put our
own code.And the main advantage of this exit is that, SAP
never alters the user-exit.Only during upgradation they are
checked.
We can't create user-exits.It has to be provided by SAP
itself.We are only to use them.
Is This Answer Correct ? | 5 Yes | 1 No |
User exits (Function module exits) are exits developed by
SAP. The exit is implementerd as a call to a function
module. The code for the function module is writeen by the
developer. You are not writing the code directly in the
function module, but in the include that is implemented in
the function module.
A user exit is a three character code that instructs the
system to access a program during system processing
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / durga
IF ur requirement is not met with standard sap u can add extra functionality
by using Exits to full fill tht gap
by using an include in the program
these all canbe done in t-code smod to find exit
for including in the program use t-code smod
As functional guy ur part is find accurate Exit and tell to technical guy
and finall it has to be debugged then functional & technical will both come to one cunclusion whether tthis exit is filling the requirement r not
we hav diif exits
1 screen exit
2. field exit , function exit
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / noor.idea
hi frnds,
A user exit is a predefined place in a standerd sap to
write or add the program...BUT U CANNOT MODIFY THE STANDERD
PROGRAM
purpose : EX: if you want to add a field in an order form,
you shoud use user exit...or if you want to do any
modifications in a standerd sap it is possable through user
exit's only...
SOME OF THE USER EXITS:
MV45AFZZ- FOR ORDER
MV50AFZZ- FOR DELIVERY
MV60AFZZ- FOR BILLING
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ratan
User exits (Function module exits) are exits developed by
SAP. The exit is implementerd as a call to a function
module. The code for the function module is writeen by the
developer. You are not writing the code directly in the
function module, but in the include that is implemented in
the function module.
A user exit is a three character code that instructs the
system to access a program during system processing
Ratan
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / madhu
user exits are the space provided in the programm by the
standard SAP to code the unique business functionality.
user exits comes under enhancements.
Enhancements are clasified in to 3 types:
1.userexits,2.customer exits, 3.BADi's.
user exits are "includes' provided by SAP in a Standard
programme to adress the unique business functionality.
Customer exits are provide with "function modules' to write
the code to adress the unique business functionality.
badis also a type of enhancements wich utelizes the OOPS to
adress the unique business functionality.
Is This Answer Correct ? | 0 Yes | 1 No |
How should be the Transport sequence of SAP SD configuration from DEV client to PRD client in SAP Implementation?
Hi SAP Guru's. I have a doubt on item conditin and Header condition. Item condition have access sequence and Header conditions don't have access sequence. What is the reason. Pls expain me. Than Q.
can any one give one scenario of change request
Explain how the system can automatically determine the item category in the sales order.
Relationship between company code and sales organization?
What is PS in support project?
how to handle returnable packing material? what is the process involved in it?:
T.code to release del. Blocked due to credit check?
Hi Friend, I am sap SD consultant & want to learn SAP SD CIN part. there are four Pricing Procedure in SAP SDJINFAC: SALES FROM FACTORYJINEXP: EXPORT SALESJINDEP: DEPOT SALEJINSTK: STOCK TRANSFER But i want to know how to configure Table /Access Sequence /Condition / Pricing procedure/Determination of Pricing proceudre/ Condition record Plz help me with the configuration path of all 4 pricing proceudre of SAP SD CIN
Item category group?where do you maintain it?
What are incoterms? Where do we fix them? Where do you find in regular process?
if we maintain shipping condition 01 in customer master data(xd01) and shipping condition 02 in document type OR what wil hapen when wil raise sales order?