2007 Jan 09 7:16 AM
Hello,
How to add a PUSHBUTTON and an INPUT/OUTPUT field on the container(oops).
Plz explain the sequential process and the classes to be used..
thanx..
Hi,
You can add push button in application toolbar and use the statement set pf-status 'zstatus'. in PBO of the screen.
2007 Jan 09 7:41 AM
Hi,
You can add push button in application toolbar and use the statement set pf-status 'zstatus'. in PBO of the screen.
2007 Jan 09 7:59 AM
hi,
u can do like this.
*------------------------------------------------------------------*
* FORM SET_PF_STATUS *
*------------------------------------------------------------------*
FORM set_pf_status USING rt_extab TYPE slis_t_extab.
SET PF-STATUS 'ZNEWSTATUS'.
"Copy of 'STANDARD' pf_status from fgroup SALV
ENDFORM.***********copy pf status***********
1)goto se80
2)open function group SALV
3) In that STANDARD gui-status will be there.
4)right click on that and ther is option of copy
5)just copy it and save it with ur name 'status_name'.
6) now in ur program SET PF-STATUS '(status_name)'.
7)don't forget to active it again
Regards
Anver
2007 Jan 09 8:35 AM
1.You can create one Pushbutton.and give the name of the function code(RETURN) of that pushbutton.
2.Then module PAI write a code.
For ex.
module pai_0101 input.
case ok_code.
when 'RETURN'.
leave to screen 0.
endcase.
clear ok_code.
endmodule.
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |