VIRAADVPAYPROC_TAB SAP (Advance Payments per Settlement: Non-Key Fields) Structure details

Dictionary Type: Structure
Description: Advance Payments per Settlement: Non-Key Fields




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




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

VIRAADVPAYPROC_TAB 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 Payments per Settlement: Non-Key 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_VIRAADVPAYPROC_TAB TYPE VIRAADVPAYPROC_TAB.

The VIRAADVPAYPROC_TAB table consists of various fields, each holding specific information or linking keys about Advance Payments per Settlement: Non-Key Fields data available in SAP. These include PROCESSGUID (Generic Key of Process), CURRENCY (Currency Key), CTFCCURRKEY (Foreign Currency), OBJNR (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: Can be enhanced (character-type or numeric)


SAP VIRAADVPAYPROC_TAB 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
VALIDFROMPeriod Start Date RECAPERIODFROMDATS8RECADATEBEG
PROCESSGUIDGeneric Key of Process RECAPROCESSGUIDRAW16RECAGUID
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CTFCCURRKEYForeign Currency RECACTFCCURRKEYCUKY5Assigned to domainWAERS
OBJNRObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
ADD_OBJNRObject Number for Additional Account Assignment RERAADDOBJNRCHAR22Assigned to domainJ_OBJNR
CONDTYPECondition Type RECDCONDTYPECHAR4Assigned to domainALPHARECDCONDTYPE
FLOWTYPEFlow Type RECDFLOWTYPECHAR4TIVCDFLOWTYPEALPHARECDFLOWTYPE
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
PARTNEROBJNRObject Number for Internal Use RETMPARTNEROBJNRCHAR22Assigned to domainJ_OBJNRONR
TERMTYPETerm Category RETMTERMTYPECHAR4Assigned to domainRETMTERMTYPE
TERMNOTerm Number RETMTERMNOCHAR4ALPHARETMTERMNO
TERMNOPYNumber of Posting Term RECDTERMNOPYCHAR4ALPHARETMTERMNO
TAXTYPETax Type RERATAXTYPECHAR4TIVRATAXTYPERERATAXTYPE
TAXGROUPTax Group RERATAXGROUPCHAR20TIVRATAXGROUPRERATAXGROUP
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
TAXDATEDate for defining tax rates TXDATDATS8DATUM
NET_AMOUNTNet Amount of Advanced Payment RERAADVPAYNETCURR15(2) RECACURR
TAX_AMOUNTTax Amount of Advance Payment RERAADVPAYTAXCURR15(2) RECACURR
NET_AMOUNT_PAYAmount of Net Advance Payment Made (for Settlement) RERAADVPAYNETAMOUNTCURR15(2) RECACURR
TAX_AMOUNT_PAYTax Amount of Advance Payment Made (for Settlement) RERAADVPAYTAXAMOUNTCURR15(2) RECACURR
NET_AMOUNT_EXTLegacy Data Transfer: Net Amount of Advanced Payment RERAADVPAYNETEXTCURR15(2) RECACURR
TAX_AMOUNT_EXTLegacy Data Transfer: Tax Amount of Advanced Payment RERAADVPAYTAXEXTCURR15(2) RECACURR
CTRULECurrency Translation Rule RECACTRULECHAR20Assigned to domainRECACTRULE
CTRATEExchange Rate RECACTRATEDEC9(5) EXCRTKURSF
CTFCPOSTPost in Foreign Currency RECACTFCPOSTCHAR1RECABOOL
CTFCNETAMOUNTNet Amount of Advance Payment in Foreign Currency RERAAPCTFCNETAMOUNTCURR15(2) RECACURR
CTFCTAXAMOUNTTax Amount of Advance Payment in Foreign Currency RERAAPCTFCTAXAMOUNTCURR15(2) RECACURR
CTFCNETAMOUNTPAYNet Amount of Advance Payment Made in Foreign Currency RERAAPCTFCNETAMOUNTPAYCURR15(2) RECACURR
CTFCTAXAMOUNTPAYTax Amount of Advance Payment Made in Foreign Currency RERAAPCTFCTAXAMOUNTPAYCURR15(2) RECACURR
CTFCNETAMOUNTEXTLegacy Data Transfer: AP Net Amount in Foreign Currency RERAAPCTFCNETAMOUNTEXTCURR15(2) RECACURR
CTFCTAXAMOUNTEXTLegacy Data Transfer: AP Tax Amount in Foreign Currency RERAAPCTFCTAXAMOUNTEXTCURR15(2) RECACURR
INFOCONDStatistical or Informational Condition RECDINFOCONDCHAR1RECABOOL
ISGROSSCondition Amount Is Gross Amount RECDISGROSSCHAR1RECABOOL
HASLEGACYDATAUses Legacy Data RECAHASLEGACYDATACHAR1RECABOOL
STATUSStatus of Process Step RECASTEPSTATUSCHAR1RECASTEPSTATUS
CDGUIDINVALIDCONDGUID Invalid - Data Record Is Summarized RERACDGUIDINVALIDCHAR1RECABOOL
ENTRYTYPEEntry Is Used For RERAADVPAYENTRYTYPECHAR2RERAADVPAYENTRYTYPE

Key field Non-key field



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

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

How to access SAP table VIRAADVPAYPROC_TAB

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