cancel
Showing results for 
Search instead for 
Did you mean: 

Backing Up APO DP Selection IDs

Former Member
0 Kudos

Hello Folks,

What would be the best recommended way to back up all SELECTION IDs that are created by the users?

Reason: to ensure that if one gets deleted by accident, and any of them were used in Job Scheduling, we know

what needs to be re-created.

JD

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I would suggest creating a small program for selection id utility which would do activities like, Create, Download, Change, Delete all from excel sheets.

The following BAPIs can be used for the same in the ABAP program.

/SAPAPO/MCPSH_SELECTION_CHANGE

/SAPAPO/MCPSH_SELECTION_DELETE

/SAPAPO/MCPSH_SELECTION_GET

/SAPAPO/MCPSH_SELECTION_RENAME

/SAPAPO/MCPSH_SELECTIONID_F4

/SAPAPO/MCPSH_SELECTIONID_LIST

Hope this helps.

Thanks

Mani Suresh

Former Member
0 Kudos

Hey

Awesome ,

yeah i remember some of this now

thanks a lot!

JD