SAP Reports / Programs | Logistics - General | Logistics Information System (LIS) | Data Collection(LO-LIS-DC) SAP LO

RMCSS008 SAP ABAP Report - documentation and ABAP source code







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

INCLUDE RMCSSU01.
INCLUDE RMCSSU08.
INCLUDE RKPORVTP.


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:

GET_HANDLE_SD_TO_FM CALL FUNCTION 'GET_HANDLE_SD_TO_FM' IMPORTING handle = inst_badi_sd_to_fm active = active_badi_sd_to_fm.

GET_HANDLE_SD_TO_FM CALL FUNCTION 'GET_HANDLE_SD_TO_FM' IMPORTING handle = inst_badi_sd_to_fm active = active_badi_sd_to_fm.

GET_HANDLE_SD_TO_FM CALL FUNCTION 'GET_HANDLE_SD_TO_FM' IMPORTING handle = inst_badi_sd_to_fm active = active_badi_sd_to_fm.

GET_HANDLE_SD_TO_FM CALL FUNCTION 'GET_HANDLE_SD_TO_FM' IMPORTING handle = inst_badi_sd_to_fm active = active_badi_sd_to_fm.

K_ORDER_READ CALL FUNCTION 'K_ORDER_READ' EXPORTING aufnr = xmcvbap-aufnr IMPORTING autyp = l_autyp EXCEPTIONS OTHERS = 1.

CASH_FORECAST_DET_T034_FILLED call function 'CASH_FORECAST_DET_T034_FILLED' importing ife_x_t034_filled = l_x_t034_filled.

SD_BUKRS_DATA_READ CALL FUNCTION 'SD_BUKRS_DATA_READ' EXPORTING i_bukrs = xmcvbap-webuk IMPORTING i_t001 = da_t001 EXCEPTIONS not_found = 1 OTHERS = 2.

SD_ORDER_GET_DATA CALL FUNCTION 'SD_ORDER_GET_DATA' EXPORTING i_document_number = xmcvbap-vbeln i_item_number = xmcvbap-posnr IMPORTING e_all_posted = no_further_billing EXCEPTIONS OTHERS = 1.

RKE_EXIT_2 CALL FUNCTION 'RKE_EXIT_2' EXPORTING i_exit_id = keex_c_exit_id-kei1_change i_count_params = 12 CHANGING x_param_1 = l_exit_active x_param_2 = l_no_transfer x_param_3 = ls_s007 x_param_4 = gt_s007[] x_param_5 = ls_xmcvbuk x_param_6 = ls_xmcvbup x_param_7 = ls_xmcvbak x_param_8 = ls_xmcvbkd x_param_9 = ls_xmcvbap x_param_10 = ls_xmcvbep x_param_11 = ls_xmckomv x_param_12 = ls_xmcfplt EXCEPTIONS OTHERS = 1.

RKE_EXIT_2 CALL FUNCTION 'RKE_EXIT_2' EXPORTING i_exit_id = keex_c_exit_id-kei1_change i_count_params = 12 CHANGING x_param_1 = l_exit_active x_param_2 = l_no_transfer x_param_3 = ls_s007 x_param_4 = gt_s007[] x_param_5 = ls_xmcvbuk x_param_6 = ls_xmcvbup x_param_7 = ls_xmcvbak x_param_8 = ls_xmcvbkd x_param_9 = ls_xmcvbap x_param_10 = ls_xmcvbep x_param_11 = ls_xmckomv x_param_12 = ls_xmcfplt EXCEPTIONS OTHERS = 1.

RKE_EXIT_2 CALL FUNCTION 'RKE_EXIT_2' EXPORTING i_exit_id = keex_c_exit_id-kei1_change i_count_params = 12 CHANGING x_param_1 = l_exit_active x_param_2 = l_no_transfer x_param_3 = ls_s007 x_param_4 = gt_s007[] x_param_5 = ls_xmcvbuk x_param_6 = ls_xmcvbup x_param_7 = ls_xmcvbak x_param_8 = ls_xmcvbkd x_param_9 = ls_xmcvbap x_param_10 = ls_xmcvbep x_param_11 = ls_xmckomv x_param_12 = ls_xmcfplt EXCEPTIONS OTHERS = 1.

COPA_SD_DOCUMENT_TRANSFORM * call function 'COPA_SD_DOCUMENT_TRANSFORM' * exporting * is_document = ls_s007 * importing * es_fields = l_acctsd_copa.

ACC_INPUT_SALES_DOCUMENT CALL FUNCTION 'ACC_INPUT_SALES_DOCUMENT' EXPORTING i_mode = control-modus TABLES t_acctsd = int_acctsd t_s007 = gt_s007 t_obj_del = int_ionrb EXCEPTIONS error_message = 1.

GET_HANDLE_SD_TO_FM CALL FUNCTION 'GET_HANDLE_SD_TO_FM' IMPORTING handle = inst_badi_sd_to_fm active = active_badi_sd_to_fm.

GET_HANDLE_SD_TO_FM CALL FUNCTION 'GET_HANDLE_SD_TO_FM' IMPORTING handle = inst_badi_sd_to_fm active = active_badi_sd_to_fm.

ACC_INPUT_SALES_DOCUMENT CALL FUNCTION 'ACC_INPUT_SALES_DOCUMENT' EXPORTING i_mode = control-modus TABLES t_acctsd = int_acctsd t_s007 = gt_s007 EXCEPTIONS error_message = 1.

K_PROJECT_SD_SPEC_DATA_REFRESH CALL FUNCTION 'K_PROJECT_SD_SPEC_DATA_REFRESH'.

OBJECT_NUMBER_DETERMINE_VB CALL FUNCTION 'OBJECT_NUMBER_DETERMINE_VB' EXPORTING posnr = xmcvbap-posnv vbeln = xmcvbap-vbelv IMPORTING objnr = int_ionrb-objnr.



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