ADDIAM_STAT SAP (Additionals: Status flags as values and symbols) Structure details

Dictionary Type: Structure
Description: Additionals: Status flags as values and symbols




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




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

ADDIAM_STAT 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 "Additionals: Status flags as values and symbols" 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_ADDIAM_STAT TYPE ADDIAM_STAT.

The ADDIAM_STAT table consists of various fields, each holding specific information or linking keys about Additionals: Status flags as values and symbols data available in SAP. These include ADDISIDOC (Additionals: Indicates whether IDoc was created), ADDISIDOCFB1 (Additionals: IDoc status in the sub-system), ADDISIDOCFB (Additional: IDoc status in the sub-system), ADDISSUPP1 (Status for determination of additionals vendor).. 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: Not classified


SAP ADDIAM_STAT 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
ADDISIDOC1Creation status for additionals IDoc ADDIS_IDOCCHAR1ADDIS_1
ADDISIDOCAdditionals: Indicates whether IDoc was created ADDIS_IDOC_AMCHAR2CHAR2
ADDISIDOCFB1Additionals: IDoc status in the sub-system ADDIS_IDOCFBCHAR1ADDIS_2
ADDISIDOCFBAdditional: IDoc status in the sub-system ADDIS_IDOCFB_AMCHAR2CHAR2
ADDISSUPP1Status for determination of additionals vendor ADDIS_SUPPCHAR1ADDIS_SUPP
ADDISSUPPAdditionals: Indicator for vendor determination ADDIS_SUPP_AMCHAR2CHAR2
ADDISPOOK1Status of purchase order for additionals ADDIS_POOKCHAR1ADDIS_POOK
ADDISPOOKAdditionals: Indicates whether external PO generated ADDIS_POOK_AMCHAR2CHAR2
ADDISBAPI1Status of request for additionals IDoc via BAPI ADDIS_BAPICHAR1ADDIS_1
ADDISBAPIAdditionals: BAPI request for additionals IDoc ADDIS_BAPI_AMCHAR2CHAR2
ADDISFRMCUST1Status of the SLS service ADDIS_FRMCUSTCHAR1ADDIS_1
ADDISFRMCUSTSupplementary logistics service: status ADDIS_FRMCUST_AMCHAR2CHAR2
ADDISORDP1Status of inclusion of additionals data in PO printout ADDIS_ORDPCHAR1ADDIS_1
ADDISORDPAdditionals: Indicator for purchase order printout ADDIS_ORDP_AMCHAR2CHAR2
ADDISWEKZ1Status for goods receipt for higher-level material ADDIS_WEKZCHAR1ADDIS_2
ADDISWEKZAdditionals: Indicator for goods receipt ADDIS_WEKZ_AMCHAR2CHAR2
ADDISDEL1Deletion status of the reference document item ADDIS_DELCHAR1ADDIS_1
ADDISDELAdditionals status: Reference document item deleted ADDIS_DEL_AMCHAR2CHAR2

Key field Non-key field



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

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

How to access SAP table ADDIAM_STAT

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