cancel
Showing results for 
Search instead for 
Did you mean: 

during debugging %tky, %pky and %key fields not visible instance action imporing parameter keys

0 Kudos
796

Hi All,

i had declared an action of type instance in the behavior definition .

during the debugging the action, I found that action importing keys structure doesn't have any fields called %tky, %pky, %key but in the source code implementation all the fields i.e. . %tky, %pky, %key, %cid_ref, TravelUUID.

i had attached the screen shot for the same. my question is why in debugging %tky, %pky, %key fields are not shown as part of structure?

regards,

Venky.

Accepted Solutions (1)

Accepted Solutions (1)

Andre_Fischer
Product and Topic Expert
Product and Topic Expert

%tky is not visible immediately. But if you enter ls_key-%tky in the debugger window or if you would hoover accross a statement in your code that contains %tky you will see it.

Answers (0)