2012 Dec 04 1:31 PM
i have made some changes to a sapscripts but this changes are not reflected in the output, in debugging i found out that it is still considering old values.
have have checked the SGEN transaction as sujested in one of the form but it doesn't help.
Thanks
Sun
2012 Dec 04 5:03 PM
SAPScript layout sets are client-dependent...Be sure to copy your new version into the correct client (see dropdown menus for the copy in SE71). The original copy of the SAP version of a layout set is always in client 000.
In configuration, be sure that your output control is set to use the correct program and the Z* version of the SAPScript layout set. This must be transported, of course, right along with your new layout set.
Note that SAP best practice is to create only a Z* version of their layout set, and enhance that with "PERFORM" in the layout set, etc., and to NOT change the original driver program. That is not, of course, always possible.
In my experience, the problem lies within one of these two areas mentioned above.