Dear All,
While fetching a report from RG 23 D report getting following error . Kindly advise
Checked by Debugger page
Error While fetching Report
Kindly Advise.
Thanks
With Regards
Mandeep Kaur
*This post is locked for comments
Dear All,
While fetching a report from RG 23 D report getting following error . Kindly advise
Checked by Debugger page
Error While fetching Report
Kindly Advise.
Thanks
With Regards
Mandeep Kaur
*This post is locked for comments
You do not need to increase the field length in table.
Just go to report and Increase the length of NameAddress variable. This should not be an issue and would resolve your problem.
Look at this link
Hi Sir,
How to use COPYSTR function? Kindly advise.
Thanks
With Regards
Mandeep kaur
If the length of field is changes in table then you may need to change everywhere where it affects and this is tedious thing to do as error will pop up every time unless it is not corrected
Better Use COPYSTR function
Hi Amol Sir,
I have edit the text field length .
This is what I have done in table fields.
Kindly advise
Thanks
With Regards
Mandeep kaur
Hi,
What changes done in text field ?
For Use of StrLen look at the following link
Hi,
Thanks for the reply,
Could you please explain how to use the command strlen.
As I have done the changes in the text field but still I am getting same error. Please advise.
Thanks
With Regards
Mandeep kaur
This is quite typical error when you start to modify the standard functionality, facing that some text fields are bloody short. So the first option that looks easy is to make some field on some card longer and this allows the user to enter a longer text.
However later, when user does posting or plots a report, this longer value starts to be populated into other tables or variables where you obviously had not made the change, and a conflict appears.
It is advisable that you increase the length of that variable and further in all places where it will be used (or just wait until the next user complaint to get the next used place :-) ), or truncate the current value to 80 as Jonathan advised.
Hey Manish,
Though the error seems very simple that the defined character length is 82 but it must be less then or equal to 80 characters, means you can simply go and increase the length of the field and this will solve your query but if it's a standard NAV field then you might need to increase the length in many other tables where it's flowing otherwise again you will end up with the same error.
You need to increase the length of variable but ensure that it will not impact other part
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,387
Most Valuable Professional
nmaenpaa
101,156