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

RFID_PTVPRADPRV00_FORMS SAP ABAP INCLUDE - Include RFID_PTVPRADPRV00_FORMS







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


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

RFIDPT_SEL_DPR CALL FUNCTION 'RFIDPT_SEL_DPR' EXPORTING i_land1 = tab_001-land1 i_pryear = gd_gjahr i_prclc = l_wa_ep-prclc i_defcf = p_proz IMPORTING e_prdcf = l_wa_ep-coef.

RFIDPT_SEL_DPR CALL FUNCTION 'RFIDPT_SEL_DPR' EXPORTING i_land1 = tab_001-land1 * i_pryear = l_wa_ep-gjahr_acq i_pryear = l_wa_ep-budat(4) i_prclc = l_wa_ep-prclc i_defcf = ld_dpr_acq_year IMPORTING e_prdcf = l_wa_ep-proz_acq e_subrc = f_subrc.

RFIDPT_ASSET_ANLA CALL FUNCTION 'RFIDPT_ASSET_ANLA' EXPORTING i_anla = ld_anla IMPORTING e_anla = le_anla EXCEPTIONS rec_not_found = 1 OTHERS = 2.

RFIDPT_ASSET_ANLA CALL FUNCTION 'RFIDPT_ASSET_ANLA' EXPORTING i_anla = ld_anla IMPORTING e_anla = le_anla EXCEPTIONS rec_not_found = 1 OTHERS = 2.

AC_DOCUMENT_RECORD CALL FUNCTION 'AC_DOCUMENT_RECORD' EXPORTING i_awtyp = gs_v_anepk-awtyp i_awref = gs_v_anepk-belnr i_aworg = gs_v_anepk-aworg i_awsys = gs_v_anepk-awsys * I_AWTYP_INCL = ' ' * I_AWTYP_EXCL = ' ' * I_BUKRS = ' ' * I_VALUTYP = '0' x_dialog = ls_boole TABLES t_documents = lt_documents EXCEPTIONS no_reference = 1 no_document = 2 OTHERS = 3.

RFIDPT_ASSET_AUC CALL FUNCTION 'RFIDPT_ASSET_AUC' EXPORTING i_anla = l_wa_anla i_afabe = l_afabe i_gjahr = p_gjahr i_ktopl = l_ktopl IMPORTING e_auc = l_auc e_anlkl_auc = l_anlkl_auc e_auc_retired = l_auc_retired e_partial_transfer = l_pt e_anla_key_ca = l_anla_key_ca e_anlkl_ca = l_anlkl_ca e_ktansw_ca = l_ktansw TABLES it_aclass_auc = s_acauc it_ttype_auc = s_bwauc * ET_ANLA_KEY_CA = EXCEPTIONS rec_not_found = 1 rec_not_found_ca = 2 no_valid_auc_parameters = 3 error_asset_docs = 4 error_asset_fi_acc = 5 OTHERS = 6.



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