SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

J_3R_OS_F05 SAP ABAP INCLUDE - Include J_3R_OS_F05 - fill content sections







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


Text pool values


Title: Include J_3R_OS_F05 - fill content sections


INCLUDES used within this REPORT J_3R_OS_F05

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:

FI_COMPANY_CODE_DATA CALL FUNCTION 'FI_COMPANY_CODE_DATA' EXPORTING i_bukrs = ls_asset_mov-pbukr IMPORTING e_t001 = ls_partner_t001 EXCEPTIONS system_error = 1 OTHERS = 2.

ADDR_SELECT_ADRC_SINGLE CALL FUNCTION 'ADDR_SELECT_ADRC_SINGLE' EXPORTING addrnumber = ls_partner_t001-adrnr TABLES et_adrc = lt_adrc EXCEPTIONS address_not_exist = 1 parameter_error = 2 internal_error = 3 OTHERS = 4.

CUSTOMER_READ CALL FUNCTION 'CUSTOMER_READ' EXPORTING i_bukrs = ps_table4-bukrs i_kunnr = ps_table4-kunnr "ls_bseg-kunnr "does not exist in table4! IMPORTING e_kna1 = ls_customer * E_KNB1 = EXCEPTIONS not_found = 1 OTHERS = 2 .

ADDR_SELECT_ADRC_SINGLE CALL FUNCTION 'ADDR_SELECT_ADRC_SINGLE' EXPORTING addrnumber = gs_t001-adrnr TABLES et_adrc = lt_adrc EXCEPTIONS address_not_exist = 1 parameter_error = 2 internal_error = 3 OTHERS = 4.

ADDR_SELECT_ADRC_SINGLE CALL FUNCTION 'ADDR_SELECT_ADRC_SINGLE' EXPORTING addrnumber = ls_customer-adrnr TABLES et_adrc = lt_customer_adrc EXCEPTIONS address_not_exist = 1 parameter_error = 2 internal_error = 3 OTHERS = 4.

ADDR_SELECT_ADRC_SINGLE CALL FUNCTION 'ADDR_SELECT_ADRC_SINGLE' EXPORTING addrnumber = ls_vendor-adrnr TABLES et_adrc = lt_vendor_adrc EXCEPTIONS address_not_exist = 1 parameter_error = 2 internal_error = 3 OTHERS = 4.

BAPI_EMPLOYEE_GETDATA * CALL FUNCTION 'BAPI_EMPLOYEE_GETDATA' WHEN '1-R' OR '4' OR '2-TD' OR '2-IT'.

SPELL_AMOUNT CALL FUNCTION 'SPELL_AMOUNT' EXPORTING amount = gs_os1_fsd-n57_4_sls_revenue currency = gs_t001-waers * FILLER = ' ' language = gc_ru IMPORTING in_words = lv_spell EXCEPTIONS not_found = 1 too_large = 2 OTHERS = 3.

UMG_READ_LANG_INFO CALL FUNCTION 'UMG_READ_LANG_INFO' IMPORTING ex_langcp_itab = lt_langs EXCEPTIONS no_codepage_avaiable = 1 empty_language_vector = 2 OTHERS = 3.

ANEA_READ_MULTIPLE_GJAHR_ALL * CALL FUNCTION 'ANEA_READ_MULTIPLE_GJAHR_ALL' * EXPORTING * i_anln1 = ps_table4-anln1 * i_anln2 = ps_table4-anln2 ** I_BISGJAHR = '0000' * i_bukrs = ps_table4-bukrs * i_gjahr = ps_table4-gjahr * TABLES * t_anea = lt_anea * t_anlb = lt_anlb * EXCEPTIONS * not_found = 1 * OTHERS = 2.

DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING i_date = ls_anlav-ehwzu * I_MONMIT = 00 i_periv = gs_t001-periv IMPORTING * E_BUPER = e_gjahr = ls_os1_s1t-n50_prod_year EXCEPTIONS input_false = 1 t009_notfound = 2 t009b_notfound = 3 OTHERS = 4.

DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING i_date = ls_header-glo_rus_ttx_mnfd * I_MONMIT = 00 i_periv = gs_t001-periv IMPORTING * E_BUPER = e_gjahr = ls_os1_s1t-n50_4a_prod_year EXCEPTIONS input_false = 1 t009_notfound = 2 t009b_notfound = 3 OTHERS = 4.

DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING i_date = p_repdt * I_MONMIT = 00 i_periv = gs_t001-periv IMPORTING e_buper = lv_per_to e_gjahr = lv_year_to EXCEPTIONS input_false = 1 t009_notfound = 2 t009b_notfound = 3 OTHERS = 4.

DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING i_date = ls_os1_s1t-n51_4a_start_date * I_MONMIT = 00 i_periv = gs_t001-periv IMPORTING e_buper = lv_per_from e_gjahr = lv_year_from EXCEPTIONS input_false = 1 t009_notfound = 2 t009b_notfound = 3 OTHERS = 4.

DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING i_date = ls_os1_s1t-n52_overhaul_date * I_MONMIT = 00 i_periv = gs_t001-periv IMPORTING e_buper = lv_per_from e_gjahr = lv_year_from EXCEPTIONS input_false = 1 t009_notfound = 2 t009b_notfound = 3 OTHERS = 4.



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