2009 Mar 16 11:25 AM
Hi guys,
Is it possible to change the screen generated by the selection screen of a report?
Thanks!
2009 Mar 16 11:27 AM
yes....it is possible to change the screen generated by the selection screen of a report only for one time.....
2009 Mar 16 11:27 AM
Could you please explain it....It is possible to change the screen....
2009 Mar 16 11:27 AM
yes....it is possible to change the screen generated by the selection screen of a report only for one time.....
2009 Mar 16 11:29 AM
Hi,
we have a crated a custom program with selection screen... and one parameter has defined length of 50 in the screen and we want to change it to 65...
Is it possible?if yes, how? Thanks!
2009 Mar 16 11:35 AM
you can change the length of that variable by changing in program by adding one data-element of length 65.
or you can change it by going screen-painter of that screen....see the object list....double click on the screen number...go to layout and change what you want
2009 Mar 17 1:47 AM
Hi,
We have already changed the the defined length via screen painter, however, it's only working in the development box but upon transport to the test box it's not working. The defined length in the test box goes back to it's original length...
Thanks!
2009 Mar 17 4:21 AM
Hi,
Modifying a report screen via screen painter will not work since when the screen is transported, it is regenerated and all changes made via Screen painter is lost.
What you need to do is change the parameter declaration in the codes.
e.g
from P_param1 type char50.
to P_param1 type char65.
Regards.
2009 Mar 18 3:54 AM
Hi,
Im sorry,,, that is supposed to be 45 and not 55,,, the defined length is 45...
is the maximum defined length only 45???
Thanks!
2009 Mar 17 2:05 AM
Hi,
In the screen paniter is that Name of the field Refers to any database field name..?
Guru
2009 Mar 17 2:51 AM
Yes, it refers to the custom data element created with length of 70 characters,,, however the defined length for the screen generated is only 55...
2009 Mar 17 3:17 AM
Hi If u have changed the lenght of the data element then transport the dataelement also..to to the test system..
2009 Mar 17 3:55 AM
Hi If u have changed the lenght of the data element then transport the dataelement also..to to the test system..