How can I start transaction in SAP easy access using jScript with code which contains /dsd/
, like /DSD/DE_ENTRY
? In other cases it seems like
session.StartTransaction("VT01N");
But it won't work with /dsd/
tCodes.
How can I start transaction in SAP easy access using jScript with code which contains /dsd/
, like /DSD/DE_ENTRY
? In other cases it seems like
session.StartTransaction("VT01N");
But it won't work with /dsd/
tCodes.
Since you appear to be remote-controlling the SAP GUI client, you have to specify the transaction code as you would in the GUI: session.StartTransaction("/n/DSD/DE_ENTRY");