‎2007 Mar 13 6:54 PM
Hello All,
Here is my statement
" DATA: newvariable(12) type N swc_get_element container 'REQUISITION_NUM' newvariable. "
The error I am getting :
Class ZCL_HRMSS_RECRUITING_WF,Method CREATENBOBJECT
",", "VALUE ...", "LENGTH ...", "DECIMALS ...", or "VALUE IS INITIAL"
expected after "N".
What maybe wrong
Regards.
Srinivas
‎2007 Mar 13 7:26 PM
What exactly you want to do with this statement, making multiple declarations for single variable in on line.
Regards,
Amit
‎2007 Mar 13 7:26 PM
What exactly you want to do with this statement, making multiple declarations for single variable in on line.
Regards,
Amit
‎2007 Mar 13 7:32 PM
First. remove this entire part. " swc_get_element container 'REQUISITION_NUM' newvariable."
Just leave this .... and put a period on the end. The rest I believe should be on its own line and if you don't know what it does, then you should not put it in your code, so remove it.
DATA: newvariable(12) type N.
Regards,
Rich Heilman