RFVD_LS_ACT_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_ACT_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_ACTM - Set Status Actual 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_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 "Actual Completed"
Text Symbol: A00 = Other Sel. Options
Text Symbol: E00 = List of Loans Transferred
Text Symbol: E01 = Simulation: List of Loans Transferred
INCLUDE: IFVD_TCODES,
FVVD_STATE_CONSTANTS.
No SAP DATABASE tables are accessed within this REPORT code!
FVD_TABLE_TCODE_SET CALL FUNCTION 'FVD_TABLE_TCODE_SET' EXPORTING i_tcode = g_con_tcode_fnls_actm.
FVD_LS_MAPI_ACT_SET CALL FUNCTION 'FVD_LS_MAPI_ACT_SET' EXPORTING i_tab_vdarl_key = l_tab_vdarl_key i_flg_simulate = p_sim 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_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING show_linno = space i_use_grid = 'X'.
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.
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_ACT_SET - Report Set Status "Actual Completed" RFVD_LS_ACT_SET - Report Set Status "Actual Completed" RFVD_LOS_CREATION_TEST - Report RFVD_LOS_CREATION_TEST RFVD_LOS_CREATION_TEST - Report RFVD_LOS_CREATION_TEST RFVD_LOS_CALLBACK_SALES_ORG - Report RFVD_LOS_CALLBACK_PRODUCT RFVD_LOS_CALLBACK_SALES_ORG - Report RFVD_LOS_CALLBACK_PRODUCT