SAP Reports / Programs

RSIR_MAKE_ANONYMOUS SAP ABAP Report - RSIRMAKEANONYMOUS







RSIR_MAKE_ANONYMOUS 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_MAKE_ANONYMOUS 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_MAKE_ANONYMOUS. "Basic submit
SUBMIT RSIR_MAKE_ANONYMOUS AND RETURN. "Return to original report after report execution complete
SUBMIT RSIR_MAKE_ANONYMOUS 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: CHECKONL = Determination of Objects Only
Selection Text: DOCAREA = Document Area
Selection Text: DOCUCLAS = Other Document/Relat. Classes
Text Symbol: 001 = Document Area
Text Symbol: 002 = Class
Text Symbol: 003 = Type
Text Symbol: 004 = Attribute
Text Symbol: 005 = Table
Text Symbol: 006 = Field Name
Text Symbol: 007 = Number
Text Symbol: 008 = Object Key
Text Symbol: 009 = Yes
Text Symbol: 010 = No
Text Symbol: 011 = Are you sure you want to anonymize all documents?
Text Symbol: 012 = Anonymization of Documents
Text Symbol: 013 = Value
Text Symbol: 014 = Description


INCLUDES used within this REPORT RSIR_MAKE_ANONYMOUS

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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = 'Anonymisierung von alle Dokumente'(012) TEXT_QUESTION = 'Alle Dokumenten werden anonymisiert. Sind Sie sicher?'(011)

SDOK_INTERNAL_MODE_ACCESS CALL FUNCTION 'SDOK_INTERNAL_MODE_ACCESS' EXPORTING mode_requested = sdoka_internal_mode_active.

SDOK_LOIO_ATTRIBUTES_GET CALL FUNCTION 'SDOK_LOIO_ATTRIBUTES_GET' EXPORTING CLASS = classe_tab_line-io_class TABLES ATTRIBUTES = attributes_tab EXCEPTIONS NOT_EXISTING = 1 NOT_AUTHORIZED = 2 OTHERS = 3.

SDOK_PHIO_ATTRIBUTES_GET CALL FUNCTION 'SDOK_PHIO_ATTRIBUTES_GET' EXPORTING CLASS = classe_tab_line-io_class TABLES ATTRIBUTES = attributes_tab EXCEPTIONS NOT_EXISTING = 1 NOT_AUTHORIZED = 2 OTHERS = 3.

SDOK_RELA_ATTRIBUTES_GET CALL FUNCTION 'SDOK_RELA_ATTRIBUTES_GET' EXPORTING CLASS = classe_tab_line-io_class TABLES ATTRIBUTES = attributes_tab EXCEPTIONS NOT_EXISTING = 1 NOT_AUTHORIZED = 2 OTHERS = 3.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING NAME = attributes_tab_line-TABNAME STATE = 'A' LANGU = ' ' * IMPORTING * GOTSTATE = * DD02V_WA = * DD09L_WA = TABLES DD03P_TAB = dd03p_tab * DD05M_TAB = * DD08V_TAB = * DD12V_TAB = * DD17V_TAB = * DD35V_TAB = * DD36M_TAB = EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2 .

SDOK_LOIO_FIND_BY_QUERY CALL FUNCTION 'SDOK_LOIO_FIND_BY_QUERY' EXPORTING OBJECT_CLASS = classe_tab_line-IO_CLASS CLIENT = SY-MANDT TABLES QUERY = query RESULT = result * PROPERTIES_REQUEST = * PROPERTIES_RESULT = EXCEPTIONS BAD_CLASS = 1 BAD_QUERY = 2 NOT_AUTHORIZED = 3 OTHERS = 4 .

SDOK_PHIO_FIND_BY_QUERY CALL FUNCTION 'SDOK_PHIO_FIND_BY_QUERY' EXPORTING OBJECT_CLASS = classe_tab_line-IO_CLASS CLIENT = SY-MANDT TABLES QUERY = query RESULT = result * PROPERTIES_REQUEST = * PROPERTIES_RESULT = EXCEPTIONS BAD_CLASS = 1 BAD_QUERY = 2 NOT_AUTHORIZED = 3 OTHERS = 4 .

SDOK_RELA_FIND_BY_QUERY CALL FUNCTION 'SDOK_RELA_FIND_BY_QUERY' EXPORTING OBJECT_CLASS = classe_tab_line-IO_CLASS CLIENT = SY-MANDT TABLES QUERY = query RESULT = result * PROPERTIES_REQUEST = * PROPERTIES_RESULT = EXCEPTIONS BAD_CLASS = 1 BAD_QUERY = 2 NOT_AUTHORIZED = 3 OTHERS = 4 .

SDOK_LOIO_PROPERTIES_GET CALL FUNCTION 'SDOK_LOIO_PROPERTIES_GET' EXPORTING OBJECT_ID = ID_table_line * X_SUPPRESS_SYS_PROP = * X_PC_PROPERTIES_ONLY = * X_EXTERNAL_FORMAT = * CLIENT = SY-MANDT TABLES PROPERTIES = properties EXCEPTIONS NOT_EXISTING = 1 NOT_AUTHORIZED = 2 EXCEPTION_IN_EXIT = 3 OTHERS = 4 .

SDOK_PHIO_PROPERTIES_GET CALL FUNCTION 'SDOK_PHIO_PROPERTIES_GET' EXPORTING OBJECT_ID = ID_table_line * X_SUPPRESS_SYS_PROP = * X_PC_PROPERTIES_ONLY = * X_EXTERNAL_FORMAT = * CLIENT = SY-MANDT TABLES PROPERTIES = properties EXCEPTIONS NOT_EXISTING = 1 NOT_AUTHORIZED = 2 EXCEPTION_IN_EXIT = 3 OTHERS = 4 .

SDOK_RELA_PROPERTIES_GET CALL FUNCTION 'SDOK_RELA_PROPERTIES_GET' EXPORTING OBJECT_ID = ID_table_line * X_SUPPRESS_SYS_PROP = * X_PC_PROPERTIES_ONLY = * X_EXTERNAL_FORMAT = * CLIENT = SY-MANDT TABLES PROPERTIES = properties EXCEPTIONS NOT_EXISTING = 1 NOT_AUTHORIZED = 2 EXCEPTION_IN_EXIT = 3 OTHERS = 4 .

SDOK_INTERNAL_MODE_ACCESS * CALL FUNCTION 'SDOK_INTERNAL_MODE_ACCESS' * EXPORTING * mode_requested = sdoka_internal_mode_active.

SDOK_LOIO_PROPERTIES_SET CALL FUNCTION 'SDOK_LOIO_PROPERTIES_SET' EXPORTING object_id = ID_table_line TABLES properties = properties EXCEPTIONS not_existing = 1 bad_properties = 2 not_authorized = 3 exception_in_exit = 4 OTHERS = 5.

SDOK_PHIO_PROPERTIES_SET CALL FUNCTION 'SDOK_PHIO_PROPERTIES_SET' EXPORTING object_id = ID_table_line TABLES properties = properties EXCEPTIONS not_existing = 1 bad_properties = 2 not_authorized = 3 exception_in_exit = 4 OTHERS = 5.

SDOK_RELA_PROPERTIES_SET CALL FUNCTION 'SDOK_RELA_PROPERTIES_SET' EXPORTING object_id = ID_table_line TABLES properties = properties EXCEPTIONS not_existing = 1 bad_properties = 2 not_authorized = 3 exception_in_exit = 4 OTHERS = 5.

SDOK_INTERNAL_MODE_ACCESS * CALL FUNCTION 'SDOK_INTERNAL_MODE_ACCESS' * EXPORTING * mode_requested = sdoka_internal_mode_inactive.

SDOK_INTERNAL_MODE_ACCESS CALL FUNCTION 'SDOK_INTERNAL_MODE_ACCESS' EXPORTING mode_requested = sdoka_internal_mode_inactive.



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