2016 Jun 08 10:46 AM
Hi Experts,
There is a requirement to set SD return date to either 31-12-9999 or +25 years.
Posting Area 0800 configuration allows maximum 99 months to be added to Start date to set return date. Is there any other configuration or FICA event which can be used to solve this.
Thanks in advance.
Satyajeet
2016 Jun 08 12:39 PM
Hi Satyajeet,
Apart from posting area 0800 there is no way to update the return date field in SD request automatically.
There is no way through any event you can set the retrun date.
The only way is through an implicit enhancement is in the program, SAPLFKK_SEC under the form, CALCULATE_EXPIRE_DATE to set it with a desired date as per yuor requirement.
However, setting return date as 31.12.9999 and don't setting the return date at all is the same..Isn't it?
Thanks,
Amlan
2016 Jun 08 12:16 PM
Hi Satyajeet,
Posting area config is there to determine the default value. You can override it at the time of transaction.
If you are creating security deposit requests by FPSEC1 then you can put the desired return date in the input screen. That given date is finally saved in FKK_SEC as the return date.
Otherwise you could call FKK_S_SECURITY_CHANGE to update the return date after the SD is created from a suitable triggering point based on your business scenario.
Regards,
Saptarshi
2016 Jun 08 12:39 PM
Hi Satyajeet,
Apart from posting area 0800 there is no way to update the return date field in SD request automatically.
There is no way through any event you can set the retrun date.
The only way is through an implicit enhancement is in the program, SAPLFKK_SEC under the form, CALCULATE_EXPIRE_DATE to set it with a desired date as per yuor requirement.
However, setting return date as 31.12.9999 and don't setting the return date at all is the same..Isn't it?
Thanks,
Amlan