cancel
Showing results for 
Search instead for 
Did you mean: 

function module to get budget from s_alr_87013558

former_member197132
Participant
0 Kudos
1,749

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 .

View Entire Topic
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.