SAP Reports / Programs

RODPS_LOAD_ACTIVATE_SINGLE SAP ABAP Report - Activate ODP Including Associated ODPs







RODPS_LOAD_ACTIVATE_SINGLE 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 RODPS_LOAD_ACTIVATE_SINGLE 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 RODPS_LOAD_ACTIVATE_SINGLE. "Basic submit
SUBMIT RODPS_LOAD_ACTIVATE_SINGLE AND RETURN. "Return to original report after report execution complete
SUBMIT RODPS_LOAD_ACTIVATE_SINGLE 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: P_FORCE = Reacticate Active ODPs
Selection Text: P_REACT = Reactivate Obsolete SWC
Selection Text: P_SEMANT = Semantics of an ODP
Selection Text: P_ODP_ID = D .
Selection Text: P_SYSREL = D .
Title: Activate ODP Including Associated ODPs
Text Symbol: 001 = ODPs Activated:
Text Symbol: 002 = Locked
Text Symbol: 003 = Software Component:
Text Symbol: 100 = No Authorizations
Text Symbol: 201 = Transactional Data
Text Symbol: 202 = Master data attributes
Text Symbol: 203 = Time-Dependent Attributes
Text Symbol: 204 = Texts
Text Symbol: 205 = Hierarchies


INCLUDES used within this REPORT RODPS_LOAD_ACTIVATE_SINGLE

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:

ENQUEUE_E_RODPSLOADVERS CALL FUNCTION 'ENQUEUE_E_RODPSLOADVERS' EXPORTING mode_rodpsloadversion = 'E' version = 'FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF' _wait = ' ' EXCEPTIONS OTHERS = 1.

RODPS_UTILS_ESH_LOGSYS_CHECK CALL FUNCTION 'RODPS_UTILS_ESH_LOGSYS_CHECK' EXCEPTIONS OTHERS = 0.

RODPS_UTILS_CONNECTOR_ACT * CALL FUNCTION 'RODPS_UTILS_CONNECTOR_ACT' * EXPORTING * itr_odp = ltr_odp * it_connector = lt_connector * i_force = p_force.

DEQUEUE_E_RODPSLOADVERS CALL FUNCTION 'DEQUEUE_E_RODPSLOADVERS' EXPORTING mode_rodpsloadversion = 'E' version = 'FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF' EXCEPTIONS OTHERS = 0.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-repid dynumb = sy-dynnr translate_to_upper = 'X' TABLES dynpfields = l_t_dynpfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 OTHERS = 10.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'RODPS_S_ODP_F4' retfield = 'ODPNAME' value_org = 'S' TABLES value_tab = lt_odp_f4 return_tab = lt_return field_tab = lt_field_tab EXCEPTIONS OTHERS = 1.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = sy-repid dynumb = sy-dynnr TABLES dynpfields = l_t_dynpfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 OTHERS = 8.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'P_SYSREL' values = lt_value EXCEPTIONS OTHERS = 0.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'P_SEMANT' values = lt_value EXCEPTIONS OTHERS = 0.



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