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

While creating VB Script object getting sy-subrc 2.

0 Likes
749

While crating below VBA object in production server is not working. If successfully worked on Development & quality

help me any issue or configuration required in production server. it getting sy-subrc 2.

DATA: LW_INPUT TYPE STRING.

DATA LO_SCRIPTCTRL TYPE OBJ_RECORD.
CREATE OBJECT LO_SCRIPTCTRL 'MSScriptControl.ScriptControl'.

1 ACCEPTED SOLUTION
Read only

0 Likes
565

Issues is solved GUI security issue.... Resorted the GUI Security settings it's working fine...

1 REPLY 1
Read only

0 Likes
566

Issues is solved GUI security issue.... Resorted the GUI Security settings it's working fine...