cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

I cannot run VIEW_KUAGV FM, because it throws the error Function module VIEW_KUAGV is not active

however, I see that the module is active and moreover it is executed by system when creating sales order in VA01 for partner determination.

How that could be? Why it cannot be ran manually?

0 Likes
View Entire Topic
RemiKaimal
Active Contributor

Try setting a break-point at the function module : RS_FUNCTION_ACTIVE_CHECK, and check what you get.
If you look at the attributes of the function module it says it’s “Not released”.

FredericGirod
Active Contributor

Not active is an attribute of hte code, meaning the last updated code has not been compiled (even if in abap there is no compiler).

Not released is a functional attribute of hte FM, meaning, if you are not SAP developper, you should not use it

Astashonok
Participant
0 Likes

PRICING module is also marked as Not released, but it is perfectly runnable programmatically as well as from SE37, so it's not the case.