cancel
Showing results for 
Search instead for 
Did you mean: 

help regarding CRM_ORDERADM_H_BADI(CHECK METHOD)

santosh_fhalke
Participant
0 Kudos

Hi,

I want to check the input values of a service order created in the Customer

Interaction Center. I created an implementation for

CL_EX_CRM_ORDERADM_H_BADI (check-method).

As an importing parameter I have access to the order guid. So I tried to

read the related fields via the function module "crm_order_read".

Unfortunately I get obsolete values instead of the actual ones.

An example:

You enter a description "My description" and press enter. The BAdI is called

and I get value "" (initial string) for the short description.

Subsequently you change the description to "My changed description" and

press enter again. As a result of your action the BAdI is called once more.

In my implementiation I get the value "My description" instead of "My

changed description".

Do I have to call another function before executing "crm_order_read" or

something else to do?

Thanks for any hint.

Regards,

santosh

Accepted Solutions (0)

Answers (3)

Answers (3)

sushil_taneja
Participant
0 Kudos

Yes this should work. we have used it a lot !

rgds

santosh_fhalke
Participant
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi Santosh,

Try using the function module CRM_ORDER_READ_OW.

Regards,

Gaurav Gera