REXCJP_PAYMENTFILE SAP (Payment data for the output into a file) Structure details

Dictionary Type: Structure
Description: Payment data for the output into a file




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




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

REXCJP_PAYMENTFILE 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 data for the output into a file" 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_REXCJP_PAYMENTFILE TYPE REXCJP_PAYMENTFILE.

The REXCJP_PAYMENTFILE table consists of various fields, each holding specific information or linking keys about Payment data for the output into a file data available in SAP. These include N02_REFNR1 (Company Reference Number 1), N03_OFFCAT (Reporting Office Category), N04RESP_ADDR (Responsible Filer's Address), N05_REP1 (Responsible Filer's Name).. 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 REXCJP_PAYMENTFILE 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
N01_REPTYPEType of Payment Report REXCJP_REPTYPECHAR3CHAR3
N02_REFNR1Company Reference Number 1 REXCJP_REF_NUM_1CHAR10CHAR10
N03_OFFCATReporting Office Category REXCJP_OFF_CATCHAR5CHAR5
N04RESP_ADDRResponsible Filer's Address REXCJP_RESP1_ADDRCHAR120TEXT120
N05_REP1Responsible Filer's Name REXCJP_RESP_NAMECHAR30TEXT30
N06_REP1TELResponsible Filer's Telephone Number REXCJP_RESP_TELCHAR30CHAR30
N07_REFNR2Company Reference Number 2 REXCJP_REF_NUM_2CHAR13CHAR13
N08FILER_ADDRFiler's address REXCJP_FILER_ADDRCHAR120TEXT120
N09_REP2Filer's name REXCJP_FILER_NAMECHAR30TEXT30
N10_CORRINDCorrection indicator REXCJP_CORRINDCHAR1CHAR1
N11_REPERAReporting year era (in Wareki) REXCJP_RYEARERAWCHAR20CHAR20
N11_REPYEARReporting Year (in Wareki) REXCJP_RYEARWCHAR3CHAR3
N12PAYEE_ADDRPayee's Address REXCJP_PAYEE_ADDRCHAR120TEXT120
N13_PAYFAPayee's Foreign Address Indicator REXCJP_PYFA_INDCHAR1REXCJP_FAIND
N14_PAYEEName of Payee REXCJP_PAYEE_NAMECHAR30TEXT30
N15_PAYEECATPrivate/Corporate Category REXCJP_PAYEE_CATCHAR1CHAR1
N16_PYMNTCAT1Payment Category Description REXCJPXPCRCATCHAR15TEXT15
N17PYMNT1_ADDRAddress of 1st Charged Object REXCJP_PYMNT1_ADDRCHAR120TEXT120
N18_PYMNTDET1Payment Details REXCJP_PR_DETAILCHAR15CHAR15
N19_PYMNTBAS1Basis for Calculation REXCJP_PR_BASISCHAR15CHAR15
N20_PYMNTAM1Payment Amount REXCJP_PYMNTAMCURR13(2) WERT7
N21_PYMNTCAT2Payment Category Description REXCJPXPCRCATCHAR15TEXT15
N22PYMNT2_ADDRAddress of 2nd Charged Object REXCJP_PYMNT2_ADDRCHAR120TEXT120
N23_PYMNTDET2Payment Details REXCJP_PR_DETAILCHAR15CHAR15
N24_PYMNTBAS2Basis for Calculation REXCJP_PR_BASISCHAR15CHAR15
N25_PYMNTAM2Payment Amount REXCJP_PYMNTAMCURR13(2) WERT7
N26_PYMNTCAT3Payment Category Description REXCJPXPCRCATCHAR15TEXT15
N27PYMNT3_ADDRAddress of 3rd Charged Object REXCJP_PYMNT3_ADDRCHAR120TEXT120
N28_PYMNTDET3Payment Details REXCJP_PR_DETAILCHAR15CHAR15
N29_PYMNTBAS3Basis for Calculation REXCJP_PR_BASISCHAR15CHAR15
N30_PYMNTAM3Payment Amount REXCJP_PYMNTAMCURR13(2) WERT7
N31AGENT_ADDRReal Estate Agent's Address REXCJP_AGENT_ADDRCHAR120TEXT120
N32_BRFAReal Estate Agent's foreign address indicator REXCJP_BRFA_INDCHAR1REXCJP_FAIND
N33_BRNAMEReal Estate Agent's Name REXCJP_BR_NAMECHAR30TEXT30
N34_BRCATAgent's Private/Corporate Category REXCJP_BR_CATCHAR1CHAR1
N35_BRYEARYear of Payment Confirmed (in Wareki) REXCJP_BRYEARWCHAR3CHAR3
N35_BRMONTHMonth of Payment Confirmed REXCJP_BRMONTHWCHAR2CHAR2
N35_BRDAYDay of Payment Confirmed REXCJP_BRDAYWCHAR2CHAR2
N38_BRFEEAgent's Fee REXCJP_BRFEECURR13(2) WERT7
N39_REMARKRemarks REXCJP_REMARKSCHAR40CHAR40
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
N04RESPBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
N08FILERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
N12PAYEEBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
N17PYMNT1Object Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
N22PYMNT2Object Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
N27PYMNT3Object Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
N31AGENTBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA

Key field Non-key field



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

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

How to access SAP table REXCJP_PAYMENTFILE

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