Question:
Hi all,
Have extended the 0WBS_ATTR extractor to include a checkbox which indicates WBS Elements with specific analysis on them. Thats working fine in R/3 and in BW too.
What we know what to do in BW BEX reporting(Anaylzer) is the following:-
Want to create a user exit variable for WBS Element to read the master data table of WBS element and only show the user the WBS Elements which have the checkbox indicator set on them, and not all WBS Elements as is occuring as standard as now.
Is it simple as my initial thinking:-
Goto BW Master data table of WBS element, (in BW)
select * from BW Master data wbs table where checkbox eq 'X' into internal table.
Loop at internal table.
append output table.
endloop.
btw is it easy to create a user exit for a variable. only done it for extractors so far.
cheers all,
Answer:
should work in theory, let me get this right, is this what you want to do?
you want to limit the number of selection options on the wbs elements variable to only those that have checkboxes associated with them?
if so the solution you are proposing sounds good!
remember to use i_step = 1 i.e before popup displays, that way user can choose only those wbs elements that have checkboxes associated with them.
btw not too sure of how to build your range table though, an abaper helped us