cancel
Showing results for 
Search instead for 
Did you mean: 

Infotype 0739 ( Stock option ) Singapore specific

former_member181966
Active Contributor
0 Kudos

I am working on IT0739 ( stock option ) for Singapore . If I am trying to add exercise date greater then system date . Its giving me an error message . In our company it’s a common practice that we have stock granter for period like 2006 to 2007 . we can restrict it like that certain employee just exercised it 50 in future date .

<b>I debug the program : MP073900 At line # 157</b> , its erroring out .!! I also look into OSS note , but I haven’t find any oss note which describe this error .

My question is that are we violating some bossiness rule here? Or we might need to post OSS message ?

I don’t want to change SAP code !!!

if exercise date is in a future date

<b> IF gw_exercise-exercise_date > sy-datum .

MESSAGE --> Exercise date cannot be a future</b> date.

MESSAGE e222(5r) WITH gw_exercise-exercise_date.

ENDIF.

I’ll appreciate your help and answer

Thanks

Saquib

Accepted Solutions (1)

Accepted Solutions (1)

suresh_datti
Active Contributor
0 Kudos

Hi Saquib,

PL take a look at the following <a href="http://help.sap.com/saphelp_47x200/helpdata/en/b3/fb7c4076e849a9a0e56863ddf9123b/frameset.htm">SAP Help</a>. It looks like the infotype is used for Tax Reporting during the current financial year.. may well be the reason why an exercise date in future is disallowed.. doesn't hurt to check with SAP via OSS though..

Regards,

Suresh Datti

former_member181966
Active Contributor
0 Kudos

Hi Suresh

I read this before.. I want another suggestion. Looks like we have to change our business rule here . As it make sense that we cant exercise stock in future .

Thanks for your valuable input!!

Answers (0)