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

pricing procedure

Former Member
0 Likes
408

i have added some fields in komk and komp table, but these fields are not available in field catalog,

so how to allocate specification i.e 1 V 001 in table t681f

please reply asap.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
376

For pricing, you need to add to structure KOMPAZ for items and KOMKAZ for header fields which I think you have done.

Verify that the structures have been activated.Then extend the field catalog in transaction OV24 ( provided we are talking SD )

Then use the MV45AFZZ. user exits to populate the communication structure for sales orders ( RV60AFZZ

for billing ) :

USEREXIT_PRICING_PREPARE_TKOMK (header fields)

USEREXIT_PRICING_PREPARE_TKOMP (item fields)

1 REPLY 1
Read only

Former Member
0 Likes
377

For pricing, you need to add to structure KOMPAZ for items and KOMKAZ for header fields which I think you have done.

Verify that the structures have been activated.Then extend the field catalog in transaction OV24 ( provided we are talking SD )

Then use the MV45AFZZ. user exits to populate the communication structure for sales orders ( RV60AFZZ

for billing ) :

USEREXIT_PRICING_PREPARE_TKOMK (header fields)

USEREXIT_PRICING_PREPARE_TKOMP (item fields)