SAP Reports / Programs | Plant Maintenance | Maintenance Processing | Maintenance Orders(PM-WOC-MO) SAP PM

/CUM/SELECT_DGN SAP ABAP Report - Display Designs







/CUM/SELECT_DGN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter /CUM/SELECT_DGN into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/CUM/DESIGN_LIST - Display designs
/CUM/DESIGN_CHANGE - Change designs


ABAP code to call this SAP report using the submit statement

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.






SUBMIT /CUM/SELECT_DGN. "Basic submit
SUBMIT /CUM/SELECT_DGN AND RETURN. "Return to original report after report execution complete
SUBMIT /CUM/SELECT_DGN VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: BEGRU = D .
Selection Text: CMNUM = D .
Selection Text: DESCAT = D .
Selection Text: DESNUM = D .
Selection Text: DESTYP = D .
Selection Text: EQUNR = D .
Selection Text: ERDAT = D .
Selection Text: ERNAM = D .
Selection Text: GLTRP = D .
Selection Text: GSBER = D .
Selection Text: GSTRP = D .
Selection Text: ILART = D .
Selection Text: INGRP = D .
Selection Text: IWERK = D .
Selection Text: KTEXT = D .
Selection Text: POSID = D .
Selection Text: PRFID = D .
Selection Text: PRIOK = D .
Selection Text: STAE1 = D .
Selection Text: STAI1 = D .
Selection Text: TPLNR = D .
Selection Text: TXJCD = D .
Selection Text: VAPLZ = D .
Selection Text: VARIANT = D .
Selection Text: BAUTL = D .
Selection Text: AUFNR = D .
Selection Text: AUART = D .
Selection Text: ANLZU = D .
Selection Text: AENAM = D .
Selection Text: AEDAT = D .
Title: Display Designs
Text Symbol: 001 = /CUM/DESIGN_LIST
Text Symbol: 700 = **** LINES 701, 702, 703 are one sentence.
Text Symbol: 701 = Do you want to cancel processing
Text Symbol: 702 = for all the objects selected
Text Symbol: 703 = have not yet been processed?
Text Symbol: 704 = List editing canceled
Text Symbol: 705 = No





Text Symbol: 706 = Yes
Text Symbol: 999 = Start Selection
Text Symbol: ANZ = No.
Text Symbol: C01 = Class limitation
Text Symbol: F01 = Design selection
Text Symbol: F02 = Order data
Text Symbol: F03 = Assignments
Text Symbol: F04 = Administration data
Text Symbol: F05 = Others
Text Symbol: SON = Others


INCLUDES used within this REPORT /CUM/SELECT_DGN

INCLUDE MIOLXTOP.
SELECTION-SCREEN INCLUDE BLOCKS MIOLMSEL_2.
SELECTION-SCREEN INCLUDE BLOCKS MIOLMSEL_3.
SELECTION-SCREEN INCLUDE BLOCKS MIOLMSEL_4.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

ENQUEUE_/CUM/E_CUDESIGN CALL FUNCTION 'ENQUEUE_/CUM/E_CUDESIGN' EXPORTING mode_/cum/cudesign = 'E' mandt = sy-mandt desguid = object_tab-desguid x_desguid = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_/CUM/E_CUDESIGN CALL FUNCTION 'DEQUEUE_/CUM/E_CUDESIGN' EXPORTING mode_/cum/cudesign = 'E' mandt = sy-mandt desguid = object_tab-desguid x_desguid = ' ' _scope = '3' _synchron = ' ' _collect = ' '.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = 'Design selection'(f01).

STATUS_READ CALL FUNCTION 'STATUS_READ' EXPORTING objnr = object_tab-objnr only_active = 'X' TABLES status = h_status_tab EXCEPTIONS object_not_found = 01.

STATUS_NUMBER_CONVERSION CALL FUNCTION 'STATUS_NUMBER_CONVERSION' EXPORTING language = sy-langu objnr = object_tab-objnr status_number = h_status_tab-stat IMPORTING txt04 = h_status_text_tab-txt04 EXCEPTIONS OTHERS = 01.

STATUS_PRE_READ CALL FUNCTION 'STATUS_PRE_READ' TABLES jsto_pre_tab = l_jsto_pre_tab.

STATUS_TEXT_EDIT CALL FUNCTION 'STATUS_TEXT_EDIT' EXPORTING objnr = object_tab-objnr spras = sy-langu flg_user_stat = 'X' IMPORTING line = object_tab-sttxt user_line = object_tab-ustxt EXCEPTIONS object_not_found = 01.

HELP_AUART CALL FUNCTION 'HELP_AUART' EXPORTING autyp = 30 display = ' ' IMPORTING select_auart = h_auart EXCEPTIONS no_auart_to_autyp = 1 OTHERS = 2.

ENQUEUE_/CUM/E_CUDESIGN CALL FUNCTION 'ENQUEUE_/CUM/E_CUDESIGN' EXPORTING mode_/cum/cudesign = 'E' mandt = sy-mandt desguid = object_tab-desguid x_desguid = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_/CUM/E_CUDESIGN CALL FUNCTION 'DEQUEUE_/CUM/E_CUDESIGN' EXPORTING mode_/cum/cudesign = 'E' mandt = sy-mandt desguid = object_tab-desguid x_desguid = ' ' _scope = '3' _synchron = ' ' _collect = ' '.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name /CUM/SELECT_DGN or its description.