Application Development 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: 

PF-STATUS

Former Member
0 Kudos

THERE IS A STANDARD PF-STATUS OF alv GRID??

1 ACCEPTED SOLUTION

Former Member
0 Kudos

you need to define the status name for your screen also

this is done in the pbo of the screen

eg.

SET PF-STATUS '(status_name)'.

This status name you can give in SE41 as the status to which you want to copy the STANDARD status

9 REPLIES 9

Former Member
0 Kudos

Hi liat,

1. Yes (if we use alv grid thru FM)

2. goto se80

open function group SALV

3. In that STANDARD gui-status will be there.

regards,

amit m.

Former Member
0 Kudos

Hi,

yes, you can check BCALV* programs, where you will see several PF_statuses in se41.

regards,

srikanth

0 Kudos

WHAT I NEED TO DO IN SE41

I DIDNT SEE ANYTHING

Former Member
0 Kudos

hi

the pf-status '<b>STANDARD</b>' can be used from the program <b>SAPLSALV</b> and this status can be copied in SE41 from the standard program to you program if required.

The copy option is availabe in the application toolbar in SE41

Former Member
0 Kudos

Hi Liat,

if you use alv Grid without own PF-Status you get

the Standart PF-Status.

You can Find it on this way:

1. execute yout programm.

2. on the output-dynpro try tcoce /H

3. make enter

4. in the debugger show sy-repid (is the Report)

in sy-pfkey you get the actuall PF-Status.

5. with se41 you can see detais.

6. Copy this to your own report/pf-Status

change it as yout like and use it in your Programm.

Hope i can help you.

Regards, Dieter

venkat_o
Active Contributor
0 Kudos

Hi Liat ,

1.

STANDARD is th PF-STATUS for REUSE_ALV_GRID_DISPLAY.

U can see in SE80 by giving SALV under function groups.

<b>Thanks,

Venkat.O</b>

Former Member
0 Kudos

in SE41 you can give the program name as <b>'SAPLSALV'</b> and the status as <b>'STANDARD'</b>

and if you display then you can see the status

to copy it go to menu user interface-> copy -> status

and give your target program

award points for useful answers

0 Kudos

DOMINIC

I MADE IT AND COPY.

AND WROTE IN MY PROGRAM

FORM STATUS...

I GET ERR

STATUS STANDARD OF THE USER INTERFACE IS zxxxx MISSING

Former Member
0 Kudos

you need to define the status name for your screen also

this is done in the pbo of the screen

eg.

SET PF-STATUS '(status_name)'.

This status name you can give in SE41 as the status to which you want to copy the STANDARD status