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: 

Need to split the document in 950 line iteam record in LSMW

Former Member
0 Kudos

HI ALL,

I am posting documents using LSMW for Tcode FB01. But some documents having more no of line items like 1000.

But SAP will allow only 950 line tems for each documents. In this sistuvation we need to split the data as 950 and 50. we need to post 2 different documents with same header data.

<removed by moderator>.

regards,

srikanth

Moderator message: please do not ask for documents being sent to you directly.

Edited by: Thomas Zloch on Nov 15, 2010 2:18 PM

1 REPLY 1

Former Member
0 Kudos

There are a couple of things you can do:

instead of posting the individual line itame detail, post summary items.

Create a dummy offset account. Total the first 950 items and post the remainder to the offset. Then do the same for the remaining items. The total to the offset will be zero.

If you search the forum, you will find more details on this.

Rob