2007 Mar 09 3:15 PM
At menu painter (SE41) I want to define some standard buttons. Are there any list of normal codes for normal actions? Or each programmer puts for them the code he wants?
Ex: I've see the green back arrow with BACK code, WB_BACK code, BAC1 code, etc.
Thanks!
2007 Mar 09 3:18 PM
At menu painter (SE41) I want to define some standard buttons. Are there any list of normal codes for normal actions? Or each programmer puts for them the code he wants?
Ex: I've see the green back arrow with BACK code, WB_BACK code, BAC1 code, etc.
Thanks!
2007 Mar 09 3:18 PM
2007 Mar 12 4:18 AM
Hi,
You may specify any function code of your own, and in the PAI event you try your code as to what that sy-ucomm whould do.
Regards
Subramanian
2007 Mar 12 4:35 AM
Hello,
You can use anything that you want to.Just make sure you use the same FCODES in PAI as well:
Case ok_code.
WHEN 'BACK'...
WHEN 'WB_BACK'...
WHEN 'BAC1'...
Regards,
Beejal
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |