cancel
Showing results for 
Search instead for 
Did you mean: 

Using QueryByTypeCodeAndPropertyIDAndPropertyValue in SalesPriceList BO

Former Member
0 Kudos

Hello All,

I have a requirement to fetch the Customer Group Specific Price List from the SalesPriceLsit BO but there is no query in the BO which gives you all data.

I am using QueryByTypeCodeAndPropertyIDAndPropertyValue query which needs to be written in a proper way which I got to know from Query Service documentation.

Even after structuring the query as required I am not able to get data. Whenever the query is executed I get an error saying "(PRC_SALES_PRICE_LIST, ROOT) A technical error (Mandatory initialization missing) occurred: PRC_ESF_CND_MAINT 502. Report an incident."

Following is the code that I have written:

By any chance if anyone have worked on it and can help me?

Thanks & Regards,

Meghna

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi there!

Any progress?

The problem may be on the SalesPriceList BO. The query don't work even by the Repository Explorer interface ( )

I'm trying to query by code and it doesn't build =/. The SDK says that the parameters does not exist.

Thanks in advance.

HorstSchaude
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Alexandre,

I've checked in the backend: This query requires a special initialization, which is not documented.

Please raise an incident to the component "Sales Price Specification" (AP-PMD-SPS) to get some knowledge about this initialization.

Sorry,

   Horst

Former Member
0 Kudos

Hi Meghna,

We have got the records returns for base price list via using below example:

Please do not use the PriceSpecificationPropertyValuation1-4. I think it also apply for customer specfic price.

Best Regards,

Qiang

stefankrauth
Active Participant
0 Kudos

Hi Meghna,

does the query work without parameters? I would suggest you start with the query and see if it works. Then you start adding parameters one by one and check the result. Maybe one of the parameters is not set.

It would help to isolate the problem.

Best Regards,
Stefan

Former Member
0 Kudos

Hi Meghna,

We also got the same requirement (search customer group specific price list by customer ID)

and after tested our code. this error appears

"A technical error (No business configuration to process request) occurred: PRC_ESF_CND_MAINT 109. Report an incident."

Could you give any suggestion on this problem?

Thank you,

Mullika

sunil1101
Employee
Employee
0 Kudos

Hi Meghna,

Did you try this query in repository explorer?

This seems very complex query and as per error some mandatory initialization is missing

I guess each valuation have their own identifier, which you also have to pass as parameter.

Give a try in Repository explorer with all required parameters.

Regard

Sunil

Former Member
0 Kudos

No one to help