2007 Aug 22 2:55 PM
Hi All
I need an user exit/BADI <b>AFTER the database tables are updated</b> when save button is pressed on VA01/VA02, both these user exits are fired before that.
Regards
Badari
2007 Aug 22 2:57 PM
I need an user exit/BADI <b>AFTER the database tables are updated</b> when save button is pressed on VA01/VA02.
2007 Aug 22 3:04 PM
Hi,
look at the Program SAPMV45A, you can change this and write your logic, this will contain lot of includes, there you canfind the correct one wnd write the code
Regards
Sudheer
2007 Aug 22 3:11 PM
HI badari,
user exit: mv45afzz..
As you need to trigger your logic after the database commit / transaction commit follow these steps.
1) create a Update function module in se37 and write the logic and take the sales order number as the input to this function module.
2) call this function module in update task in the above user exit.. this function module will be executed after the transaction is committed.
Thanks
mahesh
2007 Aug 22 3:14 PM
And also see this link for the list of user exits..
<a href="http://help.sap.com/saphelp_46c/helpdata/en/72/23ee347a34d111a4620060b03c3b0e/frameset.htm">User Exits</a>
2007 Aug 22 3:20 PM
Check out all these exits
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
SDAPO001 Activating Sourcing Subitem Quantity Propagation
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |