cancel
Showing results for 
Search instead for 
Did you mean: 

adding field - very urgent very help full

Former Member
0 Kudos

Gurus

I am creating condition table and I couldn't see customer heirachy field -CustomerHierarchy 03 not find in field catalog.

how to get that field in to the field catalog.

Thanks

Kris

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi kris,

If u want to add customer hierarchy, go to spro , sd , basic functions, pricing, Define condition tables, conditions:allowed fields, there go to new entries and select HIENR01, which is for the customer hierarchy.

Former Member
0 Kudos

My friends

please bear with me,the field all ready in the allowd fields.the path is

go to Sales and Distribution->Basic Functions->Pricing->Pricing Control->

Define Condition Tables

on executing you will find Conditions: Allowed fields click on that, here you can

add the fields required by you

But my question is

I am trying to create field 950 copied from table 148, but here in the field catalog i am not seeing customer heirarchy3 field.

so now hoew to see that field ?

Please try to understand my question.

Thanks

Kris

Former Member
0 Kudos

gurus

please try to resolve the above issue for me.

thanks

kris

jiteshmehta
Active Contributor
0 Kudos

HI Kris

go to Sales and Distribution->Basic Functions->Pricing->Pricing Control->

Define Condition Tables

on executing you will find Conditions: Allowed fields click on that, here you can

add the fields required by you

Regards

Jitesh

Former Member
0 Kudos

You are looking for the field HIENR03 I believe.and according to you it is not there in the Conditions: Allowed Fields under Define Condition Table.

Go to 'New entries' in the Condition:Allowed fields and press on "new entries" fo the first column and press F4 it will list a field list and under table KOMK you will find HIENR03, double click it to select.and then save it. THis field is now ready to be used in the Condition table.

Regards

AK

Former Member
0 Kudos

Hi,

Pls use the below exit to add fields in field catalog

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.

Rewards points if it helps.

Regards,

Sreekanth

Former Member
0 Kudos

Hi,

Basics of modification in pricing

o The following communication structures are relevant in pricing:

- KOMK (pricing communication header)

- KOMP (pricing communication item)

- KOMG (allowed fields for condition structures)

For technical reasons, communication structure KOMG is used. It

combines the fields from KOMK and KOMP that are relevant for

pricing in the standard system and are offered in the field catalog

of condition tables. If you want to use a new field in the field

catalog, you must add the field to KOMP or KOMK in the following

INCLUDES:

- header data in INCLUDE KOMKAZ in KOMK

- item data in INCLUDE KOMPAZ in KOMP

When you use INCLUDES, the field is automatically added to KOMG and the

field catalog.

o 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)

o 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)

Reward points if useful