‎2006 Jul 26 10:56 PM
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.
‎2006 Jul 26 10:58 PM
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..
‎2006 Jul 26 10:58 PM
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..
‎2006 Jul 27 12:23 AM
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.