Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

PF-STATUS

rthoodi
Active Participant
0 Likes
458

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

1 ACCEPTED SOLUTION
Read only

Sm1tje
Active Contributor
0 Likes
434

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.

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

2 REPLIES 2
Read only

Sm1tje
Active Contributor
0 Likes
435

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.

Read only

Former Member
0 Likes
434

hi,

at user-command.

case sy-ucomm.

when 'xyz'.

code.....

when 'abc'.

code......

endcase.

here xyz and abc refer to function codes.

rgds

Umakanth