cancel
Showing results for 
Search instead for 
Did you mean: 

Code Inspector for WD4A

Former Member
0 Kudos

Hello at all,

at our customer we are using the transaction SCI to check our coding for missing sy-subrc etc. After calling the transaction we enter the used transport order and start it with a defined variant.

Now we want to check our Web Dynpro Components (with coding in the views, comp. controller) via the same transaction, but it won't work. It seems that the transaction could not verify the generated classes from the back.

Does anybody know a solution for this?

Dirk

Accepted Solutions (0)

Answers (1)

Answers (1)

Lukas_Weigelt
Active Contributor
0 Kudos

Hi Dirk,

as far as I know, the code inspector will use its default variants only for the whole generated class, i.e. what comes out from compiling the WebDynpro Component. Personally, I don't know of a way to use the code inspector for single Views or Controllers, but you can definitely use the code inspector for the whole component. Go to SE80, select your WDA Component and in the Top Menu Bar choose "WebDynpro Component", check, code inspector. Also in case you want to use a variant defined by yourself, you can still use transaction SCI, as you said, with object type WDYN.

If this doesn't work for you, it's not standard behaviour 😉

Cheers, Lukas