SAP Reports / Programs | Financial Accounting | Asset Accounting | Information System(FI-AA-IS) SAP FI

RASORT_ALV_MISC SAP ABAP INCLUDE - RASORTALVMISC







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


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 RASORT_ALV_MISC. "Basic submit
SUBMIT RASORT_ALV_MISC AND RETURN. "Return to original report after report execution complete
SUBMIT RASORT_ALV_MISC VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RASORT_ALV_MISC

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:

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.



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