FDT_ADJUST_DEVCLASS_FOR_DEL_AP is a standard Executable ABAP Report 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 FDT_ADJUST_DEVCLASS_FOR_DEL_AP 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.
Selection Text: PV_DEVC = D .
Selection Text: PV_ID = Application ID
Selection Text: P_TEST = Test only
Title: Adjust the Development Class for Deleted Applications to transport
Text Symbol: L01 = Version
Text Symbol: L02 = actual package
Text Symbol: L11 = new package
Text Symbol: L21 = has child packages:
Text Symbol: R01 = Object is not an application
Text Symbol: R02 = Object is not delete
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TRINT_DEVCLASS_GET CALL FUNCTION 'TRINT_DEVCLASS_GET' EXPORTING iv_devclass = iv_development_package IMPORTING es_tdevc = ls_tdevc "MA20080619 EXCEPTIONS devclass_not_found = 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.
FDT_ADJUST_DEVCLASS_FOR_DEL_AP - Adjust the Development Class for Deleted Applications to transport FDT_ADJUST_DEVCLASS_FOR_DEL_AP - Adjust the Development Class for Deleted Applications to transport FDT_ACTIVATE_OBJECT - Activate BRFplus Objects FDT_ACTIVATE_OBJECT - Activate BRFplus Objects FDOPOTOP - GET_METHOD_PARAM_SOP_INDEX FDOPOI00 - documentation and ABAP source code