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
1,078

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

abapguy

4 REPLIES 4
Read only

andreas_mann3
Active Contributor
0 Likes
798

fb15n? don't exist in my ERP 6.0 system??

never mind: better use the old tcode (here: fb15 without ending "n")

tcodes with ending n are often enjoy-transactions, where programming of bdc is difficult or not possible!

A.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
798

FB15N, what is this transaction, did you mean KB15N ?

(If yes, read [Note 737917 - BAPIs CO actual postings: new function as of Release 4.70|https://service.sap.com/sap/support/notes/737917] and use any of the provided BAPI, or use [Note 826647 - Batch input on KBxxN: Items are missing in the document|https://service.sap.com/sap/support/notes/826647])

Regards,

Raymond

Read only

Former Member
0 Likes
798

Hi,

Is the T-Code FBL5N?

If the program is not working in background,

During recording, Choose simulate background mode and change the recording program accordingly.

Pass the parameter SIMUBATCH = 'X' while calling the function module BDC_INSERT.

Thanks

Sujay

Read only

former_member418469
Participant
0 Likes
798

hi,

I have solved my self by adding okcode as '=Listi'

thanks