2008 Apr 14 12:09 PM
Hi all,
]
I created one pf-status in which spread sheet button added, but its functionality is not working.I given Standard function code but it is not working , whereas in my other program it is working well with the same function code.
Please help in this.
Thanks & Regards
RK
2008 Apr 14 12:35 PM
You will have to create some coding for this function.
SO:
CASE OK_CODE.
WHEN 'EXCEL'.
DO THIS AND THAT...
ENDCASE.
It will not just work by giving it a function code. The functionality for this function code, you will have to code yourself, or copy it from the 'other' program.
You will have to create some coding for this function.
SO:
CASE OK_CODE.
WHEN 'EXCEL'.
DO THIS AND THAT...
ENDCASE.
It will not just work by giving it a function code. The functionality for this function code, you will have to code yourself, or copy it from the 'other' program.
2008 Apr 14 12:35 PM
You will have to create some coding for this function.
SO:
CASE OK_CODE.
WHEN 'EXCEL'.
DO THIS AND THAT...
ENDCASE.
It will not just work by giving it a function code. The functionality for this function code, you will have to code yourself, or copy it from the 'other' program.
2008 Apr 14 1:39 PM
hi,
at user-command.
case sy-ucomm.
when 'xyz'.
code.....
when 'abc'.
code......
endcase.
here xyz and abc refer to function codes.
rgds
Umakanth
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |