REEXC_DET_CC_TO_PAY_X SAP (Details of the Paying Company Codes and Additional Fields) Structure details

Dictionary Type: Structure
Description: Details of the Paying Company Codes and Additional Fields




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




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

REEXC_DET_CC_TO_PAY_X 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 "Details of the Paying Company Codes and Additional Fields" 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_DET_CC_TO_PAY_X TYPE REEXC_DET_CC_TO_PAY_X.

The REEXC_DET_CC_TO_PAY_X table consists of various fields, each holding specific information or linking keys about Details of the Paying Company Codes and Additional Fields data available in SAP. These include MANDT (Client), ZBUKR (Paying company code), MINDS (Minimum Amount for Incoming Payment), MINDH (Minimum Amount for Outgoing Payment).. 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_DET_CC_TO_PAY_X 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 MANDTCLNT3T000MANDT
ZBUKRPaying company code DZBUKRCHAR4T001BUKRS
MINDSMinimum Amount for Incoming Payment MINDSCURR7(2) WERT4
MINDHMinimum Amount for Outgoing Payment MINDHCURR7(2) WERT4
AFORNName of the Form for the Payment Advice AFORNCHAR16TDFORM
PDFAFName of the PDF-based Form for the Payment Advice Note AFORN_PDFCHAR30FPNAMEFPWBFORMHFPWBFORM
XKDFBDo not Post any Exchange Rate Differences XKDFB_042ECHAR1XFELD
EFORNEDI Accompanying Sheet Name EFORNCHAR16TDFORM
PDFEFName of the PDF-based Form for the EDI Accompanying Sheet EFORN_PDFCHAR30FPNAMEFPWBFORMHFPWBFORM
XWFABIndicator: One Bill of Exchange per Invoice Item? XWFABCHAR1XFELD
XWFAFIndicator: One Bill of Exchange per Due Date? XWFAFCHAR1XFELD
XWFAIIndicator: One Bill of Exchange per Due Date Interval? XWFAICHAR1XFELD
WAVONMinimum Life of the Bill of Exchange for Outgoing Payments WAVONNUMC3NUM03
WABISMaximum Life of the Bill of Exchange for Outgoing Payments WABISNUMC3NUM03
WEBISMaximum Life of the Bill of Exchange WEBISNUMC3NUM03
WSICHNumber of Days Until Which a Bill on Demand is Created WSICHNUMC2NUM02
XKIDSSeparate Payment for each Payment Reference XKIDSCHAR1XFELD
X_DD_PRENOTIFPayment Runs for Direct Debit Pre-notifications X_DD_PRENOTIF_042BCHAR1XFELD
XKDFB_PPNo Exchange Rate Differences for Partial Payments XKDFB_PPCHAR1XFELD
SEPA_REC_CRDIDCreditor Identification Number SEPA_CRDIDCHAR35ID035

Key field Non-key field



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

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

How to access SAP table REEXC_DET_CC_TO_PAY_X

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