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: 

Reg:copying standard appl.toor bar to zprog

Former Member
0 Kudos

Hi,

I have to copy the alv grid standard tool bar into my program. I know that we have to copy it from se 41. but i don't know how exactly i have to do this.

Please give me some clear idea.

Thanks in Advance.

Srik

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

In SE41, click on USER INTERFACE->COPY->STATUS.

Now enter Program as SAPLSALV

Status as STANDARD

and down enter your program name and its corresponding set-pf-status, eg. 'ZZ'.

this way u can copy the standard status to your program.

Thanks,

Sudha

2 REPLIES 2

Former Member
0 Kudos

Hi,

In SE41, click on USER INTERFACE->COPY->STATUS.

Now enter Program as SAPLSALV

Status as STANDARD

and down enter your program name and its corresponding set-pf-status, eg. 'ZZ'.

this way u can copy the standard status to your program.

Thanks,

Sudha

Former Member
0 Kudos

Hi.

There is another option too , u doesnt need to copy those set pf-status .. u can call another program set pf-status from ur program..

Syntax.

SET PF-STATUS status [OF PROGRAM prog] [EXCLUDING fcode]

[IMMEDIATELY].

Eg:

Set pf-status 'STANDARD' of program <program name >.

Regards

Bala.