Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

LSMW Auth Error COND_A

Former Member
0 Likes
1,537

Hi Sap Community,

I am trying to load Sales and Cost prices using COND_A. However i receive an error message status "51" stating the following:

No authorization for Create for condition type PB00

Message no. VK085

When i run the failed created IDOC from WE19 it successfully loads, how can i solve this issue?

Hi Sap Community,

I am trying to load Sales and Cost prices using COND_A. However i receive an error message status "51" stating the following:

No authorization for Create for condition type PB00

Message no. VK085

When i run the failed created IDOC from WE19 it successfully loads, how can i solve this issue?

6 REPLIES 6
Read only

Former Member
0 Likes
1,242

Hi Ndumiso,

When you are trying to load Sales and Cost prices using COND_A, immediately after that do a SU53 analysis to check if there is any authorization related issue. May be the user in the two executions (load / WE19) is different.

Please check to further investigate.

Regards,

Shyam

Read only

0 Likes
1,242

Hi Shyam,

I have already done that but nothing is picked up from that transaction.

Thank you for your response.

Kind regards,

Ndumiso

Read only

Former Member
0 Likes
1,242

Hi,

I think the authorization object V_KONH_VKS is missing to your user account.

Alternatively, you can put the break points in the below programs:

LV14AU02

LV14AU09

LV14AU10

LV14AU35

LWNA1FAF

MV13AF0B

MV13AI0V

MV13BF0B

where the MESSAGE E085 occurs in the code.

Hope this helps you in identifying the root cause.

Regards,

Satish Kanteti

Read only

0 Likes
1,242

Hi Satish,

Thank you for your response.

The Auth team just confirmed that i already had that authorization object V_KONH_VKS and when i put breakpoints on those programs it doesn't stop there.

One question, on which step should the breakpoints kick in? The iDoc generation step?

Thank you,

Ndumiso Zwane

Read only

Former Member
0 Likes
1,242

run the pre difined program bdcmsgcall like in bdc u can do it in idoc

and also refresh the idoc in we01 or we03 see whether idoc is sucessed or not 01 or 03

Read only

0 Likes
1,242

Hi,

Unfortunately i dont understand your solution.

Please explain further...