APO20B_ALERT_STR SAP (Structure with Alerts for SIC) Structure details

Dictionary Type: Structure
Description: Structure with Alerts for SIC




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




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

APO20B_ALERT_STR 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 "Structure with Alerts for SIC" 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_APO20B_ALERT_STR TYPE APO20B_ALERT_STR.

The APO20B_ALERT_STR table consists of various fields, each holding specific information or linking keys about Structure with Alerts for SIC data available in SAP. These include AT_ID (Alert Type), PRIORITY (Alert-Priority), VFROM (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), VTO (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)).. 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 APO20B_ALERT_STR 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
AOTAlert Object Type BBP_AOTYPENUMC4BBP_AOTYPE
AT_IDAlert Type BBP_ATYPENUMC4BBP_ATYPE
PRIORITYAlert-Priority BBP_PRIORITYNUMC1BBP_PRIORITY
VFROMUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
VTOUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
MATNRProduct Number APO20B_MATNRCHAR40CHAR40
MAT_TEXTMaterial Description (Short Text) MAKTXCHAR40TEXT40
LOCNOExternal Number for Location (Customer, Vendor, Plant) APO20B_EXT_LOCNOCHAR20APO20B_LOCNO
LOC_TEXTLocation Description LOC_TEXTCHAR40TEXT40
ORDNOAPO Order Number APO20B_ORDNOCHAR12CHAR12
DELPSItem of MRP Element APO20B_DELPSNUMC6APO20B_DELPS
ORDTXTText, 40 Characters Long TEXT40CHAR40TEXT40
CVTYPDays' Supply Type APO20B_CVTYPCHAR4APO20B_CVTYP
CVTYP_TEXTDays' Supply Type - Description APO20B_CVTYPTEXTCHAR40TEXT40
TARQTTarget Value BBP_TARQTDEC10(2) DECV8_2
ACTQTActual Value BBP_ACTQTDEC10(2) DECV8_2
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
DEV_PERCENTPercentage BBP_DEV_PERCENTINT410BBP_PERCENT

Key field Non-key field



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

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

How to access SAP table APO20B_ALERT_STR

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