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: 

Gui interface

Former Member
0 Kudos

Hi,

Guys I copied one program to another program.I can see Gui status all is copied

But when i try to execute the copied program ,i get the following message.I tried to go to se41 and activate gui & interface but still it shows the same.Please guide

Status MAIN_ALV of the user interface SAPLKKBL missing

Message no. 00 264

Diagnosis

The specified GUI status either does not exist or was not generated.

Procedure

Use the Menu Painter to check whether the status required actually

exists. If it does, then generate the interface SAPLKKBL (using the Menu

Painter).

1 ACCEPTED SOLUTION

joginder_singh
Active Participant
0 Kudos

Hi

As you have copied a program ,i assume some where in the program the standard program name is used ,may be some where passing the information to any function module ,if so then change the name to your z program name and also copy the standard gui status with your one and replace where ever applicable.

May be you need to change at

constants self type sy-repid value 'SAPLKKBL'. line 14 include LKKBLTOP

and

include LKKBLF29 line number 113 code

if g_detail_top_of_page eq 'SALV_TOP_OF_PAGE' and

g_detail_repid eq 'SAPLKKBL'.

Hope this help you to resolve your issue.

Cheers

Joginder

7 REPLIES 7

Former Member
0 Kudos

hi,

Check the PF-STATUS exits or not.if Exist activate it.

joginder_singh
Active Participant
0 Kudos

Hi

As you have copied a program ,i assume some where in the program the standard program name is used ,may be some where passing the information to any function module ,if so then change the name to your z program name and also copy the standard gui status with your one and replace where ever applicable.

May be you need to change at

constants self type sy-repid value 'SAPLKKBL'. line 14 include LKKBLTOP

and

include LKKBLF29 line number 113 code

if g_detail_top_of_page eq 'SALV_TOP_OF_PAGE' and

g_detail_repid eq 'SAPLKKBL'.

Hope this help you to resolve your issue.

Cheers

Joginder

0 Kudos

points awarded to Joginder

0 Kudos

Thanks.

Cheers

Joginder

Former Member
0 Kudos

hi,

May be the pf status is not assigned to ur copy program.

just check it

Former Member
0 Kudos

goto se38 open SAPLKKBL and goto the control object list ..

just like opening the program in se80 and check the gui status of this program .

it will have multiple gui status in this select gui standard ...

now right click on this and say copy ..it will ask the target program where this needs to be copied ..

now in here givr ur program name and the contents of GUI will land here in ur program .

activate the program and check the status.

Vijay

Former Member
0 Kudos

hi,

best way is to use batch input program available from SAP for the Vendor master data update:

Object 0040 Vendor master

Method 0001 Standard

Program Name RFBIKR00

Program Type B Batch Input