cancel
Showing results for 
Search instead for 
Did you mean: 

function module to get budget from s_alr_87013558

former_member197132
Participant
0 Kudos

Hi,

I want to display some output field of report  S_alr_87013558 which are Budget, Actual And Commitment , In an ALV Report.

how can we do this? it there any Function module or any other way available to get the budget from S_alr_87013558 .

Accepted Solutions (0)

Answers (2)

Answers (2)

roton_hossain
Explorer
0 Kudos

Logic

Pass Input Project Code in Table PRPS Field - PSPHI,It will display all WBS of Input Project

get object no - OBJNR against each WBS and Pass to table RPSCO include Field Budget Type = KBFR & value key = 45

and display WBS wise value in Column Budget.

Actual Cost Logic

Pass Input Project Code in Table PRPS Field - PSPHI,It will display all WBS of Input Project.

Step 1- get object no - OBJNR against each WBS.

Step 2- Pass WBS no in table AFVC - PROJN and get Object no OBJNR

Now pass Object no of Step 1 and Step 2 into table COEP field OBJNR,display total of column WKGBTR against each WBS.

archanapawar
Contributor
0 Kudos

Hi Shailendra,

Check tables BPJA, BPGE for budget, COOI, COSS/COSP for commitment/actual.

OR check RPSCO for all.

former_member197132
Participant
0 Kudos

Hi Archana,

I am not getting required fields in  tables.