SAP Reports / Programs | Pegging, Grouping, and Distribution | Aerospace & Defence Industry Solution | Pegging, Grouping, and Distribution(IS-AD-GPD) SAP IS

RDISALL2F08 SAP ABAP INCLUDE - Post delta for objects and group credit







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


Text pool values


Title: Post delta for objects and group credit


INCLUDES used within this REPORT RDISALL2F08

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:

K_NUMBER_GET_CO_DOCUMENT CALL FUNCTION 'K_NUMBER_GET_CO_DOCUMENT' EXPORTING kokrs = p_kokrs vrgng = 'KGPD' IMPORTING belnr = lv_belnr.

K_NUMBER_GET_CO_DOCUMENT CALL FUNCTION 'K_NUMBER_GET_CO_DOCUMENT' EXPORTING kokrs = p_kokrs vrgng = 'KGPD' IMPORTING belnr = lv_belnr.

FIRST_DAY_IN_PERIOD_GET CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET' EXPORTING i_gjahr = iv_gjahr i_periv = gv_lmona i_poper = iv_perio IMPORTING e_date = ls_pdate-datab.

LAST_DAY_IN_PERIOD_GET CALL FUNCTION 'LAST_DAY_IN_PERIOD_GET' EXPORTING i_gjahr = iv_gjahr i_periv = gv_lmona i_poper = iv_perio IMPORTING e_date = ls_pdate-datbi.

K_OBJECTS_MASTER_READ CALL FUNCTION 'K_OBJECTS_MASTER_READ' TABLES coiob_tab = lt_coiob i_periods = lt_periods.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = p_budat foreign_amount = is_cospa-wog foreign_currency = lv_owaer local_currency = gv_waers IMPORTING local_amount = lv_kbtr EXCEPTIONS no_rate_found = 1.

CONVERT_TO_FOREIGN_CURRENCY CALL FUNCTION 'CONVERT_TO_FOREIGN_CURRENCY' EXPORTING date = p_budat foreign_currency = is_coiob-owaer local_amount = lv_kbtr local_currency = gv_waers IMPORTING foreign_amount = ls_coep-wogbtr EXCEPTIONS no_rate_found = 1.

K_COEP_INSERT CALL FUNCTION 'K_COEP_INSERT' IN UPDATE TASK EXPORTING epskz = is_group_data-dilact vrgng = iv_vrgng TABLES cobk_tab = it_cobk coep_tab = it_coep.

DIS03_OPEN_ITEM_POST CALL FUNCTION 'DIS03_OPEN_ITEM_POST' IN UPDATE TASK EXPORTING it_coep = it_coep_comm it_coiob = it_coiob.

K_COBK_CURRENCY_FILL CALL FUNCTION 'K_COBK_CURRENCY_FILL' EXPORTING i_cobk = ls_cobk IMPORTING e_cobk = ls_cobk EXCEPTIONS kokrs_gjahr_not_found = 1 kokrs_not_found = 2 kokrs_wrong_customized = 3.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = p_budat foreign_amount = is_cossa-wog foreign_currency = l_owaer local_currency = gv_waers IMPORTING local_amount = l_kbtr EXCEPTIONS no_rate_found = 1.

CONVERT_TO_FOREIGN_CURRENCY CALL FUNCTION 'CONVERT_TO_FOREIGN_CURRENCY' EXPORTING date = p_budat foreign_currency = is_coiob-owaer local_amount = l_kbtr local_currency = gv_waers IMPORTING foreign_amount = ls_coep-wogbtr EXCEPTIONS no_rate_found = 1.

K_NUMBER_GET_CO_DOCUMENT CALL FUNCTION 'K_NUMBER_GET_CO_DOCUMENT' EXPORTING kokrs = p_kokrs vrgng = c_vrgng_kgpd IMPORTING belnr = lv_belnr.

FMCO_UPDATE CALL FUNCTION 'FMCO_UPDATE' TABLES t_cofp = lt_cofp_m t_cobk = lt_cobk_m.

HFPB_FIND_LEDGER CALL FUNCTION 'HFPB_FIND_LEDGER' EXPORTING kokrs = p_kokrs owaer = ls_coiob-owaer IMPORTING lednr_k = ls_lednrs-lednr_k lednr_o = ls_lednrs-lednr_o.

FAGL_COFI_SWITCH_OFF CALL FUNCTION 'FAGL_COFI_SWITCH_OFF'.

RWIN_CHECK CALL FUNCTION 'RWIN_CHECK' EXPORTING event = event_kopf gjahr = p_gjahr process = process_kbeleg TABLES tkomp = lt_tkomp.

RWIN_CHECK CALL FUNCTION 'RWIN_CHECK' EXPORTING event = event_pruefen gjahr = p_gjahr process = process_kbeleg TABLES tkomp = lt_tkomp.

RWIN_CHECK





CALL FUNCTION 'RWIN_CHECK' EXPORTING event = event_fertig gjahr = p_gjahr process = process_kbeleg TABLES tkomp = lt_tkomp.

DIS03_DIS_UPDATE_ADMIN CALL FUNCTION 'DIS03_DIS_UPDATE_ADMIN' IN UPDATE TASK EXPORTING is_group_data = is_group_data iv_loghndl = gv_log_handle iv_timestmp = iv_timestmp.

DIS03_DIS_UPDATE CALL FUNCTION 'DIS03_DIS_UPDATE' EXPORTING is_group_data = is_group_data iv_loghndl = gv_log_handle iv_perio = p_perio iv_gjahr = p_gjahr iv_timestmp = iv_timestmp is_dis_runprof = gs_dis_run_prof it_peg_tass = ct_peg_tass it_dis_replen = its_dis_replen CHANGING ct_dis_tobjs_cosp_new = lt_dis_tobjs_cosp_new_tmp ct_dis_tobjs_coss_new = lt_dis_tobjs_coss_new_tmp ct_dis_tobjs_fmsu_new = lt_dis_tobjs_fmsu_new_tmp ct_dis_tobjs_cosp_his = lt_dis_tobjs_cosp_his_tmp ct_dis_tobjs_coss_his = lt_dis_tobjs_coss_his_tmp ct_dis_tobjs_fmsu_his = lt_dis_tobjs_fmsu_his_tmp.

CJPN_FREE_BUFFER CALL FUNCTION 'CJPN_FREE_BUFFER'.

CJPN_FILL_PRPS_BUFFER CALL FUNCTION 'CJPN_FILL_PRPS_BUFFER' TABLES t_prps_buf = lt_prps.

K_AUFK_PRE_READ CALL FUNCTION 'K_AUFK_PRE_READ' EXPORTING i_aufnrtab = lt_order.

K_AFPO_PRE_READ CALL FUNCTION 'K_AFPO_PRE_READ' EXPORTING i_aufnrtab = lt_order.

K_KKIO_BUFFER_REFRESH CALL FUNCTION 'K_KKIO_BUFFER_REFRESH'.

STATUS_BUFFER_REFRESH CALL FUNCTION 'STATUS_BUFFER_REFRESH'.

CJPN_FREE_BUFFER CALL FUNCTION 'CJPN_FREE_BUFFER'.

CO_SF_DATA_RESET CALL FUNCTION 'CO_SF_DATA_RESET'.

CO_BO_DATA_RESET CALL FUNCTION 'CO_BO_DATA_RESET'.

CO_BH_DATA_RESET CALL FUNCTION 'CO_BH_DATA_RESET'.

G_RWIN_DELETE CALL FUNCTION 'G_RWIN_DELETE'.



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