cancel
Showing results for 
Search instead for 
Did you mean: 

Pricing: Adding field in Field Catalogue

Former Member
0 Kudos

Hi,

I am trying to add the Excise Indicator field in the field catalogue (J_1IEXCIND) which is not availble. Could you please let me know the procedure.

I have checked the field is not available in all pricing commuication tables (KOMK, KOMP, KOMV).

Thanks & Regards

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

You can add the fields by using SYSTEM MODIFICATIONS

You have to add the new field in the COMMNICATION STRUCTRES in pricing such as KOMK, KOMP, KOMG

1. You have to create a new data element for the field as ZZEXID ( for excise indicator)

2. If you want to add the field in Header the add the data element in the Header structure as KOMK

3. If you want the field to be added in the items then add the data element to the KOMP

4. If you want these fields to be added for sales order then add them to the sales order exits as follows

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)

5. If you want these fields to be added to the Billing document then add the fields to the Billing exits as follows

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)

Hope it is clear,

Also check the followin link

http://help.sap.com/saphelp_46c/helpdata/en/64/72369adc56d11195100060b03c6b76/frameset.htm

thanks,

santosh

Former Member
0 Kudos

Thank You Santhosh.

Former Member
0 Kudos

hi

first you have to add field in table komk,kompg table through append strucure. define a new append structure for the same.

it will generate 2 requests abap & customizing do note both when transporting the request. It will ask package while saving data use unique package for these developments. take help of Abaper for the same.

now you can use your field from catalogue ,however entry or capturing of values is done through exit , badi or routines in this case.you have decide how u will update the data for added field.

please try to use standard table filelds such as doc type, item category rather very specific excise indicator as you should get values from transaction data for updating or validating the same ,else system will give runtime error.

Regards

Mandar

Former Member
0 Kudos

You can include in the Structure of KOMK

are else you can write requirement for that condition type

Regards

kishore