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

Former Member
0 Likes
1,463

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,381

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

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
Read only

Former Member
0 Likes
1,381

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.

Read only

Former Member
0 Likes
1,381

Hi,

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

regards,

srikanth

Read only

0 Likes
1,381

WHAT I NEED TO DO IN SE41

I DIDNT SEE ANYTHING

Read only

Former Member
0 Likes
1,381

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

Read only

Former Member
0 Likes
1,381

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

Read only

venkat_o
Active Contributor
0 Likes
1,381

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>

Read only

Former Member
0 Likes
1,381

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

Read only

0 Likes
1,381

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

Read only

Former Member
0 Likes
1,382

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