WDK_CREATE_BINDING is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Use the report to complete the binding of the UI elements of your Webdynpro application to the corresponding Kayak context elements...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter WDK_CREATE_BINDING 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: PA_APPL = D .
Title: Create Kayak context binding
Text Symbol: 001 = UI Element
Text Symbol: 002 = Dynpro Field Element
Text Symbol: 003 = Status
Text Symbol: 004 = Show Settings
Text Symbol: 005 = Hide Settings
Text Symbol: 006 = Dynpro/Program
Text Symbol: 007 = Table Control Name
Text Symbol: 008 = Selection
Text Symbol: 100 = Changes were saved. Do you want to leave the program?
Text Symbol: 101 = Long Text
INCLUDE WDK_CREATE_BINDING_TOP . " GLOBAL DATA
INCLUDE WDK_CREATE_BINDING_F01.
INCLUDE WDK_CREATE_BINDING_F02.
INCLUDE WDK_CREATE_BINDING_F03.
INCLUDE WDK_CREATE_BINDING_F04.
INCLUDE WDK_CREATE_BINDING_F10.
INCLUDE WDK_CREATE_BINDING_I01.
INCLUDE WDK_CREATE_BINDING_O01.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
WDK_CREATE_BINDING - Create Kayak context binding WDK_CREATE_BINDING - Create Kayak context binding WDK_CQ_REFERENCES_DEFAULT - Report WDK_CQ_REFERENCES_DEFAULT WDK_CQ_REFERENCES_DEFAULT - Report WDK_CQ_REFERENCES_DEFAULT WDK_CONVERT_WDALV_XML_TOP - Include WDK_CONVERT_WDALV_XML_TOP WDK_CONVERT_WDALV_XML_F01 - Include WDK_CONVERT_WDALV_XML_F01