Application Development and Automation 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: 
Read only

tab setting as required

Former Member
0 Likes
709

Hi All,

How can we set the tab control as required,for example if there are ten fields on the screen ,if i want the tabto be moved to third field when i press tab and then to second field and then to fifth field and so on as in the required order any body please help me out.

One more problem i had is with date search help i want the search help for date field for ex.

i had a input field which takes date for that field i want a search help in the form of calender

i,e when i press on thet search help a calender should be opened.

Thanks in Advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
683

Hi santosh,

Include the fiedls in a chain-endchain .

in PBO

loop at itab with tc....

chain.

field: itab-field1,

itab-field2, itab-field3

module mod_name.

endchain.

endloop.

For f4 help for date, declare the screen field referring to and standard date field like bkpf-budat...

Regards,

Ravi

Hi All,

How can we set the tab control as required,for example if there are ten fields on the screen ,if i want the tabto be moved to third field when i press tab and then to second field and then to fifth field and so on as in the required order any body please help me out.

One more problem i had is with date search help i want the search help for date field for ex.

i had a input field which takes date for that field i want a search help in the form of calender

i,e when i press on thet search help a calender should be opened.

Thanks in Advance.

5 REPLIES 5
Read only

Former Member
0 Likes
684

Hi santosh,

Include the fiedls in a chain-endchain .

in PBO

loop at itab with tc....

chain.

field: itab-field1,

itab-field2, itab-field3

module mod_name.

endchain.

endloop.

For f4 help for date, declare the screen field referring to and standard date field like bkpf-budat...

Regards,

Ravi

Read only

0 Likes
683

Thanks but ,where to give the reference if i take the mentioned field i,e bkpf-budat. its saying that field is not a ctive in dictionary

Read only

0 Likes
683

Hi,

Activate that table in the dictionary.

Go to se11 and open the bkpf table and activate it.

For search help, declare the date field as a standard date field.

Regards,

Prasanth

  • Reward all helpful answers

Read only

Former Member
0 Likes
683

Hi,

This is called tab sequencing... I think directly it's not possible in SAP. You have to write custome made object to handle events. It will be farely complex creating one.

More over for search help ... answer writen above is correct.

Now .. Man Please help us by rewarding points

Cheers.

Darshan

Read only

Former Member
0 Likes
683

Hi Ravulapalli,

Hope u have found answer to your query..For Further help you can write to me.

But for now, Can u help us by rewarding points to good answers

Thanks,

DARSHAN