SAP Reports / Programs

RBUS1239 SAP ABAP Report - Program for Object Type BUS1239: Force Element







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


Text pool values


Title: Program for Object Type BUS1239: Force Element


INCLUDES used within this REPORT RBUS1239

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:

/ISDFPS/FORCE_WF_RULE_TASK CALL FUNCTION '/ISDFPS/FORCE_WF_RULE_TASK' EXPORTING task = task clearingtask = clearingtask forceelementkey = forceelementkey IMPORTING founded_se_linie = iresult_objec_wa_001 TABLES actor_tab = actor_tab EXCEPTIONS nobody_found = 01 OTHERS = 02.

/ISDFPS/MULTI_LINE_ELEM_GEN CALL FUNCTION '/ISDFPS/MULTI_LINE_ELEM_GEN' EXPORTING iv_objid = object-key-objid iv_plvar = object-key-plvar iv_begda = lv_begda iv_begzt = lv_begzt iv_endda = lv_endda iv_source_system = lv_source_system iv_target_system = lv_target_system IMPORTING et_sectors = lt_sectors EXCEPTIONS input_initial = 1 invalid_objid = 2 no_target_system = 3 wrong_logon_system = 4 OTHERS = 5.

/ISDFPS/AC_WF_BUDGET_INF CALL FUNCTION '/ISDFPS/AC_WF_BUDGET_INF' EXPORTING plvar = object-key-plvar otype = 'O' objid = object-key-objid check_central_flag = ' ' receiver_name = sy-uname IMPORTING localsystem = lv_localsystem EXCEPTIONS fm_exec_error = 1 OTHERS = 2.

/ISDFPS/AC_WF_BUDGET_INF CALL FUNCTION '/ISDFPS/AC_WF_BUDGET_INF' EXPORTING plvar = object-key-plvar otype = 'O' objid = object-key-objid check_central_flag = ' ' receiver_name = sy-uname IMPORTING centralsystem = lv_centralsystem EXCEPTIONS fm_exec_error = 1 OTHERS = 2.

/ISDFPS/AC_WF_BUDGET_INF CALL FUNCTION '/ISDFPS/AC_WF_BUDGET_INF' EXPORTING plvar = object-key-plvar otype = 'O' objid = object-key-objid check_central_flag = ' ' receiver_name = sy-uname IMPORTING forcelist = lt_forcelist EXCEPTIONS fm_exec_error = 1 OTHERS = 2.

/ISDFPS/AC_WF_BUDGET_INF CALL FUNCTION '/ISDFPS/AC_WF_BUDGET_INF' EXPORTING plvar = object-key-plvar otype = 'O' objid = object-key-objid check_central_flag = ' ' receiver_name = sy-uname IMPORTING fundcenterlist = lt_fundscenterlist EXCEPTIONS fm_exec_error = 1 OTHERS = 2.

/ISDFPS/GET_WORK_CENT_OF_FORCE CALL FUNCTION '/ISDFPS/GET_WORK_CENT_OF_FORCE' EXPORTING is_force = ls_force TABLES ct_work_centers = lt_work_centers EXCEPTIONS force_read_error = 1 no_work_center_found = 2 OTHERS = 3.

/ISDFPS/GET_WORK_CENT_OF_FORCE CALL FUNCTION '/ISDFPS/GET_WORK_CENT_OF_FORCE' EXPORTING is_force = ls_force TABLES ct_work_centers = lt_work_centers EXCEPTIONS force_read_error = 1 no_work_center_found = 2 OTHERS = 3.

/ISDFPS/ROLEMAN_UPDATE_USERS CALL FUNCTION '/ISDFPS/ROLEMAN_UPDATE_USERS' EXPORTING it_object = lt_roleman_object EXCEPTIONS update_error = 1 OTHERS = 2.

/ISDFPS/ME_CA_MW_DRAG_CREATE CALL FUNCTION '/ISDFPS/ME_CA_MW_DRAG_CREATE' EXPORTING iv_begin_date = lv_begda iv_end_date = lv_endda iv_plvar = object-key-plvar iv_objid = lv_objid iv_source_sys = lv_source iv_target_sys = lv_target TABLES return = lt_return EXCEPTIONS OTHERS = 01.

/ISDFPS/ME_CA_USER_REASS_GET CALL FUNCTION '/ISDFPS/ME_CA_USER_REASS_GET' EXPORTING is_hrobject = ls_hrobject TABLES it_recipients = lt_recipients.

SALERT_CREATE_API CALL FUNCTION 'SALERT_CREATE_API' EXPORTING ip_category = lp_category TABLES it_recipients = lt_recipients it_container = lt_container.

SALERT_CREATE_API CALL FUNCTION 'SALERT_CREATE_API' EXPORTING ip_category = lp_category TABLES it_container = lt_container.

/ISDFPS/ME_CA_END_SYS_CHNG CALL FUNCTION '/ISDFPS/ME_CA_END_SYS_CHNG' EXPORTING is_hrobject = ls_hrobject iv_source_sys = lv_source_system iv_target_sys = lv_target_system iv_begda = lv_begda iv_endda = lv_endda IMPORTING et_return = lt_return.

/ISDFPS/PM_ORDERS_BY_FORCE CALL FUNCTION '/ISDFPS/PM_ORDERS_BY_FORCE' EXPORTING iv_objid = object-key-objid iv_plvar = object-key-plvar IMPORTING et_pm_orders = lt_pm_orders EXCEPTIONS input_initial = 1 force_read_error = 2 OTHERS = 3.

/ISDFPS/ALE_EVENT_CREATE CALL FUNCTION '/ISDFPS/ALE_EVENT_CREATE' EXPORTING objtype = lv_objtype objkey = lv_objkey event = lv_event initiator = lv_initiator sendinglogsys = lv_sendinglogsys sendingworkflowid = lv_sendingworkflowid TABLES eventcontainer = lt_event_container receivers = lt_receivers EXCEPTIONS error_creating_idocs = 1 OTHERS = 2.

/ISDFPS/ICM_READ_CUST CALL FUNCTION '/ISDFPS/ICM_READ_CUST' IMPORTING es_crmsys = ls_crmsys EXCEPTIONS no_active_entry = 1 OTHERS = 2.

OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = lv_own_logsys EXCEPTIONS own_logical_system_not_defined = 1 OTHERS = 2.

OWN_LOGICAL_SYSTEM_GET





CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = lv_own_logsys EXCEPTIONS own_logical_system_not_defined = 1 OTHERS = 2.

/ISDFPS/GET_LAGP_LQUA CALL FUNCTION '/ISDFPS/GET_LAGP_LQUA' DESTINATION lv_recvsystem EXPORTING i_lgnum = -lgnum TABLES i_lagp = lt_lagp "#EC ENHOK i_lqua = lt_lqua "#EC ENHOK EXCEPTIONS wrong_import_parameters = 1 no_data_found = 2 OTHERS = 3.

GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_16 = lv_guid.

/ISDFPS/WKC_CREATE_FROM_STRUC CALL FUNCTION '/ISDFPS/WKC_CREATE_FROM_STRUC' EXPORTING is_source_hrobject = is_source_hrobject * IT_SOURCE_T77AW = IT_SOURCE_T77AW iv_source_selection_date = iv_source_selection_date iv_source_svect = iv_source_svect iv_target_begda = iv_target_begda iv_target_endda = iv_target_endda iv_target_istat_d = iv_target_istat_d is_source_cctype = is_source_cctype it_matching_relats = it_matching_relats it_matching_objects = it_matching_objects.

OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = lv_own_logsys EXCEPTIONS own_logical_system_not_defined = 1 OTHERS = 2.

/ISDFPS/ALE_GET_CENTRAL_SYSTEM CALL FUNCTION '/ISDFPS/ALE_GET_CENTRAL_SYSTEM' EXPORTING system = lv_own_logsys IMPORTING is_central = lv_is_central EXCEPTIONS entry_not_exist = 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 RBUS1239 or its description.