cancel
Showing results for 
Search instead for 
Did you mean: 

how to find the list price of product

Former Member
0 Kudos

Hi..

My requirement is to get listprice for a particular product, please guide the table realtions...and if any function modules.

Regards,

Brahmaji

Accepted Solutions (1)

Accepted Solutions (1)

MichaelNe
Employee
Employee
0 Kudos

Hi,

the list price is nothing which is statically defined in a SAP CRM system. As pricing procedures are usually customized specifically for the business needs, you will need to investigate at first hand, which price element / condition type defines the list price. In a second step you would need to find the related access sequence and database tables to read this data.

In addition, you might be able to use the net price list functionality (see SAP help) to retrieve more specific list price information.

Best Regards,

Michael

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Brahmji,

I have a similar requirement.

Could you please post how did you get the list price details?

Thanks in advance

Anil

Former Member
0 Kudos

found in CNCCRMPRCUS920 table

0 Kudos

Hi,

Table CNCCRMPRCUS920 does not exist in CRM .

CNCCRMPRCUS901 is the table, where we can find the lsit price and the Product ID.

Is there any way to fetch it from the tandard FM instead of using the DB Table ?