cancel
Showing results for 
Search instead for 
Did you mean: 

Pricing- Feild is not known

Former Member
0 Kudos

In th feild catalog we added Material type and created a Access sequence & created a condition record. but while creating sales order system gving error message like " feild is not known" & coming out from sales order creation.

After adding feild catalog is there any other thing we need to do?

Rajendra

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

The field catalog is a structure KOMG that consists of two tables KOMK and KOMP. These tables contain the header and item data for the pricing. They are called KOM'x' coz they are communication structures used to communicate the transaction data with the pricing proc. Table KOMG contains the fields of tables KOMK and KOMP.

If you require a field that is not in KOMG, it means that it is nnot in KOMK or KOMP. This means that the field you require cannot be used in the pricing coz there is no communication of this field frm the transaction to the pric. proc viat the communication structures.

To use a field not defined in the field catalog, you need to add this field to the KOMK or KOMP structures and then write abap code to transfer the data in field from the transactiontables to the communication structures.

Create the field in KOMK and KOMP tables using the standard includes provied for this requirement.

write the code in the user exit to read the tranasction data and trasfer it to the KOM'x' structures.

USEREXIT_PRICING_PREPARE_TKOMP In MV45AFZZ.

Hope it helps. Please reward if useful.

Thanks & Regards

Sadhu Kishore

Former Member
0 Kudos

If generating the structure KOMG doesnt solve the problem then try generating the structure KOMP also and check.

Regards,

GSL.

Former Member
0 Kudos

can any plz tell me how to genarate structure?

Rajendra

Former Member
0 Kudos

hey ,

check the field assignment in the asscess it will not have be assigned it will show a red dot.

let me know if you require more information

thanks,

kamal

Former Member
0 Kudos

Hi Rajendra Prasad,

Please check the field catelog once again beacause by mistake if you might not have saved the same.and also chance if you are copying the same and some times all the fields may not copy and there is a chance of missing some fields also please check.

Please reward if really helpful

Thanks and Regards,

Sateesh.Kandula

rmazzali
Active Contributor
0 Kudos

try to generate structure KOMG.

Roberto