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: 

InfoSet is not being Generated correctly

Former Member
0 Kudos

Hello Experts,

I have made simple code modification to an infoset created with SQ02, but the changes are not getting applied in test env (only it works in Dev system).

This infoset is used in a Z Query, which is assigned to a Ztransaction code.

I made a couple of changes through the editor in SQ02. The problem is that when generating my infoset in SQ02 I'm getting the message that it was generated successfully and it works correctly in Dev System , however,  when i transported to test system  those changes are not taken into account (I mean i still do not see my changes in generated program). If I try to execute a test whithin SQ02 the changes are available in infoset.

Any ideas?

Thanks in advance

4 REPLIES 4

eduardo_hinojosa
Active Contributor
0 Kudos

Hi

If you link your query to a tcode, remember to do in production in tcode SQ01 for the query using this infoset this step:

I hope this helps you

Regards

Eduardo

0 Kudos

Thanks Eduardo,

But i ve already generate my program and the problem is :

we don't have the same version as Dev System of program generated although we have same version for Query/InfoSet and user group

Regards

0 Kudos

Thanks Eduardo,

But i ve already generate my program and the problem is :

we don't have the same version as Dev System of program generated although we have same version for Query/InfoSet and user group

Regards

0 Kudos

Hi

Then do little changes in these objects for creating a new request and when you run STMS, if it fails (version management reason), try it again and remember set these flags (I never flag them, I prefer the system checks the versions)

Remember check where this infoset is used for avoiding secondary efects in other objects. After, generate again the programs. Check the versions management.

I hope this helps you

Regards

Eduardo