REYCADVPAYTOTALS SAP (Advance Payment Totals) Structure details

Dictionary Type: Structure
Description: Advance Payment Totals




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




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

REYCADVPAYTOTALS 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 "Advance Payment Totals" 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_REYCADVPAYTOTALS TYPE REYCADVPAYTOTALS.

The REYCADVPAYTOTALS table consists of various fields, each holding specific information or linking keys about Advance Payment Totals data available in SAP. These include CAM_POOL_GUID (Expense Pool in CAM Recovery), VALIDFROM (Date: Measurement Valid From), VALIDTO (Date: Measurement Valid To), CNOBJNR (Object Number).. 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: Cannot Be Enhanced


SAP REYCADVPAYTOTALS 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
SETTL_GUIDUnique Key of Settlement RECASETTLGUIDRAW16RECAGUID
CAM_POOL_GUIDExpense Pool in CAM Recovery REYCPOOLGUIDRAW16RECAGUID
VALIDFROMDate: Measurement Valid From REBDMEASVALIDFROMDATS8RECADATE
VALIDTODate: Measurement Valid To REBDMEASVALIDTODATS8REDATRECADATEEND
CNOBJNRObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
PLENGTHTOTALNumber of days VVATAGENUMC6INT6
LCNETAMOUNTNet Amount of Cash Flow Item in Local Currency RECDCFLCVALUENETCURR15(2) RECACURR
LCGROSSAMOUNTGross Amount of Cash Flow Item in Local Currency RECDCFLCVALUEGROSSCURR15(2) RECACURR
LCTAXAMOUNTSales/Purch. Tax Amount of Cash Flow Item in Local Currency RECDCFLCTAXVALUECURR15(2) RECACURR
LOCALCURRLocal Currency of Cash Flow Item RECDCFLCCURRCUKY5Assigned to domainWAERS
CTLCNETAMOUNTNet Amount in Local Currency RECACTLCNETAMOUNTCURR15(2) RECACURR
CTLCGROSSAMOUNTGross Amount in Local Currency RECACTLCGROSSAMOUNTCURR15(2) RECACURR
CTLCTAXAMOUNTTax Amount in Local Currency RECACTLCTAXAMOUNTCURR15(2) RECACURR
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
PARTNEROBJNRObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
FLOWTYPEFlow Type RECDFLOWTYPECHAR4Assigned to domainALPHARECDFLOWTYPE
TAXTYPETax Type RERATAXTYPECHAR4Assigned to domainRERATAXTYPE
TAXGROUPTax Group RERATAXGROUPCHAR20Assigned to domainRERATAXGROUP
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
TAXDATEDate for defining tax rates TXDATDATS8DATUM
TERMNOPYNumber of Posting Term RECDTERMNOPYCHAR4ALPHARETMTERMNO
CTFCCURRKEYForeign Currency RECACTFCCURRKEYCUKY5Assigned to domainWAERS
CTRULECurrency Translation Rule RECACTRULECHAR20Assigned to domainRECACTRULE
CTRATEExchange Rate RECACTRATEDEC9(5) EXCRTKURSF
IS_ITAX_OPTINGOpts RESCISITAXOPTINGCHAR1RECABOOL
ISCDSPLITCondition Split RETMISCDSPLITCHAR1RECABOOL
ISGROSSCondition Amount Is Gross Amount RECDISGROSSCHAR1RECABOOL
CTFCPOSTPost in Foreign Currency RECACTFCPOSTCHAR1RECABOOL
POSTCDCURRPost in Condition Currency RECACTPOSTCDCURRCHAR1RECABOOL

Key field Non-key field



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

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

How to access SAP table REYCADVPAYTOTALS

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