cancel
Showing results for 
Search instead for 
Did you mean: 

Message 524 : Access not made(intialized field) in delivery output Detrlermination Analysis

0 Kudos

Hi ,

I got the error Message:524 ,Description:Access not made (initialized field).

Steps followed by me:

1. As the field LPRIO is not available in field catalog so i added it in KOMBZ structure with name as ZZ_LPRIO

2. Added the field "ZZ_LPRIO"  in KOMKBZ4structure , so it will get populated automatically in KOMKBV2 structure.


3. Added the field "ZZ_LPRIO" in Field catalog (Output Shipping).

4. Created the required condition table

5. Assigned the Condition table to required access sequence

6. Maintained the required condition record in VV21.

7. Created Delivery but output not triggered because in Delivery Output determination analysis i got the above mentioned message for that particular access

Requesting you to please help me on it or shall i have to add that LPRIO field in UserExit of Delivery also?

Thanks,

Munish

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Munish,

Topic already discussed I believe.

In addition to the other members direction - Here are some useful SAP Notes : 0000531835  & 0000021040 - these can be referred, to understand the usage of this User Exit

Regards

Former Member
0 Kudos

You need to fill the field using an exit. Please refer to the following document for better understanding. thanks.

michael_kozlowski
Active Contributor
0 Kudos

Try to use FORM USEREXIT_KOMKBV2_FILL in INCLUDE RVCOMFZZ to fill ZZ_LPRIO.