cancel
Showing results for 
Search instead for 
Did you mean: 

Access not made (initialized field)

Former Member
0 Kudos
2,487

Hi SAP Gurus,

In the sales order item level condition Analysis i could find the "Access not made (initialized field)".

can anybody tell me this?

Thanks in advance

View Entire Topic
alex_zheng
Advisor
Advisor

Hi,

As for your problem about error:VE 002 Access not made (initialized field)

Are you using your own defined field?

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. these new fields must be appened to the structures KOMKAZ or KOMPAZ

(depending they are header or item fields)

3. 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.

Regards,

Alex

herbalman
Participant
0 Kudos

Hi alex.zheng , I have faced the same issue above, I am not using custom field, but standard field for Customer Hierarchy HIENR01. Any clues? Many thanks in advance.