2008 Aug 26 3:30 AM
I would like to update the KOMV-KBETR (condition amount or percentage) under condition tab in va01 once i enter the material number. Any user-exit to use? Thanks.
2008 Aug 26 5:29 AM
Hi Eva
Following are the USER EXIT available for VA01 T-code
just check whether it is use full
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
Regard
Anees
2008 Aug 26 5:38 AM
Hi Eva,
you need to use VOFM form routines for this scenario.
tks.. venkat
2008 Aug 26 5:48 AM
2008 Aug 26 5:48 AM
Hi
Userexits :
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
But your case you need to find out in VOFM TCODE where you can write routines.
goto VOFM TCODE
check in Menu bar Requirments or Formulas
Regards
Murali Papana.
2008 Aug 26 7:36 AM
Hi Eva,
Please check mv45afzz in se38..it is a collection of user exit for sales
check FORM USEREXIT_PRICING_PREPARE_TKOMP
Regards
Byju
2008 Aug 26 3:17 PM
Hi Byju,
I already tried the user-exit, it trigger when i enter the material number but the problem is i'm still not able to overwrite the amount. The field name is KOMV-KBETR, the user exit is updated to KOMP and not KOMV.
I had tried out all the user exits in MV61AFZA, but it doesn't trigger this user exit when i enter the material number.
2008 Aug 26 3:47 PM
Hi,
I faced the problem of updating XKOMV[]
In ECC 6.0.
And i have implemeted the Enhancement point in include MV45AF0P_PREISFINDUNG_GESAMT
ENHANCEMENT-POINT PREISFINDUNG_GESAMT_13 SPOTS ES_SAPMV45A.
After FM module CALL FUNCTION 'PRICING_COMPLETE'
this gets triggered when clicking the SAVE button.
With Regards,
Dwarakanath.S
2008 Aug 26 6:02 PM
Thanks for reply, i need to update once enter the material number or quantity. The triggered for save is not suitable for me to use.
2008 Aug 27 4:44 AM
Hi Eva ,
in addition to Byju, u need to use that routine only USEREXIT_PRICING_PREPARE_TKOMP u need to work around on the ttables XKOMV , i dont know which tables u are updating, after all modifition of the tables , u can also refresh the priciing by using following code.
CALL FUNCTION 'PRICING'
EXPORTING
CALCULATION_TYPE = 'X'
COMM_HEAD_I = TKOMK
COMM_ITEM_I = TKOMP
TABLES
TKOMV = XKOMV.
regards
Prabhu
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |