where to find userexits for sd releated module in realtime?
Answer Posted / aka ashishy
Goto vmod.
All of the userexits in SD are contained in the development class VMOD.
Go to object navigator(SE80) and select package from the list and enter VMOD in it.
Press enter and you will find all includes which contain userexits in SD for different functions like PRICING, ORDER PROCESSING etc. Select the userexit according to the requirement and read the comment inserted in it and start coding.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Work most on which module: name a few tables?
What is the difference between free and refresh?
Explain badi in abap.
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
How to maintain lists?
What are number ranges?
What is difference between check table and value table ?
What is an on”*-input filed” statement?
To find the date difference & excude saturday & sunday in between them
What is step-loop?
Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?
Can a filed occur in several field groups? : abap modularization
Which one is better joins or views and why?
What is use of transparent table in abap? How it is different from pool tables?
What is the difference between RETURNING and CHANGING parameters for a method?