2014 May 15 2:03 PM
Hello,
As per our business requirement security deposit need not to be adjusted
with final bill. We have done the configuration as per following
screen shot.But security deposit still get adjusted during final bill
generation , please specify this configuration is correct or any
other configuration is required to achieve this requirement.
Configuration path:
SPRO->SAP utilities->Invoicing->Invoice Processing->Item selection in account maintenance/Define sub-item
And done the changes in both clearing type R42 & R43 as per below image
2014 May 15 4:36 PM
Hi,
You should check the configuration in Open Item Management for "Specifications for Invoicing".
Make sure the Clearing Variant that is used doesn't have any explicit Clearing sequence for Main/Sub 0020/0010.
If theres no such explicit configuration, make an ABAP change in the FI-CA Event ISU_EVENT_R401 to explicitly exclude the held Security Deposit . Heres the documentation for this event:
ISU_EVENT_R401
Event R401:Select CA Items for Account Maintenance/Credit Transfer Posting
Event R401 in IS-U invoicing selects the open items for account maintenance and transfer posting of credit. It is started in invoicing before the account maintenance modules are called.
To avoid jeopardizing the consistency of the system, note that you may not use the following language elements in events:
X_VERART
X_BLDAT
X_BUDAT
X_BUPA
X_FKKVKP
X_SIMU
X_INVOICE_UNIT
YWA_CHG_SERVICE_OBJ
TY_R401_FKKCL
T_CONTRCL
2014 May 21 6:51 AM
Hi Ivor,
For the above requirement what shold be the indicator flag.
If indicator XGUMB_401=' ' & XCLON_401= ' ' then its fine or not?
please suggest.
2014 May 22 5:19 AM
Hi Ibrarul,
There are two standard ways by which a Security Deposit doesn't gets released during invoicing automatically-
(a) Non-maintenance of Return date in the SD master-If you don't maintain the return date, there is check in event R401, which will not release the SD during invoicing.
(b) Maintain the max.creditworthiness fields in the following SPRO config-
IMG-->Financial Accounting-->Contract Accounts Receivable and Payable-->Business Transactions-->Security Deposits-->Create Special Definitions for Security Deposits
In invoicing, a cash security deposit is not automatically cleared if the return date has been reached and the creditworthiness is greater that the limit value specified in the above config.
Hope it helps...
Thanks,
Amlan
2014 May 22 9:45 PM
Hi Ibrarul.
You should be OK with If indicator XGUMB_401=' ', i.e. overriding the proposal for clearing.
Regards,
Ivor