SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

find contract accounts using functional location numbers

Former Member
0 Likes
2,713

Hi Experts

How can i find Contract account numbers in ISU using Functional location (IFLOT-TPLNR).

Regards,

Mbuso

4 REPLIES 4
Read only

ivor_martin
Active Contributor
0 Likes
1,573

Hi Mbuso,

The Functional Location number is the same as the Connection Object number in the Premise table EVBS.

From EVBS, look up the Installation table EANL and get the Installation number.

Using Installation number, look up the Contract table EVER, and get the Contract Account that is still active (Move-out date > current date).

I hope this helps.

Regards,

Ivor Martin

Read only

Former Member
0 Likes
1,573

Hi Ivor

Thank you for your help, very helpful.

regards

Mbuso

Read only

william_eastman
Product and Topic Expert
Product and Topic Expert
1,573

You can use ISU_FINDER to find the objects

Read only

1,573

Further to this, (& from Recollection) the supported objects are:

ISUPARTNER
ISUACCOUNT
ISUCONTRCT
CONNOBJ
PREMISES
INSTLN
DEVLOC
DEVICE
BUDBILPLAN
PRINTDOC
ISUSMORDER
ISUSMNOTIF
TECHINST
ISUPOD

X_FINDPAR is the structure of inputs for selection.

so for your example:

X_OBJTYPE = ISUACCOUNT

X_FINDPAR-O_HAUS = your functional location


YT_RESULT is your Contract Account return

YT_TRACE is the bread crumbs object types & keys ISU_FINDER used to determine the result.