WDY_CREATE_ICF_FOR_APPLICATION 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 WDY_CREATE_ICF_FOR_APPLICATION 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: P_APPNAM = Application Name
Selection Text: P_ICFNAM = ICF Node Name
Title: Create ICF Node for the Web Dynpro Application Subsequently
Text Symbol: 001 = Enter the application name and the ICF node name
Text Symbol: 002 = Invalid ICF node name
Text Symbol: 003 = No component specified for the application
Text Symbol: 004 = ICF node created
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_ACCESS_PERMISSION call function 'RS_ACCESS_PERMISSION' exporting object = l_applname object_class = 'WDYA' exceptions others = 1.
HTTP_GET_NODEGUID call function 'HTTP_GET_NODEGUID' exporting parguid = c_sicf_parguid nodename = l_nspace_node importing nodeguid = l_parguid exceptions 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.
WDY_CREATE_ICF_FOR_APPLICATION - Create ICF Node for the Web Dynpro Application Subsequently WDY_CREATE_ICF_FOR_APPLICATION - Create ICF Node for the Web Dynpro Application Subsequently WDY_CONVERT_COMPONENT - Convert Component WDY_CONVERT_COMPONENT - Convert Component WDY_COMPONENT_COPY - Web Dynpro: Copy a Component WDY_COMPONENT_COPY - Web Dynpro: Copy a Component