‎2011 Sep 22 7:29 AM
hi,
I need to modify a standard program /1BCDWB/IQG000000000038SSCR.I got the access keys and it got edited.
but while i am trying to save that program,the following error occurs
Object PROG /1BCDWB/IQG000000000038SSCR cannot be assigned to package ZPACKAGE
Whether we cant modify this kind of programs or is there any opther way to modify and transport this object.
‎2011 Sep 22 9:35 AM
Ramya,
I guess you are trying to edit a query prorgram generated by the system. These generarted program cannot be assigned to Z Package - besides they do not have a package assignment first place.
If you need some simple queries to be created; you can try SQVI. You can use this directly and helps to generate adhoc queries.
Regards
Kathirvel
‎2011 Sep 22 9:35 AM
Ramya,
I guess you are trying to edit a query prorgram generated by the system. These generarted program cannot be assigned to Z Package - besides they do not have a package assignment first place.
If you need some simple queries to be created; you can try SQVI. You can use this directly and helps to generate adhoc queries.
Regards
Kathirvel
‎2011 Sep 22 9:47 AM
Thanks for your kind reply.
This program has been changed before version of SAP.The customised code was already there in it.But the same code i could not able to change now.
Whether is there any other area to change this code.
‎2011 Sep 22 10:07 AM
Yes this is a Infoset based program.
is it possible to add the extra columns (fields) in this type of program..
‎2011 Sep 22 7:36 PM
Hi,
if its a query, then change the infoset, and generate the program for that query. it will automatically insert the custom piece of code you have inserted in that infoset into the generated program. You should not edit this generated program. instead change the infoset, generate it, and then generate the program for the query.
Thanks,
Sam.