cancel
Showing results for 
Search instead for 
Did you mean: 

bapi gl a/c with "BAPI_GL_GETGLACCPERIODBALANCES"

former_member476503
Participant
0 Kudos

Hii,

I am using "BAPI_GL_GETGLACCPERIODBALANCES" function module to get period balances

In my selection screen I have to show

A/c no,Date,Company Code and business area.

I am getting data on company code and a/c no but i am not getting data on date and business area.

Please explain how to show that.....

thanks.....

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Based on the data returned in tables parameter ACCOUNT_BALANCES , get the additional data from BSEG by passing the primary key values.

Regards,

Shyam

former_member476503
Participant
0 Kudos

thanks for the reply.

but how should i merge fields GSBER BUDAT in this function module

"BAPI_GL_GETGLACCPERIODBALANCES"

i have already used this table and fields in report.

ThomasZloch
Active Contributor
0 Kudos

Breakdown by business area is not supported by this BAPI, daily balances by BUDAT are not available, only by accounting period (usually monthly).

For daily balances you will probably need to add up single line items in BSEG, unless you have some special FI configuration in place. Check with a FI functional expert in your organisation.

Thomas

Answers (0)