RASORT_ALV_MISC is a standard ABAP INCLUDE 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 RASORT_ALV_MISC 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = ddic_tabname lfieldname = ddic_fieldname IMPORTING dfies_wa = wa_dfies EXCEPTIONS OTHERS = 0.
T093B_READ * call function 'T093B_READ' * exporting * f_t093b = t093b * importing * f_t093b = t093b * exceptions * not_found = 1 * others = 2.
T093B_READ_VIRTUAL CALL FUNCTION 'T093B_READ_VIRTUAL' * IMPORTING * E_VIRTUAL = CHANGING f_t093b = t093b EXCEPTIONS not_found = 1 OTHERS = 2.
T093C_READ_MULTIPLE CALL FUNCTION 'T093C_READ_MULTIPLE' TABLES t_t093c = x093c EXCEPTIONS no_bukrs_defined = 1 OTHERS = 2.
T093B_READ_MULTIPLE CALL FUNCTION 'T093B_READ_MULTIPLE' EXPORTING i_bukrs = x093c-bukrs TABLES t_t093b = x093b * T_T093T = EXCEPTIONS t093b_not_found = 1 OTHERS = 2.
FIAA_FUNCTION_EXCLUDE CALL FUNCTION 'FIAA_FUNCTION_EXCLUDE' EXPORTING fcode = 'KOMP'.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = ddic_tabname lfieldname = ddic_fieldname IMPORTING dfies_wa = wa_dfies EXCEPTIONS OTHERS = 0.
AIC0_MEASURE_SPLIT CALL FUNCTION 'AIC0_MEASURE_SPLIT' EXPORTING i_measure = l_measure IMPORTING e_obart = l_obart e_aufnr = l_aufnr_low e_ps_posid = l_ps_posid_low.
AIC0_MEASURE_SPLIT CALL FUNCTION 'AIC0_MEASURE_SPLIT' EXPORTING i_measure = l_measure IMPORTING e_obart = l_obart e_aufnr = l_aufnr_high e_ps_posid = l_ps_posid_high.
OBJECT_IDENTIFICATION_GET CALL FUNCTION 'OBJECT_IDENTIFICATION_GET' EXPORTING objnr = objnr-low IMPORTING e_ionra = hlp_ionra.
FIAA_FUNCTION_EXCLUDE CALL FUNCTION 'FIAA_FUNCTION_EXCLUDE' EXPORTING fcode = 'AICR'.
FIAA_FUNCTION_EXCLUDE CALL FUNCTION 'FIAA_FUNCTION_EXCLUDE' EXPORTING fcode = 'AIME'.
FIAA_FUNCTION_EXCLUDE CALL FUNCTION 'FIAA_FUNCTION_EXCLUDE' EXPORTING fcode = 'AICR'.
FIAA_FUNCTION_EXCLUDE CALL FUNCTION 'FIAA_FUNCTION_EXCLUDE' EXPORTING fcode = 'AIME'.
FIAA_FUNCTION_EXCLUDE CALL FUNCTION 'FIAA_FUNCTION_EXCLUDE' EXPORTING fcode = 'AICR'.
FIAA_FUNCTION_EXCLUDE CALL FUNCTION 'FIAA_FUNCTION_EXCLUDE' EXPORTING fcode = 'AIME'.
AM_WF_STATUS_PRUEFEN CALL FUNCTION 'AM_WF_STATUS_PRUEFEN' IMPORTING e_wfactive = flg_wfaktiv EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.