cancel
Showing results for 
Search instead for 
Did you mean: 

RFC -Approval Procedure Table

Former Member
0 Kudos

Hi,

The Approval procedure of Request for change is saved in table  CRMD_APPROVAL_S

But how to link this details with Request for change transaction number.

From CRMD_ORDERADM_H table I get Object GUID, but I can not link this with Object ID of table CRMD_APPROVAL_S

How to link CRMD_APPROVAL_S table with Request for change number.

Regards

P Kumar

Accepted Solutions (1)

Accepted Solutions (1)

richard_pietsch
Active Contributor
0 Kudos

Hi there,

there is a link between CRMD_ORDERADM_H and tables SRRELROLES and CRMD_BINREL. Maybe this is what you need.

crmd_oderadm_h-guid =>  srrelroles-objkey

srrelroles-roleid => crmd_binrel-role_b

crmd_binrel-role_a => srrelroles-roleid <- check this with you approval number

Regards, RP

Answers (1)

Answers (1)

Former Member

The link is:

CRMD_APPROVAL_S-PARENTGUID => CRMD_LINK-SET

CRMD_LINK-GUID_HI => CRMD_ORDERADM_H-GUID

Br,

Magnus