Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Call Transaction failed

Former Member
0 Likes
689

Hi All,

Can somebody lemme know that how can we analyze that why the CALL TRANSACTION 'SE38' USING bdcdata

MODE 'N'

UPDATE 'S'

MESSAGES INTO messtab.

Failed?

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
574

Hi,

check the value of sy-subrc.

Also check what are messages you get in message table messtab

Regards,

Mohaiyuddin

Hi,

check the value of sy-subrc.

Also check what are messages you get in message table messtab

Regards,

Mohaiyuddin

3 REPLIES 3
Read only

Former Member
0 Likes
575

Hi,

check the value of sy-subrc.

Also check what are messages you get in message table messtab

Regards,

Mohaiyuddin

Read only

Former Member
0 Likes
574

you will get error messages in your MESSAGE ITAB... check the contents of this ITAB

Read only

ThomasZloch
Active Contributor
0 Likes
574

>CALL TRANSACTION 'SE38'

...maybe you can call function module EDITOR_PROGRAM instead?

Thomas