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

RFIDTRBOE1_BATCH_INPUT SAP ABAP INCLUDE - RFIDTRBOE1BATCHINPUT







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

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:

FMFK_BUKRS_CHECK_FMAKTIV call function 'FMFK_BUKRS_CHECK_FMAKTIV' exporting ip_bukrs = p_bukrs ip_applc = 'A' importing op_is_active = l_flg_bkakt op_fikrs = lf_fikrs exceptions no_fikrs_for_bukrs = 1.

FUNCTION_EXISTS call function 'FUNCTION_EXISTS' EXPORTING funcname = 'FMCA_GET_INIT_INFO' EXCEPTIONS function_not_exist = 1 OTHERS = 2.

FMCA_GET_INIT_INFO call function 'FMCA_GET_INIT_INFO' exporting i_fikrs = lf_fikrs changing c_f_control_data = l_f_control_data.

PRINT_BOE_LIST_TR CALL FUNCTION 'PRINT_BOE_LIST_TR' EXPORTING boe_global = ls_data reprint = ' ' TABLES boe_intern = lt_printab[].

GET_BOE_FILE_DATA CALL FUNCTION 'GET_BOE_FILE_DATA' EXPORTING i_more_data = boe_add_filedata TABLES file_out = lt_fileout boe_data = lt_printab[].

DMEE_START CALL FUNCTION 'DMEE_START' EXPORTING i_tree_type = tree_type i_tree_id = gf_treeid item = wa_fileout TABLES file_output = lt_dme_file.

DMEE_PUT_ITEM CALL FUNCTION 'DMEE_PUT_ITEM' EXPORTING item = wa_fileout TABLES file_output = lt_dme_file.

DMEE_END CALL FUNCTION 'DMEE_END' IMPORTING e_xml = lp_xml TABLES file_output = lt_dme_file.

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING filename = l_filename filetype = 'ASC' TABLES * data_tab = lt_dme_file data_tab = lpc_file EXCEPTIONS file_write_error = 1 OTHERS = 22.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING * CLIENT = SY-MANDT LOGICAL_FILENAME = gc_filename PARAMETER_1 = sy-cprog * PARAMETER_2 = ' ' * PARAMETER_3 = ' ' * WITH_FILE_EXTENSION = ' ' * USE_BUFFER = ' ' * ELIMINATE_BLANKS = 'X' * IMPORTING * VALIDATION_ACTIVE = * TS_ALIAS = CHANGING PHYSICAL_FILENAME = gf_filename EXCEPTIONS LOGICAL_FILENAME_NOT_FOUND = 1 VALIDATION_FAILED = 2 OTHERS = 3 .

DMEE_HANDLE_XML_DOC_PC CALL FUNCTION 'DMEE_HANDLE_XML_DOC_PC' EXPORTING i_filename = l_filename i_save = l_save i_display = l_display.

DMEE_HANDLE_XML_DOCUMENT CALL FUNCTION 'DMEE_HANDLE_XML_DOCUMENT' EXPORTING i_filename = l_filename i_save = l_save i_display = l_display.

DMEE_HANDLE_XML_DOCUMENT CALL FUNCTION 'DMEE_HANDLE_XML_DOCUMENT' EXPORTING i_filename = l_filename i_save = l_save i_display = l_display.

FMFK_BUKRS_CHECK_FMAKTIV call function 'FMFK_BUKRS_CHECK_FMAKTIV' exporting ip_bukrs = p_bukrs ip_applc = 'A' importing op_is_active = l_flg_bkakt op_fikrs = lf_fikrs exceptions no_fikrs_for_bukrs = 1.

FUNCTION_EXISTS call function 'FUNCTION_EXISTS' EXPORTING funcname = 'FMCA_GET_INIT_INFO' EXCEPTIONS function_not_exist = 1 OTHERS = 2.

FMCA_GET_INIT_INFO call function 'FMCA_GET_INIT_INFO' exporting i_fikrs = lf_fikrs changing c_f_control_data = l_f_control_data.

PRINT_BOE_LIST_TR CALL FUNCTION 'PRINT_BOE_LIST_TR' EXPORTING boe_global = ls_data reprint = ' ' TABLES boe_intern = lt_printab[].

PRINT_BOE_LIST_TR CALL FUNCTION 'PRINT_BOE_LIST_TR' EXPORTING boe_global = ls_data reprint = ' ' TABLES boe_intern = lt_printab[].

DATE_TO_PERIOD_CONVERT





CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING i_date = *bseg-augdt i_periv = gs_t001-periv IMPORTING e_gjahr = lf_gjahr2 EXCEPTIONS OTHERS = 1.

PRINT_BOE_LIST_TR CALL FUNCTION 'PRINT_BOE_LIST_TR' EXPORTING boe_global = ls_data reprint = ' ' TABLES boe_intern = lt_printab[].

PRINT_BOE_LIST_TR CALL FUNCTION 'PRINT_BOE_LIST_TR' EXPORTING boe_global = ls_data reprint = ' ' TABLES boe_intern = lt_printab[].

PRINT_BOE_LIST_TR CALL FUNCTION 'PRINT_BOE_LIST_TR' EXPORTING boe_global = ls_data reprint = ' ' TABLES boe_intern = lt_printab[].

PRINT_BOE_LIST_TR CALL FUNCTION 'PRINT_BOE_LIST_TR' EXPORTING boe_global = ls_data reprint = ' ' TABLES boe_intern = lt_printab[].

FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING i_name = gv_fpname IMPORTING e_funcname = gv_fm_name.

FP_JOB_OPEN CALL FUNCTION 'FP_JOB_OPEN' CHANGING ie_outputparams = gs_fp_outputparams EXCEPTIONS cancel = 1 usage_error = 2 system_error = 3 internal_error = 4 OTHERS = 5.

SPELL_AMOUNT CALL FUNCTION 'SPELL_AMOUNT' EXPORTING amount = boe_tr_sums-summe currency = boe_tr_list-waers * FILLER = ' ' language = sy-langu IMPORTING in_words = in_words EXCEPTIONS not_found = 1 too_large = 2 OTHERS = 3 .

/1BCDWB/SM00002121 CALL FUNCTION gv_fm_name "'/1BCDWB/SM00002121' EXPORTING /1BCDWB/DOCPARAMS = gs_fp_docparams rftr_boe_reprint_st2_pdf = gt_footer
* IMPORTING * /1BCDWB/FORMOUTPUT = EXCEPTIONS USAGE_ERROR = 1 SYSTEM_ERROR = 2 INTERNAL_ERROR = 3 OTHERS = 4 .

FP_JOB_CLOSE CALL FUNCTION 'FP_JOB_CLOSE' * IMPORTING * E_RESULT = EXCEPTIONS usage_error = 1 system_error = 2 internal_error = 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 RFIDTRBOE1_BATCH_INPUT or its description.