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

Program Error

former_member445996
Participant
0 Likes
491

Hi All,

I copied a SAP report RFW1099M to a Z program ZRFW1099M. Report runs fine but does not give me the menu bars that the original program has.

Program is giving the following error:

Status VENDORLINERECORD 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 MenuPainter).

I have verified that this status does exists and is activated as part of the Z program.

Does anyone know what the actual issue is and how we can fix it?

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

abdul_hakim
Active Contributor
0 Likes
417

hi

while copying the program you should also copy the GUI STATUS as well otherwise you will get the same error..

Cheers,

Abdul Hakim

Mark all useful answers..

2 REPLIES 2
Read only

abdul_hakim
Active Contributor
0 Likes
418

hi

while copying the program you should also copy the GUI STATUS as well otherwise you will get the same error..

Cheers,

Abdul Hakim

Mark all useful answers..

Read only

0 Likes
417

the problem is (I think) that include IOR1099M has a hard-coded reference to the original program (variable gd_repname) so that when alv is called it gets confused. I think if you copy the include and change the prgram reference you will be ok.