BILL_ACC_ACAR09_GEN SAP (Data Part: Customer Line General Data) Structure details

Dictionary Type: Structure
Description: Data Part: Customer Line General Data




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




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

BILL_ACC_ACAR09_GEN 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 "Data Part: Customer Line General Data" 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_BILL_ACC_ACAR09_GEN TYPE BILL_ACC_ACAR09_GEN.

The BILL_ACC_ACAR09_GEN table consists of various fields, each holding specific information or linking keys about Data Part: Customer Line General Data data available in SAP. These include GL_ACCOUNT (General Ledger Account), 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 BILL_ACC_ACAR09_GEN 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
CUSTOMERCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
GL_ACCOUNTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
REF_KEY_1Business partner reference key XREF1CHAR12CHAR12
REF_KEY_2Business partner reference key XREF2CHAR12CHAR12
REF_KEY_3Reference key for line item XREF3CHAR20CHAR20
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
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 DZLSCHCHAR1Assigned to domainZLSCH
PMTMTHSUPLPayment Method Supplement UZAWECHAR2Assigned to domainUZAWE
PAYMT_REFPayment Reference KIDNOCHAR30CHAR30
DUNN_KEYDunning key MSCHLCHAR1Assigned to domainMSCHL
DUNN_BLOCKDunning block MANSPCHAR1Assigned to domainMANSP
PMNT_BLOCKPayment Block Key DZLSPRCHAR1Assigned to domainZAHLSSPE
VAT_REG_NOVAT Registration Number STCEGCHAR20STCEG
ALLOC_NMBRAssignment Number DZUONRCHAR18ZUONR
ITEM_TEXTItem Text SGTXTCHAR50TEXT50
PARTNER_BKPartner Bank Type BVTYPCHAR4BVTYP
SCBANK_INDState Central Bank Indicator LZBKZCHAR3Assigned to domainLZBKZ
BUSINESSPLACEBusiness Place BUPLACHAR4Assigned to domainJ_1BBRANCH
SECTIONCODESection Code SECCOCHAR4Assigned to domainSECCOSECCO_ABA
BRANCHAccount Number of the Branch FILKDCHAR10ALPHAMAXKK
PYMT_CURCurrency for Automatic Payment PYCURCUKY5Assigned to domainWAERS
PYMT_CUR_ISOISO code currency WAERS_ISOCHAR3ISOCD
PYMT_AMTAmount in Payment Currency ACC_PYAMTDEC23(4) BAPICURR
C_CTR_AREACredit control area KKBERCHAR4Assigned to domainKKBERKKB
BANK_IDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
SUPCOUNTRYSupplying Country LANDLCHAR3Assigned to domainLAND1
SUPCOUNTRY_ISOSupplier country ISO code LANDL_ISOCHAR2INTCA
TAX_CODETax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
TAXJURCODETax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
TAX_DATEDate for defining tax rates TXDATDATS8DATUM
SP_GL_INDSpecial G/L Indicator UMSKZCHAR1Assigned to domainUMSKZ
PARTNER_GUIDUnique Internal ID for an Individual Partner ACC_PARTNER_GUID_32CHAR32SYSUUID_C
ALT_PAYEEAlternative payee VVABWZECHAR10Assigned to domainALPHAKUNNR
ALT_PAYEE_BANKBank type of alternative payer VVBVTYPABWCHAR4BVTYP
DUNN_AREADunning Area MABERCHAR2Assigned to domainMABER
CASE_GUIDTechnical Case Key (Case GUID) SCMG_CASE_GUIDCHAR32SYSUUID_C

Key field Non-key field



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

As BILL_ACC_ACAR09_GEN 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 BILL_ACC_ACAR09_GEN as there is no data to select.

How to access SAP table BILL_ACC_ACAR09_GEN

Within an ECC or HANA version of SAP you can also view further information about BILL_ACC_ACAR09_GEN 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!