cancel
Showing results for 
Search instead for 
Did you mean: 

B1iSN - Unknown SBO object type

Former Member
0 Kudos

Hi all,

i'm using B1iSN 9.0 on SAP Business One 9.2 PL04.

I'm trying to create an "InventoryTransferRequest" and a "Purchase Request" and got back the same error message for both objects:

Unknown SBO object type : 1470000113
Unknown SBO object type : 1250000001

I've used the object template provided by B1i itself (help menù) and have composed the message as follows:

Purchase Request:

<BOM xmlns="">
            <BO>
                <AdmInfo>
                    <Object>1470000113</Object>
                    <Version>2</Version>
                </AdmInfo>
                <QueryParams>
                    <DocEntry></DocEntry>
                </QueryParams>
                <Documents>
                    <row>
                        <DocDate>20170215</DocDate>
                        <Series>31</Series>
                        <TaxDate>20170215</TaxDate>
                        <RequriedDate>20170215</RequriedDate>
                        <Requester>manager</Requester>
                        <RequesterName>manager</RequesterName>
                    </row>
                </Documents>
                <Document_Lines>
                    <row>
                        <!--<LineNum>long</LineNum>-->
                        <ItemCode>C001</ItemCode>
                        <Quantity>35</Quantity>
                    </row>
                </Document_Lines>
            </BO>
        </BOM>

Inventory Transfer Request:

<BOM xmlns="">
            <BO>
                <AdmInfo>
                    <Object>1250000001</Object>
                    <Version>2</Version>
                </AdmInfo>
                <QueryParams>
                    <DocEntry></DocEntry>
                </QueryParams>
                <StockTransfer>
                    <row>
                        <Series>21</Series>
                        <DocDate>20170130</DocDate>
                        <CardCode>N1</CardCode>
                        <FromWarehouse>03</FromWarehouse>
                        <ToWarehouse>04</ToWarehouse>                       
                    </row>
                </StockTransfer>
                <StockTransfer_Lines>
                    <row>
                        <ItemCode>C001</ItemCode>
                        <Quantity>35.000000</Quantity>
                        <WarehouseCode>04</WarehouseCode>
                        <FromWarehouseCode>03</FromWarehouseCode>
                        <ProjectCode></ProjectCode>                        
                    </row>
                </StockTransfer_Lines>
            </BO>
        </BOM>

I've noticed that i can post this documents as draft but, obviusly, the XML template is a different object so probably this issue is not appearing for this reason in this case.

I've even find out that when you define the "outbound" phase for the scenario, when you select these objects ther's no key info (ex. DocEntry), maybe it's linked?

Can you plese suggest a way to post this type of documents?

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi, i've opened a ticket to the SAP Support, hope someone can give me so info back.

Anyway what do you think about this issue?