SAP Reports / Programs

/ISDFPS/ORDER_FROM_PLANNINGS SAP ABAP Report - Execute All Material Plans for a Force Element







/ISDFPS/ORDER_FROM_PLANNINGS 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 /ISDFPS/ORDER_FROM_PLANNINGS into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/ISDFPS/UPLN1 - Execute Material Plans


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 /ISDFPS/ORDER_FROM_PLANNINGS. "Basic submit
SUBMIT /ISDFPS/ORDER_FROM_PLANNINGS AND RETURN. "Return to original report after report execution complete
SUBMIT /ISDFPS/ORDER_FROM_PLANNINGS 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: BATCH = Schedule as Batch Job
Selection Text: KEYDATE = D Key Date
Selection Text: OBJID = Force Element
Selection Text: SUBSTRUC = Include Substructure
Selection Text: S_MATNR = Material Number
Title: Execute All Material Plans for a Force Element
Text Symbol: 010 = Execute Material Plans
Text Symbol: 020 = Execute All Material Plans
Text Symbol: 030 = Background Processing
Text Symbol: 050 = Error Log
Text Symbol: 051 = ORDER_FROM_PLANNINGS


INCLUDES used within this REPORT /ISDFPS/ORDER_FROM_PLANNINGS

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:

RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' IMPORTING act_plvar = act_plvar EXCEPTIONS no_active_plvar = 1 OTHERS = 2.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = sy-repid TABLES selection_table = lt_params EXCEPTIONS OTHERS = 0.

RH_STRUC_GET CALL FUNCTION 'RH_STRUC_GET' EXPORTING act_otype = 'O' act_objid = gs_force-objid act_wegid = wegid * ACT_INT_FLAG = ' ' act_plvar = gs_force-plvar act_begda = keydate act_endda = keydate act_tdepth = 0 TABLES result_objec = gt_result_objec result_struc = gt_result_struc EXCEPTIONS no_plvar_found = 1 no_entry_found = 2 OTHERS = 3 .

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = gs_log IMPORTING e_log_handle = g_loghandle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_grid_title = text-050 i_structure_name = 'BAPIRET2' * IT_FIELDCAT = TABLES t_outtab = gt_return EXCEPTIONS program_error = 1 OTHERS = 2.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = g_loghandle i_s_msg = gs_msg EXCEPTIONS OTHERS = 4.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING * I_S_DISPLAY_PROFILE = i_t_log_handle = gt_handles * I_T_MSG_HANDLE = * I_S_LOG_FILTER = * I_S_MSG_FILTER = * I_T_LOG_CONTEXT_FILTER = * I_T_MSG_CONTEXT_FILTER = * I_AMODAL = ' ' * IMPORTING * E_S_EXIT_COMMAND = EXCEPTIONS * PROFILE_INCONSISTENT = 1 * INTERNAL_ERROR = 2 * NO_DATA_AVAILABLE = 3 * NO_AUTHORITY = 4 OTHERS = 5.

BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING * I_CLIENT = SY-MANDT * I_IN_UPDATE_TASK = ' ' * I_SAVE_ALL = ' ' i_t_log_handle = gt_handles IMPORTING e_new_lognumbers = gt_logs EXCEPTIONS * LOG_NOT_FOUND = 1 * SAVE_NOT_ALLOWED = 2 * NUMBERING_ERROR = 3 OTHERS = 0.

K_BATCH_REQUEST CALL FUNCTION 'K_BATCH_REQUEST' EXPORTING par_dialg = 'X' par_jname = l_jobname par_print = 'X' par_rname = l_repid "#EC DOM_EQUAL par_sdmsg = 'X' TABLES tab_selpa = gt_selektionen.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = g_repid txt2 = sy-subrc txt1 = 'Technischer Fehler beim ALV Grid'(010).



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 /ISDFPS/ORDER_FROM_PLANNINGS or its description.