DBIDFFPT 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 DBIDFFPT 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MV_GET_AREA_TO_CONDITION CALL FUNCTION 'MV_GET_AREA_TO_CONDITION' EXPORTING bukrs = vimi01-bukrs swenr = vimi01-swenr smenr = vimi01-smenr dstich = vzzkopo-dguel_kp "#EC DOM_EQUAL skoart = vzzkopo-skoart i_kz_bezugsflache_if_not_found = 'X' IMPORTING rbezflart = rbezflart EXCEPTIONS no_other_area_for_condition = 1 * ERROR_MV_GET_AREA = 2 * ERROR_READING_OBJECT = 3 OTHERS = 2 .
BPAR_R_PARTNER_CHECK CALL FUNCTION 'BPAR_R_PARTNER_CHECK' EXPORTING partner = vzgpo-partnr IMPORTING bp000_entry = bp000 EXCEPTIONS partner = 1 partner_not_released = 2 OTHERS = 3.
MV_GET_AREA CALL FUNCTION 'MV_GET_AREA' EXPORTING bukrs = vimi01-bukrs swenr = vimi01-swenr smenr = vimi01-smenr dstich = loc_dstich i_vimi01 = vimi01 i_viob01 = viob01 IMPORTING rmedat = rmedat EXCEPTIONS areadesc_notfound = 1 areatype_notfound = 2 area_notfound = 3 database_error = 4 me_notfound = 5 OTHERS = 6.
G_SET_AUTHORITY_CHECK * CALL FUNCTION 'G_SET_AUTHORITY_CHECK' * EXPORTING * actvt = '02' "activity: change * authgr = ls_setinfo-authgr * EXCEPTIONS * OTHERS = 1.
G_SET_FETCH CALL FUNCTION 'G_SET_FETCH' EXPORTING no_authority_check = 'X' setnr = pic_setid IMPORTING set_header = pes_header TABLES set_lines_basic = lt_lines EXCEPTIONS * NO_AUTHORITY = 1 * SET_IS_BROKEN = 2 * SET_NOT_FOUND = 3 OTHERS = 1 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
DBIDFFPT - documentation and ABAP source code DBIDFFCR - documentation and ABAP source code DBIDFFCO - documentation and ABAP source code DBIDFFAU - documentation and ABAP source code DBIDFF00 - Include Database Access for Logical Database IDF (All Real Estate) DBHV0JF01 - documentation and ABAP source code