FF67PGET 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 FF67PGET into the relevant SAP transactions such as SE38 or SE80
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.
Title: Rollover: Get Routines for Logical Fields
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
VALID_VZZKOKO_SELECT CALL FUNCTION 'VALID_VZZKOKO_SELECT' EXPORTING i_bukrs = vdarl-bukrs i_sanlf = vdarl-sanlf i_ranl = vdarl-ranl i_datum = date i_skstyp = skstyp IMPORTING e_vzzkoko = vzzkoko EXCEPTIONS not_found = 01.
VALID_VZZKOKO_SELECT CALL FUNCTION 'VALID_VZZKOKO_SELECT' EXPORTING i_bukrs = vdarl-bukrs i_sanlf = vdarl-sanlf i_ranl = vdarl-ranl i_datum = date i_skstyp = skstyp IMPORTING e_vzzkoko = vzzkoko EXCEPTIONS not_found = 01.
SINGLE_VZZKOPO_SELECT CALL FUNCTION 'SINGLE_VZZKOPO_SELECT' EXPORTING i_bukrs = vzzkoko-bukrs i_datum = date i_dbselect = on i_dguel_kk = vzzkoko-dguel_kk i_nlfd_ang = vzzkoko-nlfd_ang i_rkey1 = vzzkoko-rkey1 i_sanlf = vzzkoko-sanlf i_skoart = koart * i_nullkon = '3' "note 1079762 i_fixed = 'X' "N1468727 i_statistical = 'X' "N1468727 IMPORTING e_vzzkopo = vzzkopo TABLES i_vzzkopo = tvzzkopo EXCEPTIONS not_found = 01.
FLBP_LOAD_PARTNER CALL FUNCTION 'FLBP_LOAD_PARTNER' "EL181200 EXPORTING i_date = date i_load_hvp = on i_snumobj = con_awd i_sobjekt = h_sobjekt IMPORTING partnr_hvp = tpartnr EXCEPTIONS not_found = 1 OTHERS = 2.
FSBP_READ_BUT000 CALL FUNCTION 'FSBP_READ_BUT000' "EL061200 EXPORTING i_partner = tpartnr IMPORTING e_but000 = but000 EXCEPTIONS wrong_parameters = 1 no_data_found = 2 OTHERS = 3 .
FSBP_READ_BP001 CALL FUNCTION 'FSBP_READ_BP001' EXPORTING i_partner = tpartnr IMPORTING e_bp001 = bp001 EXCEPTIONS partner = 1 partner_not_released = 2 wrong_parameters = 3 data_for_data_not_act = 4 OTHERS = 5.
FLBP_LOAD_PARTNER CALL FUNCTION 'FLBP_LOAD_PARTNER' EXPORTING i_date = date i_future = 'X' i_load_hvp = on i_snumobj = con_awd i_sobjekt = h_sobjekt IMPORTING partnr_hvp = tpartnr EXCEPTIONS not_found = 1 OTHERS = 2.
FSBP_READ_BUT000 CALL FUNCTION 'FSBP_READ_BUT000' EXPORTING i_partner = tpartnr IMPORTING e_but000 = but000 EXCEPTIONS wrong_parameters = 1 no_data_found = 2 OTHERS = 3.
FSBP_DBREAD_BP1010 CALL FUNCTION 'FSBP_DBREAD_BP1010' EXPORTING i_partner = bpdboni-partnr IMPORTING e_bp1010 = wa_bp1010 EXCEPTIONS not_found = 1 OTHERS = 2.
VALID_VZZKOKO_SELECT CALL FUNCTION 'VALID_VZZKOKO_SELECT' EXPORTING i_bukrs = vdarl-bukrs i_sanlf = vdarl-sanlf i_ranl = vdarl-ranl i_datum = date i_skstyp = skstyp IMPORTING e_vzzkoko = vzzkoko EXCEPTIONS not_found = 01.
LOAN_AMOUNT_CALCULATE CALL FUNCTION 'LOAN_AMOUNT_CALCULATE' EXPORTING * calculation_date = date KM 343654 2001; EL 230701 conversion_currency = t001-waers * conversion_date = date KM 343654 2001; EL 230701 koko = vzzkoko vdarl = vdarl x_convert_currency = on x_load_conditions = on x_load_i = on x_load_p = on IMPORTING rloam = rloam TABLES i_bepp = tvzzbepp i_kopo = tvzzkopo EXCEPTIONS no_conversion_currency = 01 no_date_for_conversion = 02.
LOAD_OBJECT_PRINTFORM CALL FUNCTION 'LOAD_OBJECT_PRINTFORM' EXPORTING bukrs = vdarl-bukrs vertrag = vdarl-ranl object_cat = objcat "fp 8/4/97 TABLES i_rvdhobj = trvdhobj.
VALID_VZZKOKO_SELECT CALL FUNCTION 'VALID_VZZKOKO_SELECT' EXPORTING i_bukrs = vdarl-bukrs i_sanlf = vdarl-sanlf i_ranl = vdarl-ranl i_datum = date i_skstyp = skstyp IMPORTING e_vzzkoko = vzzkoko EXCEPTIONS not_found = 01.
LOAN_AMOUNT_CALCULATE CALL FUNCTION 'LOAN_AMOUNT_CALCULATE' EXPORTING calculation_date = date conversion_currency = t001-waers * conversion_date = date KM 343654 2001; EL 230701 koko = vzzkoko vdarl = vdarl x_convert_currency = on x_load_conditions = on x_load_i = on x_load_p = on IMPORTING rloam = rloam TABLES i_bepp = tvzzbepp i_kopo = tvzzkopo EXCEPTIONS no_conversion_currency = 01 no_date_for_conversion = 02.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FF67PGET - Rollover: Get Routines for Logical Fields FF67PF00 - Rollover: General Form Routines for Get and Set Routines FF67PE10 - documentation and ABAP source code FF20ATOP - Data Definition for SAPFF20A FF20AE51 - Update Routines for the TF5** Tables FF20AE50 - Form Routines for Accessing the TF5** Tables