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

Standard program saving

Former Member
0 Likes
724

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
696

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

4 REPLIES 4
Read only

Former Member
0 Likes
697

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

Read only

0 Likes
696

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.

Read only

0 Likes
696

Yes this is a Infoset based program.

is it possible to add the extra columns (fields) in this type of program..

Read only

0 Likes
696

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.