‎2021 Aug 15 7:43 AM
screenshot-1.pngHI EXPERT
i have a big problem
in servere hana i change function group of function madule VIEWPROC_INTERFACE
now another tcode like vov6 have error
‎2021 Aug 15 7:57 AM
If memory serves me right, VIEWPROC_INTERFACE is part of the TMG (table maintenance generator) and should not be changed directly. When you make changes to the table, you simply run TMG again from SE11.
The error anyway seems to be caused by the field name, XHEADER (available) vs X_HEADER (unknown), you should check that first.
Oh and... please include the image in the post, not as an attachment: it is easier to see in the context of the post.
‎2021 Aug 15 8:59 AM
You say "i change function group of function module VIEWPROC_INTERFACE", so undo your changes if it's urgent, or if not, post the concerned code and everything related to the error, etc., please. I don't have any crystal ball on me, sorry.
‎2021 Aug 16 9:38 AM
‎2021 Aug 16 9:57 AM
DEAR sandra.rossi
I reverted the changes but there is still an error
‎2021 Aug 16 10:07 AM
Three questions.
Everyone makes mistakes, even egregious ones, from time to time. But if you want help, we need the answers to these three questions.
‎2021 Aug 16 10:17 AM
dear raymond.giuseppi
I wanted to transfer a T-code from ECC to Hannah. Although I transferred everything completely, I HAVE ERROR Total Field NOT DEFINED , that pointed to this function Module. but this function Module was not defined for my function group SO I change function group(TO MY function group) OF THIS function Module it by mistake. Although I reversed the change, there is still an error for the T-code VOV6 and another tcode
‎2021 Aug 16 11:02 AM
dear matthew.billingham
I wanted to transfer a T-code from ECC to Hannah. Although I transferred everything completely, I HAVE ERROR Total Field NOT DEFINED , that pointed to this function Module. but this function Module was not defined for my function group SO I change function group(TO MY function group) OF THIS function Module it by mistake. Although I reversed the change, there is still an error for the T-code VOV6 and another tcode
‎2021 Aug 16 12:27 PM
You only need to post it once. I do read the previous comments.
"T-code from ECC to Hannah". Hannah is my ex-girlfriend. Do you mean HANA? Or do you mean s/4HANA?
I think you need an expert ABAP developer to connect to your systems and fix it. It doesn't seem you're able to describe precisely enough what you did nor do you seem to really understand what you did. Hopefully there's someone with sufficient expertise on your site who can help you.
Alternatively, ask Basis to recover from backup, the night before you did this work.
‎2021 Aug 16 12:31 PM
You're wrong, it's not only about "VOV6 and another tcode", a syntax error in function group SVIM does impact all Table Maintenance Dialogs, all will fail !!!
Edit SVIM, do a syntax check, and fix all syntax errors. Ask an ABAPer if you can't do it yourself.
‎2021 Aug 16 12:59 PM
If (as soon as) the SVIM function group is no longer in syntax error (version management, transport: relocation from another system), perform a syntax check on the function group excuted by VOV6, i.e. the 080O function group (especially the dialog event forms) Some SVIM fixes still seem to be missing.