cancel
Showing results for 
Search instead for 
Did you mean: 

How find AVAILABLE value of WBS element as on report S_ALR_87013558 ?

DouglasCezar
Contributor
0 Kudos

Hi pros,

I need to build a customized Z report that shows the available value of a given WBS element. I've already done lots of research here at SDN, there are some posts but neither of them with a correct answer.

When I run t-code S_ALR_87013558 I can see the available value here:

How can I get this value? Which tables and/of FMs could I use?

Thank you!

Douglas

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member513101
Active Contributor
0 Kudos

Hi Douglas,

Available value is a calculated from formula and Report S_ALR_87013558 (Program name: 12KST1A, Form: 12KST1A) is a drill down report. You can customize your own by leveraging on this report via CJE1 and CJE4.

You can use CJE6 to check the logic and formula for report S_ALR_87013558

Thanks

iftah_peretz
Active Contributor
0 Kudos

Hi,

If you just want that data (and don't care about execution time and other different constrains/warnings) take a look here (read carefully), and then convert the list to your needs by isolation the WBS column like here.

Otherwise, follow raymond.giuseppi's comment, and I would add to it also a "nice" debugging session if you want to further dive into the

rabbit 's hole - so you might get some more insights.

raymond_giuseppi
Active Contributor
0 Kudos

Did you perform a SQL trace during transaction execution (or use ST12 to identify any Abap tool used by transaction) You should find table like RPSCO, then look with SE11 for values of fields like WRTTP or VORGA.


DouglasCezar
Contributor
0 Kudos

Please, anybody has any clue on how to achieve this?