cancel
Showing results for 
Search instead for 
Did you mean: 

How Create Landed Cost by DI Service

Former Member
0 Kudos

SAP 2005A SP01 PL14

How Create Landed Cost by DI Service

And

How I Know DI Service support all screen or process in SAP B1

Thank For Advance

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

HI ! ... I need to know how to use DI for create landed cost document ?? because in SDK help Center show only how to allocate cost only but don't have any object to create document landed cost.

Chaiz

Former Member
0 Kudos

Hi,

Do you need this SOAP message script?

<?xml version="1.0"?>

<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">

<env:Header>

<SessionID>xxxxxxxxxxxx</SessionID>

</env:Header>

<env:Body>

<dis:AddObject xmlns:dis="http://www.sap.com/SBO/DIS">

<BOM>

<BO>

<AdmInfo>

<Object>oLandedCostsCodes</Object>

</AdmInfo>

<Items>

<row>

<Code>xxxx</Code>

<Name>xxxx</Name>

<AllocationBy>xxxx</AllocationBy>

</row>

</Items>

</BO>

</BOM>

</dis:AddObject>

</env:Body>

</env:Envelope>

And for DI Server /DI API, they don't have the full functions of BusinessOne Application.

Regards,

MIN Hongjun

Former Member
0 Kudos

How Example Code I Create

Thank

Nussi
Active Contributor
0 Kudos

Hi,

the best is to look in the DIAPI help from the SDK installation.

when you search for "Landed Cost" you will find the

LandedCostsCodes Object

The LandedCostsCodes object enables to define codes for landed costs and their distribution type. These codes are used in delivery notes to divide the landed costs between the items according to the specified distribution type (AllocationBy), such as weight.

this should be what you're looking for.

lg David