ICLX_PAYHEADER_DESCR_S SAP (Names for Key Fields) Structure details

Dictionary Type: Structure
Description: Names for Key Fields




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




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

ICLX_PAYHEADER_DESCR_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 "Names for Key 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_PAYHEADER_DESCR_S TYPE ICLX_PAYHEADER_DESCR_S.

The ICLX_PAYHEADER_DESCR_S table consists of various fields, each holding specific information or linking keys about Names for Key Fields data available in SAP. These include PAYTYPE_DESCR (Short Text for Fixed Values), STATUS_DESCR (Short Text for Fixed Values), METHOD_DESCR (Payment Method Name), SUBROSTATUS_DESCR (Short Text for Fixed Values).. 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: Cannot Be Enhanced


SAP ICLX_PAYHEADER_DESCR_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
PAYCAT_DESCRShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
PAYTYPE_DESCRShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
STATUS_DESCRShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
METHOD_DESCRPayment Method Name TX042Z_KKCHAR30TEXT30
SUBROSTATUS_DESCRShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
TAXROLE_DESCRLong Name of Participant Role ICL_ROLENCHAR25TEXT25
MTAXRPTCT_DESCRDescription of Withholding Tax Code QSBEZCHAR40TEXT40
OWNERTYPE_GRP_DESCRObject Type Text OTEXTCHAR25TEXT25
REASONREJ_DESCRName of Rejection Reason ICL_REASONREJTCHAR25TEXT25
MOS_DESCRMethod of Settlement Name ICL_MOSNCHAR60TEXT60
CL_PAYFREQPLAN_DESCRPaymt plan TX001_VKCHAR50TXT50
SCHEDTYPE_DESCRName of Type of Scheduled Payment ICL_SCHEDULE_TYPENCHAR50TEXT50
REQEVALCAT_DESCRShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT

Key field Non-key field



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

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

How to access SAP table ICLX_PAYHEADER_DESCR_S

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