Skip to Content
0
Former Member
Dec 01, 2008 at 02:44 PM

Changing parameters in a FM

135 Views

Hey,

Can anyone tell me why I can't put a table into the changing parameters of a Function Module.

The problem that we need to do it like this because some client did use such a method rather to do it inside the table.

*"----------------------------------------------------------------------
*"*"Lokale Schnittstelle:
*"  CHANGING
*"     VALUE(GET_SET_VALUE) TYPE  ZCLTESTA
*"     REFERENCE(TABLE) LIKE  ZTEST STRUCTURE  ZTEST
*"       OPTIONAL
*"----------------------------------------------------------------------

So, we need to test it like that, because we need to resolve a problem by our client that happen when we use JCO.

The problem that getting the table will lead to an exception.

Using the transaction I tried to find function module having changing, but I can't find an automated search which I'll get all FMs having Changing Parameters, I'm looking for FM having a table as a changing Parameters.

Regards,

Kais