Application Development and Automation 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: 
Read only

BAPI_GL_GETGLACCPERIODBALANCES currency problem

Former Member
0 Likes
1,011

Hi all, I'm trying to use function BAPI_GL_GETGLACCPERIODBALANCES to get account balance and I can only get account balance in local currency, and I need to get it in other currency. How can I do it?

Thanks!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
802

The import parameter CURRENCYTYPE takes values 00 or 10.

00 - Return values in transaction currency

10 - Return values in local currency

Hi all, I'm trying to use function BAPI_GL_GETGLACCPERIODBALANCES to get account balance and I can only get account balance in local currency, and I need to get it in other currency. How can I do it?

Thanks!

3 REPLIES 3
Read only

abdul_hakim
Active Contributor
0 Likes
802

hi

pass the required currency to the import parameter <b>CURRENCYTYPE</b>.

Cheers,

Abdul Hakim

Mark all useful answers..

Read only

Former Member
0 Likes
803

The import parameter CURRENCYTYPE takes values 00 or 10.

00 - Return values in transaction currency

10 - Return values in local currency

Read only

Former Member
0 Likes
802

Hi, I tried to define CURRENCYTYPE but it still returns me the balance in local currency type. I need to see the balance in dollars, and here we use another currency as local.

Is the right function BAPI_GL_GETGLACCPERIODBALANCES to get account balance in dollars?

Thanks!