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: 

Function module for " Billing document for a GL account "

Former Member
0 Kudos

Hi ,

I am facing a problem in getting the Billing Document for a particular GL Account,

Is there any function module available for this ,

Thanks,

4 REPLIES 4

Former Member
0 Kudos

Anad ,

Try with this FM

BAPI_ACC_DOCUMENT_POST

Pls. mark if useful

graghavendra_sharma
Contributor
0 Kudos

In order to get Invoice Number for each item, from BKPF using the following criteria:

1) Company (BUKRS)

2) Document number (BELNR)

3) Fiscal Year (GJAHR)

The Invoice No:

Invoice Number is XBLNR from BKPF

Former Member
0 Kudos

I have a FI object to be generated so input screen variable are all FI fields. Now I have to connect this to the sales order. I can retrieve the GL account from the input given.

So now i need to find the billing document related to the GL account, which can be done through table BSEG. AS BSEG is a cluster table, at runtime it takes very long time to retrieve the data. So can u suggest me any other method to get billing document.

, like any Function module etc.

Former Member
0 Kudos

Check BSIS