Application Development 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: 

Transaction in background mode

former_member611006
Active Participant
0 Kudos

Hi experts,

is it possible to execute transaction VT01N in background mode ?

This doesn't seem to work with ERP2005 ...

CALL TRANSACTION 'VT01N' USING bdcdata MODE 'N' UPDATE 'S'

Thanks for support.

David.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

HI,

yes it is possible.

for more information please check out the link below it will help you

http://www.s001.org/ABAP-Hlp/abapcall_transaction.htm

***********please reward points if the information is helpful to you************

2 REPLIES 2

Former Member
0 Kudos

HI,

yes it is possible.

for more information please check out the link below it will help you

http://www.s001.org/ABAP-Hlp/abapcall_transaction.htm

***********please reward points if the information is helpful to you************

former_member223537
Active Contributor
0 Kudos

CALL TRANSACTION 'VT01N' USING bdcdata MODE 'E' UPDATE 'S'.