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.