Hi ! I´m using an implementation of CRM_COND_COM_BADI, in order to make some querys to ECC and populate my Java formulas with this data. I´m doing this because the client don´t want to replicate some tables from ECC to CRM and we need to simulate a condition clause in ECC pricing.
The query I need to do is this :
select * from t059p where kschl = komt1-kschl. exit. endselect.
where komt1-kschl is the condition type in ECC.
All the conditions types are already replicated to CRM, the thing is that when I want to get the condition type in the ITEM_COMMUNICATION_STRUCTURE method of the CRM_COND_COM_BADI BADI, is not present in the CRMT_ACS_I_COM structure, is there any FM or some procedure to get this condition type and make a query from CRM to ECC !?
Any help will be appreciated.
Thanks !