cancel
Showing results for 
Search instead for 
Did you mean: 

Table name for (Release code+userid of approver)

Former Member
0 Kudos

Any body suggest a table name for PO release strategy

(Release code+userid of approver)

our requirement is like this

1) When a PO is blocked an e-mail must be sent out to the approver set up in the system.

Text message is decided later!

If there is a second approver there should be sent out an e-mail after the first level is approved.

An so on.

2) When a PO is released by last approver an e-mail must be sent to the creator of the PO.

Text message is decided later!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can find these in CDHDR and CDPOS.

However, I would suggest that you implement workflow to meet your requirements. Do not implement tracking changes from these tabels since these tables track all changes and your program will simply not run.

Lakshman

Former Member
0 Kudos

we need to track sap logon userid of the first approver when saving the PO and we need track sap logon user id of second approver when first approver is released.

Any standard table availble for this combination or we need to create Ztable for this.

work flow is not accepted here.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

The tables relevant to PO release strategy configuration are T16FB, T16FC,T16FG,T16FS, & T16FW.

For Assignment of Role to Release code - T16FW.

Let me know if you need more info.

Thanks,

PNR.

Former Member
0 Kudos

we need to track sap logon userid of the first approver when saving the PO and we need track sap logon user id of second approver when first approver is released.

Any standard table availble for this combination or we need to create Ztable for this.

work flow is not accepted here.