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: 

Outstanding amount after disconnection

vvvelpula12
Explorer
0 Kudos

Hello All,

I have a requirement to identify outstanding amount after disconnection due to non-payment.

Kindly help me.

Thanks & Regards,

Vijay

1 ACCEPTED SOLUTION

AmlanBanerjee
Active Contributor
0 Kudos

Hi Vijay,

If you are using the Service notifications in SAP, then retrieve the object number (VIQMEL-OBJNR) against the service Notification (VIQMEL-QMNUM).

Check the field JEST-STAT EQ "E0010" and field JEST-INACT EQ Blank by putting the object number retrieved above in the field JEST-OBJNR.

If the condition satisfies, then the installation is disconnected.

Now you can use the installation to find the contract and the contract account through FM ISU_GET_OBJECTS.

Once you find the CA/C, you can use the FM FKK_ACCOUNT_BALANCE_COMPUTE to find out the outstanding balance.

Or, if you only want the amount for which the disconnection has happened, then you query table FKKMAKO\FKKMAZE to find the amount outstanding for a particular dunning level for which disconnection has been triggered.

Hope it helps...

Thanks,

Amlan


View solution in original post

3 REPLIES 3

william_eastman
Advisor
Advisor
0 Kudos

Look at the record in the dunning history.  That is a good place to start however, this may be customer specific.

Former Member
0 Kudos

Hi,

You may want to look at the combination of data from tables:

FKKMAZE, EDISCACT and DFKKOP if you have the contract acc.

From FKKMAZE you can get the Dunn Amt(MBETM).

AmlanBanerjee
Active Contributor
0 Kudos

Hi Vijay,

If you are using the Service notifications in SAP, then retrieve the object number (VIQMEL-OBJNR) against the service Notification (VIQMEL-QMNUM).

Check the field JEST-STAT EQ "E0010" and field JEST-INACT EQ Blank by putting the object number retrieved above in the field JEST-OBJNR.

If the condition satisfies, then the installation is disconnected.

Now you can use the installation to find the contract and the contract account through FM ISU_GET_OBJECTS.

Once you find the CA/C, you can use the FM FKK_ACCOUNT_BALANCE_COMPUTE to find out the outstanding balance.

Or, if you only want the amount for which the disconnection has happened, then you query table FKKMAKO\FKKMAZE to find the amount outstanding for a particular dunning level for which disconnection has been triggered.

Hope it helps...

Thanks,

Amlan