SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Generic Object Services(BC-SRV-GBT-GOS) SAP BC

RSGOSRE01 SAP ABAP Report - Reorganisation of Documents From the Generic Object Services







RSGOSRE01 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 RSGOSRE01 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 RSGOSRE01. "Basic submit
SUBMIT RSGOSRE01 AND RETURN. "Return to original report after report execution complete
SUBMIT RSGOSRE01 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: POBJ = D .
Selection Text: PURL = Links to Internet Pages
Selection Text: PTIME = To time
Selection Text: PTEST = Test Run
Selection Text: PPNOT = Private notes
Selection Text: POFFD = Object Outbox
Selection Text: PNOTE = Notes
Selection Text: PEXIST = Check Existence
Selection Text: PDATE = To Date
Selection Text: PATTA = PC Attachments
Title: Reorganisation of Documents From the Generic Object Services
Text Symbol: S05 = Sent documents
Text Symbol: S04 = Private notes
Text Symbol: S03 = Links to Internet Pages
Text Symbol: S02 = Notes
Text Symbol: S01 = Attachments
Text Symbol: O02 = Number
Text Symbol: O01 = Document Type
Text Symbol: M02 = Nothing Was Deleted
Text Symbol: M01 = Number of Documents in this Selection:
Text Symbol: B02 = Select Document Types
Text Symbol: B01 = Select Business Objects


INCLUDES used within this REPORT RSGOSRE01

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:

OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = g_own_logsys EXCEPTIONS own_logical_system_not_defined = 1 OTHERS = 2.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING it_fieldcat = lt_fieldcat[] TABLES t_outtab = gt_output EXCEPTIONS program_error = 1 OTHERS = 2.

SWO_INVALIDATE CALL FUNCTION 'SWO_INVALIDATE' EXPORTING objtype = ' ' clear_program_memory = 'X'.

BINARY_RELATION_DELETE CALL FUNCTION 'BINARY_RELATION_DELETE' EXPORTING obj_rolea = ls_rolea obj_roleb = ls_roleb relationtype = -brel-breltyp fire_events = ' ' EXCEPTIONS entry_not_existing = 1 internal_error = 2 no_relation = 3 no_role = 4 OTHERS = 5.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.



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