OMT3SHOW is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this program to display a list of all the screen fields for a screen sequence that has been maintained in Customizing for the
If you would like to execute this report or see the full code listing simply enter OMT3SHOW into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: P_BILDS = Screen sequence
Selection Text: P_MANDT = Client
Selection Text: P_MIDYN = with the name of the screen
Selection Text: P_OHDYN = without the name of the screen
Title: Test Program for Displaying All Screen Fields in a Screen Sequence
Text Symbol: 001 = List display
Text Symbol: 002 = Display the screen fields
Text Symbol: 003 =
Text Symbol: 004 = Screen
Text Symbol: 005 = Scr.
Text Symbol: 006 = <<<<<<<<<<
Text Symbol: 007 = >>>>>>>>>>
Text Symbol: 008 = Screen sequence data
Text Symbol: 009 = in client
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = HTABLE * FIELDNAME = ' ' LANGU = HLANGU LFIELDNAME = HFIELD IMPORTING DFIES_WA = HDFIES EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
OMT3SHOW - Test Program for Displaying All Screen Fields in a Screen Sequence OMT3SHOW - Test Program for Displaying All Screen Fields in a Screen Sequence OMIS_CHECK_VTYPE_MAPPING - BW Extractors CO-OM: Checks on Mapping Tables for Value Type OMIS_CHECK_VTYPE_MAPPING - BW Extractors CO-OM: Checks on Mapping Tables for Value Type OMBGBNNN - Customer specific logic for Sub/base Prod Determination OLR3_CALL_PDOC - Program OLR3_CALL_PDOC