2006 Oct 23 11:49 AM
Hi all ABAPers!
I need to put on the focus in a filed type "Control Custom", but i dont know how to do it.
Can you help me?
Thnx a lot.
Hi all ABAPers!
I need to put on the focus in a filed type "Control Custom", but i dont know how to do it.
Can you help me?
Thnx a lot.
2006 Oct 23 12:11 PM
2006 Oct 23 12:17 PM
Where I have tput that? I Put on PBO Module and it doesn´t work
2006 Oct 23 12:21 PM
Hi,
you can put in PBO or PAI it depends upon your screen
flow .
while using set cursor field <b>'S_MATNR'</b>
bold should be in caps.
paste your code
Regards
amole
2006 Oct 23 12:25 PM
This is my code.
Thanks!
MODULE status_1001 OUTPUT.
SET CURSOR FIELD 'CONTAINER'.
SET PF-STATUS 'ZMM002_STATUS1'.
SET TITLEBAR '1001'.
ENDMODULE.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |