on 2016 Dec 08 9:23 PM
Hi,
how can I see which pricing procedure is used for a transaction (e.g. a service request).
I am not referring to the pricing procedure determination and I am also not looking for the single condictions and the access sequence that I can see in price details. I just want to find the ID of the pricing procedure that was used to calculate a price.
Thanks and best regards
André
Hello André
There are several options to do that, maybe you have already found one.
1) For some transaction types, you can check the pricing procedure if you open the transaction via SAPGUI, in CRMD_ORDER , go to header level, tab prices. Then you find the pricing procedure there.
2) If the pricing analysis ( pricing trace) is enabled, you can check the pricing procedure in the top of the pricing trace.
See screenshot in this wiki page:
https://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=450466640
3) In a general case you can also check it in the database, in 3 steps
- Go to SE16, table CRMD_ORDERADM_H , enter transaction number in field OBJECT_ID and get field GUID ( transaction GUID)
- Then go to table CRMD_LINK , enter the GUID found before in field GUID_HI and filter with
OBJTYPE HI 05
OBJTYPE SET 18
You obtain the a record with the link to the pricing document in field GUID_SET
- Then go to table PRCD_HEAD and enter the value of GUID_SET found before in field KNUMV.
Then a record should be found , which has the pricing procedure in field KALSM
Best Regards
Luis Rivera
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
10 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.