Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Function Group and Function

Former Member
0 Likes
826

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

5 REPLIES 5
Read only

FredericGirod
Active Contributor
0 Likes
708

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

Read only

0 Likes
708

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

Read only

jhilden
Explorer
0 Likes
708

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.

Read only

Former Member
0 Likes
708

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

Read only

Former Member
0 Likes
708

Fix it.

Rob