cancel
Showing results for 
Search instead for 
Did you mean: 

how to call function module in amdp method

in amdp database procedure, how to call function module like 'number_get_next' or class method 'typedescr' of backend abap system

Accepted Solutions (1)

Accepted Solutions (1)

pfefferf
Active Contributor

That is not possible, you cannot call an ABAP artifact from an AMDP implementation.

0 Kudos

Is there any alternative for that?

pfefferf
Active Contributor

Depends on what you are trying to do? You can call other AMDP methods or procedures within your AMDP implementation. If you really need some ABAP logic you have to call it on the ABAP layer or you have to reimplement the parts on DB level (if you need to use it directly from within the AMDP).

Answers (1)

Answers (1)

former_member302041
Contributor
0 Kudos

Hi,

You can try apply_filter(table, where clause) for dynamic where condition...