IACVERSTAB SAP (Information about IAC versions) Table details

Dictionary Type: Table
Description: Information about IAC versions




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




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

IACVERSTAB is a standard SAP Table which is used to store Information about IAC versions data and is available within R/3 SAP systems depending on the version and release level.

The IACVERSTAB table consists of various fields, each holding specific information or linking keys about Information about IAC versions data available in SAP. These include VERSION (Version of IAC service), VERSDATE (System Date), VERSTIME (TIME Data Element for SYST), TEXT (Char 80).. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP IACVERSTAB table 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
SERVICEService name of Internet Application Component IACSERVIC_CHAR14Assigned to domainIACSERVICE
VERSIONVersion of IAC service IACVERSIONNUMC4NUM4
VERSDATESystem Date SYDATUMDATS8SYDATS
VERSTIMETIME Data Element for SYST SYTIMETIMS6SYTIME
TEXTChar 80 CHAR80CHAR80CHAR80

Key field Non-key field



How do I retrieve data from SAP table IACVERSTAB using ABAP code

The following ABAP code Example will allow you to do a basic selection on IACVERSTAB to SELECT all data from the table
DATA: WA_IACVERSTAB TYPE IACVERSTAB.

SELECT SINGLE *
FROM IACVERSTAB
INTO CORRESPONDING FIELDS OF WA_IACVERSTAB
WHERE...

How to access SAP table IACVERSTAB

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