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

Sap script changes not pdated

Former Member
0 Likes
398

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

1 REPLY 1
Read only

Former Member
0 Likes
321

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.