EPAYTHP SAP (IDE: transfer records for third party payments) Table details

Dictionary Type: Table
Description: IDE: transfer records for third party payments




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




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

EPAYTHP is a standard SAP Table which is used to store IDE: transfer records for third party payments data and is available within R/3 SAP systems depending on the version and release level.

The EPAYTHP table consists of various fields, each holding specific information or linking keys about IDE: transfer records for third party payments data available in SAP. These include EDI_INVOICENR (Bill number), INT_CROSSREFNO (IDE: internal cross reference number), INT_UI (Internal key for point of delivery), BUKRS (Company Code).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP EPAYTHP 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
EDI_INVOICENRBill number BIG02CHAR22CHAR22
INT_CROSSREFNOIDE: internal cross reference number INT_CROSSREFNOCHAR12ECROSSREFNO
INT_UIInternal key for point of delivery INT_UICHAR22Assigned to domainINT_POD
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RECRFReference number assigned by recipient RECRF_KKCHAR40RECRF_KK
SENRFReference number assigned by the sender SENRF_KKCHAR40SENRF_KK
RECIDRecipient RECID_KKCHAR40RECID_KK
SENIDSender ID SENID_KKCHAR40SENID_KK
CRSRFReference Number Identical for Sender and Recipient CRSRF_KKCHAR40
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
VTREFReference Specifications from Contract VTREF_KKCHAR20ALPHAVTREF_KKVTZ
THPSTEntry status THPST_KKCHAR1THPST_KK
THPRDActual Date for Transfer to Third Party THPRD_KKDATS8DATUM
THPDTPlanned date for transfer of payment to third party THPDT_KKDATS8DATUM
THPPMPayment Process for Billing on Behalf of Third Parties ETHPPMCHAR1THPPM_KK
THBLNDocument number with which payment was paid over THBLN_KKCHAR10ALPHABELNR
WAERSTransaction Currency BLWAE_KKCUKY5Assigned to domainWAERSFWS
BETRWAmount in Transaction Currency with +/- Sign BETRW_KKCURR13(2) WRTV7
INVCATBill Category of a General Ledger Account/Contract Account E_EDMIDEINVCATCHAR4Assigned to domainE_EDMIDEINVCAT

Key field Non-key field



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

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

SELECT SINGLE *
FROM EPAYTHP
INTO CORRESPONDING FIELDS OF WA_EPAYTHP
WHERE...

How to access SAP table EPAYTHP

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