SAP Reports / Programs

RFFMMD_YR_INDEP_COM_ITEM SAP ABAP Report - Commitment Item: Conversion from Year-Dependent to Year-Independent







RFFMMD_YR_INDEP_COM_ITEM is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program converts the commitment items of an FM area from year-dependent to year-independent...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFFMMD_YR_INDEP_COM_ITEM into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RFFMMD_YR_INDEP_COM_ITEM. "Basic submit
SUBMIT RFFMMD_YR_INDEP_COM_ITEM AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMMD_YR_INDEP_COM_ITEM VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Commitment Item: Conversion from Year-Dependent to Year-Independent
Text Symbol: 001 = CI not year-dependent. Program exits
Text Symbol: 002 = Year-independent entries exist. Choose delete option
Text Symbol: 003 = The following commitment items have different attributes in different years
Text Symbol: 004 = FM Area ComItem
Text Symbol: 005 = The following cmmt it.will be created year independent
Text Symbol: 006 = The following cmmt itms have no hierarchy entry in yr
Text Symbol: 007 = A hierarchy entry on top level will be created
Text Symbol: 008 = Error inserting FMCIT
Text Symbol: 009 = Error inserting FMHICI
Text Symbol: 010 = Error inserting FMCI
Text Symbol: 011 = Contents of table FMZUBSP would become inconsistent with that of table FMCI
Text Symbol: 012 = Attribute:Can Be Posted To
Text Symbol: 013 = Financial Transaction
Text Symbol: 014 = Commitment Item Category
Text Symbol: 015 = Statistical Commitment Item
Text Symbol: 016 = Results of Year-Independent Conversion
Text Symbol: 017 = Results of Year-Independent Conversion: Test Run


INCLUDES used within this REPORT RFFMMD_YR_INDEP_COM_ITEM

INCLUDE: RFFMMD_YR_INDEP_COM_ITEMTOP, "DATA DECLARATIONS
RFFMMD_YR_INDEP_COM_ITEM_MOO01, "MODULES
RFFMMD_YR_INDEP_COM_ITEM_LOF01. "FORMS


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RFFMMD_YR_INDEP_COM_ITEM or its description.