2013 Sep 11 1:27 PM
Hello All,
I have a requirement to identify outstanding amount after disconnection due to non-payment.
Kindly help me.
Thanks & Regards,
Vijay
2013 Sep 12 3:27 AM
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
2013 Sep 11 2:27 PM
Look at the record in the dunning history. That is a good place to start however, this may be customer specific.
2013 Sep 11 4:17 PM
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).
2013 Sep 12 3:27 AM
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