SAP Reports / Programs | Real Estate Management | Flexible Real Estate Management | Room Reservations and Seating Arrangements(RE-FX-RS) SAP RE

RFREOR_FILL_MOVE_PLAN_IDOC SAP ABAP Report - Report RFREOR_FILL_MOVE_PLAN_IDOC







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


Text pool values


Selection Text: P_MPID = D .
Title: Report RFREOR_FILL_MOVE_PLAN_IDOC
Text Symbol: 001 = Selection of Move Plan, for Which an IDoc Is Generated
Text Symbol: E00 = Error: move plan does not exist
Text Symbol: E01 = IDoc was created successfully.


INCLUDES used within this REPORT RFREOR_FILL_MOVE_PLAN_IDOC

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:

CONV_TO_RE_MOVE_PLAN CALL FUNCTION 'CONV_TO_RE_MOVE_PLAN' EXPORTING bapi_re_move_plan_int = ls_bus_object_int CHANGING bapi_re_move_plan = ls_bapi_bus_object.

REOR_API_MP_OCCUPANT_GET CALL FUNCTION 'REOR_API_MP_OCCUPANT_GET' EXPORTING io_move_plan = lo_bus_object IMPORTING et_mp_occupant = lt_mp_occupant_int.

CONV_TO_RE_T_MP_OCC_DAT CALL FUNCTION 'CONV_TO_RE_T_MP_OCC_DAT' TABLES it_bapi_re_mp_occupant_int = lt_mp_occupant_int et_bapi_re_mp_occupant_dat = lt_mp_occupant_dat.

REOR_API_MP_TARGET_GET CALL FUNCTION 'REOR_API_MP_TARGET_GET' EXPORTING io_move_plan = lo_bus_object IMPORTING et_mp_target = lt_mp_target_int.

CONV_TO_RE_T_MP_TARGET_DAT CALL FUNCTION 'CONV_TO_RE_T_MP_TARGET_DAT' TABLES it_bapi_re_mp_target_int = lt_mp_target_int et_bapi_re_mp_target_dat = lt_mp_target_dat.

REOR_API_MP_OCCPLAN_GET CALL FUNCTION 'REOR_API_MP_OCCPLAN_GET' EXPORTING io_move_plan = lo_bus_object IMPORTING et_mp_occplan = lt_mp_occplan_int.

CONV_TO_RE_T_MP_OCCPLAN_DAT CALL FUNCTION 'CONV_TO_RE_T_MP_OCCPLAN_DAT' TABLES it_bapi_re_mp_occplan_int = lt_mp_occplan_int et_bapi_re_mp_occplan_dat = lt_mp_occplan_dat.

RECA_API_STATUS_GET CALL FUNCTION 'RECA_API_STATUS_GET' EXPORTING io_has_status = lo_bus_object IMPORTING et_status = lt_status_int.

CONV_TO_RE_T_STATUS_DAT CALL FUNCTION 'CONV_TO_RE_T_STATUS_DAT' TABLES it_bapi_re_status_int = lt_status_int et_bapi_re_status_dat = lt_status_dat.

ALE_RE_MP_CREATE CALL FUNCTION 'ALE_RE_MP_CREATE' EXPORTING moveplanidext = ls_bapi_bus_object-move_plan_id moveplan = ls_bapi_bus_object_dat testrun = 'X' TABLES mpoccupant = lt_mp_occupant_dat mptarget = lt_mp_target_dat mpoccplan = lt_mp_occplan_dat status = lt_status_dat * EXTENSIONIN = receivers = lt_receiver EXCEPTIONS error_creating_idocs = 1 OTHERS = 2.



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