2007 Mar 06 1:02 PM
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.
2007 Mar 06 1:06 PM
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.
2007 Mar 06 1:06 PM
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
2007 Mar 07 4:34 AM
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
2007 Mar 07 6:03 AM
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
2007 Mar 06 1:57 PM
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
2007 Mar 07 6:11 AM
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
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |