ACEPS_BAPI_PRELINEITEM SAP (Transfer Structure Line Items for BAPI Structure) Structure details

Dictionary Type: Structure
Description: Transfer Structure Line Items for BAPI Structure




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




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

ACEPS_BAPI_PRELINEITEM 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 "Transfer Structure Line Items for BAPI Structure" 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_ACEPS_BAPI_PRELINEITEM TYPE ACEPS_BAPI_PRELINEITEM.

The ACEPS_BAPI_PRELINEITEM table consists of various fields, each holding specific information or linking keys about Transfer Structure Line Items for BAPI Structure data available in SAP. These include ITEM_TEXT (Item Text), ALLOC_NMBR (Assignment Number), DB_CR_IND (Debit/Credit Indicator), BUS_AREA (Business Area).. 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 ACEPS_BAPI_PRELINEITEM 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
GL_ACCOUNTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
ITEM_TEXTItem Text SGTXTCHAR50TEXT50
ALLOC_NMBRAssignment Number DZUONRCHAR18ZUONR
DB_CR_INDDebit/Credit Indicator SHKZGCHAR1SHKZG
BUS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
PROFIT_CTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
COSTCENTERCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
ORDERIDOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
WBS_ELEMENTWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
ACE_PL_ASS_REFExternal Reference ACE_OBJNRCHAR32
CE4_KEYProfitability Segment Number (CO-PA) RKEOBJNRNUMC10RKEOBJNR
FIELDVAL1Value of any chosen local field FIELDVALCHAR40CHAR40
FIELDVAL2Value of any chosen local field FIELDVALCHAR40CHAR40
CURRENCYCurrency Calculated/Posted in the Accrual Amounts ACEDS_VALCURRENCYCUKY5Assigned to domainWAERSACEDS_VALCURRENCY
CURR_TYPECurrency Type and Valuation View CURTPCHAR2CURTP
TAX_CODETax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
TAX_COND_TYPECondition type KSCHACHAR4Assigned to domainKSCHLVKS
TAX_ACCT_KEYTransaction Key KTOSLCHAR3CHAR3
TAX_AMT_BASETax Base Amount in Document Currency BAPIFWBASDEC23(4) BAPICURR
AMT_DOCCURAmount in document currency BAPIWRBTRDEC23(4) BAPICURR
TRADE_IDCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
CS_TRANS_TTransaction Type RMVCTCHAR3Assigned to domainRMVCT
.INCLU--AP 0
EXT_OBJECT_IDTechnical Key of an External Object CRM_ACE_EXT_OBJECT_IDCHAR34
BUS_SCENARIOBusiness Scenario for which Controlling Is Performed CRM_ACE_BS_IDENTIFICATIONCHAR16
COND_TYPECondition type KSCHACHAR4Assigned to domainKSCHLVKS

Key field Non-key field



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

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

How to access SAP table ACEPS_BAPI_PRELINEITEM

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