Hi All
I have to convert some user-exit from Abap to Java in order to work in CRM Pricing Scenario (I use VMC technology based on Web AS 7.00).
In the manual attached to note 809820 (New userexit concept for pricing)
I find this chapter but I don't understand how to work with BADI <b>CRM_COND_COM_BADI.</b>
<b>My objective is to create Java user-exit using Custom Tables and Fileds.</b>
<b>Passing additional information to pricing</b>
To summarize, if the information used in a requirement is not depending on the current calculation result, then the information can be passed to the pricing engine. This is the best way to avoid e.g. DB or JCo calls from the user exits.
Nearly all application scenarios using the pricing engine provide a way of filling additional attributes.
1. Create a field catalogue entry for the additional attribute
2. Program the filling of that attribute value
The application calling the pricing engine and the way it is allowing customer code to fill or influence attributes is not part of this document. Here is only a short list of documentation to start with (also various notes exist):
Application Description
CRM Online Order Processing
Implement BADI CRM_COND_COM_BADI. Note 850077
Mobile Solutions Implement VBA user exit methods on SPCDOCHANDLER or SPCITEMHANDLER.Note 677314 and Note 934216
Best regards
Davide Ivanov