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: 

IDOC/BAPI MB_CREATE_GOODS_ISSUE_ITEM issue

Former Member
0 Kudos

Hello All,

We are processing a IDOC with message type MBGMCR ( which is using a BAPI - MB_CREATE_GOODS_ISSUE_ITEM ).

Porblem : - when ever we are trying to process a IDOC as above with a particulate movement type. That is dumping. When debugged to find the possible reason for this. I found that it is filling 30K records into the itab which leading to error by a FM VB_READ_BATCH.

If some had experienced a similar situation and had solved it please let us know.

Suggesstion are also welcomed.

thanks in advance

Mary

1 REPLY 1

Former Member
0 Kudos

Hi Rhode,

Many IDOC/BAPIs don't allow more than 999 or 998 lines (all FI invoices/documents, CO internal orders and many more). I use MBGMCR a lot, though never with so many lines.

This might b the problem.

Try taking 990 lines and if it works - divide your itab to chunks in that size and post several goods issue, one for each chunk.

Good luck...

Igal