BBP_ERS_OUTPUT_ITEMS SAP (Output Structure for Smart Form for ERS) Structure details

Dictionary Type: Structure
Description: Output Structure for Smart Form for ERS




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




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

BBP_ERS_OUTPUT_ITEMS 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 "Output Structure for Smart Form for ERS" 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_BBP_ERS_OUTPUT_ITEMS TYPE BBP_ERS_OUTPUT_ITEMS.

The BBP_ERS_OUTPUT_ITEMS table consists of various fields, each holding specific information or linking keys about Output Structure for Smart Form for ERS data available in SAP. These include CO_CODE (Company Code in FI System), CURRENCY (Currency Key), PRODUCT (Internal Unique ID of Product), DESCRIPTION (Product Description).. 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 BBP_ERS_OUTPUT_ITEMS 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
LOGSYS_FILogical System of FI System BBP_LOGSYS_FICHAR10Assigned to domainALPHALOGSYSBBP_BACKEND_DESTINATION_F4
CO_CODECompany Code in FI System BBP_CO_CODECHAR4Assigned to domainBUKRS
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PRODUCTInternal Unique ID of Product COMT_PRODUCT_GUIDRAW16SYSUUID
DESCRIPTIONProduct Description COMT_PRSHTEXTXCHAR40PRSHTEXT40
QUANTITYQuantity in Order Unit BBP_MNGQUAN13(3) MENG13
UNITUnit of Measurement BBP_UNITUNIT3Assigned to domainCUNITMEINS
PRICENet Price BBP_PRICECURR13(2) WERT7
VALUENet Value BBP_VALUECURR15(2) WERT8
TAX_CODETax on Sales/Purchases Code BBP_MWSKZCHAR2BBP_MWSKZ
DELIVERY_DATEItem Delivery Date EINDTDATS8DATUM
PO_NUMBERReference Object in Back-End System BE_REFOBJCHAR20BBP_BE_OBJECT_ID
PO_ITEMReference Object Item in Back-End System BE_REFOBJ_ITEMCHAR10BBP_REF_ITEM
DEL_NOTEReference Object in Back-End System BE_REFOBJCHAR20BBP_BE_OBJECT_ID
IV_NUMBERReference Object in Back-End System BE_REFOBJCHAR20BBP_BE_OBJECT_ID
IV_ITEMReference Object Item in Back-End System BE_REFOBJ_ITEMCHAR10BBP_REF_ITEM
P_GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID

Key field Non-key field



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

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

How to access SAP table BBP_ERS_OUTPUT_ITEMS

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