‎2022 Mar 22 9:50 AM
Hello all,
I am creating an application that calculate the consumption of fuel per distance or fuel per time. First I need to create a programm that do the same simillar work that's done by the Transaction "IFCU" which is fill in the fields of "Consumed Quantity of Fuel" , "DISTANCE" and "Time" as showen.

I started by searching for a function module that do the update for IFCU transaction so I can use it later in the creation of OData, and I found a BAPI called "ITOB_CONSUMPTION_UPDATE" that contains different functions like 'BAPI_GOODSMVT_CREATE' and 'MEASUREM_DOCUM_DIALOG_LIST_1' etc ...
The Thing is, after doing the Test and adding the required inputs, the function is not updating in IFCU neither it creates the necessary measure documents.

Any suggestions would be helpful.
Thank You
‎2022 Mar 22 1:59 PM
Can you try to execute FM in Test Sequences.
1) ITOB_CONSUMPTION_UPDATE - to perform your Process
2) BAPI_TRANSACTION_COMMIT - to Commit the changes done by above BAPI

‎2022 Mar 22 1:59 PM
Can you try to execute FM in Test Sequences.
1) ITOB_CONSUMPTION_UPDATE - to perform your Process
2) BAPI_TRANSACTION_COMMIT - to Commit the changes done by above BAPI

‎2022 Mar 22 3:31 PM