cancel
Showing results for 
Search instead for 
Did you mean: 

Pricing Communication data In KOMP....Urgent plss

Former Member
0 Kudos

Does anyone know from where the pricing communication data will be fetched into KOMP at runtime ?? Is it from any specific tables ??? PLs help me out..Its a bit Urgent...

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

As per me it will be related to all pricing master data tables and customizing tables as well

Not sure though

Regards,

Amrish Purohit

Former Member
0 Kudos

Hi,

It basically comes from header and line item, in case you want to modify data passed to communication structure or pass some data to newly added field in structure, you can use the UserExit mentioned below for the same:

The routines for assigning values to the new fields in order

processing are found in member MV45AFZZ. Use the following user exits:

- USEREXIT_PRICING_PREPARE_TKOMK (header fields)

- USEREXIT_PRICING_PREPARE_TKOMP (item fields)

The routines for assigning values to the new fields in billing are

found in member RV60AFZZ. Use the following user exits:

- USEREXIT_PRICING_PREPARE_TKOMK (header fields)

- USEREXIT_PRICING_PREPARE_TKOMP (item fields)

Former Member
0 Kudos

Thanks a loot for your reply.....So when i trying to create a billing document the values to KOMP will be fetched from VBRK or VBRP ???? I am asking when we are creating a billing document when there are no records created for the billing document.