cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP routine java conversion

Former Member
0 Kudos

Hi Folks,

I am in the process of converting ABAP routine into java which can work in CRM system. I would like to know what would be the java function of the xkwert.

let me know the approach also to find the correct function.

Thanks a lot,

Sanjeev Mourya

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

sanjeev,

xkwert is a custom field, check its corresponding type, i think it will be komv-kwert ,this is for condition value you can get the condition value using the following java method.

pricingCondition.getConditionValue()

Thanks and Regards

shanto aloor