where to find userexits for sd releated module in realtime?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / manoranjan
Go to the SD transactions then system status then double click
on program it will take u to the background flow.
then there is an include program started without z or y.u can implement logic inside the include program by using routines.
Is This Answer Correct ? | 3 Yes | 0 No |
What is the diff b/w RFC enabled Functional Module and BAPI?
How to create MEDRUCK form?
how can you make select options as a parameter?
How do you find number of records present in internal table?
Can i Have Some Realtime Examples on Bapi ?
What the Object will be created when upload a Logo?
Hi Experts, I faced the below questions in written exam, its simple only but i am not able to find the answer in Google also. Can any of our family ppls pls give the answer the below questions? 1.How many days once password will get expire? is it really in adminstrator hands or what? 2.SAP Logon Password length for ECC-6 and ECC-5 3.Which is the highest organizational level in SAP? Explain the various level of organizational structure in SAP? 4. You have one idoc, we need to send 3 different system. It will generate how many master idoc and how many communication idocs? 5.What is the default parameter in subroutne? call by value or call by refference? 6. Scope creep is responisible for what? 7.Who approves the project design? 8.When LUW will starts? 9.Which Website used for SAP support? 10.When a print request is not sent, which of the following is used to send the request again to the printer?..... a) print changes b) print directly c) both of the above d) none of the above 11. Its possible to transfer data into same client using ALE? 12. Customization changes are automatically stored in a Transport request or not? Explain 13 User id in SAP support system is called as what? a) Userid b). SAP userid c) S userid d) None of the above. 14. The sap for utilities is a. Program b) Function c) Approach d) Industry Solution 15.In Work flow whats the use of WF-BATCH?
Can we create internal table in smart forms or scripts?if yes where and how?
What two statements are required in an abap program to output an icon using a write statement?
what is RFC STUB program?
How can we create callable modules of program code within one abap/4 program? : abap modularization
how to create a button in selection screen? how to add a gui status in a selection screen?