Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

FMKU 083 Error while creating a Budget Transfer using BAPI_0050_CREATE

Former Member
0 Kudos

Dear Friends,

Thanks in Advance.

Issue ->

I am trying to run a Budget Transfer  process using BAPI BAPI_0050_CREATE.I have 33 Cost Centers ,for 11 cost centers the BAPI is successfully creating the document number after passing the all required parameter for Budget Transfer but for rest of the Cost Centers I am facing the "BUDGET AMOUNT IS NOT SUFFICIENT FOR RELEASE".

Assumption-->

1-->I changed the input parameters in BAPI to check the different behavior between success  and the failure ones but didn't  result is same,so I have a feeling that there is nothing wrong with the parameter values that I am passing to run the BAPI.

2-->I checked the Budget available for the Failure Cost centers but all of them have enough budget to transfer but still BAPI triggering the error.

I have attached the screen shots that will help to understand the parameters that I am passing to run the BAPI and the error message.

It would really helpful if anyone suggest the solution for this issue.

Cheers

Jay

3 REPLIES 3

arivazhagan_sivasamy
Active Contributor
0 Kudos

Hi Mrutyunjaya Tripathy,


Please check the following..

The  released budget is greater than the  consumable budget for FM account assignment .

Note that the absolute value of the amount is specified. Even if the actual amount is negative, the comparison is always made with the positive value.

Total released budget  = Released budget to be posted by the current document + Released budget already in the database.

Total budget  = Budget to be posted by the current document +  Budget already in the database.

  • (Absolute) Total  released budget  =
  • (Absolute) Total  consumable budget  =

Important Note Concerning the Release on Period

The document to be created includes the amount on the period but the check  "Release Against Budget" nevertheless covers the amounts for the whole fiscal year.

Example:

Released budget on period 10 = 100

Budget on period 10 = 600

So, unreleased budget on period 10 = 500

However, the release cannot be carried out because of the following totals scenario:

Total Released Budget over the fiscal year =  980

Total Budget over the fiscal year =  1000

Since adding 980 to 500 results in a total of more than 1000, no release is possible. Error message FMKU083 is displayed and the values in the long text are:

(Absolute) Total released budget  = 1480

(Absolute) Total budget  = 1000

Procedure

You have the following options for further processing:

  • Post a further amount to be included in the  budget.
  • Decrease the amount of  released budget to be posted.

Arivazhagan S

0 Kudos

Hi Sivasamy,

Thank you very much for your  reply.I spoke to my functional consultant and it seems there is no problem with the budget but I am still getting the same error.

Kindly suggest any technical if there is any technical solution on this.

Regards

Jay

0 Kudos

Hi Jay

Did you check in debugging at the place where return table is getting filled..? I did a where used list for this message but found only one place but not relevant one. Seconldy i see badi's being called inside the function module may be check whether those are implemented or not...Is the BADI throwing the error

Nabheet