‎2010 Aug 19 5:36 AM
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
‎2010 Aug 19 8:09 AM
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.
‎2010 Aug 19 10:16 AM
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
‎2010 Aug 19 11:49 AM
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
‎2010 Aug 23 6:01 AM