ABAP Call Transaction Critical Statements in ATC Check Results
When I executed ABAP Test Cockpit ATC checks for one of my SAP programs in ABAP workbench, I see Call Transaction critical statements listed in the result list. This ATC message regarding Call Transaction ABAP command can be solved easily by using "with authority-check" option as shown in this programming guide.
When I was reviewing my ABAP code development using ATC (ABAP Test Cockpit) Online Check tool, I got a list of critical messages related with Call Transaction statements
To get more informed about the critical statement Call Transaction usage,I clicked on the "Object Name" column which directly navigated me to the code block where the ATC check message is raised.
When I checked the ABAP code statements I see "Call Transaction" commands are used just like as following sample codes.
I modified the mentioned ABAP code statements "Call Transaction" commands as follows by adding "with authority-check" to correct the ABAP coding to fit to best practices and get rid of the ATC check results.