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: 

BAPI for billing document

Sujai
Participant
0 Kudos

Hi

I am trying to use the bapi BAPI_WEBINVOICE_GETDETAIL to get the details of the billing documents and the line items. But the bapi doesnt give the details of the condition types. Is there a bapi that gives me these details as well?

Regards

Sujai

7 REPLIES 7

Former Member
0 Kudos

Hi

You can try this BAPI: BAPI_BILLINGDOC_DISPLAY

Regards,

Vishwa.

Former Member
0 Kudos

Hi,

You Can try this BAPI_BILLINGDOC_GETDETAIL

Former Member
0 Kudos

hi sujai,

BAPI_BILLINGDOC_CREATEMULTIPLE

use this bapi...its working,,,

Regards,

Vamshi

Former Member
0 Kudos

its for creating...

bapi_salesorde_getdetail for display...

Former Member
0 Kudos

hi,

check these bapis

You can create your own Z report, get the all the deliveries into internal table for which Billing needs to done.

Loop the internal table and call the BAPI_BILLINGDOC_CREATEMULTIPLE

BAPI_SINGLEREMUREQS_CANCELMULT Agency Business: Cancel Vendor Billing Documents BAPI

BAPI_SINGLEREMUREQS_CHANGEMULT Agency Business: Change Vendor Billing Documents BAPI

BAPI_SINGLEREMUREQS_CREATEMULT Agency Business: Generate Vendor Billing Documents BAPI

BAPI_SINGLEREMUREQS_GETLIST Agency Business: BAPI Determine Vendor Billing Document Detailed Data

BAPI_SINGLEREMUREQS_RELEASE Agency Business: BAPI Release Vendor Billing Documents to FI

BAPI_ACC_BILLING_REV_CHECK Accounting: Check Billing Document Reversal (OAG: LOAD RECEIVABLE)

BAPI_BILLINGDOC_CANCEL Cancel Customer Individual Billing Document

BAPI_BILLINGDOC_CANCEL1 Cancel Customer Individual Billing Document

BAPI_BILLINGDOC_CONFIRM Customer Individual Billing Document : Confirm Billing Document

BAPI_BILLINGDOC_CREATE Custimer Individual Billing Document : Create Billing Document

BAPI_BILLINGDOC_CREATEMULTIPLE Create Individual Customer Billing Document

BAPI_BILLINGDOC_DISPLAY Customer Individual Billing Document : Display Billing Document

BAPI_BILLINGDOC_EDIT Customer Individual Billing Document : Change Billing Doc. (with dialogue)

BAPI_BILLINGDOC_EXISTENCECHECK Individual Customer Billing Document : Existence Check

BAPI_BILLINGDOC_GETDETAIL Detailed Information on a Billing Document

BAPI_BILLINGDOC_GETLIST Detailed Information on a Billing Document

BAPI_BILLINGDOC_GET_FIELD_INFO Determine Field Information for a Billing Document

BAPI_BILLINGDOC_IS_CANCELLED Individual Customer Billing Document: Is Billing Document Canceled?

BAPI_BILLINGDOC_SIMULATE Simulate Customer Individual Billing Document using External Document

BAPI_WEBINVOICE_GETDETAIL Web Billing Documents, Detailed Selection

BAPI_REMUREQSLISTA_CREATEMULT Agency Business: BAPI Create Remuner.Lists from Vendor Billing Documents

Regards,

Deepthi.

Edited by: deepthi dandibhotla on Sep 29, 2008 2:21 PM

0 Kudos

this bapi is to be called from a different system. i need to send the info about the billing documents to the other system with the complete billing iinformation. the bapi BAPI_BILLINGDOC_GETDETAIL does not give the item details, which i need. the bapi that returns the item details is BAPI_WEBINVOICE_GETDETAIL. but does not have the condition types which is another important detail to be passed.

Sujai
Participant
0 Kudos

closing thread.