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: 

when i create a FB01 transaction through the FM POSTING_INTERFACE_DOCUMENT,

Former Member
0 Kudos

when i create a FB01 transaction through the FM POSTING_INTERFACE_DOCUMENT,it is working fine for single transaction.But i got error saying that "feld BKPF-XBLNR does not exist in the screen SAPLKACB 0002" when i upload two transactions.Can anyone advice what might be the reason.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

You are trying to pass Reference document no XBLNR to coding block pop-up screen SAPLKACB 002, which actually does not exist in coding block screen. It is not the problem with multiple transactions. Pls check your code while populating T_FTPOST internal table.

Regards,

Savitha

3 REPLIES 3

Former Member
0 Kudos

Hi,

You are trying to pass Reference document no XBLNR to coding block pop-up screen SAPLKACB 002, which actually does not exist in coding block screen. It is not the problem with multiple transactions. Pls check your code while populating T_FTPOST internal table.

Regards,

Savitha

0 Kudos

The problem here is that if the input file is having one transaction,document id created.But file is having more that one transaction it is giving error.i might be wrong when pass the values to internal table IT_FTPOST.can you advice how you inceremet the loop index for both header and line item while passing data into IT_FTPOST

dhirendra_pandit
Active Participant
0 Kudos

Hi,

You Can use the Idoc as well in LSMW.

The Method details are as follows:-

Message Type:- CTRACDOCUMENT_CREATE (BAPI: FI-CA Post Document)

Basic Type:- CTRACDOCUMENT_CREATE

Regards

Dhirendra