ICLX_IO_ADDRESS_S SAP (Address: Input and Output Fields) Structure details

Dictionary Type: Structure
Description: Address: Input and Output Fields




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




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

ICLX_IO_ADDRESS_S 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 "Address: Input and Output Fields" 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_ICLX_IO_ADDRESS_S TYPE ICLX_IO_ADDRESS_S.

The ICLX_IO_ADDRESS_S table consists of various fields, each holding specific information or linking keys about Address: Input and Output Fields data available in SAP. These include ADR_CLAIM_GUID (Business Object GUID), ADR_ADDRESS_GUID (Business Object Node GUID), ADR_UPDATE_TYPE (Modification Type: C Create, U Update, T Table), ADR_STREET (Address: Street).. 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 ICLX_IO_ADDRESS_S 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
ADR_CLAIM_GUIDBusiness Object GUID ICLX_BO_GUID_DCHAR32SYSUUID_C
ADR_ADDRESS_GUIDBusiness Object Node GUID ICLX_NODE_GUID_DCHAR32SYSUUID_C
ADR_UPDATE_TYPEModification Type: C Create, U Update, T Table ICLX_UPDATE_TYPE_DCHAR1ICLX_UPDATE_TYPE
ADR_STREETAddress: Street ICLX_ADR_STREET_DCHAR60TEXT60CLSTRTNAME
ADR_HOUSE_NUMBERAddress: House Number ICLX_ADR_HOUSE_NUMBER_DCHAR10TEXT10
ADR_POSTAL_CODEAddress: Postal Code ICLX_ADR_POSTAL_CODE_DCHAR10CHAR10
ADR_CITYAddress: City ICLX_ADR_CITY_DCHAR40TEXT40CLCITYNAME
ADR_COUNTRYAddress: Country Key ICLX_ADR_COUNTRY_DCHAR3Assigned to domainLAND1LND
ADR_REGIONAddress: Region ICLX_ADR_REGION_DCHAR3Assigned to domainREGIO
ADR_COUNTRY_DESCRAddress: Country Description ICLX_ADR_COUNTRY_DESCR_DCHAR15TEXT15
ADR_REGION_DESCRAddress: Region Description ICLX_ADR_REGION_DESCR_DCHAR20TEXT20
ADR_CREATE_DATEAddress: Created On ICLX_ADR_CREATE_DATE_DDATS8DATS
ADR_CREATE_TIMEAddress: Created At ICLX_ADR_CREATE_TIME_DTIMS6TIMS
ADR_CREATED_BYAddress: Created By Key ICLX_ADR_CREATED_BY_DCHAR12Assigned to domainXUBNAME
ADR_CREATED_BY_DESCRAddress: Created By Description ICLX_ADR_CREATED_BY_DESCR_DCHAR80TEXT80
ADR_CHANGE_DATEAddress: Changed On ICLX_ADR_CHANGE_DATE_DDATS8DATS
ADR_CHANGE_TIMEAddress: Changed At ICLX_ADR_CHANGE_TIME_DTIMS6TIMS
ADR_CHANGED_BYAddress: Changed By Key ICLX_ADR_CHANGED_BY_DCHAR12Assigned to domainXUBNAME
ADR_CHANGED_BY_DESCRAddress: Changed By Description ICLX_ADR_CHANGED_BY_DESCR_DCHAR80TEXT80

Key field Non-key field



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

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

How to access SAP table ICLX_IO_ADDRESS_S

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