Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

User Exit for VA01

Former Member
0 Likes
2,509

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.

9 REPLIES 9
Read only

Former Member
0 Likes
1,528

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

Read only

Former Member
0 Likes
1,528

Hi Eva,

you need to use VOFM form routines for this scenario.

tks.. venkat

Read only

Former Member
0 Likes
1,528

Hi Eva,

Check this thread for complete list of user exits for VA01 with details:

Regards,

Chandra Sekhar

Read only

Former Member
0 Likes
1,528

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.

Read only

Former Member
0 Likes
1,528

Hi Eva,

Please check mv45afzz in se38..it is a collection of user exit for sales

check FORM USEREXIT_PRICING_PREPARE_TKOMP

Regards

Byju

Read only

0 Likes
1,528

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.

Read only

0 Likes
1,528

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

Read only

0 Likes
1,528

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.

Read only

0 Likes
1,528

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