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

J_3R_AO1_F01 SAP ABAP INCLUDE - Include J_3R_AO1_F01







J_3R_AO1_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 J_3R_AO1_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 J_3R_AO1_F01. "Basic submit
SUBMIT J_3R_AO1_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT J_3R_AO1_F01 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_AO1_F01


INCLUDES used within this REPORT J_3R_AO1_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:

AC_DOCUMENT_RECORD CALL FUNCTION 'AC_DOCUMENT_RECORD' EXPORTING i_awtyp = gc_cajo i_awref = lv_awref i_aworg = lv_aworg * I_AWSYS = ' ' i_awtyp_incl = gc_bkpf * I_AWTYP_EXCL = ' ' * I_BUKRS = ' ' * I_VALUTYP = '0' x_dialog = gc_space TABLES t_documents = lt_accd EXCEPTIONS no_reference = 1 no_document = 2 OTHERS = 3.

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING address_selection = ls_address_selection IMPORTING address_value = ls_address_value EXCEPTIONS parameter_error = 1 address_not_exist = 2 version_not_exist = 3 internal_error = 4 OTHERS = 5.

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING address_selection = ls_address_selection IMPORTING address_value = ls_address_value EXCEPTIONS parameter_error = 1 address_not_exist = 2 version_not_exist = 3 internal_error = 4 OTHERS = 5.

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING address_selection = ls_address_selection IMPORTING address_value = ls_address_value EXCEPTIONS parameter_error = 1 address_not_exist = 2 version_not_exist = 3 internal_error = 4 OTHERS = 5.

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING address_selection = ls_address_selection IMPORTING address_value = ls_address_value EXCEPTIONS parameter_error = 1 address_not_exist = 2 version_not_exist = 3 internal_error = 4 OTHERS = 5.

CHECK_EXIST_LIMU_FUNC * CALL FUNCTION 'CHECK_EXIST_LIMU_FUNC' * DESTINATION gv_hrdest * EXPORTING * NAME = 'HR_RU_J3R_GET_PERSON_DATA' * AGGNAME = ' ' * IMPORTING * EXIST = lv_exist * EXCEPTIONS * TR_INVALID_TYPE = 1 * OTHERS = 2.

HR_RU_J3R_GET_PERSON_DATA * CALL FUNCTION 'HR_RU_J3R_GET_PERSON_DATA' * DESTINATION gv_hrdest * EXPORTING * I_PERNR = ls_items-pernr * I_BUDAT = ls_items-budat * I_FORMAT = p_format * IMPORTING * E_PNAME = ls_items-pname * E_PROFS = ls_items-profs.

RK_KOKRS_FIND * CALL FUNCTION 'RK_KOKRS_FIND' * EXPORTING * bukrs = gs_items-bukrs * gsber = gs_items-gsber ** TEST_KOKRS = ' ' ** NO_BUFFERING = ' ' * IMPORTING * kokrs = gv_kokrs ** T_KA01 = * EXCEPTIONS * assignment_not_allowed = 1 * insufficient_input = 2 * no_kokrs_assigned = 3 * no_kokrs_for_bukrs = 4 * no_kokrs_for_bu_gb = 5 * wrong_kokrs_for_bukrs = 6 * wrong_kokrs_for_bu_gb = 7 * OTHERS = 8.

J_3RF_DATE CALL FUNCTION 'J_3RF_DATE' EXPORTING f_date = sy-datum f_lang = 'R' IMPORTING f_day = lv_day f_month = lv_month f_year = lv_year.

J_3RF_DATE CALL FUNCTION 'J_3RF_DATE' EXPORTING f_date = gs_content-fsd-h04_advrepdate f_lang = 'R' IMPORTING f_day = lv_day f_month = lv_month f_year = lv_year.

SPELL_AMOUNT CALL FUNCTION 'SPELL_AMOUNT' EXPORTING amount = gs_content-fsd-expense_intamount * CURRENCY = gs_items-waers language = 'R' IMPORTING in_words = lv_words EXCEPTIONS not_found = 1 too_large = 2 OTHERS = 3.

J_3RF_DATE CALL FUNCTION 'J_3RF_DATE' EXPORTING f_date = gs_items-retrn-budat f_lang = 'R' IMPORTING f_day = lv_day f_month = lv_month f_year = lv_year.

HR_READ_INFOTYPE * CALL FUNCTION 'HR_READ_INFOTYPE' * EXPORTING ** TCLAS = 'A' * pernr = pv_pernr * infty = '0002' * TABLES * infty_tab = lt_0002 * EXCEPTIONS * infty_not_found = 1 * OTHERS = 2.

RP_EDIT_NAME * CALL FUNCTION 'RP_EDIT_NAME' * EXPORTING * format = p_format * langu = sy-langu * molga = '33' * pp0002 = lt_0002 ** PP0021 = ' ' ** PP0148 = ' ' ** NAMEL = ** PPINFTV = ** TCLAS = 'A' * IMPORTING * edit_name = pv_pname * retcode = lv_retcode.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = feature struc_content = pme17 " kind_of_error = kind_of_error IMPORTING back = back CHANGING status = status EXCEPTIONS * DUMMY = 1 "VLDAHRK039762 * ERROR_OPERATION = 2 "VLDAHRK039762 * NO_BACKVALUE = 3 "VLDAHRK039762 * FEATURE_NOT_GENERATED = 4 "VLDAHRK039762 * INVALID_SIGN_IN_FUNID = 5 "VLDAHRK039762 * FIELD_IN_REPORT_TAB_IN_PE03 = 6 "VLDAHRK039762 * OTHERS = 0. "VLDAL0K095544 (Checkman)

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING * TCLAS = 'A' pernr = p_pernr infty = '0002' TABLES infty_tab = lt_0002 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING format = p_format langu = sy-langu molga = '33' pp0002 = lt_0002 * PP0021 = ' ' * PP0148 = ' ' * NAMEL = * PPINFTV = * TCLAS = 'A' IMPORTING edit_name = p_name retcode = lv_retcode.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING * TCLAS = 'A' pernr = p_pernr infty = '0001' TABLES infty_tab = lt_0001 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

RH_READ_INFTY_1000





CALL FUNCTION 'RH_READ_INFTY_1000' EXPORTING begda = pruorgdata-ondat endda = pruorgdata-ondat TABLES i1000 = p1000 objects = ihrobject EXCEPTIONS nothing_found = 1 wrong_condition = 2 OTHERS = 3.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING id = 'SD01' language = p_lang name = tname object = 'LFA1' IMPORTING header = h_thead TABLES lines = line EXCEPTIONS id = 1 not_found = 3 OTHERS = 8.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING id = 'SD01' language = p_lang name = tname object = 'LFA1' IMPORTING header = h_thead TABLES lines = line EXCEPTIONS id = 1 not_found = 3 OTHERS = 8.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING id = 'SD02' language = p_lang name = tname object = 'LFA1' IMPORTING header = h_thead TABLES lines = line EXCEPTIONS id = 1 not_found = 3 OTHERS = 8.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING id = 'SD02' language = p_lang name = tname object = 'LFA1' IMPORTING header = h_thead TABLES lines = line EXCEPTIONS id = 1 not_found = 3 OTHERS = 8.



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