cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the rejection text(not rejection reason) after CR withdrawn

Former Member
0 Kudos

Hi Experts,

I have to capture the rejection text we give in popup box while withdrawing the CR in MDGC.

Please suggest the possible ways.

Thanks,

Kavya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Guys,

We can use table USMD1210 for this. This is the easiest way.

Just now came to know this solution from my senior.

Thanks,

Kavya

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Kavita & Raghu,

Thanks for your reply.

We have already used Rejection note in our code and its working fine.

I am not talking about the notes you select from dropdown box.

I am talking about the description about the note you give while rejection.

For example see the below picture.

I need to capture this description about the notes because in case of withdrawn we are giving only this description ( no rejection note dropdown popup).

So kindly tell me the way to get this.

Thanks,

Kavya

raghu3
Contributor
0 Kudos

Hi,

Check method GET_CREQ_NOTE of class CL_USMD_CREQUEST_UTIL

Regards,

Raghu

former_member190949
Active Participant
0 Kudos

Hello Kavya,

You could include the Rejection NOTE text in the email notification body itself.

This helped us with one of the clients.

thanks,

Kavita