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

J_1BEFD_F01 SAP ABAP INCLUDE - EFD: common routines







J_1BEFD_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_1BEFD_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_1BEFD_F01. "Basic submit
SUBMIT J_1BEFD_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT J_1BEFD_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: EFD: common routines


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

DD_TABD_GET CALL FUNCTION 'DD_TABD_GET'"#EC * EXPORTING langu = sy-langu tabl_name = 'J_1BEFDS_0_2_0150' add_typeinfo = 'X' TABLES dd03p_tab_a = lt_dd03p EXCEPTIONS access_failure = 1 OTHERS = 2.

SF_SPECIALCHAR_DELETE CALL FUNCTION 'SF_SPECIALCHAR_DELETE'"#EC * EXPORTING with_specialchar = wa_fist-searchw IMPORTING without_specialchar = wa_fist-searchw EXCEPTIONS result_word_empty = 1 OTHERS = 2.

J_1BEFD_LOG_CREATE CALL FUNCTION 'J_1BEFD_LOG_CREATE' EXPORTING it_log = lt_log.

TAX_TXJCD_DETERMINE_CHECK CALL FUNCTION 'TAX_TXJCD_DETERMINE_CHECK' EXPORTING im_country = country im_region = region im_zipcode = cep im_no_dialog = space IMPORTING ex_taxjurcode = e_txjcd ex_city = e_city ex_county = e_county EXCEPTIONS input_incomplete = 1 no_tax_procedure = 2 no_taxjurcode_required = 3 rfcdest_not_found = 4 taxjurcode_not_found = 5 invalid_taxjurcode = 6 taxjur_not_unique_in_no_dialog = 7 other_error = 8 OTHERS = 9.

GET_DOMAIN_VALUES CALL FUNCTION 'GET_DOMAIN_VALUES' EXPORTING domname = 'J_1BEFD_COD_VER' TABLES values_tab = lt_dd07v EXCEPTIONS no_values_found = 1 OTHERS = 2.

GET_DOMAIN_VALUES CALL FUNCTION 'GET_DOMAIN_VALUES' EXPORTING domname = 'J_1BEFD_COD_FIN' TABLES values_tab = lt_dd07v EXCEPTIONS no_values_found = 1 OTHERS = 2.

GET_DOMAIN_VALUES CALL FUNCTION 'GET_DOMAIN_VALUES' EXPORTING domname = 'J_1BEFD_PROFILE' TABLES values_tab = lt_dd07v EXCEPTIONS no_values_found = 1 OTHERS = 2.

GET_DOMAIN_VALUES CALL FUNCTION 'GET_DOMAIN_VALUES' EXPORTING domname = 'J_1BEFD_IND_ATIV' TABLES values_tab = lt_dd07v EXCEPTIONS no_values_found = 1 OTHERS = 2.

TAX_TXJCD_F4_ADDRESS CALL FUNCTION 'TAX_TXJCD_F4_ADDRESS' EXPORTING im_xextn = 'X' im_leng_struc = s_leng_struc im_location_data = l_data IMPORTING ex_address_extern = address_extern ex_address_intern = address_intern.

T005_SINGLE_READ CALL FUNCTION 'T005_SINGLE_READ' EXPORTING t005_land1 = country EXCEPTIONS not_found = 1 OTHERS = 2.

T005S_SINGLE_READ CALL FUNCTION 'T005S_SINGLE_READ' EXPORTING t005s_land1 = country t005s_bland = region EXCEPTIONS not_found = 1 OTHERS = 2.

F4_DXFILENAME_TOPRECURSION CALL FUNCTION 'F4_DXFILENAME_TOPRECURSION' EXPORTING i_location_flag = 'P' IMPORTING o_location_flag = lv_location_flag o_server = lv_server o_path = lv_path abend_flag = lv_abend_flag EXCEPTIONS rfc_error = 1 error_with_gui = 2 OTHERS = 3.

F4_DXFILENAME_TOPRECURSION CALL FUNCTION 'F4_DXFILENAME_TOPRECURSION' EXPORTING i_location_flag = 'A' IMPORTING o_location_flag = lv_location_flag o_server = lv_server o_path = lv_path abend_flag = lv_abend_flag EXCEPTIONS rfc_error = 1 error_with_gui = 2 OTHERS = 3.

HELP_OBJECT_SHOW_FOR_FIELD CALL FUNCTION 'HELP_OBJECT_SHOW_FOR_FIELD' EXPORTING * DOKLANGU = SY-LANGU * DOKTITLE = ' ' * CALLED_BY_TCODE = * CALLED_BY_PROGRAM = * CALLED_BY_DYNP = CALLED_FOR_TAB = 'J_1BNFE_HEADER' CALLED_FOR_FIELD = 'NFENUM' * CALLED_FOR_TAB_FLD_BTCH_INPUT = * CALLED_BY_CUAPROG = * CALLED_BY_CUASTAT = * MERGE_DZ_IF_AVAILABLE = * MEMORYID = * EXPLICIT_MEMORYID = ' ' * TABLES * LINKS = * EXCLUDEFUN = EXCEPTIONS OBJECT_NOT_FOUND = 1 SAPSCRIPT_ERROR = 2 OTHERS = 3 .



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