什么是SSCUI?
ERP里有很多业务配置表,用户经常会修改这些表数据,如果是私有云,直接用SAP GUI SPRO即可;如果是公有云,用户接触不到GUI,所以得去Firoi Lunchpad上修改,使用的就是SSCUI。
仅展示大纲
Part I: Build IMG Activity (SPRO Node) 你得先有配置表
-
The developer creates customizing tables.
-
The developer creates a maintenance view and/or view cluster.
-
The developer checks the attributes of the customizing object (view/view cluster) using transaction code SOBJ.
-
The developer creates a maintenance dialog for the maintenance view.
-
The UA colleague creates the IMG activity (IMG transaction code) for the customizing object (Maintenance View or View Cluster).
-
The UA colleague creates the IMG activity documentation as specified in step 5.
Part II: Expose IMG Activity As SSCUI 你得让配置表在UI上能被看到
-
Check application area and sub area.
-
Developer to contact BP content expert to settle the content related tasks.
-
Developer to maintain SSCUIs (Configuration Steps) attributes in View Cluster /CFG/WEBGUI_DETAILS.
-
Developer to maintain SSCUI (Configuration Steps) information in table /CFG/BADI_WHTLST.
-
Create SSCUI app (Configuration Item).
-
Registry configuration steps in Gemini.
-
Apply external ID for your SSCUI app (Configuration Item) and SSCUI (configuration steps).
-
Enable delete function in SSCUIs.
-
UA colleague to create SSCUI App (Configuration Item) documentation.
-
Developer to maintain translation package for SSCUI (Configuration Steps).
-
Find your SSCUI on Firoi lunchpad.
-
Trouble shooting
Part III: Set IAM Configuration of SSCUI 你得有权限修改配置表
-
Developer to maintain SU22 data for your IMG activity transaction code.
-
Create IAM app.
-
Create business catalog.
-
Create business catalog role.
-
Create business catalog and business catalog role with IAM.
Part IV: Test SSCUI 测试
-
Add unit test for SSCUI.
-
Test steps.