cancel
Showing results for 
Search instead for 
Did you mean: 

Link to SAP Transaction using WebDynpro for Java

Former Member
0 Kudos

Good Day all,

I'm new to WebDynpro and I would like to know how to create a link to a specific transaction in SAP. Meaning when the user click that link, it will take him to the specified transaction in SAP backend system.

thanks in advance

Rami

Accepted Solutions (1)

Accepted Solutions (1)

former_member182374
Active Contributor
0 Kudos

Hi Rami,

Use linkToAction or LinkToURL with this ur:

/irj/servlet/prt/portal/prtroot/com.sap.portal.appintegrator.sap.Transaction?System=<System>&TCode=<TCode>&GuiType=<GuiType>&AutoStart=true

<System> - System object alias as defined in portal (for example SAP_R3)

<TCode> - TCode ID (for example SE37)

<GuiType> - Gui type (for example WinGui)

Regards,

Omri

Former Member
0 Kudos

Thanks alot Omri

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

i read your forum i want to imlement the same thing in webdynpro for ABAP.

can u help me ??

i am not able to link Tcode su01d with the URL.

former_member185086
Active Contributor
0 Kudos

Hi

Its not possible directly .Use these thread for some basic input for your requirements.

1.[Linking RFC to Web Dynpro|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/761eba66-0401-0010-b982-d5f5bd9e8f90]

2.[Web Dynpro Model: Backend Access|https://www.sdn.sap.com/irj/sdn/nw-wdjava?rid=/webcontent/uuid/403e6bf5-426e-2910-b0a8-a95548724af9] [original link is broken];

and [this |https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f078394a-4469-2910-c4bf-853c75674694]

Best Regards

Satish Kumar

Former Member
0 Kudos

Hi Satish,

does this mean I have to use RFC to link to a transaction in r/3?

if yes, how can i implement this RFC to call a transaction in r/3?

regards,

Rami

former_member185086
Active Contributor
0 Kudos

Hello

Yes, read the avove thread carefully.

Best Regards

Satish Kumar