Skip to Content
Author's profile photo Om Awasthi

Calling a TCODE PA60 from Web dynpro ABAP

Hi,

Please find the step to call the tcode pa60 from webdynpro ABAP .

Publish the three of the component below this is to refersh/activate the integration between R3 and internet gui  in the screen shot provided below .

1.       SYSTEM

2.       SHUFFLER

3.       WEBGUI

/wp-content/uploads/2013/05/1_213671.png

Create a link to URL UI element .

Pass the reference field as the combination of the server and the transaction which we want to execute example :

URL of Z application – http://soemthing.main.glb.corp.local:8003/sap/bc/webdynpro/sap/z_tcode

Tcode which you want to execute – PA61

So create the url and assign to ur link to URL UI element as reference field

http://something.main.glb.corp.local:8003/sap/bc/gui/sap/its/webgui?~transaction=PA61

/wp-content/uploads/2013/05/2_213673.png

Out put after you click on the reference url which you created.

/wp-content/uploads/2013/05/3_213677.png

Assigned Tags

      Be the first to leave a comment
      You must be Logged on to comment or reply to a post.