cancel
Showing results for 
Search instead for 
Did you mean: 

How to display standard tcode in webdynpro component?

Former Member
0 Kudos

Hi,

    Can we display standard tcode(Ex: MM01) in our webdynpro component?

Actually we can redirect to standard tcode using call transaction 'MM01', but

is it possible to display it in webdynpro component ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sreenath ,

You can follow these steps to do this :-

SAP Internet Transaction Server (ITS) – The ITS is the interface between the Internet and R/3  and is the runtime engine that links Web server to the R/3 Application server. So to display a standard tcode in your webdynpro application you can use ITS.

Setting needs to be Done.

Go to SE80 : In the top menu choose “Utilities(M)” –> “settings”. Right-click on the tab-arrow until you come to tab “Internet Transaction Server”.

Make sure that “Publish” tab and check mark “Integrated ITS” is selected.

Start transaction “SE80″. Choose “Internet Service” from the first drop down box  Enter “SYSTEM” in the input field.  You will see the ITS service SYSTEM and its components in a tree structure. Right click on “SYSTEM” in the tree and select “Publish” –> “Complete Service” to publish the service.

once the publishing is completed the system will issue a message “Object published successfully; site INTERNAL”.

Repeat the previous step with “SHUFFLER” and “WEBGUI” instead of “SYSTEM” to publish both, too.

Hope this will help .....

Regards,

AKS

Former Member
0 Kudos

Thanx Amit i hope it works

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Go through the link. It may help you to call the standard tcode.

http://sapignite.com/call-sap-tcode-using-webdynpro-for-abap/

Best regards,

Arun Krishnamoorthy