‎2021 Jan 08 6:16 AM
Hi,
I have an existing sap query where only one table is used and one of the field length(Changed from 10 to 15 chars) of that table is changed.
Field length changes into the table would be automatically accommodated into the query?
If not, what changes I have to perform into the infoset and query?
Kindly guide.
Thanks.
‎2021 Jan 08 6:33 AM
If you have no special considerations of the field length implemented in your query, nothing has to be done.
‎2021 Jan 08 6:57 AM
Thanks for your response.
I do not have special considerations of the field length, but would like to know if this field length change( into the table) will automatically be adopted by query?....Query will reflect this field length change( into the table) without doing anything?
‎2021 Jan 08 7:03 AM
Like I said, no changes are necessary if you have no special length logic in the query.
‎2021 Jan 08 7:04 AM
‎2021 Jan 08 1:58 PM
‎2021 Jan 13 6:24 AM
Hi Raymond,
Thanks for your inputs. I have changed the field length but unfortunately infoset and query did not adapt the field length changes.
Query length is still showing length 10 and remaining 5 characters cut off from the output.
I am trying to run the query from transaction SQ01.
Please can you guide, what changes I need to make into infoset and query?
Thanks.