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

FB15N - Batch input (Session method) not working in background

former_member418469
Participant
0 Likes
543

Hi all,

I am trying to load data from SM35 in background process through tcode FB15N but I am getting repeated error saying that Field does not exist in the program xxxx. The same data is loading successfully in SM35 in foreground process. I tried use option Simulate background mode but the result is same error. Even I tried to record FB15N using Simulate background mode option but no difference at all.

So how to load data in SM35 in background process for tcode FB15N without error.

Regards

harry

2 REPLIES 2
Read only

Former Member
0 Likes
473

we usually do not attempt to do data loads with Enjoy style transactions. See FB15 will work with BDC.

Read only

former_member418469
Participant
0 Likes
473

I have solved myself.