‎2012 Jul 12 11:52 PM
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
‎2012 Jul 13 9:21 AM
Hi,
Try to change the parameter "LOCAL" on the FM Interface from 1 to 0.
‎2012 Jul 13 9:21 AM
Hi,
Try to change the parameter "LOCAL" on the FM Interface from 1 to 0.
‎2012 Jul 15 10:36 PM
Nice suggestion, that worked, now the abap guys just have to figure out how to use it programatically without the local flag selected!
Cheers