Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

run time error in upgrade

Former Member
0 Likes
583

function module SWW_WI_STATUS_CHANGE_S_NEW parameters have been changed. there is one new mandatory field IM_EXECTX. iam unable to send space to that field what value should i send to that field.

plz help me out.

thanks

raj

function module SWW_WI_STATUS_CHANGE_S_NEW parameters have been changed. there is one new mandatory field IM_EXECTX. iam unable to send space to that field what value should i send to that field.

plz help me out.

thanks

raj

1 REPLY 1
Read only

suresh_datti
Active Contributor
0 Likes
565

Hi Raj,

SWW_WIMCTX is a structure and not a field. You can display it in SE11 & then pass values as needed.. for ex:

SWW_WIMCTX-DO_COMMIT = 'X'.

SWW_WIMCTX-NO_SAVE = space.

and so on..

Regards,

Suresh Datti