cancel
Showing results for 
Search instead for 
Did you mean: 

Development in FTR_CREATE / FTR_EDIT

rohankamat1985
Participant
0 Kudos
1,535

Hi Friends,

1) Development 1

There is one requirement in one of our implementation for 51A product for FDs

As we know, There is start date and end date in Structure tab of FTR_CREATE / FTR_EDIT.

Now the requirement of our client is that they need a new drop down option for number of days of FDs

Eg:- 7 days, 1 month, 3 months, 6 months.

According to this, the system should automatically calculate the End Date of FD.

Is such Development possible in this screen?

2) Development 2

In condition details:Interest, for interest capitalization, the client wants that the conditions are automatically set every quarter depending upon the start date. They don't want to enter the conditions manually in Condition details:Interest.

Any development possible for this requirement?

(I personally think this is not possible as this Condition details :Interest is given specially to manually enter the conditions for interest capitalization)

3) Development 3

The client wants that the Contract date should be automatically fetched from the Term Start Date . Is this possible?

Or they want Contract Date to be suppressed as they wont use it. But is this advisible? It may have impact at other places if this field is blank, right?

Regards,

Rohan

View Entire Topic
former_member566828
Active Contributor
0 Kudos

Hi Rohan,

let me give you input on some of your questions:

1) both in the start/ end date you can use the following special symbols:

  • '+X' - it means X number of days (from today). so, in case you want to specify e.g. 7 days from today, you should simply key in '+7';
  • '++X' - it means X number of months (from today). so, in case you want to specify e.g. 1, 3 or 6 months from today, you should simply key in accordingly '++1', '++3' or '++6';
  • '+++X' - it means X number of years (from today). so, in case you want to specify, e.g. 1 year from today, you should simply key in '+++1'.

so, this is a standard feature, which does not require any development and is delivering the same functionality in my own opinion.

3) the contract date by default is today (it will be auto-populated). you can of course override it, though there is a functional limitation, that the contract date cannot be later than the start date of the deposit (as this makes absolutely no sense). I'm quite sure you cannot create a transaction without a contract date.

Answering you question if it is possible to fetch the Contract date form the Start date? - I would guess this should be possible via User-exit, BAPi or BADi - please consult with ABAP person.

I hope this will help you.

Kind regards,

Renatas

rohankamat1985
Participant
0 Kudos

Thank you very much Renatas.

Regards,

Rohan