Hi Members ,
Greetings for the day ahead !!
While i am using ABAP test cockpit ( ATC ) for my BDC ( conversion ) program , it is giving error as :--->>>
CALL TRANSACTION requires a suitable transaction authorization check to be performed by the calling transaction.The message can be hidden using the pseudo comment "#EC CI_CALLTA.
I have to remove this error . I tried using the code :
CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'F-02' EXCEPTIONS ok = 1 not_ok = 2 OTHERS = 3.
However , it is still coming .
As the SAP help suggests that -->>>
The message can be hidden using the pseudo comment "#EC CI_CALLTA.
I donot have to hide this using #EC CI_CALLTA .
The code written for call transaction in my subroutine is as follows :
call transaction tcode using bdcdata options from lwa_options messages into gt_bdcmssg.
Plz suggest a solution for the issue . Screenshots for Reference .
Thanks & Rgds ,
Devendra Singh