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

Problem with copied transaction

Former Member
0 Likes
429

HI All,

I have copied the transction SOST and created the custom transaction ZSOST with some code modifications. I am facing a issue when I open a new session for ZSOST. It shows me the undesired records on the screen and when I refresh the screen records get removed from the screen.

Could any body tell me why these unwanted records are coming up only when new seesion is opned.And how this can be fixed?

regards

Saurabh

2 REPLIES 2
Read only

Former Member
0 Likes
397

there are a number of places in the program where it is using the string 'SOST' and 'RSSOSOSTSTAT' (the program behind the transaction). It may be that the changed program name and transaction code are not being handled correctly because of this.

rob

Read only

Former Member
0 Likes
397

thx