cancel
Showing results for 
Search instead for 
Did you mean: 

Reference ZC notification to a Z6 notification.

Former Member
0 Kudos

Hi all,

After i create a Placement notification with a BAPI (Z6 - IW51), i'm creating a change notification (ZC - Tcode IW21) with the BAPI ALM_PM_NOTIFICATION_CREATE. But my problem is that i would need the change notification (ZC) be referenced to the placement notification (Z6) so that it would apper in the Document Flow. But i don't know which field of the BAPI ALM_PM_NOTIFICATION_CREATE would make this possible.

Regards.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

After a lot of debugging and researching, i found the solution.

For the BAPI ALM_PM_NOTIFICATION_CREATE, fields notifheader-refobjecttype, notifheader-refobjectkey, notifheader-refreltype and sender must be completed. So that the reference between the notification can be made.

Notifheader-refobjectkey: Must be completed with the notification number that you want to use as reference.

Sender can be completed with the return of the FM OWN_LOGICAL_SYSTEM_GET.

Greetings.