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 module without import

Former Member
0 Likes
471

if a function module is without any import parameter does it mean every time it updates the database table that we pass throught the FM if not why do they check for sy-subrc for those FM

1 REPLY 1
Read only

Former Member
0 Likes
347

Hi,

Still you have to use because there can be export parameters.

Say for example you are using a funtion module to check a hard coded rfc destination exists or not. If yes it reurns 0 if no returns 4. There can be many other scenarios like this.

Regards,

Renjith Michael.