Application Development 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: 

Hyperlink to open windows sapgui for a transaction

Former Member
0 Kudos

Hello Experts,

I have a requirement in which I am supposed to send a STRING to a non-sap system.

This string is used as hyperlink in MS word or PDF or email.

Ideally when user clicks on the link, it should open windows GUI (not HTML) and call transaction MM03 with material number passed in string. I tried with some function modules which gives .sap file extensions, but that's not requirement. Its suppose to be a string to Non-SAP system.


Highly appreciate for any ideas.

Regards,

1 REPLY 1

Former Member
0 Kudos

hi akthar shaik,

you have to use sapshcut file to execute mm03 from the command prompt or file.

you can put the command in any xyz.bat file.

Example is as follows:

start sapshcut  -sysname=XXX -client=800 -user=XUSER -pw=XXXPW -t=transaction -command="*mm03 RMMG1-MATNR=78;"

XXX = description of the saplongpad