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 TH_GET_VIRT_HOST_DATA Exception not found

Former Member
0 Likes
983

Hi guys

Not sure if this is the right place or not but it was the closest the search bar gave me

Our ABAP programmers have an issue with the Function Module TH_GET_VIRT_HOST_DATA - when the program is executed on one production server ( APP01) it fails, returns an exection NOT_FOUND

However when it runs on all other APP servers - ie APP02 it runs fine and returns the correct results:

Export parameters              Value

HOSTNAME                       sapprdapp.company.internal
PORT                                 8024

The Instance profile parameters across all production servers are the same (APP01 was different but I rectified this, restarted and there was no change to the output)

Does any one know where I could see / what I could change to rectify this issue, it only happens in production.

Thanks

1 ACCEPTED SOLUTION
Read only

laurent_fournier2
Contributor
0 Likes
748

Hi,

Try to change the parameter "LOCAL" on the FM Interface from 1 to 0.

2 REPLIES 2
Read only

laurent_fournier2
Contributor
0 Likes
749

Hi,

Try to change the parameter "LOCAL" on the FM Interface from 1 to 0.

Read only

0 Likes
748

Nice suggestion, that worked, now the abap guys just have to figure out how to use it programatically without the local flag selected!

Cheers