GuiXT Technology SAPGUI User Request MM01 R/3 Processes Request R/3 Responds with MM01 Screen GUIXT Screen Modification Are applied SAPGUI Draws screen
Steps to finish a project VA01 – Order Entry
1. Design screens What to display How to display
What to display User involved Kaizen Balance simplicity and coverage
VA01 Screen Design
How to display Programmer involved Decide templates for each GuiXT screen – find real SAP screen/tab to modify on Selected screens/tabs should be easily jumped between Try not to create new table in GuiXT but use existing table in SAP
Screen Mapping – Initial screen
Screen Mapping – Header
Screen Mapping – Items
Screen Mapping – Item detail
2. Develop scripts 2 different types of GuiXT scripts GuiXT script, display all SAP/GuiXT components on the template screen Input script, process GuiXT components and run SAP screens
GuiXT Script for initial screen
Input script to 2 nd  screen
3. Improve performance Use function code to go to a screen. tab or menu might be hidden/displayed by different order type or item, like ‘billing plan’ shows for some order type only Use most efficient path to read all screens/tabs There are many ways to get to the same screen, choose the fastest one. Bypass unnecessary screens and tabs Accessing a screen/tab would use some time, bypass those screen/tab you don’t need to read/write.  Error handling on all modified screens Unless all modified fields in the screen are 100% free form, always have error handling when leaving a screen.
We learned Screen should be independent, can be run by itself Screen could be brought in from different Tcode Variable on the screen should be refreshed when the screen is loaded Add error handling for all ‘Enter …’ screens with user input Error happens when screen didn’t go as designed

More Related Content

ODP
GuiXT presentation
PPT
Module pool programming
PPS
User Interface Design @iRajLal
PPTX
User Interface Design
PPTX
6-User Interface Design_6-User Interface Design.pptx
PPTX
Chapter 8 User Interface Design .pptxInformation Technology Project Managemen
PPT
Final 1.ppt,Final 1.pptFinal 1.pptFinal 1.ppt
PDF
ABAP Course Content
GuiXT presentation
Module pool programming
User Interface Design @iRajLal
User Interface Design
6-User Interface Design_6-User Interface Design.pptx
Chapter 8 User Interface Design .pptxInformation Technology Project Managemen
Final 1.ppt,Final 1.pptFinal 1.pptFinal 1.ppt
ABAP Course Content

Similar to Gui Xt Presentation for SAP (20)

PPT
User Interface Derivation from Business Processes: A Model-Driven Approach fo...
PPT
User interface design
PPTX
User Interface DESIGN - A brief summary.pptx
PDF
Form Design and GUI Controls for Better User Experience
PPTX
SAP TechEd SAP Screen Personas lecture session UXP203
PPTX
UI architecture & designing
PPTX
System Analysis and Design
PPT
Grasping The LightSwitch Paradigm
PDF
User Interface design and analysis Part.2
PPT
Design rule 3
PPT
Design rule 3
PPTX
Chapter 8 User Interface Design
PDF
Boosting UX in Web Apps_Anu Thakur - May 3, 2017
PDF
CSE 5930 Assignment 2 Documentation
PPTX
User Interface Design,Principles & process
PDF
Usi4Biz Framework presentation at Sigchi.Be'09
PPTX
Slide 4 - User Interface Design.pptx interface rather than its functionality ...
PDF
Pharmacy management system project report..pdf
PPTX
Vidyuth portfolio
PPT
Software engg. pressman_ch-12
User Interface Derivation from Business Processes: A Model-Driven Approach fo...
User interface design
User Interface DESIGN - A brief summary.pptx
Form Design and GUI Controls for Better User Experience
SAP TechEd SAP Screen Personas lecture session UXP203
UI architecture & designing
System Analysis and Design
Grasping The LightSwitch Paradigm
User Interface design and analysis Part.2
Design rule 3
Design rule 3
Chapter 8 User Interface Design
Boosting UX in Web Apps_Anu Thakur - May 3, 2017
CSE 5930 Assignment 2 Documentation
User Interface Design,Principles & process
Usi4Biz Framework presentation at Sigchi.Be'09
Slide 4 - User Interface Design.pptx interface rather than its functionality ...
Pharmacy management system project report..pdf
Vidyuth portfolio
Software engg. pressman_ch-12
Ad

Gui Xt Presentation for SAP

  • 1. GuiXT Technology SAPGUI User Request MM01 R/3 Processes Request R/3 Responds with MM01 Screen GUIXT Screen Modification Are applied SAPGUI Draws screen
  • 2. Steps to finish a project VA01 – Order Entry
  • 3. 1. Design screens What to display How to display
  • 4. What to display User involved Kaizen Balance simplicity and coverage
  • 6. How to display Programmer involved Decide templates for each GuiXT screen – find real SAP screen/tab to modify on Selected screens/tabs should be easily jumped between Try not to create new table in GuiXT but use existing table in SAP
  • 7. Screen Mapping – Initial screen
  • 10. Screen Mapping – Item detail
  • 11. 2. Develop scripts 2 different types of GuiXT scripts GuiXT script, display all SAP/GuiXT components on the template screen Input script, process GuiXT components and run SAP screens
  • 12. GuiXT Script for initial screen
  • 13. Input script to 2 nd screen
  • 14. 3. Improve performance Use function code to go to a screen. tab or menu might be hidden/displayed by different order type or item, like ‘billing plan’ shows for some order type only Use most efficient path to read all screens/tabs There are many ways to get to the same screen, choose the fastest one. Bypass unnecessary screens and tabs Accessing a screen/tab would use some time, bypass those screen/tab you don’t need to read/write. Error handling on all modified screens Unless all modified fields in the screen are 100% free form, always have error handling when leaving a screen.
  • 15. We learned Screen should be independent, can be run by itself Screen could be brought in from different Tcode Variable on the screen should be refreshed when the screen is loaded Add error handling for all ‘Enter …’ screens with user input Error happens when screen didn’t go as designed