cancel
Showing results for 
Search instead for 
Did you mean: 

Link Charm_create to Z-transaction type

Former Member
0 Kudos

Hi,

If i create a change request from transaction 'charm_create' i get the change request of transaction type SDCR(standard). I have created a z-transaction type ZDCR for change request. I want that ZDCR change request should be created from charm_create transaction.

If anyone knows what settings need to be done for this plz reply back.

Thanks & Regards,

Kriti Bhalla

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Kriri,

I too have the same problem for this u need to create ZTransaction type or you can also use CRMD_ORDER, by using this you can also create change request.

Regards

Raju

DoloresCorrea
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Kriti,

CHARM_CREATE is hard coded on transaction SDCR.

You will see this in the function pool FUNCTION-POOL change_request_socm MESSAGE-ID socm_cr.

gc_processtype(4) TYPE c

VALUE 'SDCR', "process type for change request

You would need to create your own ZCHARM_CREATE using CHARM_CREATE as a template.

Hope this helps,

Dolores