cancel
Showing results for 
Search instead for 
Did you mean: 

QueryCustomerInvoice - MajorLevelOrdinalNumberValue

4NDR
Explorer
0 Kudos
228

Hello,

I'd like to understand what the tags MajorLevelOrdinalNumberValue and MinorLevelOrdinalNumberValue mean inside the price component response of the querycustomerinvoice.

I couldn't find this answer anywhere on the webservice's documentation or by searching on the internet.

<PriceComponent>
      <Description languageCode="EN">Total Item Net Value</Description>
      <MajorLevelOrdinalNumberValue>78</MajorLevelOrdinalNumberValue>
      <MinorLevelOrdinalNumberValue>3</MinorLevelOrdinalNumberValue>
      <CalculationBasis>
        <BaseCode>3</BaseCode>
        <Amount currencyCode="EUR">0.0</Amount>
      </CalculationBasis>
      <CalculationBasisBaseName languageCode="EN">Quantity</CalculationBasisBaseName>
      <CalculatedAmount currencyCode="EUR">-90.0</CalculatedAmount>
    </PriceComponent>


Can anyone help?

Accepted Solutions (1)

Accepted Solutions (1)

KathrinD
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Andrea,

The MajorLevelOrdinalNumberValue represents the step in your Pricing Procedure.

You can find this in the UI as follows:

Go to the Business Configuration work center.
Select the Overview view.
Open the Fine Tuning Activity Configure Price Strategy
Click on the Pricing Procedure hyperlink.
Select the respective pricing procedure e.g. Standard Pricing Procedure
You can see for each Price Component there is a step in your pricing procedure.

In you example the MajorLevelOrdinalNumberValue is 78, so this represents step 078 for Price Component Total Item Net Value

The MinorLevelOrdinalNumberValue represents the sequence in determine the step. 1 is the first one that is determined 2 is the second one that is determined etc.

Best regards,

Kathrin

Answers (0)