Data Slice of Type Exit For Locking The Data in A Planning Cube - SAP Tricks
Data Slice of Type Exit For Locking The Data in A Planning Cube - SAP Tricks
SAP tricks
SAP tricks and tips, first steps in SAP, how to learn SAP
HOME SAP GENERAL SAP BW ON HANA SAP ABAP SAP BW PLANNING LINKS
SAP tricks
Search:
Search
Data slice of type exit for locking the data in a planning cube Vikas on Data slice of type exit
for locking the data in a
Data slices are option in the planning modeler for locking of data. planning cube
This locking affects the entry of data via input-ready layouts and Kevin on How to change the
all kind of integrated planning functions. It does not stop the user system color in SAP?
to enter data via the old BPS layouts, which are not using
admin on How to change the
integrated planning. Data can be also loaded into the cube. system color in SAP?
RSPLAN Infoprovider
The selection has not much flexibility and often can’t cover the
user requirement, but can be used as ad hock solution in some
cases.
Variables can be used also instead of fixed values for this type of
data slice. If there is a dataslice
The data slice of type exit for locking the data in a planning cube
gives more possibilities to select different criteria for allowed
entries.
First you can check if the exit is working with simple code for one
characteristic. For example we want to lock the data entered for
the last fiscal year = 2017.
e_noinput = rs_c_false.
If <FISCYEAR> = ‘2017’.
e_noinput = rs_c_true.
endif.
After completing the code and activating the class, we should set
the dataslice to the planning cube in transaction RSPLAN in the
last tab dataslice.
We should select dataslice from type exit, select the class and
also the characteristic FISCYEAR as restricted. Save and we can
test that the data is locked.
Share this:
Related
https://sap-tricks.com/data-slice-type-exit-locking-data-planning-cube/ 3/5
9/22/23, 8:26 AM Data slice of type exit for locking the data in a planning cube - SAP tricks
Vikas
January 17, 2019 at 9:50 am
Permalink
Reply
Leave a Reply
Your email address will not be published. Required fields are marked
*
Comment *
Name *
Email *
https://sap-tricks.com/data-slice-type-exit-locking-data-planning-cube/ 4/5
9/22/23, 8:26 AM Data slice of type exit for locking the data in a planning cube - SAP tricks
Website
Save my name, email, and website in this browser for the next time I
comment.
sixteen + two =
Post Comment
https://sap-tricks.com/data-slice-type-exit-locking-data-planning-cube/ 5/5