| Forums.Sureshkumar.net : A Perfect Place to Share Knowledge Blogs Games Magazines |
|
|||||||
| TECHNICAL - ABAP,BASIS& NETWEAVER Discussions on ABAP,BASIS& NETWEAVER |
![]() |
|
|
LinkBack | Thread Tools | Rate Thread | Display Modes |
|
|
#1 (permalink) |
|
Junior Member
Join Date: Aug 2007
Age: 30
Posts: 8
Thanks: 0 Thanked 0 Times in 0 Posts Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 2
|
How to move cursor to next field in screen painter?
In screen painter, I have two fields er_id and er_name.In er_id I have validated
for duplication record.Once user enters er_id,I checked for its existence in its table if exists warning message is displayed and if not exists cursor should go to next field i.e er_name.How to acheive this?My code is select * from t1 where er_id = er_id if sy-dbcnt <> o message 'er id exists' else set cursor field 'er_name'. endif But this is not working,i placed above code in module m1 input',some said that set cursor should be in PBO.So I assigned boolean value to one variable and checked in PBO,even then its not working. else status = 'yes'. endif PBO: if status = 'yes'. set cursor field 'er_name'. endif. Help me.Thanks in advance. |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mega Free Download S/W Links A-Z | yathish | OTHERS | 513 | 30-09-08 02:49 PM |