AVISRCALCCTFC SAP (Change Doc.Struct -Amounts in Foreign Currency (VISRCALCCTFC) Structure details

Dictionary Type: Structure
Description: Change Doc.Struct -Amounts in Foreign Currency (VISRCALCCTFC




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




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

AVISRCALCCTFC 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 "Change Doc.Struct -Amounts in Foreign Currency (VISRCALCCTFC" 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_AVISRCALCCTFC TYPE AVISRCALCCTFC.

The AVISRCALCCTFC table consists of various fields, each holding specific information or linking keys about Change Doc.Struct -Amounts in Foreign Currency (VISRCALCCTFC data available in SAP. These include MANDT (Client), CTFCGUID (Unique Internal Key for Amounts in Foreign Currency), OBJGUID (Reference Within Results Tables), CTFCCURRKEY (Foreign Currency).. 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 AVISRCALCCTFC 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
CTFCGUIDUnique Internal Key for Amounts in Foreign Currency RESRCTFCGUIDRAW16RECAGUID
OBJGUIDReference Within Results Tables RESRSBRESULTGUIDRAW16VISRCALCSUMRECAGUID
CTFCCURRKEYForeign Currency RECACTFCCURRKEYCUKY5Assigned to domainWAERS
CTRULECurrency Translation Rule RECACTRULECHAR20Assigned to domainRECACTRULE
CTRATEExchange Rate RECACTRATEDEC9(5) EXCRTKURSF
TAXTYPETax Type RERATAXTYPECHAR4Assigned to domainRERATAXTYPE
TAXGROUPTax Group RERATAXGROUPCHAR20Assigned to domainRERATAXGROUP
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
TAXDATEDate for defining tax rates TXDATDATS8DATUM
PROCESSGUIDGeneric Key of Process RECAPROCESSGUIDRAW16VICAPROCESSIDRECAGUID
ADVPAYNETNet Amount of Advanced Payment RERAADVPAYNETCURR15(2) RECACURR
ADVPAYTAXTax Amount of Advance Payment RERAADVPAYTAXCURR15(2) RECACURR
PAYNETNet Amount of Payments Already Made RESRPAYNETCURR15(2) RECACURR
PAYTAXTax Amount from Payments Already Made RESRPAYTAXCURR15(2) RECACURR
MINRENTNETNet Amount of Minimum Rent for Sales-Based Rent Contracts RESRMINRENTNETCURR15(2) RECACURR
MINRENTTAXTax Amount of Minimum Rent for Sales-Based Rent Contracts RESRMINRENTTAXCURR15(2) RECACURR
MAXRENTNETNet Amount of Maximum Rent for Sales-Based Rent Contracts RESRMAXRENTNETCURR15(2) RECACURR
MAXRENTTAXTax Amount of Maximum Rent for Sales-Based Rent Contracts RESRMAXRENTTAXCURR15(2) RECACURR
PREVBALANCENETNet Amount of Balance from Prior Settlement RESRPREVBALANCENETCURR15(2) RECACURR
PREVBALANCETAXTax Amount of Balance from Prior Settlement RESRPREVBALANCETAXCURR15(2) RECACURR
PREVPAYNETNet Amount of Payment from Previous Period RESRPREVPAYNETCURR15(2) RECACURR
PREVPAYTAXTax Amount of Payment from Previous Period RESRPREVPAYTAXCURR15(2) RECACURR
PREVADVPAYNETNet Amount of Advance Payments from Previous Period RESRPREVADVPAYNETCURR15(2) RECACURR
PREVADVPAYTAXTax Amount of Advance Payments from Previous Period RESRPREVADVPAYTAXCURR15(2) RECACURR
PREVMINRENTNETNet Amount of Minimum Rent from Previous Period RESRPREVMINRENTNETCURR15(2) RECACURR
PREVMINRENTTAXTax Amount of Minimum Rent from Previous Period RESRPREVMINRENTTAXCURR15(2) RECACURR
PREVMAXRENTNETNet Amount of Maximum Rent from Previous Period RESRPREVMAXRENTNETCURR15(2) RECACURR
PREVMAXRENTTAXTax Amount of Maximum Rent from Previous Period RESRPREVMAXRENTTAXCURR15(2) RECACURR
BASICFEENETNet Amount of Base Fee RESRBASICFEENETCURR15(2) RECACURR
BASICFEETAXTax Amount of Base Fee RESRBASICFEETAXCURR15(2) RECACURR
PREVBASICFEENETNet Amount of Base Fee from Previous Period RESRPREVBASICFEENETCURR15(2) RECACURR
PREVBASICFEETAXTax Amount of Base Fee from Previous Period RESRPREVBASICFEETAXCURR15(2) RECACURR
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND

Key field Non-key field



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

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

How to access SAP table AVISRCALCCTFC

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