quarta-feira, 12 de maio de 2021

Adding Web Dynpro Application to SAP GUI for EWM

 Once I had a problem to find some transaction codes in my SAP GUI, then I realized they are web dynpro applications rather than standard transactions. At the end, I learnt how to add these transactions/applications to my GUI. Now I think this could be useful to share it as compact blog.

OVERVIEW

There are some applications used in SAP EWM which they cannot be seen directly in SAG GUI but they can be seen in NWBC, if you have /SCWM/EXPERT role. Simply because they are web applications (Web Dynpro Applications) and they works on the web browser.

To access the web application, SAP uses the HTPP framework from the Internet Communication Manager (ICM). So we need to activate some of the services there.

 

Here are the some of the Web Dynpro applications we use in EWM.

  • Shipping Cockpit (SCO, execution and planning)
  • Material staging, reversing of material staging, consumption by production in advance production integration.
  • Implementation Tool for System Connection
  • Implementation Tool for Warehouse Integration

Here are the steps in order to add them to SAP GUI.

  1. Assign /SCWM/EXPERT role to the user.
  2. Activate web services.
  3. Add the applications to the SAP favorites.

1. Assign /SCWM/EXPERT to the user.

Go to PFCG transaction code and add the user to the /SCWM/EXPERT role.

2.Activate web services.

Go to SICF transaction code (SAP menu >Tools > Administration > Administration > Network > HTTP Service Hierarchy Maintenance), find relevant services and activate them by right-click /activate.

Here are the list of services you need to activate.

General

  1. default_host/Sap/public/bc/icons
  2. default_host/Sap/public/bc/icons_rtl
  3. default_host/Sap/public/bc/pictograms
  4. default_host/Sap/public/bc/webdynpro/*
  5. default_host/Sap/public/bc/webicons
  6. default_host/Sap/bc/nwbc/*

Relevant to Shipping Cockpit 

  1. default_host/Sap/bc/webdynpro/scwm/sco
  2. default_host/Sap/bc/webdynpro/scwm/sco_EXEC
  3. default_host/Sap/bc/webdynpro/scwm/shp_assign_door_lp
  4. default_host/Sap/bc/webdynpro/scwm/ shp_assign_tu_door

Relevant to Advance Production Integration

  1. default_host/Sap/bc/webdynpro/scwm/MFG_STAGING
  2. default_host/Sap/bc/webdynpro/scwm/MFG_STAGING_REVERSAL
  3. default_host/Sap/bc/webdynpro/scwm/ MFG_CONSUMPTION

Relevant to Tool-Based ERP Integration

  1. default_host/Sap/bc/webdynpro/scwm/WD_IT_GUIDE_ERP_1
  2. default_host/Sap/bc/webdynpro/scwm/WD_IT_GUIDE_ERP_3

For integration tools, they seems on the SPRO menu, but they don’t work without activating relevant services.

 

3.Add applications/transaction to the SAP favorites.

On SAP favorite menu, right-click and choose “Add Other Objects -> Web Dynpro Application”. On the pop-up enter following list.

/SCWM/SCO

/SCWM/SCO_EXEC

/SCWM/MFG_STAGING

/SCWM/MFG_STAGING_REVERSAL

/SCWM/WD_IT_GUIDE_ERP_1

/SCWM/WD_IT_GUIDE_ERP_3

 

Some Notes

  • Don’t forget to enter default values when you first use shipping cockpit.

  • For security reason, only activate services that you really need it. If you activate nodes at a higher level, this means that the whole service tree below this level is activated.

 

I hope it will be useful for some of us.

Please don’t hesitate to share your comments and adds-on.

Tufan Mengus

 Source: https://blogs.sap.com/2021/02/05/adding-web-dynpro-application-to-sap-gui/?utm_campaign=meetedgar&utm_medium=social&utm_source=meetedgar.com

Nenhum comentário:

Postar um comentário