cancel
Showing results for 
Search instead for 
Did you mean: 

CRM_ORDER_MAINTAIN

Former Member
0 Kudos

Hi all,

I'm using this crm_order_maintain function module to update or create new orders. The problem being faced is while creating new orders. The header guids are creted correctly but i'm not able to create a item level guid's.

It would be very helpful if somebody clearly explains me the process of it or provide some sample code to explain it or specify me of some online materials for reference.

Please mail me if you have some materials which can help me to sam_kumzz@yahoo.co.in

Thanking you in advance

Kumar R

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member927251
Active Contributor
0 Kudos

Hi Kumar,

For creating the HEADER and ITEM Guids, use the function module GUID_CREATE, once for header and x times for x items.

Pass these guids in the ORDERADM_H and ORDERADM_I.

PS : Call CRM_ORDER_SAVE after the call to CRM_ORDER_MAINTAIN and do commit work.

<b>Reward points if it helps.</b>

Former Member
0 Kudos

Hi Animesh and Amit,

Thanks for your inputs.

But is there any documentation available that could explain me the entire process like what would be the first step, what mandatory fields are required to pass, when an item creation would fail.

If so, then please do mail me that.

Thanks a ton,

Kumar R

animesh_kumar2
Active Participant
0 Kudos

Check Report "CRM_TEST_ORDER_MAINTAIN". Hope it will help you.

Regards,

Animesh