cancel
Showing results for 
Search instead for 
Did you mean: 

Exception condition "I_PERFLAG_INVALID" triggered in SAP CRM

Former Member
0 Kudos

Hello Friends,

We are facing  a peculiar problem for last few days . whenever we create a warranty in CRM a corresponding BDOC gets generated with status SYSFAIL. The error is related to EXCEPTION CONDITION  "I_PERFLAG_INVALID".  At the same time in ERP a RAISE EXCEPTION also gets generated.  for application Component =CO-PA ABAP Pgm=SAPLKED2 .

Can anybody help on this. Your help is truly appreciated.

Regards,

Navin Chettiar

*******************************************

Friends.

Awaiting your revert... There are several dumps in our Production instance because of this.

Has somebody faced similar problem.

Regards,

Navin Chettiar

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member189549
Active Contributor
0 Kudos

Hello Navin,

Can you please apply notes 1478680, 505738.

Thanks

Willie

Former Member
0 Kudos

Hi Navin,

Could you please send some more detail about the dump. I feel this is happening due to data error more probabily as these type of erro some when the export parameter for FM have invalid status passed.Please send me the error message detail please

Thanks,

Prem

Former Member
0 Kudos

Hi Premkumar,

Have attached the dump for referral.. can you please check & confirm.

regards,
Navin C

Former Member
0 Kudos

Hi Navin,

I checked the Dump It seems the error is coming at the time of period conversion from FM "DATE_OF_PERIOD_CONVERT" in include LKED2F12 line 84 where the import parameters are

Date: >>>Postaing date of transaction   >> date entered in the dump was '20141029'

Mid month or half month period >>> from table T009

Periond version from>>> Table T009B  >>  Period entered was 22.

Check above table for entries are correct or not.

You need to check the step which is raising the dump where what Mid month period or period version is entered. Dump should not raise in case records are missing in the table as exception is handles correct way. I suggest to setup brekpoint in FM and follow the steps which raised dump and findout which run time value in above FM 's variable is causing the issue. Hope it will help please let me know the feedback too.

Thanks,

prem

Former Member
0 Kudos

hi Navin Any luck so far ?

Former Member
0 Kudos

Hi Prem,

We solved the problem by removing the Date Determination from Warranty process which solved the error.  We tried out this by keeping a breakpoint but we didn't get any success as the messages were coming from BDOC and the connection was System user .

Anyways thanks for your time and efforts.


Regads,

Navin Chettiar