BBPS_SF_SUS_ITEM SAP (Smart Forms Item Structure) Structure details

Dictionary Type: Structure
Description: Smart Forms Item Structure




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




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

BBPS_SF_SUS_ITEM 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 "Smart Forms Item 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_BBPS_SF_SUS_ITEM TYPE BBPS_SF_SUS_ITEM.

The BBPS_SF_SUS_ITEM table consists of various fields, each holding specific information or linking keys about Smart Forms Item Structure data available in SAP. These include NUMBER_INT (Item Number), NUMBER_INT1 (Item Number), NUMBER_INT2 (Item Number), HIER_TYPE (Not More Closely Defined Area, Possibly Used for Patchlevels).. 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 BBPS_SF_SUS_ITEM 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
GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
NUMBER_INTItem Number BBP_ITEM_NONUMC10CRM_ITEM_NO
NUMBER_INT1Item Number BBP_ITEM_NONUMC10CRM_ITEM_NO
NUMBER_INT2Item Number BBP_ITEM_NONUMC10CRM_ITEM_NO
HIER_TYPENot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
ORDERED_PRODProduct Name Entered CRMT_ORDERED_PROD_DBCHAR54CRM_ORDERED_PROD
PARTNER_PRODProduct Number of Vendor BBP_PARTNER_PRODCHAR40PRSHTEXT40
DESCRIPTIONShort Text TXZ01CHAR40TEXT40
DELIV_DATEItem Delivery Date EINDTDATS8DATUM
VPER_STARTTimeframe From BBP_VPER_STARTDATS8DATUM
VPER_ENDTimeframe To BBP_VPER_ENDDATS8DATUM
PRODUCT_TYPE_STRText, 40 Characters Long TEXT40CHAR40TEXT40
PRODUCT_TYPEProduct Type COMT_PRODUCT_TYPECHAR2Assigned to domainCOM_PRODUCT_TYPECOM_PRODUCT_TYPECOM_PR_TYPE_ACTIVE
UNITUnit of Measurement BBP_UNITUNIT3Assigned to domainCUNITMEINS
QUANTITYQuantity in Order Unit BBP_MNGQUAN13(3) MENG13
PRICENet Price BBP_PRICECURR13(2) WERT7
VALUENet Value BBP_VALUECURR15(2) WERT8
PRICE_UNITPrice Unit EPEINDEC5DEC5
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BE_REFOBJReference Object in Back-End System BE_REFOBJCHAR20BBP_BE_OBJECT_ID
BE_REFOBJ_ITEMReference Object Item in Back-End System BE_REFOBJ_ITEMCHAR10BBP_REF_ITEM
BE_OBJECT_IDFollow-On Document Object ID in Back-End System BE_OBJECT_IDCHAR20BBP_BE_OBJECT_ID
BE_OBJ_ITEMFollow-On Object Item in Back-End System BE_OBJ_ITEMCHAR10BBP_REF_ITEM
SERVICEAGENTFull Name of Person AD_NAMTEXTCHAR80TEXT80
INCOTERM_KEY_STRIncoterm Name BBP_INCOTERM_DESCRIPTIONCHAR40BBP_INCOTERM_DESCRIPTION
INCOTERM_LOCIncoterm Location BBP_INCOTERM_LOCATIONCHAR28BBP_INCOTERM_LOCATION
ORDERED_QUANSUS ACTVAL QUANTITY BBP_SUS_ACTVAL_QUANTITYQUAN15(3) MENG15
ORDERED_UNITUnit of Measurement BBP_UNITUNIT3Assigned to domainCUNITMEINS
PO_REF_DOC_NOReference Document Number BBP_XBLNRCHAR16XBLNR
PO_ITEM_NUMBERExternal Item Number BBP_ITEM_NO_EXTNUMC10
GR_REF_DOC_NOReference Document Number BBP_XBLNRCHAR16XBLNR
GR_ITEM_NUMBERExternal Item Number BBP_ITEM_NO_EXTNUMC10
GR_QUANTITYQuantity in Order Unit BBP_MNGQUAN13(3) MENG13
GR_UNITUnit of Measurement BBP_UNITUNIT3Assigned to domainCUNITMEINS
ITM_TYPEItem Category CRMT_ITEM_TYPE_DBCHAR4Assigned to domainCRM_ITEM_TYPE
REV_LEVRevision Level CC_REVLVCHAR2NUMCVCC_REVLVRVS
EXLINConfigurable Line Item Number /SAPSRM/EXLINCHAR40/SAPSRM/EXLIN

Key field Non-key field



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

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

How to access SAP table BBPS_SF_SUS_ITEM

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