‎2007 Jun 25 9:14 AM
HI
COULD ANY ONE GIVE ME ALL THE USER EXITS FOR VA01 TC FOR ECC6 VERSION
THANX
ROCKY
‎2007 Jun 25 9:17 AM
‎2007 Jun 25 9:17 AM
‎2007 Jun 25 9:18 AM
Rocky,
Exit Name Description
SDAPO001 Activating Sourcing Subitem Quantity Propagation
SDTRM001 Reschedule schedule lines without a new ATP check
V45A0001 Determine alternative materials for product selection
V45A0002 Predefine sold-to party in sales document
V45A0003 Collector for customer function modulpool MV45A
V45A0004 Copy packing proposal
V45E0001 Update the purchase order from the sales order
V45E0002 Data transfer in procurement elements (PRreq., assembly)
V45L0001 SD component supplier processing (customer enhancements)
V45P0001 SD customer function for cross-company code sales
V45S0001 Update sales document from configuration
V45S0003 MRP-relevance for incomplete configuration
V45S0004 Effectivity type in sales order
V45W0001 SD Service Management: Forward Contract Data to Item
V46H0001 SD Customer functions for resource-related billing
V60F0001 SD Billing plan (customer enhancement) diff. to billing plan
Don't forget to reward if useful
‎2007 Jun 25 9:18 AM
hi..
Go to the Include program MV45AFZZ and in the form
FORM USEREXIT_FIELD_MODIFICATION
Regards
Ashu
‎2007 Jun 25 9:20 AM
Rocky,
In 4.7
Transaction Code - VA01 Create Sales Order
|Exit Name |Description
-
SDTRM001 | Reschedule schedule lines without a new ATP check |
V45A0001 | Determine alternative materials for product selection |
V45A0002 | Predefine sold-to party in sales document |
V45A0003 | Collector for customer function modulpool MV45A |
V45A0004 | Copy packing proposal |
V45E0001 | Update the purchase order from the sales order |
V45E0002 | Data transfer in procurement elements (PRreq., assembly) |
V45L0001 | SD component supplier processing (customer enhancements) |
V45P0001 | SD customer function for cross-company code sales |
V45S0001 | Update sales document from configuration |
V45S0003 | MRP-relevance for incomplete configuration |
V45S0004 | Effectivity type in sales order |
V45W0001 | SD Service Management: Forward Contract Data to Item |
V46H0001 | SD Customer functions for resource-related billing |
V60F0001 | SD Billing plan (customer enhancement) diff. to billing plan |
-
K.Kiran.
‎2007 Jun 25 9:20 AM
Hai,
Userxits allow us to add our own functionality to SAP standard program
without modifying it . These are implemented in the form of subroutines and hence are also known as FORM EXITs. The userexits are generally collected in includes and attached to the standard program by the SAP.
User exits are used when the flow for a particular transaction has to take some other route other then the normal flow. this can be the case when you have to attach some additional functionality lik u need a customised screen, or new functionality (using a functional module). based on these things user exits can be classified as screen exits, function module exits, field exits( not used anymore). hope this gives some help on userexits.
For More information on Exits, check these links
http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
http://www.sapgenie.com/abap/code/abap26.htm
http://www.sap-img.com/abap/what-is-user-exits.htm
http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
http://www.easymarketplace.de/userexit.php
http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
http://www.sappoint.com/abap/userexit.pdfUser-Exit
http://www.planetsap.com/userexit_main_page.htm
Regards,
Padmam.
‎2007 Jun 25 9:32 AM
hi,
find the below user exits:
V45L0001 SD component supplier processing (customer enhancements)
V45P0001 SD customer function for cross-company code sales
V45S0001 Update sales document from configuration
V45S0003 MRP-relevance for incomplete configuration
V45S0004 Effectivity type in sales order
V45W0001 SD Service Management: Forward Contract Data to Item
V46H0001 SD Customer functions for resource-related billing
V60F0001 SD Billing plan (customer enhancement) diff. to billing plan
<b>Reward points</b>
Regards