Hi Folks,
1.I am debugging a program in Development which is downloading a file to Application Server,when I use AL11 in development I was not able to see the data.How to see the data that got downloaded into the application server.
2.AUTHORITY-CHECK OBJECT 'ZPLANT'
ID 'WERKS' FIELD P_WERKS.
IF SY-SUBRC NE 0.
message E006(zmess) with text-009 p_werks.
endif.
This particular piece of code related to Authorisation is not letting me debug the program in Production but in development and quality I was able to.Would like to know how does this AUTHORITY-CHECK OBJECT works.Does this works based on login name?
Can anyone here please let me know about the above two queries.
Thanks,
K.Kiran.