cancel
Showing results for 
Search instead for 
Did you mean: 

Element NOAUTHORITYCHECK is not available in the container In WD Abap

Former Member
0 Kudos

Hi friends,

Am getting the Element NOAUTHORITYCHECK is not available in the container when creating a new file in application server while using Web Dynpro Abap. I am using application server to upload file from Presentation server to DMS server in Web Dynpro ABAP.

In Development and quality server its working fine but while executing the same in Production it gives this error. The error comes after SY-SUBRC fails for open dataset.

open dataset log for output in text mode encoding default message msg.

      if sy-subrc ne 0.
        message msg type 'I'.
        message id sy-msgid type sy-msgty number sy-msgno  .
        exit.
      endif.

Regards,

Santoshkumar Alle.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Please help me in this issue..

Former Member
0 Kudos

does your production system has different DB than dev/QA system ?. If you have oracle then you might have to look the sap note 1326279.

IDOC problem note : 1151773

Somewhere deep in , you have less authorization in the server to open the dataset.

search in service.sap.com for open dataset noauthoritycheck, you shall get around 30 results .