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

ALV Output Screen ..........

Former Member
0 Likes
794

Hi Experts,

In ALV report for FM we use PF_STATUS_SET.

CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'

EXPORTING

i_callback_pf_status_set = 'PF_STATUS_SET'

For each time we have to go in se41 and copy the standard screen full screen for :

FORM pf_status_set USING extab TYPE slis_t_extab.

SET PF-STATUS 'STD' EXCLUDING extab.

ENDFORM. "pf_status_set

Is there any standard procedure to do this in ALV without copy screen in se41 each time?

Yusuf

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
731

Hi,

I think you want the program can use a default status bar with out creating threw se41

then use the syntax-

SET PF_STATUS SPACE.

here there is no need to create threw se41 i think.

Edited by: vijay Mekala on Jan 2, 2008 8:26 AM

Edited by: vijay Mekala on Jan 2, 2008 8:27 AM

Edited by: vijay Mekala on Jan 2, 2008 8:29 AM

Hi Experts,

In ALV report for FM we use PF_STATUS_SET.

CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'

EXPORTING

i_callback_pf_status_set = 'PF_STATUS_SET'

For each time we have to go in se41 and copy the standard screen full screen for :

FORM pf_status_set USING extab TYPE slis_t_extab.

SET PF-STATUS 'STD' EXCLUDING extab.

ENDFORM. "pf_status_set

Is there any standard procedure to do this in ALV without copy screen in se41 each time?

Yusuf

5 REPLIES 5
Read only

Former Member
0 Likes
731

hi,

ya if u want ALV tool bar along with ur added buttons than u need to do this....

Read only

0 Likes
731

Hi Dhwani,

What to do?

Read only

0 Likes
731

means every time u need to copy standard status to ur status

whenever u need ur buttons with standard toolbar....

Read only

Former Member
0 Likes
732

Hi,

I think you want the program can use a default status bar with out creating threw se41

then use the syntax-

SET PF_STATUS SPACE.

here there is no need to create threw se41 i think.

Edited by: vijay Mekala on Jan 2, 2008 8:26 AM

Edited by: vijay Mekala on Jan 2, 2008 8:27 AM

Edited by: vijay Mekala on Jan 2, 2008 8:29 AM

Read only

0 Likes
731

Hi Vijay,

Thanks, I was thinking that there is some way. Anyway you solved my problem.

Rewarded.

Yusuf