ICLX_IO_PARTICIPANT_S_IN SAP (UI Structure for Participants (Input and Output Fields)) Structure details

Dictionary Type: Structure
Description: UI Structure for Participants (Input and Output Fields)




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




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

ICLX_IO_PARTICIPANT_S_IN 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 "UI Structure for Participants (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_PARTICIPANT_S_IN TYPE ICLX_IO_PARTICIPANT_S_IN.

The ICLX_IO_PARTICIPANT_S_IN table consists of various fields, each holding specific information or linking keys about UI Structure for Participants (Input and Output Fields) data available in SAP. These include UPDATE_TYPE (Modification Type: C Create, U Update, T Table), PARTICIPANT_GUID (GUID of Length 32), PARTICIPANT_NO (Participant: Participant Number), ROLE (Participant: Participant Role Key).. 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_PARTICIPANT_S_IN 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
UPDATE_TYPEModification Type: C Create, U Update, T Table ICLX_UPDATE_TYPE_DCHAR1ICLX_UPDATE_TYPE
PARTICIPANT_GUIDGUID of Length 32 ICL_GUID32CHAR32SYSUUID_C
PARTICIPANT_NOParticipant: Participant Number ICLX_BU_PARTNER_DCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
ROLEParticipant: Participant Role Key ICLX_ROLE_DCHAR4TICL301ICL_ROLEICL_ROLE
TYPEParticipant: Type ICLX_BUPA_TYPE_UI_DCHAR1ICLX_BUPA_TYPEBPY
TITLEParticipant: Participant Title Key ICLX_AD_TITLE_DCHAR4TSAD3AD_TITLE
NAME_LASTParticipant: Participant Last Name ICLX_BU_NAME_LAST_DCHAR40BU_NAME
NAME_FIRSTParticipant: Participant First Name ICLX_BU_NAMEP_F_DCHAR40BU_NAME
ORG_NAME_LASTParticipant: Participant Name 1 ICLX_ORG_NAME_LAST_DCHAR40BU_NAME
ORG_NAME_FIRSTParticipant: Participant Name 2 ICLX_ORG_NAME_FIRST_DCHAR40BU_NAME
BIRTHDTParticipant: Participant Date of Birth ICLX_DATE_DI_DDATS8DATS
SEXParticipant: Participant Gender Key ICLX_BU_SEXID_DCHAR1BU_SEXID
MARSTParticipant: Participant Marital Status Key ICLX_BU_MARST_DCHAR1TB027BU_MARST
STREETParticipant: Participant Street ICLX_AD_STREET_DCHAR60TEXT60CLSTRTNAME
HOUSE_NUM1Participant: Participant House Number ICLX_AD_HSNM1_DCHAR10TEXT10
POST_CODE1Participant: Participant Postal Code ICLX_AD_PSTCD1_DCHAR10CHAR10
CITY1Participant: Participant City ICLX_AD_CITY1_DCHAR40TEXT40CLCITYNAME
COUNTRYParticipant: Country Key ICLX_LAND1_DCHAR3T005LAND1LND
REGIONParticipant: Participant Region Key ICLX_REGIO_DCHAR3T005SREGIO
TEL_NUMBERParticipant: Participant Phone Number ICLX_AD_TLNMBR_DCHAR30CHAR30
TEL_EXTENSParticipant: Participant Phone Number Extension ICLX_AD_TLXTNS_DCHAR10CHAR10
FAX_NUMBERParticipant: Participant Fax Number ICLX_AD_FAXMBR_DCHAR30CHAR30
FAX_EXTENSParticipant: Participant Fax Number Extension ICLX_AD_FAXXTNS_DCHAR10CHAR10
SMTP_ADDRParticipant: Participant Email Address ICLX_SMTPADR_DCHAR50CHAR50
FEINParticipant: Participant Federal Employer Identification No. ICLX_FEIN_DCHAR20BPTAXNUM
SSNParticipant: Participant Social Security Number ICLX_SSN_DCHAR20BPTAXNUM
LANGUAGEParticipant: Participant Language Key ICLX_BU_LANGU_DLANG1T002ISOLASPRAS
TITLE_DESCRParticipant: Participant Title Description ICLX_AD_TITLETX_DCHAR30TEXT30
PARTICIPANT_DESCRParticipant: Participant Description ICLX_DESCRIP_DCHAR50CHAR50
NAME_DESCRParticipant: Participant Name Description ICLX_NAME_DESCR_DCHAR60TEXT60
STREET_DESCRParticipant: Address Description ICLX_STREET_DESCR_DCHAR60TEXT60
ADDRESS_DESCRParticipant: Address Description ICLX_ADDRESS_DESCR_DCHAR60TEXT60
ROLE_DESCRParticipant: Participant Role Description ICLX_ROLE_DESCR_DCHAR25TEXT25
SEX_DESCRParticipant: Participant Gender Description ICLX_BU_SEXID_DESCR_DCHAR20TEXT20
MARST_DESCRParticipant: Participant Marital Status Description ICLX_BU_MARST_DESCR_DCHAR20TEXT20
COUNTRY_DESCRParticipant: Participant Country Description ICLX_COUNTRYDESCR_DCHAR30TEXT30
REGION_DESCRParticipant: Participant Region Description ICLX_REGION_NAME_DCHAR30TEXT30
LANGUAGE_DESCRParticipant: Language Description ICLX_SPTXT_DCHAR16SPTXT16DSB

Key field Non-key field



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

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

How to access SAP table ICLX_IO_PARTICIPANT_S_IN

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