Skip to Content
0
Former Member
Apr 14, 2011 at 09:13 AM

CALL TRANSACTION don't work in my BOR method

100 Views

Hi all,

i created a FM that calls a CALL TRANSACTION using BDCDATA, this FM work fine in local test but when i call it from a method of my BOR it don't work, code return is '1001' ; if if read the help's sap for this error this code error occurs when a breakpoint is reached, but i don't have breakpoint, sure.

"Processing without display of screens. If a breakpoint is reached in one of the called transactions, processing is terminated with sy-subrc same as 1001. The field sy-msgty contains "S", sy-msgid contains "00", sy-msgno contains "344", sy-msgv1 contains "SAPMSSY3", and sy-msgv2 contains "0131"."

I'm at an impasse.

Thanks for help.