IHC_STR_POLL_EXT_DOC SAP (IHC: External Document Polling) Structure details

Dictionary Type: Structure
Description: IHC: External Document Polling




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




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

IHC_STR_POLL_EXT_DOC 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 "IHC: External Document Polling" 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_IHC_STR_POLL_EXT_DOC TYPE IHC_STR_POLL_EXT_DOC.

The IHC_STR_POLL_EXT_DOC table consists of various fields, each holding specific information or linking keys about IHC: External Document Polling data available in SAP. These include UNIT (Bank Area), PN_NUMBER (Payment Order Number), PN_YEAR (Fiscal Year of IHC Payment Order), DOCNUM_S (IDoc number).. 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 (Deep)


SAP IHC_STR_POLL_EXT_DOC 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
UNITBank Area IHC_DTE_UNITCHAR4_UNITIHC_DOM_UNITPN_UNITIHC_SHLP_PN_UNIT
PN_NUMBERPayment Order Number IHC_DTE_PN_NUMBERNUMC10IHC_DOM_PN_NUMBER
PN_YEARFiscal Year of IHC Payment Order IHC_DTE_PN_JAHRNUMC4JAHR
DOCNUM_SIDoc number EDI_DOCNUMNUMC16EDI_DOCNUMDCN
CREDAT_SDate status record was created EDI_CREDATDATS8DATUM
CRETIM_STime status record was created EDI_CRETIMTIMS6UZEIT
UPDDAT_SDate on which control record was last changed EDI_UPDDATDATS8DATUM
UPDTIM_STime at which control record was last changed EDI_UPDTIMTIMS6UZEIT
CREDAT_RDate status record was created EDI_CREDATDATS8DATUM
CRETIM_RTime status record was created EDI_CRETIMTIMS6UZEIT
DOCNUM_RIDoc number EDI_DOCNUMNUMC16EDI_DOCNUMDCN
STATUS_RStatus of IDoc EDI_STATUSCHAR2Assigned to domainEDI_STATUS
STATUS_SStatus of IDoc EDI_STATUSCHAR2Assigned to domainEDI_STATUS
MES_TYPEMessage Type EDI_MESTYPCHAR30Assigned to domainEDI_MESTYPMES
MES_CODLogical Message Variant EDI_MESCODCHAR3EDI_MESCOD
MES_FCTLogical message function EDI_MESFCTCHAR3EDI_MESFCT
SNDPRNPartner Number of Sender EDI_SNDPRNCHAR10Assigned to domainALPHAEDI_PARNUM
PRT_TYPEClearing Partner Type IHC_DTE_PN_CLR_TYPECHAR3IHC_DOM_PN_CLR_TYPE
RCVPRNPartner Number of Receiver EDI_RCVPRNCHAR10Assigned to domainALPHAEDI_PARNUM
RCVPRTPartner Type of Receiver EDI_RCVPRTCHAR2EDI_PARTYP
RCVPFCPartner Function of Receiver EDI_RCVPFCCHAR2EDIPVEDI_PARVW
RFC_DESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
RFC_TYPEType of Entry in RFCDES RFCTYPE_DCHAR1RFCTYPE
REQUESTIDKey Number for Payment Request PRQ_KEYNOCHAR10Assigned to domainALPHAPRQ_KEYNO
ORIGINOrigin Indicator FIBL_ORIGINCHAR8Assigned to domainFIBL_ORIGIN
LOGSYSTEMLogical System LOGSYSTEMCHAR10Assigned to domainALPHALOGSYS
OBJ_TYPEReference Transaction AWTYPCHAR5Assigned to domainAWTYP
OBJ_KEYReference Key AWKEYCHAR20AWKEY
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
AC_DOC_NOAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
ITEM_NUMNumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
FISC_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
CLR_DOC_NODocument Number of the Clearing Document AUGBLCHAR10ALPHABELNR
STATUSStatus of a Payment Request PRQ_STATUSCHAR2PRQ_STATUS
UNIT_RBank Area IHC_DTE_UNITCHAR4_UNITIHC_DOM_UNITPN_UNITIHC_SHLP_PN_UNIT
PN_NUMBER_RPayment Order Number IHC_DTE_PN_NUMBERNUMC10IHC_DOM_PN_NUMBER
PN_YEAR_RFiscal Year of IHC Payment Order IHC_DTE_PN_JAHRNUMC4JAHR
LAST_GUI_STATUSStatus of the Payment Order IHC_DTE_GUI_STATUSCHAR2IHC_DOM_GUI_STATUS
IN_IDOC_NUMBERIDoc number EDI_DOCNUMNUMC16EDI_DOCNUMDCN
OUT_IDOC_NUMBERIDoc number EDI_DOCNUMNUMC16EDI_DOCNUMDCN
CLR_PRTNR_TYPEClearing Partner Type IHC_DTE_PN_CLR_TYPECHAR3IHC_DOM_PN_CLR_TYPE

Key field Non-key field



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

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

How to access SAP table IHC_STR_POLL_EXT_DOC

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