cancel
Showing results for 
Search instead for 
Did you mean: 

Bin allocation of items in ar-invoice is not working while posting in sap b1 if

SatyaDeo
Participant
0 Kudos
I'm trying to post ar-invoice through integration framework.

 <Document_Lines>
           <row>
                   <ItemCode> SAMPLE</ItemCode>
                    <Quantity>1</Quantity>
                    <UnitPrice>100 </UnitPrice>  
                    <WarehouseCode>SBM001</WarehouseCode>
            </row>
 </Document_Lines>
<DocumentLinesBinAllocations>
                    <BinAbsEntry>174</BinAbsEntry>
                    <Quantity>1</Quantity>
                    <AllowNegativeQuantity>N</AllowNegativeQuantity>
                    <SerialAndBatchNumbersBaseLine>0</SerialAndBatchNumbersBaseLine>
                    <BaseLineNumber>0</BaseLineNumber>
 </DocumentLinesBinAllocations>

error is showing like Fully allocate item 'SAMPLE1' to bin locations in warehouse.

what may be the issue ? Please help..

Accepted Solutions (0)

Answers (0)