SAP Reports / Programs

WDK_CONTEXT_CREATE SAP ABAP Report - Re-Generate Context for Kayak WebDynpro Applications







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


Text pool values


Selection Text: TESTRUN = Testrun
Selection Text: INC_SWFF = Include fields from SFW
Selection Text: COMPNAME = "External" Component name
Selection Text: APPNAME = WebDynpro Application name
Title: Re-Generate Context for Kayak WebDynpro Applications
Text Symbol: 078 = @logger: Table node &1 will be created
Text Symbol: 079 = @logger: Table node &1 already exists
Text Symbol: 080 = @logger: Field node &1 will be created
Text Symbol: 081 = @logger: Field node &1 already exists
Text Symbol: 082 = @logger: Attribute &1 will be created
Text Symbol: 083 = @logger: Table column attribute &1 will be created
Text Symbol: 086 = @logger: Table column node &1 will be created
Text Symbol: 087 = @logger: Table column node &1 already exists
Text Symbol: 088 = @logger: Dynamic header field node &1 will be created
Text Symbol: 089 = @logger: Dynamic header field node &1 already exists
Text Symbol: 090 = @logger: Dynamic header attribute &1 will be created
Text Symbol: 091 = @logger-info: The logger provides no info about new/existing attributes...
Text Symbol: 092 = @logger: Attribute &1 will be deleted
Text Symbol: 093 = @logger: Field node &1 will be deleted
Text Symbol: 094 = @logger: Table column attribute &1 will be deleted
Text Symbol: 095 = @logger: Table column node &1 will be deleted
Text Symbol: 096 = @logger: Dynpro node for &1 &2 will be deleted
Text Symbol: 097 = @logger: Dynpro node &1 will be deleted
Text Symbol: 077 = @logger: Dynpro node &1 already exists
Text Symbol: 000 = Kayak tables are not maintained for Web Dynpro Application &1
Text Symbol: 001 = Variant transaction has to begin with '/KYK/T_'
Text Symbol: 002 = Transaction variant has to begin with '/KYK/V_'
Text Symbol: 003 = Web Dynpro Application &1 doesn't exist
Text Symbol: 004 = Transaction code &1 is not a variant transaction
Text Symbol: 005 = Web Dynpro Application &1 is not linked to a component
Text Symbol: 006 = Error during update. Changes to Component &1 could not be saved
Text Symbol: 007 = Component &1 has been activated successfully
Text Symbol: 008 = Component &1 has not been activated - please check
Text Symbol: 009 = Component &1 could not be locked
Text Symbol: 010 = Screenvariant Field &1 was flagged as technical field in WDKFIELDS and will not added.
Text Symbol: 011 = Component &1 does not exist
Text Symbol: 012 = Specify the component (needed in case of model component usage)
Text Symbol: 013 = Specify model component





Text Symbol: 014 = Dynpro &1 uses dynamic column header. Use the report WDK_ANALYZE_APPL for more information
Text Symbol: 015 = Dynpro &1 of program &2 contains more than one table controll. This is not allowed. Context creation not possible.
Text Symbol: 070 = ***** Report runs in test mode *****
Text Symbol: 071 = @logger: Kayak main node is created
Text Symbol: 072 = @logger: Kayak main node already exists
Text Symbol: 073 = @logger: Dynpro &1 is new and will be added
Text Symbol: 074 = @logger: Dynpro &1 will be updated
Text Symbol: 075 = @logger: Dynpro &1 is no longer used and will be deleted
Text Symbol: 076 = @logger: Dynpro node &1 will be created


INCLUDES used within this REPORT WDK_CONTEXT_CREATE

INCLUDE WDK_CONTEXT_CREATE_TOP.
INCLUDE WDK_APPLICATION_LOG.


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:

No SAP FUNCTION MODULES are executed within this report code!



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