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: 

Running BDC program in background for the transaction VL02N

Former Member
0 Kudos

Hi All,

I have coded a BDC program (call transaction method) for the transaction code VL02N. I can able to run the program manually & successfully. But if I execute the program in background(SM36), it is going to dump giving CNTL_ERROR.

Note: I am not using any of the GUI_UPLOAD, GUI_DOWNLOAD funciton modules in the program. But I am using the FTP command funtion modules like( FTP_COMMAND, FTP_CONNECT, FTP_DISCONNECT and FTP_SERVER_TO_R/3).

<removed_by_moderator>

Thanks in advance.

Ramesh.

Edited by: Julius Bussche on Jul 8, 2008 5:55 PM

3 REPLIES 3

Former Member
0 Kudos

VL02N is an enjoy transaction. You cant run it in background. Please try VL02.

Thanks

Romit

Former Member
0 Kudos

VL02n is enjoy transaction, so you are getting that error, use BDC on VL02 or some BAPI if any exists.

Former Member
0 Kudos

VL02n is enjoy transaction, so you are getting that error, use BDC on VL02 or some BAPI if any exists.