REXCJP_PARTNERS SAP (Responsible Filer, Filer Data (Name, Addr, Telnum)) Structure details

Dictionary Type: Structure
Description: Responsible Filer, Filer Data (Name, Addr, Telnum)




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




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

REXCJP_PARTNERS 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 "Responsible Filer, Filer Data (Name, Addr, Telnum)" 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_PARTNERS TYPE REXCJP_PARTNERS.

The REXCJP_PARTNERS table consists of various fields, each holding specific information or linking keys about Responsible Filer, Filer Data (Name, Addr, Telnum) data available in SAP. These include MANDT (Client), BUKRS (Company Code), TAXOFF_NUM (Tax Office Number), PYMNT_LIMIT (Payment Limit for Reporting).. 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_PARTNERS 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
TAXOFF_NUMTax Office Number REXCJP_TAX_OFFICECHAR10CHAR10
PYMNT_LIMITPayment Limit for Reporting REXCJP_PYMNTLIMITCURR13(2)
PYMNT_CURRCurrency Key WAERSCUKY5TCURCWAERSFWS
REF_NUM_1Company Reference Number 1 REXCJP_REF_NUM_1CHAR10CHAR10
OFFICECATReporting Office Category REXCJP_OFF_CATCHAR5CHAR5
RESPReporting Office Number REXCJP_RESPONSIBLECHAR10BUT000ALPHABU_PARTNER
FILERHead Office Number REXCJP_FILERCHAR10BUT000ALPHABU_PARTNER
REF_NUM_2Company Reference Number 2 REXCJP_REF_NUM_2CHAR13CHAR13
OWNPARTNEROwn Company's Business Partner REXCJP_OWNPARTNCHAR10BUT000ALPHABU_PARTNER
PRESIDENTPresident REXCJP_PRESIDENTCHAR10BUT000ALPHABU_PARTNER
CONTACTPERSONContact Person REXCJP_CONTACTPERSONCHAR10BUT000ALPHABU_PARTNER
ROUNDTYPERounding rule TXPRFCHAR1TXPRF
REPCOMMReport Agent Commission REXCJPREPCOMMCHAR1RECABOOL
COMM_LIMITAgent Commission Limit REXCJP_AGENTLIMITCURR13(2)
RESP_ADDRResponsible Filer's Address REXCJP_RESP1_ADDRCHAR120TEXT120
RESP_NAMEResponsible Filer's Name REXCJP_RESP_NAMECHAR30TEXT30
RESP_TELResponsible Filer's Telephone Number REXCJP_RESP_TELCHAR30CHAR30
RESP_COUNTRYResponsible Filer's Country REXCJP_RESP_COUNTRYCHAR3Assigned to domainLAND1
FILER_ADDRFiler's address REXCJP_FILER_ADDRCHAR120TEXT120
FILER_NAMEFiler's name REXCJP_FILER_NAMECHAR30TEXT30
FILER_COUNTRYFiler's Country REXCJP_FILER_COUNTRYCHAR3Assigned to domainLAND1

Key field Non-key field



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

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

How to access SAP table REXCJP_PARTNERS

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