Hi SAP gurus,
I am posting the expense documents from legacy system to SAP by using interface.This interface is using RFBIBL00 standard program.This standard program is only permitting 950 line items. But my client requirement is 951 line item is the balancing entry.Can any one suggest how to increase this number of line items posting by usingg the RFBIBL00.
Thanks in advance.
karunakar
Hi,
There is no such restriction for program RFBIBL00
Goto SE38 --> RFBIBL00 ---> Select Documentation Radio button for getting more information about the program RFBIBL00.
There might be some problem in the data, which you are ending to this program.
Can you please give more information about your program?
Thanks,
Ramakrishna
RFBIBL00 is used to post FI documents and the underlying database table to hold the line items of these FI documents is BSEG. The line item number field in this table can only hold a maximum of 3 digits which is why you have a restriction of 999 lines.
Also, please note that some lines that you enter, will internally generate additional lines once the document is saved. That is why RFBIBL00 keeps a buffer. I am not sure if there is any way of overcoming it except that you split your entries into two documents.
Add a comment