RFVD_LS_PLAN_SET 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 RFVD_LS_PLAN_SET into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FNLS_PLANS - Set Status Planned Completed
FNLS_PLANM - Set Status Planned Completed
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.
Selection Text: P_BUKRS = Company Code
Selection Text: P_CHECK = Check of Processing Characts
Selection Text: P_EXTLOG = Extended Log
Selection Text: P_RANL = Contract Number
Selection Text: P_SAVLOG = Save Log
Selection Text: P_SIM = Simulation Mode
Selection Text: SO_BUKRS = Company Code
Selection Text: SO_GSART = Product Type
Selection Text: SO_RANL = Contract Number
Selection Text: SO_STATI = Status
Title: Report Set Status "Plan Completed"
Text Symbol: 001 = Additional Check of Processing Characteristics
Text Symbol: A00 = Other Sel. Options
Text Symbol: E00 = List of Loans Transferred
Text Symbol: E01 = Simulation: List of Loans Transferred
Text Symbol: M01 = The selection contains &1 loans. Do you want to continue?
Text Symbol: M02 = Carry Out Activity
No SAP DATABASE tables are accessed within this REPORT code!
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = l_wrk_log IMPORTING e_log_handle = l_loghandle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.
FVD_TABLE_TCODE_SET CALL FUNCTION 'FVD_TABLE_TCODE_SET' EXPORTING i_tcode = g_con_tcode_fnls_planm.
FVD_LS_MAPI_PLAN_SET CALL FUNCTION 'FVD_LS_MAPI_PLAN_SET' EXPORTING i_tab_vdarl_key = l_tab_vdarl_key i_flg_simulate = p_sim i_flg_charac_check = p_check i_flg_extlog = p_extlog "note 1474172 IMPORTING e_tab_vdarl = l_tab_vdarl.
MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP' EXCEPTIONS a_message = 1 e_message = 1 w_message = 1 i_message = 1 s_message = 1.
MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' TABLES t_mesg = it_mesg.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = l_loghandle i_s_msg = wrk_message.
BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING * I_IN_UPDATE_TASK = ' ' * I_SAVE_ALL = ' ' i_t_log_handle = tab_loghandle * IMPORTING * E_NEW_LOGNUMBERS = EXCEPTIONS log_not_found = 1 save_not_allowed = 2 numbering_error = 3 OTHERS = 4.
BAL_DSP_PROFILE_SINGLE_LOG_GET CALL FUNCTION 'BAL_DSP_PROFILE_SINGLE_LOG_GET' IMPORTING e_s_display_profile = l_display_profile.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' "note 1482323 EXPORTING i_s_display_profile = l_display_profile i_t_log_handle = tab_loghandle EXCEPTIONS OTHERS = 5.
MESSAGES_SHOW * CALL FUNCTION 'MESSAGES_SHOW' "note 1482323 * EXPORTING "note 1482323 * show_linno = space "note 1482323 * i_use_grid = 'X'. "note 1482323
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_grid_title = l_grid_title it_fieldcat = l_tab_fieldcat TABLES t_outtab = l_tab_vdarl EXCEPTIONS program_error = 1 OTHERS = 2.
FVD_DB_LC_LOAN_COMPLETED_GET CALL FUNCTION 'FVD_DB_LC_LOAN_COMPLETED_GET' EXPORTING i_tab_sel_vdarl = l_tab_sel_vdarl IMPORTING e_tab_vdarl_key = c_tab_vdarl_key EXCEPTIONS OTHERS = 1.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-m02 text_question = l_xtextline IMPORTING answer = c_cancel EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVD_LS_PLAN_SET - Report Set Status "Plan Completed" RFVD_LS_PLAN_SET - Report Set Status "Plan Completed" RFVD_LS_CONT_SET - Return Loan from Status "Planned Completed" to "Contract" RFVD_LS_CONT_SET - Return Loan from Status "Planned Completed" to "Contract" RFVD_LS_ACT_SET - Report Set Status "Actual Completed" RFVD_LS_ACT_SET - Report Set Status "Actual Completed"