SAP Reports / Programs | Financials | Financials Basis(FIN-FB) SAP FIN

UGMD_MD_HRY_TIME_CHANGE_LIST SAP ABAP Report - Display Fiscal Year/Period when Changing Master Data or Hierarchy







UGMD_MD_HRY_TIME_CHANGE_LIST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter UGMD_MD_HRY_TIME_CHANGE_LIST 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 UGMD_MD_HRY_TIME_CHANGE_LIST. "Basic submit
SUBMIT UGMD_MD_HRY_TIME_CHANGE_LIST AND RETURN. "Return to original report after report execution complete
SUBMIT UGMD_MD_HRY_TIME_CHANGE_LIST VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_VERS = D .
Selection Text: P_FIELD = D .
Selection Text: P_VDY = Validity Check
Selection Text: P_TYPE = Type of Change
Selection Text: P_TXT = Texts
Selection Text: P_TABLE = Table Name
Selection Text: P_MD = Role Attributes
Selection Text: P_IMPL = Accounting Techniques
Selection Text: P_HRY = Hierarchy Structure
Selection Text: P_FROM = From/To Period
Selection Text: P_EXPL = First Cons/Divestiture
Selection Text: P_BW = BW Attributes
Title: Display Fiscal Year/Period when Changing Master Data or Hierarchy
Text Symbol: VER = Hierarchy Version
Text Symbol: FYV = Fiscal Year Variant
Text Symbol: D_V = Validity Check
Text Symbol: D_T = Text
Text Symbol: D_M = Master Data
Text Symbol: D_I = Accounting Techniques
Text Symbol: D_H = Hierarchies
Text Symbol: D_E = Explicit Edge
Text Symbol: D_B = BW Attributes
Text Symbol: 008 = End of Change
Text Symbol: 007 = Begin of Change
Text Symbol: 006 = Table Name
Text Symbol: 005 = Type of Change
Text Symbol: 004 = Output Type
Text Symbol: 003 = Master Data
Text Symbol: 002 = Hierarchies
Text Symbol: 001 = Selection


INCLUDES used within this REPORT UGMD_MD_HRY_TIME_CHANGE_LIST

No INCLUDES are used within this REPORT code!


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:

CONVERT_FYINV_INTERNAL CALL FUNCTION 'CONVERT_FYINV_INTERNAL' "H1815165 EXPORTING input = IMPORTING output = l_fromyear.

CONVERT_FPINV_INTERNAL CALL FUNCTION 'CONVERT_FPINV_INTERNAL' "H1815165 EXPORTING input = IMPORTING output = l_fromperiod.

CONVERT_FYINV_INTERNAL CALL FUNCTION 'CONVERT_FYINV_INTERNAL' "H1815165 EXPORTING input = IMPORTING output = l_fromyear.

CONVERT_FPINV_INTERNAL CALL FUNCTION 'CONVERT_FPINV_INTERNAL' "H1815165 EXPORTING input = IMPORTING output = l_fromperiod.

CONVERT_FYINV_INTERNAL CALL FUNCTION 'CONVERT_FYINV_INTERNAL' "H1815165 EXPORTING input = IMPORTING output = l_fromyear.

CONVERT_FPINV_INTERNAL CALL FUNCTION 'CONVERT_FPINV_INTERNAL' "H1815165 EXPORTING input = IMPORTING output = l_fromperiod.



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 UGMD_MD_HRY_TIME_CHANGE_LIST or its description.