GRPC_MIC_30_MIGR_TIMEFRAME 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 GRPC_MIC_30_MIGR_TIMEFRAME into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: LV_CONN = D .
Selection Text: PSIM = Simulation
Title: MIC Migration-Timeframe
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_structure_name = 'GRFNFREQUENCY' tables t_outtab = lt_frequency.
REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_structure_name = 'GRFNFREQUENCYT' tables t_outtab = lt_frequency_t.
REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_structure_name = 'GRFNFREQUENCYA' tables t_outtab = lt_frequency_a.
REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_structure_name = 'GRFNTIMEFRAME' tables t_outtab = lt_timeframe_new.
REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_structure_name = 'GRFNTIMEFRAMET' tables t_outtab = lt_timeframe_t_new.
RFC_READ_TABLE call function 'RFC_READ_TABLE' destination lv_conn exporting query_table = 'FOPCATTRVALUE' delimiter = '' tables data = lt_data_buffer exceptions table_not_available = 1 table_without_data = 2 option_not_valid = 3 field_not_valid = 4 not_authorized = 5 data_buffer_exceeded = 6 others = 7.
RFC_READ_TABLE call function 'RFC_READ_TABLE' destination lv_conn exporting query_table = 'FOPCATTRVALUET' delimiter = '' tables data = lt_data_buffer exceptions table_not_available = 1 table_without_data = 2 option_not_valid = 3 field_not_valid = 4 not_authorized = 5 data_buffer_exceeded = 6 others = 7.
RFC_READ_TABLE call function 'RFC_READ_TABLE' destination lv_conn exporting query_table = 'FOPCTIMEFRAME' delimiter = '' tables data = lt_data_buffer exceptions table_not_available = 1 table_without_data = 2 option_not_valid = 3 field_not_valid = 4 not_authorized = 5 data_buffer_exceeded = 6 others = 7.
RFC_READ_TABLE call function 'RFC_READ_TABLE' destination lv_conn exporting query_table = 'FOPCTIMEFRAMET' delimiter = '' tables data = lt_data_buffer exceptions table_not_available = 1 table_without_data = 2 option_not_valid = 3 field_not_valid = 4 not_authorized = 5 data_buffer_exceeded = 6 others = 7.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
GRPC_MIC_30_MIGR_TIMEFRAME - MIC Migration-Timeframe GRPC_MIC_30_MIGR_TIMEFRAME - MIC Migration-Timeframe GRPC_MIC_30_MIGR_ROL_CONV_TEMP - MIC Migration-Convert to PFCG roles using authorization template GRPC_MIC_30_MIGR_ROL_CONV_TEMP - MIC Migration-Convert to PFCG roles using authorization template GRPC_MIC_30_MIGR_ROLES_CONFIG - MIC Migration-Role's Configuration for Entity and Regulation GRPC_MIC_30_MIGR_ROLES_CONFIG - MIC Migration-Role's Configuration for Entity and Regulation