cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Extending pricing condition field catalog

MuditJain
Explorer
0 Kudos
130

Hi all,

I have added two custom fields in MARA, one custom field in EKPO and one custom field in EKKO. I have a requirement to extend the pricing condition field catalog with these fields for Purchase Order.

I have read a few SAP blogs regarding the  extension of pricing condition field catalog with custom fields where it was recommended to populate these custom fields either in the user exit USEREXIT_PRICING_PREPARE_TKOMP or USEREXIT_PRICING_PREPARE_TKOMK of program RV60AFZZ based on if the custom fields are present in the structure KOMP or KOMK.  I have also added these custom fields in spro as well.

I have added the select queries to fetch the data from the standard tables MARA/EKKO/EKPO to update my custom fields in TKOMP / TKMOK in the enhancement in the User Exits. But when I put  break point in these User Exits, the debugger does not hit in these user exits upon PO creation / change. Can anyone please help me with this if I am using the correct approach or not.

Thanks in advance.

@DominikTylczyn @Sandra_Rossi @DonWilliams @DoloresCorrea @N1kh1l 


Accepted Solutions (0)

Answers (1)

Answers (1)

Lakshmipathi
SAP Champion
SAP Champion
0 Kudos

Not sure, in which version you are working.  If you are in S/4 Hana Cloud, check this blog   

MuditJain
Explorer
0 Kudos
Hi @Lakshmipathi, thank you for your reply. I am using S/4 Hana Cloud. But my issue is not adding custom fields to table. My question is regarding the extension of pricing field catalog using these custom fields. Please let me know if you have any other queries.