Skip to Content
0
Oct 23, 2016 at 09:38 AM

ABAP test cockpit ( ATC ) giving error for call transaction for BDC ( conversion ) program

1935 Views Last edit Oct 23, 2016 at 09:44 AM 2 rev

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


Attachments

scree1.png (76.7 kB)
13.png (27.0 kB)