Application Development 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: 

VKM1- No authorization in plant ABC for Network type 123

Former Member
0 Kudos

1) User is executing tcode VKM1

2) Enters credit control area=1000 and a credit account number such as 632710 and executes

3) There are 2 rows with output, he selects the first one for a document number such as 50924026 and clicks on "Release" and "Save".

4) He gets the error messages as "No authorization in plant ABC for Network type 123" .

User did not execute SU53 after the error, nor can reproduce the error as he does not have any documents to release as of now. But he wants a solution so that such errors does not appear again.
User has access to the plant but what is the object for network type , can you please tel me? Since its not possible to reproduce the error, we cannot identify the missing access.

Regards,

Sush

2 REPLIES 2

Former Member
0 Kudos

Hi,

You could have a look at the C_AFVG* and C_AFKO* objects.

More important is the process for resolving this.  If the user wants a resolution then there is a dependency on them providing the right information.  No action should be taken until they can provide the SU53 (or run a trace when they have a document to release.

Without this you could be randomly adding auth objects without knowing which one will fix the error.

Additionally the validity of the error should be verified by the functional team, it could be that it is caused through incorrect configuration or execution of the process step.

Former Member
0 Kudos

Hi Sush,

  For this T-code VKM1 there are only 2 auth. objects check by default V_KNKK_FRE, V_VBUK_FRE and for any one of these there is no check for Network type.

There may be possibility because of some configuration or a false error. Please check with any ABAP guy and he can guide you if there is any code check for this T-code VKM1 for network type.

Also you can create a test role in test system with this T-code and ask user to create a document in test system and then run the trace or execute SU53 to reproducing the issue.

Hope it helps.

Thanks,

Varun Jain