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 modules

Former Member
0 Likes
394

Hi All,

i have got some function modules which are Z developed function modules.

In real time what are all the possible issues we can expect in function modules??

2 REPLIES 2
Read only

Former Member
0 Likes
362

Hi,

1. If you dont handle exceptions, if any, properly, then you might get a short dump.

2. If the FM is RFC Enable then connectvity problems may occur if proper configuration is not in place.

3. While transporting Zobjects, if the Function Group & FM are not in the same request & hence not transported properly, then it may cause a lot of problem.

4. Also, if the Function Group is not activted, then also your FM won't work.

Reward points if the answer is helpful.

Regards,

Mukul

Read only

Former Member
0 Likes
362

Hello,

Actually speaking,if these functions are newly developed & recently put in production system ,then you can expect no of issues depending upon the kind of development done.

If the errror tracking is not done in function properly,then any error like zero selection values,blank values can create issues.

if these functions are called from somewhere ,then parameter values can be sometimes issue .like this there can be issues if development is not done with caution.

Generaly if functions are developed & working fine in production for long time,then issues can be less...& mainly b'cos of wrong call to functions

It's not possible to generalise the errors since each function must be developed for some specific process.Any data that violates the predefined process can generate error ,.

Hope this helps.

Mark points if helpful.

Thanks.