BAPIACSO00 SAP (Posting in Accounting: Customer Order (Line Item)) Structure details

Dictionary Type: Structure
Description: Posting in Accounting: Customer Order (Line Item)




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




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

BAPIACSO00 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: Customer Order (Line Item)" 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_BAPIACSO00 TYPE BAPIACSO00.

The BAPIACSO00 table consists of various fields, each holding specific information or linking keys about Posting in Accounting: Customer Order (Line Item) data available in SAP. These include OBJ_KEY (Reference Key), OBJ_SYS (Logical system of source document), OBJ_POS (Reference line item), OBJ_ID (Reference document: Current identification).. 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 BAPIACSO00 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
OBJ_TYPEReference Transaction AWTYPCHAR5Assigned to domainAWTYP
OBJ_KEYReference Key AWKEYCHAR20AWKEY
OBJ_SYSLogical system of source document AWSYSCHAR10Assigned to domainALPHALOGSYS
OBJ_POSReference line item AWPOSCHAR10AWPOS
OBJ_IDReference document: Current identification AWIDCHAR10AWID
USERNAMEUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
STAT_CONIndicator for Statistical Line Items KSTAZCHAR1KSTAZ
OBJ_TYP_PPrevious document: Reference procedure AWTYP_PRECHAR5Assigned to domainAWTYP
OBJ_KEY_PPrevious document: Object key (AWREF_REV and AWORG_REV) AWKEY_PRECHAR20AWKEY
OBJ_POS_PPrevious document: Reference line item AWPOS_PRECHAR10AWPOS
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
DOC_DATEDocument Date in Document BLDATDATS8DATUM
BILL_DATEBilling date for billing index and printout FKDATDATS8DATUM
PRICE_DATEDate for pricing and exchange rate PRSDTDATS8DATUM
ITEM_DATEDate on Which Record Was Created ERDATDATS8DATUM
DELETE_INDData Record Was Deleted QGELCHAR1QKZ
PAYERPayer KUNRGCHAR10KNA1ALPHAKUNNR
COMP_CODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
BUS_AREABusiness Area GSBERCHAR4TGSBGSBERGSB
GL_ACCOUNTG/L Account Number SAKNRCHAR10SKA1ALPHASAKNRSAKC_SAKNR
WBS_ELEMENTWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
FUNDS_CTRFunds Center FISTLCHAR16FMFCTRFISTLFIS
FUNDFund BP_GEBERCHAR10FMFINCODEBP_GEBERFIC
CMMT_ITEMCommitment Item FIPOSCHAR14FMFPOFIPOSFIP
ORDERIDOrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
CMMT_ITEM_LONGCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
FUNC_AREA_LONGFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
FUND_LONGObsolete FM_GEBER_LONGCHAR20CHAR20
BUDGET_PERIODFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
.INCLU--AP 0

Key field Non-key field



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

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

How to access SAP table BAPIACSO00

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