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: 

Profit center wise Gl Balances

Former Member
0 Kudos

Hello Guru's,

Can you tell me how tofind out profit center wise Gl balances

Is there any function module or BAPI or any other standard report to find.

Regards,

Paresh

3 REPLIES 3

GauthamV
Active Contributor
0 Kudos

hi,

you can get those details from BSEG table.

Former Member
0 Kudos

Hi,

Try ke80 for Drilldown Reporting, here u wud need to do some R&D.

Regards,

Amit

shakirali7
Participant
0 Kudos

Hi Paresh!

Hope you are good. It's a long to answer the question, I hope you did it but it's only for those who will face this issue nowadays. It's my own solution because no BAPI is available in the SAP and it really works fine.

1. The solution is to make a copy of the FBL3n standard program and then use your desired parameters accordingly.

2. before displaying the data do use the EXPORT statement to export the table data.

3. Use the table by Submit and IMPORT statements to import the internal table data.

4. Do sum the DMBTR for the amount value by using PRCTR (Profit centre).

Hope this will help all.

Regards,

M.Shakir