SAP Reports / Programs | Financial Services | Loans Management(FS-CML) SAP FS

FF67PGET SAP ABAP INCLUDE - Rollover: Get Routines for Logical Fields







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


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 FF67PGET. "Basic submit
SUBMIT FF67PGET AND RETURN. "Return to original report after report execution complete
SUBMIT FF67PGET VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Rollover: Get Routines for Logical Fields


INCLUDES used within this REPORT FF67PGET

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:

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.



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