cancel
Showing results for 
Search instead for 
Did you mean: 

Field misisng in BAPI_RE_CN_CREATE parameter TERMNOTICERULE

Former Member
0 Kudos

Currently BAPI_RE_CN_CREATE parameter TERMNOTICERULE does not contain the following fields:

Consider minimum term

Earliest Notice on

These fields are otherwise available in RECN trxn, terms tab, notice sub tab, add individual period regulation.

How can we update these fields as part of our legacy data

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

These fields are available in ‘Fast Entry’ screen of notice rule only, you will not find in BAPI.

You have to calculate in Years/months/days and enter the values in parameter TERMNOTICERULE.

For example your contract starts at 01.04.2009 and end at 26.01.2012, you want to consider ‘Earliest Notice on’ as 01.12.2011. Then calculate the difference days and fill in as under..

TERMNOTICERULE-TERM_UP_TO_NUM_YEARS = 02

TERMNOTICERULE-TERM_UP_TO_NUM_MONTHS = 08

TERMNOTICERULE-TERM_UP_TO_NUM_DAYS = 01

Regards,

Srini

Former Member
0 Kudos

Hello

Thanks Srini for the really helpful and to the point solution

We have configured the executable program for BAPI to load notice term and Rule but when we run it, we get error message 'NOTICEPER field is not filled'

I ran the BAPI_RE_CN_CHANGE in SE37 using my upload data but still the same error. Tried to find out this field in the various tables of BAPI but could not find.

Any advise.

Rakesh

Answers (0)