cancel
Showing results for 
Search instead for 
Did you mean: 

How to know which user created a given Selection ID in Planning Book

Former Member
0 Kudos

Dear Expert

Do you know if there is a way to trace who created a given selection ID in DP or SNP planning books?

Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You will get details of of the user who created the selection IDs and date /time details from the database table /SAPAPO/TS_SELKO (Header Selection Variants) .

You may create a simple query for this or an elaborate ABAP report.

Regards

Datta

Former Member
0 Kudos

Hi,

Further to the above reply, the function module below gives a list of selection Ids within a PA .

/SAPAPO/MCPSH_SELECTIONID_LIST

Among the other details, we can see herein the author, creation / changes time stamps.

Regards

Datta

Answers (0)