‎2015 Nov 25 3:07 PM
Hello experts,
maybe i have "special" question. I have the function group with several functions. One function returns ( check ) error message "type XYZ is unknown". To solve this error i have to transport missing type. it is clear, but i would like to leave this function without any changes, i would like to set e.g. into inactive, but still is there check over this function.
Question : is any way to have functions with some "e.g. syntax error" and some function without error in one function group ? I assume that i cannot modify include L???????UXX to delete some functions.
Thanks in advance
Martin
‎2015 Nov 25 4:05 PM
Hi,
it's a very special question
I think you have not any control on the quality code
Why did you comment all the wrong code ? it's very quick and not dirty
Fred
‎2015 Nov 25 4:16 PM
Hi,
the reason is that we have 2 systems ( BW and HANA, the details is not important ).
Of course i can comment code, but there is many functions in group and missing object should be as part of input , output parameters too
Martin
‎2015 Nov 25 4:16 PM
Hi Martin,
I'm not sure I completely understand the issue.
If the function module in question is in error, you can either fix the error with a transport (sounds like you do not want to do that), or delete the module from the group, right?
In transaction SE80, you can manage the FG, and should be able to delete the "bad" function module from the group, etc.
Do not edit L???????UXX directly.
‎2015 Nov 25 4:24 PM
short info, we have 2 systems ( BW and HANA), i would like to use some function ( it means function group too ) in both, but in one system are missing objects ( i don't want to transport them and i don't want to fix error)
My idea was - > set some functions as "disable", if i need next function set this function as enable and fix error
Martin
‎2015 Nov 25 4:28 PM