cancel
Showing results for 
Search instead for 
Did you mean: 

Field avaialble in field catalog but not when I try to create the condition

Former Member
0 Kudos

Hi,

I wanted to add a new table to a delivery output. I need the fields delivery type/ship point and destination country. I could see that destination country (LAND1) is not available in the field catalog. I added it from the list of available fields (in KOMKBV2) and can see it in the field catalog but not when I try to create the condition table. What else do I need to get this field ?

Regards,

Hari.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Also add your new field to structure KOMBZ

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.

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)

Former Member
0 Kudos

Hi

use LLAND1 from KOMKBV2add this to your field catalog

Create new condition table, using above

Create new access sequence

I had similar problem and using the above will work

I used Sales Org and Destination country

Regards

Tony

Answers (1)

Answers (1)

former_member566877
Active Participant
0 Kudos

Hi,

Few fields even though it gets added in the field catalog, it won't be available for table creation. For that we need to create a Zfield and then add it in the structure and once its available in the structure you can reference that field in the table creation.

Thanks,

Krish.