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: 

amount in local currency for one batch

Former Member
0 Kudos

Hi Experts,

I am looking for a possibility to determine the amount(FI-value) for a batch. I wanted to know at runtime the value for a specific batch (MATNR,CHARG,WERKS). I treid to use the FunctionModule MB_SIMULATE_VALUES, but this works only in case you have to do a materialmovement. But in my case i dont have a movement, i only want to know the value (in EUR) for a specific batch.

Thank you all in advance,

Thorsten

4 REPLIES 4

former_member196079
Active Contributor
0 Kudos

Hi Thorsten

Try with table BSID and BSAD.....open and closed batch.

best regards

Marco

0 Kudos

Unfortunately both tables are not related to batch as more for debitor(customer).

I am using the value for a batch (MCHA-CHARG)

Thank you marco,

Former Member
0 Kudos

Hi Thorsten Biechi,

FM MB_CALCULATE_VALUES.

Regards,

Smart Varghese

0 Kudos

Thank you Smart Varghese for your reply,

but what i have found out is, that MB_SIMULATE_VALUES and MB_CALCULATE_VALUES work similar. And both FM needs to have a materialmovement. Do you have an idea how to "fill" the parameters to calculate the amount for (WERKS,MATNR,CHARG).

Thank you,

Thorsten