cancel
Showing results for 
Search instead for 
Did you mean: 

ITS onclick ok cose passing issue & table control

Former Member
0 Kudos

Hi,

I have designed a table contol on ITS its working ok except following two issue :

1. I want to supply OK Code on click event and supply one of field in tabcontrol and get it into SAPgui .

2. Vertical lines are not appering in table control mean data appering in table control

in table control but vertical seprators are not visible .

Is there any idea for that.

Thanks,

SS

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Using javascript you can solve point 1:

define the event onclick where you call a javascript function with two parameters;

into javascript function you can set this code:

document.location="`wgateURL('TABLE_FIELD'="6", ~OKCode="DATA")`"

where TABLE_FIELD is a GUI variable to pass one field from tablecontrol;

OkCode standard variable Ok_Code to trigger the event.

Can you describe in other words point 2?

Bye,

Gianluca