cancel
Showing results for 
Search instead for 
Did you mean: 

Order from CRM to R3,

Former Member
0 Kudos

Hi, i have to modify a badi (i think it's ORDER_SAVE) to do the following:

when i create an internet order in CRM (tx. crmd_order), i have to automatically change it to status "processed" so that it is trasported to R3. is there any function that changes an order's status ???

thanks in advance !!!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Maria,

Please try to change this badi for your requirement.

CMS_ORDER_STATUS

Regards,

Johnny.

Former Member
0 Kudos

thanks !!

i'm trying to implement badi CRM_ORDER_STATUS but i cant' because i have to give values to the filters and i don't know how..

Former Member
0 Kudos

Hi Maria,

I think you can try this function:

FUNCTION: <b>CRM_ORDER_MAINTAIN</b>

If you try to debug when you save the order you can check this function with a breakpoint and there you can do the changes you want.

Regards,

Mon

Former Member
0 Kudos

buffff thank you very much for your answers but still don't know how to solve my problem.. i have arrived to get the value of the status before i save the order (when it is still open) but i don't know how to change this status to processed "manually" before the order is saved...

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Use one of the follwoing FMs as per your requirements:

CRM_ISA_ORDER_HEADERSTATUS

CRM_ORDER_CHANGE_STATUS

CRM_STATUS_MAINTAIN_OW

STATUS_MAINTAIN

Kindly reward with points in case helpful

Sharif