SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Document Management Services(BC-SRV-KPR-DMS) SAP BC

RSIR_BDS_CLEANUP SAP ABAP Report - RSIRBDSCLEANUP







RSIR_BDS_CLEANUP 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 RSIR_BDS_CLEANUP 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 RSIR_BDS_CLEANUP. "Basic submit
SUBMIT RSIR_BDS_CLEANUP AND RETURN. "Return to original report after report execution complete
SUBMIT RSIR_BDS_CLEANUP 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: TST_MODE = Test Run
Selection Text: OBJKEY = Object Key
Selection Text: CLSTYPE = Class Type
Selection Text: CLSNAME = Class Name
Selection Text: BDS_CHK = Check BDS Documents
Selection Text: ARL_CHK = Check ArchiveLink Links
Text Symbol: 016 = No documents found
Text Symbol: 015 = Created at
Text Symbol: 014 = Created By
Text Symbol: 013 = Short Description
Text Symbol: 012 = Number of Documents
Text Symbol: 011 = Result
Text Symbol: 010 = Technical Status
Text Symbol: 009 = Variant Tag
Text Symbol: 008 = Variant ID
Text Symbol: 007 = Version Number
Text Symbol: 006 = Document ID
Text Symbol: 005 = No authorization to delete the document
Text Symbol: 004 = Document deletion not permitted
Text Symbol: 003 = Document not found
Text Symbol: 002 = Deleted successfully
Text Symbol: 001 = Error while deleting the document


INCLUDES used within this REPORT RSIR_BDS_CLEANUP

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:

BDS_ALL_CONNECTIONS_GET CALL FUNCTION 'BDS_ALL_CONNECTIONS_GET' EXPORTING * LOGICAL_SYSTEM = classname = clsname classtype = clstype objkey = objkey client = sy-mandt all = 'X' * NO_AL_DOCS = '' no_gos_docs = 'X' check_state = ' ' * IMPORTING * COUNT = TABLES * SIGNATURE = all_connections = all_connections * FRAMEWORK = EXCEPTIONS no_objects_found = 1 error_kpro = 2 internal_error = 3 not_authorized = 4 OTHERS = 5 .

BDS_BUSINESSDOCUMENT_DELETE CALL FUNCTION 'BDS_BUSINESSDOCUMENT_DELETE' EXPORTING * LOGICAL_SYSTEM = CLASSNAME = al_connections-classname CLASSTYPE = al_connections-classtype * CLIENT = SY-MANDT OBJECT_KEY = al_connections-OBJKEY * X_FORCE_DELETE = TABLES SIGNATURE = tsign EXCEPTIONS NOTHING_FOUND = 1 PARAMETER_ERROR = 2 NOT_ALLOWED = 3 ERROR_KPRO = 4 INTERNAL_ERROR = 5 NOT_AUTHORIZED = 6 OTHERS = 7 .

BDS_BUSINESSDOCUMENT_GET_INFO CALL FUNCTION 'BDS_BUSINESSDOCUMENT_GET_INFO' EXPORTING * LOGICAL_SYSTEM = classname = clsname classtype = clstype * CLIENT = SY-MANDT OBJECT_KEY = objkey * ALL = 'X' * CHECK_STATE = ' ' TABLES * COMPONENTS = SIGNATURE = signature * CONNECTIONS = * EXTENDED_COMPONENTS = EXCEPTIONS NOTHING_FOUND = 1 PARAMETER_ERROR = 2 NOT_ALLOWED = 3 ERROR_KPRO = 4 INTERNAL_ERROR = 5 NOT_AUTHORIZED = 6 OTHERS = 7 .

BDS_BUSINESSDOCUMENT_DELETE CALL FUNCTION 'BDS_BUSINESSDOCUMENT_DELETE' EXPORTING * LOGICAL_SYSTEM = classname = clsname classtype = clstype * CLIENT = SY-MANDT OBJECT_KEY = objkey X_FORCE_DELETE = 'X' TABLES SIGNATURE = DELLIST EXCEPTIONS NOTHING_FOUND = 1 PARAMETER_ERROR = 2 NOT_ALLOWED = 3 ERROR_KPRO = 4 INTERNAL_ERROR = 5 NOT_AUTHORIZED = 6 OTHERS = 7 .



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