2011 Mar 09 3:20 PM
Hi,
Is there any FM which populates connection object number using address information.
I am having address details and would like to get connection Object number.
Please help if there is any.
2011 Mar 09 4:31 PM
Hi Swati,
Try function module 'ISU_FINDER' with X_OBJTYPE = 'CONNOBJ' and put the address in X_FINDPAR.
Regards,
Chaiphon
2011 Mar 10 11:42 AM
Hi Swati,
You can also use this approach. First use FM ADDR_SEARCH to find ADDRNUMBER and with this you can use FM ISU_DB_EHAU_SELECT_RANGE to find the connection object number.
Hope it helps,
Eren