Scenario : Create and Populate User Exit Variable with default date as current date.
Step1: Create a variable(ex: cur_date) on requrired characteristic with Processing type "Customer Eixt" and check the check box for ready for input(if this variable need in selection screen).
Step 2: Goto T Code : CMOD and provide appropriate Project and choose components and click on display.
Step3: Double click on exit "EXIT_SAPLRRS0_001" you can see include "ZXRSRU01", double click on include.
Step4: Sample code to populate.
WHEN 'CUR_DATE'.
Data : l_p_range_SSS TYPE rrrangesid.
IF I_STEP = 1.
l_p_range_SSS-Low = sy-datum.
l_p_range_SSS-Sign = 'I'.
l_p_range_SSS-Opt = 'EQ'.
APPEND l_p_range_SSS TO e_t_range.
Endif.
The following values are valid for I_STEP:
· I_STEP = 1
Call up takes place directly before variable entry
· I_STEP = 2
Call up takes place directly after variable entry. This step is only started up when the same variable could not be filled at I_STEP=1.
· I_STEP = 3
In this call up, you can check the values of the variables. Triggering an exception (RAISE) causes the variable screen to appear once more. Afterwards, I_STEP=2 is also called up again.
· I_STEP = 0
The enhancement is not called from the variable screen. The call up can come from the authorization check or from the Monitor.
More info @ http://help.sap.com/saphelp_bw320/helpdata/en/1d/ca10d858c2e949ba4a152c44f8128a/content.htm
Loading
Showing posts with label variable. Show all posts
Showing posts with label variable. Show all posts
BW Material
Posted In:
abap
,
analyzer
,
bex
,
datasource
,
enhacements
,
exits
,
extraction
,
free
,
generic
,
how to
,
lo
,
Material
,
performance
,
perormance
,
routines
,
rules
,
tuning
,
variable
,
variables
,
wad
.
By Srinivas Neelam
Free ebooks download for free
-- You can download some ebooks for free from this website available for many technologies..
-- You can download some ebooks for free from this website available for many technologies..
SAP BW : Step-By-Step (FU FU)
SAP BW Certification - by Catherine M Rose
SAP BW Interview Questions - download for free
-- Download ebook for free from this site.
Book is very good, covers all areas of BW(Extraction, Modeling, Reporting, infospokes, process chains, user exits, routines, sample codes, data load monitor: errors & fixing, all types of extraction.... etc...
All Articles on SAP NetWeaver Business Intelligence
-- Very Good One... contains Articles, eBooks etc.... on all areas of Business Intelligence..
Five Ways to Enhance SAP BI back end Functionality Using ABAP
-- It covers how to write field wise routines, start routines in Update Rules & Transfer Rules and infopackage routines.
-- It Covers how to enhance datasource, user exit variables, ABAP in Process Chains, etc....
-- Contains all information related to BI performance tuning.
Performance Tuning for SAP BW : pdf
Performance Tuning for Queries with Aggregates : pdf
SAP BW Data Load Performance Analysis and Tuning : e learning
-- Need SDN User ID and Password to log-on.
LO Extraction
Create Generic Delta: pdf
How-to Guides for SAP NetWeaver 2004
Some more Use full info @
http://www.jt77.com/business-warehouse.html
Create Generic Delta: pdf
How-to Guides for SAP NetWeaver 2004
Some more Use full info @
http://www.jt77.com/business-warehouse.html