SAP for Public Sector Discussions
Foster conversations about citizen engagement, resource optimization, and service delivery improvements in the public sector using SAP.
cancel
Showing results for 
Search instead for 
Did you mean: 

fmrp_rw_budget + fmbdt

Former Member
0 Kudos

Hi,

I am not expert in fund management.

i am developping a report to exctract data from fmbdt to sent its to CO (tables COS*)

i am using the bapi BAPI_0051_GET_TOTALS (extract data from fm)

and the BAPI_COSTACTPLN_POSTPRIMCOST to transfer this data to CO.

My problem is:

The totals i exctract does not coreepond to the totals in the 'FMRP_RW_BUDGET' transaction

How to get the totals that i see in the in the 'FMRP_RW_BUDGET' transaction in my report (bapi, tables,function module..?)

Many thanks

2 REPLIES 2

iklovski
Active Contributor
0 Kudos

Hi,

The BAPI you are using to extract the budget is OK. You have to make sure that your selection paramters are the same in terms of budget ledger, year, budget address, etc. Try to locate the difference that you have between the report and the BAPI...

Regards,

Eli

Former Member
0 Kudos

Thanks for your replies.

in fact i found the error in the range parameter period 1 to 16 instead of 1 to 12.