cancel
Showing results for 
Search instead for 
Did you mean: 

Copy selections between planning areas

Former Member
0 Kudos

Hi

We have selections in one planning area that we want to copy to another. Is that possible? The program /SAPAPO/SELECTION_COPY allows copy from one planning book to another but they need to be on the same planning area. In our case we have planning books on different planning area but both planning areas are on the same Planning Object Structure.

Appreciate any suggestions.


Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Unfortunately there is no easy way for this. Depends upon how much selections you are talking about , you could try following steps.

Each selection description is associated with a cryptic Selection ID which is a primary key.

Selection ID along with planning area and planning book make up the primary key.

Having said that, it should be possible using the following two tables

/SAPAPO/TS_SELKO

/SAPAPO/TS_SELPO

The latter table needs to be done first using the SE16--> "create with template" option. Once you have the selection ID created in the latter table, you can again use the "create with template" option in the former table.

Thanks

Amol