cancel
Showing results for 
Search instead for 
Did you mean: 

manual data change in SEM-BPS

Former Member
0 Kudos

Hello,

Dos somebody know how to find possibility of manual data change in the planning layout of SEM-BPS?

Thanks for answers.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Svetlana,

When you meant "to add new (or change existing) data in a planning layout, you have to make use of the function module

<b>API_SEMBPS_SETDATA.</b>

The parameters what you have to pass are:

1) Planning area

2) Planning level (where your layout is defined)

3) Planning package

4) Planning Laoyut

5) Characteristic values of each row

Check the documentation of the Funtion Module (CTRL+F4).

<b><i>1) Be sure to convert the key figure values in string format, otherwise you would get a runtime error.

2) Make sure that no two rows have same keys (characteristic value tuples)

3) Make sure that all the characteristic values are contained in the planning level (Check the filters)</i></b>

A simple working example (ABAP Code) you have it from me when things dosen't go forwards.

Thanks and Good Luck!