SAP Reports / Programs | Financial Services | Value Adjustment(FS-RBD) SAP FS

/IBS/IRB_IAS_POST_PPF_INC_F01 SAP ABAP INCLUDE - /IBS/IRBIASPOSTPPFINCF01







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


INCLUDES used within this REPORT /IBS/IRB_IAS_POST_PPF_INC_F01

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:

/IBS/RB_KTO_GET_LIST CALL FUNCTION '/IBS/RB_KTO_GET_LIST' TABLES ti_so_rbdid = r_rbdid ti_so_rbdnr = g_so_rbdnr ti_so_rbdst = r_rbdst ti_so_kttyp = r_kttyp * TI_SO_AWAERS = * TI_SO_AGEWB = * TI_SO_RBSNA = * TI_SO_ORGEIN = te_kto = $it_kto EXCEPTIONS data_error = 1 OTHERS = 2.

PRINT_SELECTIONS CALL FUNCTION 'PRINT_SELECTIONS' EXPORTING rname = $_report rvariante = $_variant mode = 'TABLE' TABLES infotab = ih_selections.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = $_log_handle i_s_msg = wah_msg EXCEPTIONS OTHERS = 1.

/IBS/RB_ORGEIN CALL FUNCTION '/IBS/RB_ORGEIN' EXPORTING i_uname = sy-uname IMPORTING e_admin = flg_admin TABLES te_benord = it_benord EXCEPTIONS data_error = 1 parameter_nicht_vollstaendig = 2 zuord_error = 3 OTHERS = 4.

BANK_API_PP_LOG_CREATE_LOGNO CALL FUNCTION 'BANK_API_PP_LOG_CREATE_LOGNO' IMPORTING e_lognumber = wah_par-extnumber.

MSG_OPEN CALL FUNCTION 'MSG_OPEN' EXPORTING * X_NO_DIALOG = ' ' x_log = c_true x_next_msg = c_true * X_OBJ_TWICE = ' ' IMPORTING y_msg_handle = $_msg_hdl CHANGING xy_parm = wah_par EXCEPTIONS failed = 1 subs_invalid = 2 log_invalid = 3 OTHERS = 4.

BANK_MAP_PP_START CALL FUNCTION 'BANK_MAP_PP_START' EXPORTING * I_PROGN = i_progdate = sy-datum * I_RUNID_EXT = * I_FLG_FORCE_NEW_RUN = 'X' * I_FLG_UNIQUE_EXTID = i_applcatg = c_appl_rbd * I_PACKMAN_ID = * I_TAS_PACKCR_PARAM = * I_FLG_PACKCR_ASYNC = * I_FLG_PACKFETCH_SEQ = i_xsimulrun = $wa_param_ppf_iaspost-pa_simulation * I_MAXSTEPNO = '001' i_str_appl_param = $wa_param_ppf_iaspost * I_STR_PRINT = i_xlog = c_no * I_LOGEXTNUMBER = i_tab_log = $i_log i_x_sync = c_true "wait i_x_use_dialog_wp = $p_wp "'X' "debugging 'X' / non debugging '_' * I_X_TRIGGER_START_BY_COMMIT = ' ' * I_TAB_JOBDIST = IMPORTING * E_STR_RUNKEY = * E_RUNSTATUS = * E_RCD_APPL = * e_tab_logh = it_log_handle * E_LOGEXTNUMBER = e_tab_jobs = $i_jobs[] EXCEPTIONS no_out_of_sync = 1 no_export_allowed = 2 packman_invalid = 3 prepare_failed = 4 start_failed = 5 OTHERS = 6.

BANK_MAP_PP_START CALL FUNCTION 'BANK_MAP_PP_START' EXPORTING * I_PROGN = i_progdate = sy-datum * I_RUNID_EXT = * I_FLG_FORCE_NEW_RUN = 'X' * I_FLG_UNIQUE_EXTID = i_applcatg = c_appl_rbd * I_PACKMAN_ID = * I_TAS_PACKCR_PARAM = * I_FLG_PACKCR_ASYNC = * I_FLG_PACKFETCH_SEQ = i_xsimulrun = $wa_param_ppf_iaspost_kto-pa_simulation * I_MAXSTEPNO = '001' i_str_appl_param = $wa_param_ppf_iaspost_kto * I_STR_PRINT = i_xlog = c_no * I_LOGEXTNUMBER = i_tab_log = $i_log i_x_sync = c_true "wait i_x_use_dialog_wp = $p_wp "'X' "debugging 'X' / non debugging '_' * I_X_TRIGGER_START_BY_COMMIT = ' ' * I_TAB_JOBDIST = IMPORTING * E_STR_RUNKEY = * E_RUNSTATUS = * E_RCD_APPL = * e_tab_logh = it_log_handle * E_LOGEXTNUMBER = e_tab_jobs = $i_jobs[] EXCEPTIONS no_out_of_sync = 1 no_export_allowed = 2 packman_invalid = 3 prepare_failed = 4 start_failed = 5 OTHERS = 6.

DEQUEUE_/IBS/ERB_KTO CALL FUNCTION 'DEQUEUE_/IBS/ERB_KTO' EXPORTING rbdid = $_rbdid rbdnr = $_rbdnr.



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 /IBS/IRB_IAS_POST_PPF_INC_F01 or its description.