BAPIACAR01 SAP (Posting in Accounting: Billing Document (Customer)) Structure details

Dictionary Type: Structure
Description: Posting in Accounting: Billing Document (Customer)




ABAP Code to SELECT data from BAPIACAR01
Related tables to BAPIACAR01
Access table BAPIACAR01




Structure field list including key, data, relationships and ABAP select examples

BAPIACAR01 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Posting in Accounting: Billing Document (Customer)" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_BAPIACAR01 TYPE BAPIACAR01.

The BAPIACAR01 table consists of various fields, each holding specific information or linking keys about Posting in Accounting: Billing Document (Customer) data available in SAP. These include CUSTOMER (Customer Numbers), REF_KEY_1 (Business partner reference key), REF_KEY_2 (Business partner reference key), REF_KEY_3 (Reference key for line item).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP BAPIACAR01 structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
ITEMNO_ACCAccounting Document Line Item Number POSNR_ACCNUMC10POSNR_ACC
CUSTOMERCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
REF_KEY_1Business partner reference key XREF1CHAR12CHAR12
REF_KEY_2Business partner reference key XREF2CHAR12CHAR12
REF_KEY_3Reference key for line item XREF3CHAR20CHAR20
PMNTTRMSTerms of Payment Key DZTERMCHAR4ZTERM
BLINE_DATEBaseline Date for Due Date Calculation DZFBDTDATS8DATUM
DSCT_DAYS1Cash discount days 1 DZBD1TDEC3ZBDXT
DSCT_DAYS2Cash discount days 2 DZBD2TDEC3ZBDXT
NETTERMSNet Payment Terms Period DZBD3TDEC3ZBDXT
DSCT_PCT1Cash Discount Percentage 1 DZBD1PDEC5(3) PRZ23
DSCT_PCT2Cash Discount Percentage 2 DZBD2PDEC5(3) PRZ23
PYMT_METHPayment Method DZLSCHCHAR1T042ZZLSCH
DUNN_KEYDunning key MSCHLCHAR1T040MSCHL
DUNN_BLOCKDunning block MANSPCHAR1T040SMANSP
PMNT_BLOCKPayment Block Key DZLSPRCHAR1T008ZAHLSSPE
VAT_REG_NOVAT Registration Number STCEGCHAR20STCEG
ALLOC_NMBRAssignment Number DZUONRCHAR18ZUONR
ITEM_TEXTItem Text SGTXTCHAR50TEXT50
PARTNER_BKPartner Bank Type BVTYPCHAR4BVTYP
GL_ACCOUNTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
SCBANK_INDState Central Bank Indicator LZBKZCHAR3Assigned to domainLZBKZ
BUSINESSPLACEBusiness Place BUPLACHAR4Assigned to domainJ_1BBRANCH
SECTIONCODESection Code SECCOCHAR4Assigned to domainSECCOSECCO_ABA
.INCLU--AP 0

Key field Non-key field



How do I retrieve data from SAP structure BAPIACAR01 using ABAP code?

As BAPIACAR01 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on BAPIACAR01 as there is no data to select.

How to access SAP table BAPIACAR01

Within an ECC or HANA version of SAP you can also view further information about BAPIACAR01 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!