SAP Reports / Programs

UGMDTR10 SAP ABAP Report - FIN Master Data: Transfer Texts from SAP Content







UGMDTR10 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The example Customizing settings for consolidation that are delivered by SAP only has German texts for the objects contained therein...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 UGMDTR10 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 UGMDTR10. "Basic submit
SUBMIT UGMDTR10 AND RETURN. "Return to original report after report execution complete
SUBMIT UGMDTR10 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: PA_FIELD = Edit Special Fields
Selection Text: PA_LANGU = Language (to be Added)
Selection Text: PA_REPL = Overwrite Texts
Selection Text: PA_TABL = Edit Tables
Selection Text: PA_TRANS = Request/Task
Selection Text: P_TEST = Test Run
Selection Text: PO_FIELD = D .
Selection Text: PO_TABL = D .
Title: FIN Master Data: Transfer Texts from SAP Content
Text Symbol: 003 = Table:
Text Symbol: 004 = Records:
Text Symbol: 005 = Test Run
Text Symbol: 006 = Check Table:
Text Symbol: 007 = Error: ID not found
Text Symbol: 008 = Not found
Text Symbol: 009 = Check table not found for:
Text Symbol: 010 = No texts found for:
Text Symbol: T01 = Parameters
Text Symbol: T02 = Options
Text Symbol: T03 = Piecelists for Delivery


INCLUDES used within this REPORT UGMDTR10

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:

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = l_texttab state = 'A' * LANGU = ' ' * IMPORTING * GOTSTATE = * DD02V_WA = * DD09L_WA = TABLES dd08v_tab = lt_dd08v EXCEPTIONS illegal_input = 1 OTHERS = 2 .

TR_READ_REQUEST_WITH_TASKS CALL FUNCTION 'TR_READ_REQUEST_WITH_TASKS' EXPORTING iv_trkorr = pa_trans IMPORTING et_requests = lt_request EXCEPTIONS others = 1.



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