cancel
Showing results for 
Search instead for 
Did you mean: 

How can we use the flags set in SAP ECC for blocking in Integrated Planning ?

0 Kudos
123

Hi Everyone,

We have a SAP ECC system as source System. The Account Numbers, Profit Centres and others are configured with flags for Blocked / Locked. Can we configure these flags to be used in SAP BW Integrated Planning to prevent Planners from posting values across locked Account Numbers / Profit Centres ?

Regards,

Hitesh Jena

Accepted Solutions (1)

Accepted Solutions (1)

gregor_dieckmann
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Hitesh,

you can create a data slice that contains the locked master data values. If the 'flags' are master data attributes available in BW you may also implement an exit data slice that puts all locked master data values in the data slice.

Regards,

Gregor

0 Kudos

Hi Gregor,

Thanks for the solution. Can I also use some DSO's to store the flags and then define a rule from the DataSlices. The reason behind this is, the Account Numbers are set locks at certain company code levels and A/C Numbers have multiple Company Codes assigned to them. So, maintaining the flag as masterdata is impossible.

Regards,

Hitesh Jena

former_member200327
Active Contributor
0 Kudos

Hi Jena,

Are you loading that master data from ECC to BW or using HANA based views?

If you are loading, then you can put a filter to load only non-blocked records. In that case users won't be able to post to them.

Regards,

Gersh

cornelia_lezoch
Active Contributor
0 Kudos

Hi Hitesh,

it´s the same logic - load you data to a table - no matter whether it is an attribute or DSO table.

The create an exit class, that is reading from that table and use this exit class in the data slice.

regards

Cornelia

Answers (1)

Answers (1)

0 Kudos

Thank You everyone for your help.

I have stored the data from ECC in a Temp Table. And, using EXIT Class I have restricted the records in Characteristic Relationship.

Regards,

Hitesh Jena