AVIYCPROV SAP (Change Document Structure Term: Expense Provision (VIYCPROV)) Structure details

Dictionary Type: Structure
Description: Change Document Structure Term: Expense Provision (VIYCPROV)




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




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

AVIYCPROV 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 Document Structure Term: Expense Provision (VIYCPROV)" 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_AVIYCPROV TYPE AVIYCPROV.

The AVIYCPROV table consists of various fields, each holding specific information or linking keys about Change Document Structure Term: Expense Provision (VIYCPROV) data available in SAP. These include MANDT (Client), INTRENO (Internal Key of Real Estate Object), TERMTYPE (Term Category), TERMNO (Term 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 AVIYCPROV 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
INTRENOInternal Key of Real Estate Object RECAINTRENOCHAR13RECAINTRENO
TERMTYPETerm Category RETMTERMTYPECHAR4Assigned to domainRETMTERMTYPE
TERMNOTerm Number RETMTERMNOCHAR4ALPHARETMTERMNO
VALIDFROMValid-From Date of Term RETMTERMVALIDFROMDATS8RECADATEBEG
VALIDTOValid-To Date of Term RETMTERMVALIDTODATS8REDATRECADATEEND
PROVISIONMETHODCAM Provision Type Selection REYCPROVISIONMETHODCHAR2REYCPROVTYPE
BASEYEARBase Year REYCBASEYEARNUMC4PIQ_GB_UCAS_YEAR
BASEYEARAMTBase Year Amount REYCBASEYEARAMTCURR15(2) REYCBASEYEARAMNT
BASEYEARRATEBase Year Rate REYCBASEYEARRATECURR15(2) REYC_D_BASERATE
CURRYEARCurrent Year REYCCURRYEARNUMC4PIQ_GB_UCAS_YEAR
CURRYEARAMTCurrent Year Amount REYCCURRYEARAMTCURR15(2) REYCBASEYEARAMNT
CURRYEARRATECurrent Year Rate REYCCURRYEARRATECURR15(2) REYC_D_CURRRATE
STOPYEARAMTStop Amount REYCSTOPYEARAMTCURR15(2) REYCBASEYEARAMNT
STOPYEARRATEStop Year Rate REYCSTOPYEARRATECURR15(2) REYC_D_STOPRATE
BASEMETHODMethod REYCBASEMETHODCHAR2REYCBASEMETHOD
BASEYEARSTOPPERBase Year Stop Percentage REYCBASEYEARSTOPPERDEC9(2) REYCPERCENT
BASEYEARSTOPAMTBase Year Stop Amount REYCBASEYEARSTOPAMTCURR15(2) REYCBASEAMNT
BASEYEARINCPERBase Year Increase Percentage REYCBASEYEARINCPERDEC9(2) REYCPERCENT
BASEYEARINCAMTBase Year Increase Amount REYCBASEYEARINCAMTCURR15(2) REYCBASEAMNT
DISTRBYDistribute by Value/Percentage REYCDISTRBYCHAR1REYCDISTRBY
GROSSUPMETHODGross-Up Method REYCGROSSUPMETHODCHAR2REYCGROSSMETHOD
GROSSUPMETHOD1Gross-Up Method REYCGROSSUPMETHODCHAR2REYCGROSSMETHOD
OCCRATEOccupancy Rate Percentage REYCOCCRATEDEC9(2) REYCPERCENT
GROSSAMNTGross-Up Amount REYCGROSSAMNTCURR15(2) REYCGROSSAMNT
GROSSRATEGross-Up Rate REYCGROSSRATECURR15(2) REYC_D_GROSSRATE
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
FEINSArea unit FEINSUNIT3Assigned to domainCUNITMEINSFEH
DENMETHODDenominator Method in CAM REYCDENMETHODCHAR4Assigned to domainREYCDENMETHOD
DENMETHOD1Denominator Method in CAM REYCDENMETHODCHAR4REYCDENMETHOD
DENMETHODINTInternal Denominator Method in CAM REYCDENMETHODINTCHAR4REYCDENMETHODINT
DENMETHODINT1Internal Denominator Method in CAM REYCDENMETHODINTCHAR4REYCDENMETHODINT
THRESHOLDThreshold REYCDENOMTHRESHOLDDEC9(2) REYCPERCENT
DENOMINATORFixed Denominator REYCDENOMINATORDEC15(2) REYC_FIXED_DENOM
FIXEDSHAREFixed Share REYCFIXEDSHAREDEC15(2) REYC_SHARE_FIXED
CYISBYBase Year Provision - Current Year is Base Year REYCCYISBYCHAR1RECABOOL
BYCUMMALATIVEBase Year Provision - Cumulative Base Year REYCBYCUMULATIVECHAR1RECABOOL
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND

Key field Non-key field



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

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

How to access SAP table AVIYCPROV

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