cancel
Showing results for 
Search instead for 
Did you mean: 

How To Create Credit Memo Request In CRM

Former Member
0 Kudos

Hi Friends,

I have to create CMR i.e. Credit Memo Request with Header and Item details but I am not able to do it.

Kindly let me know the BAPI / FM with some example. Also, do let me know which all values are mandatory for the FM or BAPI structures.

I will definitely reward points if the solution will help me in creating the CMR.

Thanks,

Pradeep

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Pradeep,

You can use CRM_ORDER_MAINTAIN to create the CMR, dont forget to use CRM_ORDER_SAVE after it.

Before writing the code for creating the CMR, you can use the <b>report</b> CRM_ORDER_MAINTAIN to test how the FM CRM_ORDER_MAINTAIN works.

Hope it helps.

Lokesh

Former Member
0 Kudos

Hi,

Can you give me some code example for this..

thanks,

pradeep

rekhadadwal
Active Contributor
0 Kudos

Hi Pradeep,

May i know you are trying to create CMR with respect to a Service Complaint or some thing else???

Regards,

Rekha Dadwal

Former Member
0 Kudos

Hi Rekha,

I have to create CMR with following details :

Description To be displayed in Header

Status : i.e. Create / Open

Item Detail

Product and quantity

Hope I am clear in this.

Regards,

Pradeep Singh Dhadwal

former_member184067
Active Contributor
0 Kudos

hi Predeep,

you need to create the CMR via programming ?

is the CMR that you want to create is a following document of other document or not ?

cheers

Former Member
0 Kudos

No it will be just standalone i mean only passing those values to create the CMR that's it.

now u have the solution or not...

thanks,

pradeep

former_member184067
Active Contributor
0 Kudos

hi Pradeep,

based on experience, you can create a new CMR using function module CRM_ORDER_MAINTAIN

hopes it helps

cheers