0

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.

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48
Rundom
  • 87
  • 1
  • 7

1 Answers1

0

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");

vwegert
  • 18,371
  • 3
  • 37
  • 55