SAP Reports / Programs

RUTUUIDR SAP ABAP Report - Test







RUTUUIDR 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 RUTUUIDR 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 RUTUUIDR. "Basic submit
SUBMIT RUTUUIDR AND RETURN. "Return to original report after report execution complete
SUBMIT RUTUUIDR 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: ACT = Generate UUID by Activating
Title: Test


INCLUDES used within this REPORT RUTUUIDR

INCLUDE RADBTOUM.


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:

DD_MASS_ACT call function 'DD_MASS_ACT' exporting ddmode = ddmode * TRKORR = ' ' * EXTTAB = ' ' inactive = inactive frcact = frcact auth_chk = auth_chk excommit = excommit version = version delall = delall delnoref = delnoref medium = medium * ENQUEUE = 'S' device = device act_s = ' ' logname = logreal log_head_tail = head_tail write_log = ' ' t_on = t_on prid = prid_s prid_s = prid_s importing act_rc = act_rc tables gentab = gentab deltab = deltab CNVTAB = cnvtab exceptions access_failure = 1 no_objects = 2 locked = 3 others = 4.

DD_GET_NAMETAB_HEADER call function 'DD_GET_NAMETAB_HEADER' exporting * STATUS = 'A' tabname = obj-tabname IMPORTING * R_MODEFLAG = * R_STATUS = X030L_WA = x030l_wa EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

SYSTEM_UUID_CREATE call function 'SYSTEM_UUID_CREATE' importing uuid = uuid exceptions others = 0.

DD_PUT_NAMETAB_HEADER call function 'DD_PUT_NAMETAB_HEADER' exporting * MODEFLAG = ' ' status = 'A' x030l_wa = x030l_wa * TRTYPE = ' ' IMPORTING R_SUBRC = rc EXCEPTIONS WRITE_ERROR = 1 OTHERS = 2.



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