SAP Reports / Programs

RPM_CONVERT_DATA_FOR_UNIT_RL23 SAP ABAP Report - Conversion of Role Demand/Resource Assignment Unit







RPM_CONVERT_DATA_FOR_UNIT_RL23 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Prior to SP 3, SAP xRPM uses a fixed set of unit for the role demand and resource assignment: HRS, DAY, FTE...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPM_CONVERT_DATA_FOR_UNIT_RL23 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 RPM_CONVERT_DATA_FOR_UNIT_RL23. "Basic submit
SUBMIT RPM_CONVERT_DATA_FOR_UNIT_RL23 AND RETURN. "Return to original report after report execution complete
SUBMIT RPM_CONVERT_DATA_FOR_UNIT_RL23 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_HOUR = Hour Unit in T006
Selection Text: P_LANGU = Language
Selection Text: P_SIMU = Simulation Run
Selection Text: P_UNIT = New Single T006 Unit
Selection Text: S_PROJID = Project ID
Title: Conversion of Role Demand/Resource Assignment Unit
Text Symbol: 001 = New Allocation Record for Start/Finish
Text Symbol: 002 = Does Not Match Old Records
Text Symbol: 003 = General Selections


INCLUDES used within this REPORT RPM_CONVERT_DATA_FOR_UNIT_RL23

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:

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_grid_title = 'Units Changes Status' it_fieldcat = lt_fieldcat it_sort = lt_sort TABLES t_outtab = lt_output EXCEPTIONS program_error = 1 OTHERS = 2.

HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING display = ' ' selectfield = 'EXTERNAL_ID' titel = ' ' show_all_values_at_first_time = 'X' IMPORTING ind = index TABLES fields = field_tab full_table = i_guid_tab EXCEPTIONS full_table_empty = 01 no_tablestructure_given = 02.

HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING display = ' ' selectfield = 'ID' titel = ' ' IMPORTING ind = index TABLES fields = field_tab full_table = i_guid_tab EXCEPTIONS full_table_empty = 01 no_tablestructure_given = 02.

HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING display = ' ' selectfield = 'ID' titel = ' ' IMPORTING ind = index TABLES fields = field_tab full_table = i_guid_tab EXCEPTIONS full_table_empty = 01 no_tablestructure_given = 02.

DIMENSION_GET CALL FUNCTION 'DIMENSION_GET' EXPORTING amount_of_substance = 0 electric_current = 0 language = sy-langu length = 0 luminous_intensity = 0 mass = 0 temperature = 0 time = 1 use_buffer = 'X' IMPORTING dimid = lv_time_dim text = lv_time_text EXCEPTIONS dimension_not_found = 1 OTHERS = 2.

UNIT_PARAMETERS_GET CALL FUNCTION 'UNIT_PARAMETERS_GET' EXPORTING unit = p_hour IMPORTING dimension = lv_dim numerator = lv_numerator denominator = lv_denominator EXCEPTIONS unit_not_found = 1 OTHERS = 2.

UNIT_PARAMETERS_GET CALL FUNCTION 'UNIT_PARAMETERS_GET' EXPORTING unit = p_unit IMPORTING dimension = lv_dim EXCEPTIONS unit_not_found = 1 OTHERS = 2.

UNIT_PARAMETERS_GET CALL FUNCTION 'UNIT_PARAMETERS_GET' EXPORTING unit = 'FTE' IMPORTING dimension = lv_dim EXCEPTIONS unit_not_found = 1 OTHERS = 2.

UNIT_PARAMETERS_GET CALL FUNCTION 'UNIT_PARAMETERS_GET' EXPORTING unit = 'DAY' IMPORTING dimension = lv_dim EXCEPTIONS unit_not_found = 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 RPM_CONVERT_DATA_FOR_UNIT_RL23 or its description.