cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Web Dynpro - Event Handler Default Table Control Columns

former_member426550
Participant
0 Kudos

Hi All,

We are currently running SAP ERP 6 with EHP6 SPS5 on our Development Server.

Upon displaying Web Dynpro View in Transaction Code SE80. There are 2 hidden Columns. (See Attached File)

Type  = WDY_WB_VC_PARAM-PARAM_KIND ( Importing, Exporting)

Default Value = WDY_WB_VC_PARAM-DEFAULT_VALUE

I tried removing the checkbox(Invisible) in the Adminstrator button but nothing happens. The 2 colums are still hidden,

I also tried deleting all entries in table TCVIEW with program Name = SAPLWDY_WB_PROC_ED.

Can Anyone help me how to display all Colums?

In our production server (SAP ERP 6 with EHP5) all columns are visible.

Thanks

-Nathan

Accepted Solutions (1)

Accepted Solutions (1)

former_member426550
Participant
0 Kudos

Solved.

SAP ERP 6 onwards does not support PARAM_KIND Column in Action Event.

You have to move your codes from ACTION EVENT  to METHOD ( Method type Method ) if you want to use the Importing/Exporting column.

Answers (1)

Answers (1)

0 Kudos

Hi,

In the table TCVIEW the program SAPLWDY_WB_PROC_ED for control TC_PARAMS, the value maintained is only for user .TCADMIN. of user type A, I belive only for this particular user the values would be set for invisible.

Try checking the values in this table in development and production server.

*Reward points if useful

Cheers,

Nihar

former_member426550
Participant
0 Kudos

thanks Nihar for your reply.

i already checked the table in the production server but no values corresponds to program name = SAPLWDY_WB_PROC_ED. Any other ideas? or work around with my problem?