TRPRS_EXIT_EXT_PAYMENT SAP (Payment Information for External Payment Interface) Structure details

Dictionary Type: Structure
Description: Payment Information for External Payment Interface




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




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

TRPRS_EXIT_EXT_PAYMENT 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 "Payment Information for External Payment Interface" 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_TRPRS_EXIT_EXT_PAYMENT TYPE TRPRS_EXIT_EXT_PAYMENT.

The TRPRS_EXIT_EXT_PAYMENT table consists of various fields, each holding specific information or linking keys about Payment Information for External Payment Interface data available in SAP. These include AWTYP (Reference Transaction), AWKEY (Reference Key), COMPANY_CODE (Company Code), HOUSE_BANK (Short key for own house bank).. 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 TRPRS_EXIT_EXT_PAYMENT 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
AWSYSLogical system of source document AWSYSCHAR10Assigned to domainALPHALOGSYS
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
AWKEYReference Key AWKEYCHAR20AWKEY
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
HOUSE_BANKShort key for own house bank TB_RHABKICHAR5Assigned to domainHBKID
HOUSE_BANK_ACCShort key for house bank account TB_RHKTIDCHAR5Assigned to domainHKTID
RPZAHLPayer/payee TB_RPZAHL_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
RPBANKPartner bank details TB_RPBANKCHAR4BVTYP
SIGNDirection of flow TB_SSIGNCHAR1T_SSIGN
PAYMENT_AMTPayment Amount TPM_PAYMENT_AMTCURR21(2) TPM_AMOUNT
PAYMENT_CURRPayment Currency TPM_PAYMENT_CURRCUKY5Assigned to domainWAERS
PAYMENT_DATEPayment Date TPM_PAYMENT_DATEDATS8TPM_POSITION_DATE
PAYGRGrouping Field for Automatic Payments PAYGRCHAR20CHAR20
ZWELSList of the Payment Methods to be Considered DZWELSCHAR10ZWELS
UZAWEPayment Method Supplement UZAWECHAR2Assigned to domainUZAWE
RPCODERepetitive Code RPCODECHAR20Assigned to domainALPHARPCODEFIBL_RPCODE
RP_TEXTReference Text for Repetitive Code RPCODE_TEXTCHAR50XTEXT50
SGTXTItem Text SGTXTCHAR50TEXT50
SWIFT_TEXTSwift Text PRQ_SWTXTCHAR140PRQ_SWTXT
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
GL_ACCOUNTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
CLEARING_ACCG/L Account for Bank Clearing Account PRQ_BKHBKCHAR10Assigned to domainALPHASAKNR
RELEASE_STATEIndicator: Released for Payment PRQ_XRELPCHAR1X
DEAL_NUMBERFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
SECURITY_IDSecurity ID Number VVRANLWCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
SECURITY_ACCOUNTSecurities Account RLDEPOCHAR10Assigned to domainRLDEPODEPACC_CCD_CORE
ACCOUNT_GROUPSecurities Account Group TPM_SEC_ACCT_GRPCHAR10Assigned to domainTPM_SEC_ACCT_GRPTPM_SHPL_SEC_ACC_GRP
PORTFOLIOPortfolio RPORTBCHAR10Assigned to domainRPORTBT50H_RPORTB_CORE
POSITION_ACCOUNTFutures Account for Listed Options and Futures TPM_POS_ACCOUNT_FUTCHAR10Assigned to domainTPM_POS_ACCOUNT_FUTTRF_PACTRFC_F4_POS_ACCOUNT
VALUATION_CLASSValuation Class TPM_VAL_CLASSNUMC4Assigned to domainTPM_VAL_CLASS
PRODUCT_TYPEProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
FLG_URGENTIndicator: Extremely Urgent Payment PRQ_XURGECHAR1X
DTAMSIndicator for Data Medium Exchange DTAMSCHAR1DTAMS
DTAWSInstruction key for data medium exchange DTAWSCHAR2Assigned to domainDTAWS
DTWS1Instruction key 1 DTAT16NUMC2Assigned to domainDTWSX
DTWS2Instruction key 2 DTAT17NUMC2Assigned to domainDTWSX
DTWS3Instruction key 3 DTAT18NUMC2Assigned to domainDTWSX
DTWS4Instruction key 4 DTAT19NUMC2Assigned to domainDTWSX
LOANS_CONTRACTContract Number RANLCHAR13ALPHARANLRAN
VALUATION_AREAValuation Area TPM_VAL_AREACHAR3Assigned to domainTPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA
SEPA_MANDATE_IDUnique Referene to Mandate per Payment Recipient SEPA_MNDIDCHAR35ID035

Key field Non-key field



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

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

How to access SAP table TRPRS_EXIT_EXT_PAYMENT

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