REEXC_PAYMENT_COCD SAP (Company Code-Specific Details for Payment Method (T042E)) Structure details

Dictionary Type: Structure
Description: Company Code-Specific Details for Payment Method (T042E)




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




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

REEXC_PAYMENT_COCD 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 "Company Code-Specific Details for Payment Method (T042E)" 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_REEXC_PAYMENT_COCD TYPE REEXC_PAYMENT_COCD.

The REEXC_PAYMENT_COCD table consists of various fields, each holding specific information or linking keys about Company Code-Specific Details for Payment Method (T042E) data available in SAP. These include MANDT (Client), ZBUKR (Paying company code), ZLSCH (Payment Method), XAVIS (Indicator: Separate Payment Advice if Form is Full?).. 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 REEXC_PAYMENT_COCD 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
ZBUKRPaying company code DZBUKRCHAR4T001BUKRS
ZLSCHPayment Method DZLSCHCHAR1T042ZZLSCH
XAVISIndicator: Separate Payment Advice if Form is Full? XAVISCHAR1XFELD
ANZPOMaximum Number of Items on a Form ANZPO_042ZNUMC2NUM02
VONBTMinimum Amount for a Payment Using this Payment Method VONBT_042ZCURR13(2) WERT7
BISBTMaximum Amount for a Payment with this Payment Method BISBT_042ZCURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
XEIPOIndicator: One Payment per Item? XEIPO_042ZCHAR1XFELD
XAUSLIndicator: Foreign Business Partner Allowed? XAUSL_042ZCHAR1XFELD
XFWAEIndicator: Payment Method for Foreign Currencies Allowed XFWAE_042ZCHAR1XFELD
XAUSBIndicator: Payment via Cust./Vend. Bank Abroad Allowed? XAUSB_042ZCHAR1XFELD
XOPTBIndicator: Carry Out Bank Selection by Bank Group XOPTB_042ZCHAR1XFELD
XOPTPIndicator: Carry Out Bank Selection by Postal Code XOPTP_042ZCHAR1XFELD
AUST1Issuer on the Form AUSTX_042ECHAR35TEXT35
AUST2Issuer on the Form AUSTX_042ECHAR35TEXT35
AUSTOIssuer on the Form AUSTX_042ECHAR35TEXT35
ZFORNName of the Form for the Payment Transfer Medium DZFORNCHAR16TDFORM
PDFFOName of the PDF-based Form for the Payment Medium DZFORN_PDFCHAR30FPNAMEFPWBFORMHFPWBFORM
WFORNName of Next Form WFORNCHAR16TDFORM
PDFWFName of the Next PDF-based Form WFORN_PDFCHAR30FPNAMEFPWBFORMHFPWBFORM
XFOSPIndicator: Extra Forms if Form is Full XFOSPCHAR1XFELD
AUST3Issuer on the Form AUSTX_042ECHAR35TEXT35
XZFAEIndicator: Payment per Due Day XZFAECHAR1XFELD
XSAVIIndicator: Always Payment Advice Notes for this Payment Mthd XSAVICHAR1XFELD
CORRTXTSmart Forms: Name of a text module TDTXTNAMECHAR30T042ECTTDSFNAMESSFTXTNAME
XWVBUIndicator: Line Item for Bill Liability at the Bank? XWVBU_042ZCHAR1XFELD
WANFFNumber of Days Until Bill of Exchange Pmnt Request Due Date WANFFNUMC2NUM02
WGBKZIndicator for the bill of exchange protest WGBKZCHAR1WGBKZ
SVARHSort Variant for Payment Transaction Correspondence SVARHCHAR3T021MSRVAR_021M
SVARPSort Variant for the Line Items SVARPCHAR3T021MSRVAR_021M
SPLBTDistribution into payments up to a maximum of this amount SPLBTCURR13(2) WERT7
XZWAEIndicator: Amount Limits in EUR XZWAECHAR1XFELD
XNOTXIndicator: Do Not Consider Item Text XSGTXT_NOCHAR1XFELD
XEIPO_EXTIndicator: Extended Individual Payment XEIPO_EXT_042ZCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table REEXC_PAYMENT_COCD

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