cancel
Showing results for 
Search instead for 
Did you mean: 

New Field

Former Member
0 Kudos

Hi All,

I have included a field in KOMP structure. In T Code OV24, i included this field. But still this field is not appearing in the field catologue. How to solve this. pl share your inputs.

Regards

Sankar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Sankar,

There is a process of adding field to Field catalog.... there are lots of thread in SCN for adding field to Field catalog.... Just check

Thanks,

Raja

Answers (1)

Answers (1)

alex_zheng
Contributor
0 Kudos

Hi Sankar,

Please check the documentation under the customizing path:

IMG -> Sales and Distribution -> System Modifications ->

Create New Fields (Using Condition Technique) ->

New Fields For Pricing

Then click on the paper icon

Here is explained how to setup additional fields for pricing,

not present in the standard.

Notice the following rules:

1. the new fields must have name beginning with 'ZZ' or 'YY' in order

to avoid problem after upgrade

2. add the new field in the table T681F for the application 'V' and the

usage 'A'

3. these new fields must be appened to the structures KOMKAZ or KOMPAZ

(depending they are header or item fields)

4. you should provide these fields by implementing the userexits

USEREXIT_PRICING_PREPARE_TKOMK (header fields)

USEREXIT_PRICING_PREPARE_TKOMP (item fields)

in program MV45AFZZ for sales order, RV60AFZZ for invoice.

In that documentation there are some examples too.

Please check it.

I hope that the information are helpful for you.

Regards,

Alex