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

RFIDCZ_VAT_DOC_DP_FORMS SAP ABAP INCLUDE - Include RFIDCZ_VAT_DOC_DP_FORMS







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


INCLUDES used within this REPORT RFIDCZ_VAT_DOC_DP_FORMS

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_DOCUMENT_READ * Read fi document header(s) (BKPF) " CALL FUNCTION 'FI_DOCUMENT_READ' SELECT * FROM bkpf INTO TABLE gt_bkpf WHERE bukrs EQ p_bukrs AND belnr IN s_belnr AND gjahr EQ p_gjahr AND xblnr IN s_xblnr AND bldat IN s_bldat AND budat IN s_budat AND cpudt IN s_cpudt AND usnam IN s_usnam.

READ_T001 * Read issuer company information "CALL FUNCTION 'READ_T001' SELECT SINGLE * FROM t001 INTO gs_t001 WHERE bukrs = p_bukrs.

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.

KNA1_READ_SINGLE * Read customer information ( loop at gt_bsid & bsad customer ids) "CALL FUNCTION 'KNA1_READ_SINGLE' SELECT * FROM kna1 APPENDING TABLE gt_kna1 FOR ALL ENTRIES IN gt_bsd WHERE kunnr = gt_bsd-kunnr.

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

FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING i_name = gc_context_name IMPORTING e_funcname = lv_function_name e_interface_type = lv_interface_type.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 100 text = 'Started spooling...'(001). "#EC *

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

FP_JOB_CLOSE CALL FUNCTION 'FP_JOB_CLOSE' * IMPORTING * E_RESULT = EXCEPTIONS usage_error = 1 system_error = 2 internal_error = 3 OTHERS = 4.

ARCHIV_CREATE_OUTGOINGDOC_MULT CALL FUNCTION 'ARCHIV_CREATE_OUTGOINGDOC_MULT' EXPORTING * PDFLEN = documentclass = 'PDF' * NO_BACKGROUND = document = lv_formoutput-pdf TABLES arc_i_tab = cs_docpar-daratab * PDF = EXCEPTIONS error_archiv = 1 error_communicationtable = 2 error_connectiontable = 3 error_kernel = 4 error_parameter = 5 error_format = 6 OTHERS = 7.



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