BAPI1025_CONSITEM_LIST SAP (Transfer Structure 1025 CONSITEM_LIST) Structure details

Dictionary Type: Structure
Description: Transfer Structure 1025 CONSITEM_LIST




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




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

BAPI1025_CONSITEM_LIST 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 1025 CONSITEM_LIST" 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_BAPI1025_CONSITEM_LIST TYPE BAPI1025_CONSITEM_LIST.

The BAPI1025_CONSITEM_LIST table consists of various fields, each holding specific information or linking keys about Transfer Structure 1025 CONSITEM_LIST data available in SAP. These include TEXT (Medium text for FS items), ITEMTYPE (FS item type), SIGN (Debit/credit sign (+/-)), USAGE (Where-applied indicator).. 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: Cannot Be Enhanced


SAP BAPI1025_CONSITEM_LIST 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
CONSITEMFinancial statement item FC_ITEMCHAR10Assigned to domainBFIMCFC_ITEMITM
TEXTMedium text for FS items FC_TXTMI_ICHAR50TEXT50
ITEMTYPEFS item type FC_ITCGYCHAR1FC_ITCGY
SIGNDebit/credit sign (+/-) FC_SIGNCHAR1FC_SIGN
USAGEWhere-applied indicator FC_ITUSE_BAPICHAR1FC_ITUSE_BAPI
SUBITEM_INDSpecify subitems FC_SUBITEM_INDCHAR1FC_ITEM_IND
PARTNER_INDSpecify the partner unit FC_PARTNER_INDCHAR1FC_ITEM_IND
CURRENCY_INDSpecify currency FC_CURRENCY_INDCHAR1FC_ITEM_IND
ACQYEAR_INDSpecify year of acquisition FC_ACQYEAR_INDCHAR1FC_ITEM_IND
CONSSUBITEMCATSubitem category FC_SITYPCHAR3Assigned to domainFC_SITYPSTPFC_SITYP

Key field Non-key field



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

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

How to access SAP table BAPI1025_CONSITEM_LIST

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