cancel
Showing results for 
Search instead for 
Did you mean: 

pricing table

Former Member
0 Kudos

Hi All,

I want to add a new feild in feild catalog of pricing.

How to proceed abt it ?

If i need to use user exit then which user exit i should use.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

USEREXIT_PRICING_PREPARE_TKOMK (module pool SAPLV60A, program RV60AFZZ)

This user exit allows you to copy additional fields for pricing in the TKOMK communication structure (header fields), which have not been provided in the standard SAP system. These fields can also be used for pricing in the billing document.

This user exit is described in detail in the "New fields in pricing" section.

USEREXIT_PRICING_PREPARE_TKOMP (module pool SAPLV60A, program RV60AFZZ)

This user exit allows you to copy additional fields for pricing in the TKOMP communication structure (item fields), which have not been provided in the standard SAP system. These fields can also be used for pricing.

This user exit is described in detail in the "New fields in pricing" section.

Reward points if useful

Regards,

Amrish Purohit

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks guys other than user exit is there any standard way through we can feilds to feild catelog.

Former Member
0 Kudos

Hi,

No dear this is only way given by SAP.

Reward points if useful

Regards,

Amrish Purohit

Former Member
0 Kudos

Hi Rohit,

To add new fields in Pricing use

1) USEREXIT_PRICING_PREPARE_TKOMK for header fields (See below for description)

This user exit allows you to copy additional fields for pricing in the TKOMK communication structure (header fields), which have not been provided in the standard SAP system. These fields can also be used for pricing in the billing document.

This user exit is described in detail in the "New fields in pricing" section.

2) USEREXIT_PRICING_PREPARE_TKOMP for item fields (See below for description)

This user exit allows you to copy additional fields for pricing in the TKOMP communication structure (item fields), which have not been provided in the standard SAP system. These fields can also be used for pricing.

This user exit is described in detail in the "New fields in pricing" section.

Rewards points if it helps.

Regards,

Sreekanth