SAP Reports / Programs | Plant Maintenance | Maintenance Processing | Maintenance Orders(PM-WOC-MO) SAP PM

/CUM/ANALYSIS_ALV_FORMS_N SAP ABAP INCLUDE - Include /CUM/ALV_GRID_FORMS







/CUM/ANALYSIS_ALV_FORMS_N 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 /CUM/ANALYSIS_ALV_FORMS_N 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 /CUM/ANALYSIS_ALV_FORMS_N. "Basic submit
SUBMIT /CUM/ANALYSIS_ALV_FORMS_N AND RETURN. "Return to original report after report execution complete
SUBMIT /CUM/ANALYSIS_ALV_FORMS_N 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 /CUM/ANALYSIS_ALV_FORMS_N

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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 20 text = 'CU order selection'(010).

/CUM/CUINST_CLASS_READ_ALL CALL FUNCTION '/CUM/CUINST_CLASS_READ_ALL' EXPORTING i_cuguid = gt_operation-cuguid TABLES et_cu_chars = lt_cu_chars.

PM_OPERATION_COSTS_LIST CALL FUNCTION 'PM_OPERATION_COSTS_LIST' EXPORTING list_currency = waers all_currencies = 'X' external_call = 'X' TABLES list_aufk = h_list_aufk list_afvc = h_rihafvc_tab EXCEPTIONS no_currency = 1 OTHERS = 2.

/CUM/BAPI_CUINST_CALC CALL FUNCTION '/CUM/BAPI_CUINST_CALC' EXPORTING i_desnum = 'TV-KOST' * I_AUART = * I_GSTRP = * I_GLTRP = * I_NO_COST_DISPLAY = 'X' * IMPORTING * E_RETURN = TABLES et_cafcu = im_afcu et_kis1 = im_kis1.

CLFM_GET_AUSP_FROM_BUFFER CALL FUNCTION 'CLFM_GET_AUSP_FROM_BUFFER' EXPORTING object = objectkey classytpe = classtype ptable = hptable TABLES exp_ausp = tab_ausp.

CONVERSION_EXIT_ATINN_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ATINN_OUTPUT' EXPORTING input = tab_ausp-atinn IMPORTING output = l_action.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = sy-datum foreign_amount = i_plan foreign_currency = i_waers local_currency = waers IMPORTING local_amount = i_plan EXCEPTIONS no_rate_found = 01 overflow = 02.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = sy-datum foreign_amount = i_actual foreign_currency = i_waers local_currency = waers IMPORTING local_amount = i_actual EXCEPTIONS no_rate_found = 01 overflow = 02.

TIME_UNITS CALL FUNCTION 'TIME_UNITS' IMPORTING hour = unit_hour EXCEPTIONS si_unit_missing = 1 OTHERS = 2.

UNIT_CONVERSION_SIMPLE CALL FUNCTION 'UNIT_CONVERSION_SIMPLE' EXPORTING input = p_gt_operation_arbei round_sign = '+' unit_in = p_gt_operation_arbeh unit_out = unit_hour IMPORTING output = p_gt_operation_arbei EXCEPTIONS conversion_not_found = 1.

UNIT_CONVERSION_SIMPLE CALL FUNCTION 'UNIT_CONVERSION_SIMPLE' EXPORTING input = p_gt_operation_ismnw round_sign = '+' unit_in = p_gt_operation_arbeh unit_out = unit_hour IMPORTING output = p_gt_operation_ismnw EXCEPTIONS conversion_not_found = 1.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = sy-datum foreign_amount = p_cu_plpo_cost_cu_cost foreign_currency = p_cu_plpo_cost_cu_waers local_currency = waers IMPORTING local_amount = p_cu_plpo_cost_cu_cost EXCEPTIONS no_rate_found = 01 overflow = 02.



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 /CUM/ANALYSIS_ALV_FORMS_N or its description.