SAP Reports / Programs

RFVD_CHK_INITIALIZE SAP ABAP Report - Report RFVD_CHK_INITIALIZE







RFVD_CHK_INITIALIZE 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_CHK_INITIALIZE 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 RFVD_CHK_INITIALIZE. "Basic submit
SUBMIT RFVD_CHK_INITIALIZE AND RETURN. "Return to original report after report execution complete
SUBMIT RFVD_CHK_INITIALIZE 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: SO_SANLF = D .
Selection Text: SO_RANL = D .
Selection Text: SO_GSART = D .
Selection Text: P_VA = D .
Selection Text: P_UPDATE = Update Run
Selection Text: P_TEST = Test Run
Selection Text: P_POST = Post Initial Values
Selection Text: P_INS = Generate Initial Values
Selection Text: P_CREATE = Generate Initial Values
Selection Text: P_CHK = Check Initial Values
Selection Text: P_BUKRS = D .
Selection Text: P_BUDAT = Alternative Posting Date
Selection Text: PA_STO = D .
Selection Text: PA_NOFI = No posting to FI
Title: Report RFVD_CHK_INITIALIZE
Text Symbol: T03 = Session
Text Symbol: T02 = Options
Text Symbol: T01 = Selection
Text Symbol: O02 = 2: Post initial values
Text Symbol: O01 = 1: Create / check initial values
Text Symbol: M02 = Check existing values (option 1 only)
Text Symbol: M01 = Create new values (option 1 only)
Text Symbol: A07 = Test Run
Text Symbol: A06 = Update Run
Text Symbol: A03 = Checked Contracts
Text Symbol: A01 = Check / Generate Initial Flows
Text Symbol: 001 = Reason for Reversal


INCLUDES used within this REPORT RFVD_CHK_INITIALIZE

INCLUDE RFVD_CHK_AUTHORITY.
INCLUDE RFVD_CHK_SELSCREEN_NOTE.
INCLUDE RFVD_CHK_TOP.
INCLUDE RFVD_CHK_INITIALIZE_TOP.
INCLUDE RFVD_CHK_INITIALIZE_F01.


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:

TPM_TRL_MODIFY_INIT_VALUES CALL FUNCTION 'TPM_TRL_MODIFY_INIT_VALUES' IN UPDATE TASK EXPORTING im_tab_init_val_lo = gt_init_val_lo_mod.

POPUP_GET_VALUES_USER_HELP CALL FUNCTION 'POPUP_GET_VALUES_USER_HELP' EXPORTING f4_formname = 'F4_REVERSAL_REASON' f4_programname = 'SAPLTPM_TRL_INIT_STEPS' popup_title = text-001 IMPORTING returncode = l_return TABLES fields = gt_sval.

TPM_TRL_UPDATE_TRDT_INIT_FIX CALL FUNCTION 'TPM_TRL_UPDATE_TRDT_INIT_FIX' IN UPDATE TASK EXPORTING im_company_code = p_bukrs im_product_group = con_pg im_valuation_area = p_va im_bustransid = g_bustransid im_mode = 'M'.

TPM_TRL_REGISTER_INIT_TRANS CALL FUNCTION 'TPM_TRL_REGISTER_INIT_TRANS' IN UPDATE TASK EXPORTING im_tab_init_trans = gt_init_trans im_mode = tpmco_mode_real_reversal.

TPM_TRL_UPDATE_INIT_TAB CALL FUNCTION 'TPM_TRL_UPDATE_INIT_TAB' IN UPDATE TASK EXPORTING im_company_code = p_bukrs im_valuation_area = p_va im_keydate = gs_init_trans-key_date im_mode = tpmco_mode_real_reversal im_product_group = gs_init_trans-product_group im_tab_init_val_lo = gt_init_val_lo.

FVD_CHK_TRL_INIT_TRANSACTIONS CALL FUNCTION 'FVD_CHK_TRL_INIT_TRANSACTIONS' EXPORTING im_mode = g_mode im_protocol_handler = g_protocol im_company_code = p_bukrs im_valuation_area = p_va im_product_group = con_pg im_loans_contract = gs_init_val_lo-loans_contract im_init_date = l_init_date im_posting_date = p_budat im_refresh = 'X'.



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