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

How to call a function module from a transformation

Former Member
0 Likes
456

Hi,

Could somebody please let me know how I can call an abap function module from a transformation (abap xslt program). I know how to call the class methods from transformation, but how do i call a function module..?

Thanks,

Shashi.

Edited by: Shashi Kanth Kasam on Apr 8, 2010 12:45 PM

2 REPLIES 2
Read only

Sandra_Rossi
Active Contributor
0 Likes
392

why don't you just call function module from method?

Read only

0 Likes
392

Ya. I can do that. But I don't want to use a class and a method to call that function module. Want to directly call function module from transformation. Is that possible..?

Thanks,

Shashi