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: 

logic for BDC T.cod ( F-02 )

Former Member
0 Kudos

Hai Gurus,

I have a bdc program which is created for transcation F-02 in call transcation method. The problem is the standared sap wont allow me create more then 999 line items. what can we do for more then 999 line items with out using session method.

3 REPLIES 3

JozsefSzikszai
Active Contributor
0 Kudos

hi Shridhar,

you have to break into two (or more) documents, i. e. neither of them have more than 999 lines. There is no other way, 'cause SAP saves the item number into a three character field (BSEG-BUZEI), this is why no document can have more than 999 lines.

ec

andreas_mann3
Active Contributor
0 Kudos

hi,

look here

A.

Former Member
0 Kudos

Hi

see the BAPI:

- BAPI_ACC_GL_POSTING_POST

- BAPI_ACC_DOCUMENT_POST

rEGARDS