cancel
Showing results for 
Search instead for 
Did you mean: 

How to find an UC correction for a specified Change Request

former_member576008
Active Participant
0 Kudos

Hi,

I need logic which gives change request for the given UC correction.

Can any one provide database tables or function modules or any other logic to fulfill this requirement.

I found 2 threads with no answers.

[]

[]

Is there any table with change request and its corresponding UC correction number.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

try function module CRM_DOC_FLOW_READ_OB with your CD guid.

In OBJKEY_A is the GUID for the preceding document (in this case the CR) and in OBJKEY_B is the guid of the follow up document (in this case the CD). You have to take the entry with RELTYPE = VONA.

Regards,

Christoph

Answers (1)

Answers (1)

Former Member
0 Kudos

I would go to CRMD_ORDER, open the UC, activate trace, press "Where used" and seek the tables it accessed in the trace log.

Hope that helps,