Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Table Control & tab pages

Former Member
0 Kudos

Dear Guru's,

In my requirement I have 4 tab Pages & 1 tab control In each...

I have done all coding everything is working the way it should..

Except that... While entering data if I press Enter all the fields of all the tabpages except the last go inactive. Plz tell me how to handle this...

I know about screen-input , active and all.. But that's not helping me... And the variable carry a value '1' meaning input is possible...

So please tell me what I am missing here...

Regards

Vijay

5 REPLIES 5

Former Member
0 Kudos

Hi,

Add in all your PAI modules

CHECK Sy-UCOMM/OK_CODE NE Space.

hope it helps.

santhosh

Former Member
0 Kudos

Hi Santhosh,

The prob was actually simple it was I whodid not notice... Ihad a mandatory field in tab4.

so when i click enter the control goes their & deactivates the rest of the field...

Thanks for ur help Though

Regards,

VIjay

Former Member
0 Kudos

Hi Guru's I am reopening the thread here. I have started facing the problem again. that the table control unfilled lines go inactive even though the screen-input & active variables are set to "1".

I am not able to find what i am missing here... Please advice...

Regards

VIjay

Edited by: Vijay on Sep 22, 2008 8:52 AM

0 Kudos

In PBO u can set the no of lines of table control.

If u want one additional row as active all the time.

TCNTRL-TCLINES = no of rows in int table + 1.

Regards

Sathar

0 Kudos

Guru's...

If I do a page down in one of the table controls in TAB3... the control goes to TAB1.

How do i stop this also...

Regards,

Vijay..