cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in selection ID Creation using FM 'SAPAPO/MCPSH_SELECTION_SAVE'

manali_gunjal
Explorer
0 Kudos

Hi,

1. Go to tcode '/sapapo/sdp94'

2. Select any Plannig book and Data View

3. Click on Shuffler button

4. Select CVCs and enter values corresponding to each characteristic (e.g. Product, location , distribution channel)

5. Give name to selection ID and Click on Save button

By following above steps o/p will be: Selection Id gets created with given name

6.Click on Change selection profile button. Click on the selection created above

It will display group by name and characteristic name(as description of characteristic e.g. Product or distribution Channel) and charcteristic value which we entered.

If I use FM '/SAPAPO/MCPSH_SELECTION_SAVE' for creation selection ID.

and check the created selection id it lists characteristic name(as technical name of characteristic like 'ZVTWEG' for distribution channel) This happens only for ZCharcteristic not for standard charcteristics(9AMATNR/ 9ALOCNO).

Thank You,

Manali

Edited by: Manali Gunjal on Jun 25, 2010 4:45 PM

Edited by: Manali Gunjal on Jun 25, 2010 4:46 PM

Edited by: Manali Gunjal on Jun 25, 2010 4:55 PM

Edited by: Manali Gunjal on Jun 25, 2010 4:58 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Maybe use this FM /SAPAPO/ADV_SAVE_SELECTION or look into that FM. There you find a example coding.

manali_gunjal
Explorer
0 Kudos

Issue Resolved.

By Mistake I was passing name of dataview instead of name of planning book in parameter IV_MVIEW of FM ''SAPAPO/MCPSH_SELECTION_SAVE'

Thanks

Manali