SAP Reports / Programs | Logistics - General | Global Trade | Trading Contract(LO-GT-TC) SAP LO

REMOTEF01 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

WB2_RM_RESET_SEL_RANGES CALL FUNCTION 'WB2_RM_RESET_SEL_RANGES' EXCEPTIONS internal_error = 1 OTHERS = 2.

WB2_RM_RESET_SEL_RANGES_TARGET CALL FUNCTION 'WB2_RM_RESET_SEL_RANGES_TARGET' EXCEPTIONS internal_error = 1 OTHERS = 2.

WB2_RM_TEW_TYPE_SET CALL FUNCTION 'WB2_RM_TEW_TYPE_SET' EXPORTING i_tew_type = i_wb2_catt_para-tew_type EXCEPTIONS internal_error = 1 wrong_value = 2 OTHERS = 3.

WB2_RM_GROUP_SET CALL FUNCTION 'WB2_RM_GROUP_SET' EXPORTING i_group = i_wb2_catt_para-tew_group EXCEPTIONS internal_error = 1 wrong_value = 2 OTHERS = 3.

WB2_RM_CURR_STEP_SET CALL FUNCTION 'WB2_RM_CURR_STEP_SET' EXPORTING i_step = i_wb2_catt_para-step EXCEPTIONS internal_error = 1 wrong_value = 2 OTHERS = 3.

WB2_RM_MODE_SET CALL FUNCTION 'WB2_RM_MODE_SET' EXPORTING i_mode = i_wb2_catt_para-tew_mode EXCEPTIONS internal_error = 1 wrong_value = 2 OTHERS = 3.

WB2_RM_PRE_STEP_SET CALL FUNCTION 'WB2_RM_PRE_STEP_SET' EXPORTING i_step = i_wb2_catt_para-pre_step EXCEPTIONS internal_error = 1 wrong_value = 2 OTHERS = 3.

WB2_RM_SEL_STEP_SET CALL FUNCTION 'WB2_RM_SEL_STEP_SET' EXPORTING i_step = i_wb2_catt_para-sel_step EXCEPTIONS internal_error = 1 wrong_value = 2 OTHERS = 3.

WB2_RM_ADD_SEL_RANGE CALL FUNCTION 'WB2_RM_ADD_SEL_RANGE' EXPORTING i_fieldname = l_fieldname i_range = l_range EXCEPTIONS internal_error = 1 OTHERS = 2.

WB2_RM_SELECT CALL FUNCTION 'WB2_RM_SELECT' EXPORTING i_target = ' ' IMPORTING et_ac_head = lt_ac_head et_ac_item = lt_ac_item et_agency_head = lt_agency_head et_agency_item = lt_agency_item et_agency_lst_item = lt_agency_lst_item et_delivery_head = lt_delivery_head et_delivery_item = lt_delivery_item et_iv_head = lt_iv_head et_iv_item = lt_iv_item et_md_head = lt_md_head et_md_item = lt_md_item et_po_head = lt_po_head et_po_item = lt_po_item et_si_head = lt_si_head et_si_item = lt_si_item et_si_lst_item = lt_si_lst_item et_so_head = lt_so_head et_so_item = lt_so_item et_tc_head = lt_tc_head et_tc_item = lt_tc_item et_error = lt_error EXCEPTIONS internal_error = 1 OTHERS = 2.

WB2_RM_PERFORM_ACTION CALL FUNCTION 'WB2_RM_PERFORM_ACTION' EXPORTING it_marked_lines_head = lt_marked_lines_head it_marked_lines_item = lt_marked_lines_item IMPORTING et_error = lt_error EXCEPTIONS internal_error = 1 OTHERS = 2.

WB2_RM_INIT CALL FUNCTION 'WB2_RM_INIT' .



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