AVIYCCOST2MC SAP (Change Document Structure Application of Mark-up and Capping) Structure details

Dictionary Type: Structure
Description: Change Document Structure Application of Mark-up and Capping




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




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

AVIYCCOST2MC 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 Application of Mark-up and Capping" 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_AVIYCCOST2MC TYPE AVIYCCOST2MC.

The AVIYCCOST2MC table consists of various fields, each holding specific information or linking keys about Change Document Structure Application of Mark-up and Capping data available in SAP. These include MANDT (Client), CAM_MC_GUID (Unique Key of After Markup and Cappling), SETTL_GUID (Unique Key of Settlement), CAM_EXP_GUID (Cost of CAM Recovery).. 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 AVIYCCOST2MC 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
CAM_MC_GUIDUnique Key of After Markup and Cappling REYCCOSTMCGUIDRAW16RECAGUID
SETTL_GUIDUnique Key of Settlement RECASETTLGUIDRAW16RECAGUID
CAM_EXP_GUIDCost of CAM Recovery REYCCOSTGUIDRAW16RECAGUID
CNOBJNRObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
RECNNRContract Number RECNNUMBERCHAR13ALPHARECNNUMBERRECNNRRECNCN
CAM_POOL_GUIDExpense Pool in CAM Recovery REYCPOOLGUIDRAW16RECAGUID
POOLOBJNRObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
EXPPOOLExpense Pool REYCEXPPOOLNUMC4REYCEXPPOOL
EXPTYPEExpense Type REYCEXPTYPECHAR4REYCEXPTYPE
PGOBJNRObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
PGIDParticipation Group RESCPGIDCHAR10ALPHARESCPGIDRESCPGIDRESCPG
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RO_OBJNRObject Number of Rental Object RESCROOBJNRCHAR22Assigned to domainJ_OBJNRONR
AMOUNTTYPEAmount Type REYCAMTTYPENUMC2REYCAMTTYPE
WTGBTRTotal Value in Transaction Currency WTGXXXCURR15(2) WERTV8
CAM_DC_GUIDUnique Key of After Markup and Cappling REYCCOSTMCGUIDRAW16RECAGUID
AMT_DCDistributed Value in Transaction Currency REYCAMT_DCCURR15(2) WERTV8
TERMNO_MARKTerm Number RETMTERMNOCHAR4ALPHARETMTERMNO
MARKUPPERCPOSMarkup Percentage After Distribution REYCMARKUPPERCPOSDEC9(2) REYCPERCENT
MARKUPAMNTPOSMarkup Amount After Distribution REYCMARKUPAMNTPOSCURR15(2) REYCBASEAMNT
ADMINFEEPOSAdministrative Fee REYCADMINFEEPOSCURR13(2) WERT7
ADJUSTMENTAdjustment Amount REYCISADJUSTAMTCURR15(2) WERTV8
AMTAFTERMKAmount After Markup REYCAMTAFTERMKCURR15(2) WERTV8
AMTMARKUPMarkup Amount Current Level REYCMARKUP_CURRENTCURR15(2) WERTV8
AMTMARKUP_LOWERMarkup Amount Lower Level REYCMARKUP_LOWERCURR15(2) WERTV8
MEASVALUEMeasurement Amount RESCROMEASVALUEQUAN17(4) REBDMEASVALUE
MEASUNITMeasurement Unit REBDMEASUNITUNIT3Assigned to domainCUNITMEINS
TERMNO_CAPTerm Number RETMTERMNOCHAR4ALPHARETMTERMNO
CAPPINGRATEPOSCapping Rate After Distribution REYCCAPPINGRATEPOSDEC9(2) REYCPERCENT
CAPPINGAMNTPOSCapping Amount After Distribution REYCCAPPINGAMNTPOSCURR15(2) REYCBASEAMNT
LESSAMNTRATEPOSLesser of Capping Amount and Capping Rate (After) REYCLESSAMNTRATEPOSCHAR1RECABOOL
AMTCAPCapping Amount After Distribution REYCMCCAPCURR15(2) WERTV8
PRESETTLAMTPre-Settled Amount REYCPRESETTLAMTCURR15(2) WERTV8
FINALCAPAMTFinal Capping Amount REYCFINALCAPAMTCURR15(2) WERTV8
AMTAFTERCAPAmount After Capping REYCAMTAFTERCAPCURR15(2) WERTV8
AMTADJUSTMENTAdjustment Amount REYCISADJUSTAMTCURR15(2) WERTV8
DISTPOOLPool Level Distribution with After Markup and Capping REYCMCDISTPOOLCURR15(2) WERTV8
DISTCNContract Level Distribution with After Markup and Capping REYCMCDISTCNCURR15(2) WERTV8
AMTDIRDirect Expenses REYCAMTDIRCURR15(2) WERTV8
AMTADJUSTEDNet Distribution Amount REYCAMTADJUSTEDCURR15(2) WERTV8
MTCFLAGMajor Tenant Contrubution Indicator for Contract REYCMTCFLAGCHAR1RECABOOL
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PFROMPeriod Start Date RECAPERIODFROMDATS8RECADATEBEG
PTOPeriod End Date RECAPERIODTODATS8REDATRECADATEEND
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND

Key field Non-key field



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

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

How to access SAP table AVIYCCOST2MC

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