2008 Mar 31 10:45 AM
Hi,
I would like to create two push buttons on the application tool bar but want the texts to be determined through my program logic ...
Is it possible ? If yes. Kindly help me .
Regards,
christina.
2008 Mar 31 10:54 AM
Yes it is possible.
data: v_fieldname(10).
v_fieldname = 'TESTBUTTON'.
call screen 100.
module STATUS_0100 output.
SET PF-STATUS 'ZTEST'.
endmodule. " STATUS_0100 OUTPUT
While setting the pf-status, i added the button in the application toolbar, there it ask for text , i will use the option Dynamic, Instead of Static which is default option, then it ask for the fieldname , you mention the fieldname which is there in Program. Conditionally populate the field.
Hi,
I would like to create two push buttons on the application tool bar but want the texts to be determined through my program logic ...
Is it possible ? If yes. Kindly help me .
Regards,
christina.
2008 Mar 31 10:54 AM
Yes it is possible.
data: v_fieldname(10).
v_fieldname = 'TESTBUTTON'.
call screen 100.
module STATUS_0100 output.
SET PF-STATUS 'ZTEST'.
endmodule. " STATUS_0100 OUTPUT
While setting the pf-status, i added the button in the application toolbar, there it ask for text , i will use the option Dynamic, Instead of Static which is default option, then it ask for the fieldname , you mention the fieldname which is there in Program. Conditionally populate the field.
2008 Mar 31 10:55 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |