SAP Reports / Programs

/ISDFPS/CUS_SELECTION_LM SAP ABAP Report - Select Technical Objects







/ISDFPS/CUS_SELECTION_LM is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Displays maintenance data for a specific technical object (master equipment/aircraft) This report is used to select technical objects with their maintenance and revision data in order to restrict the data in the Controlled Usage Rate application...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

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


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 /ISDFPS/CUS_SELECTION_LM. "Basic submit
SUBMIT /ISDFPS/CUS_SELECTION_LM AND RETURN. "Return to original report after report execution complete
SUBMIT /ISDFPS/CUS_SELECTION_LM 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: P_HIGH4 = D .
Selection Text: P_HIGHG1 = D .
Selection Text: P_HIGHG2 = D .
Selection Text: P_HIGHG3 = D .
Selection Text: P_HIGHG4 = D .
Selection Text: P_HIGHG5 = D .
Selection Text: P_IWERK = D .
Selection Text: P_KIND = D .
Selection Text: P_LAYOUT = D .
Selection Text: P_LOW1 = D .
Selection Text: P_LOW2 = D .
Selection Text: P_LOW3 = D .
Selection Text: P_LOW4 = D .
Selection Text: P_LOWG1 = D .
Selection Text: P_LOWG2 = D .
Selection Text: P_LOWG3 = D .
Selection Text: P_LOWG4 = D .
Selection Text: P_LOWG5 = D .
Selection Text: P_MAXSEL = D .
Selection Text: P_MDOCS = D .
Selection Text: P_MPLANS = D .
Selection Text: P_NOTIFS = D .
Selection Text: P_OBJTYP = D .
Selection Text: P_ORDERS = D .
Selection Text: P_REVIS = D .
Selection Text: S_DEPST = D .
Selection Text: S_DEVID = D .
Selection Text: S_EQUNR = D .
Selection Text: S_FORID = D .
Selection Text: S_MODEL = D .
Selection Text: S_PL = D .
Selection Text: S_PLAST = D .
Selection Text: S_PLASTR = D .
Selection Text: S_PLTXT = D .
Selection Text: S_PLTYP = D .
Selection Text: S_REVNR = D .
Selection Text: S_REVTY = D .
Selection Text: S_SETUP = D .





Selection Text: S_SITE = D .
Selection Text: S_TPLNR = D .
Selection Text: P_FILMOD = AND Link
Selection Text: P_FORGN = Foreign Equipment
Selection Text: P_INSPEC = Selection Profile
Selection Text: P_ATGRP1 = D .
Selection Text: P_ATGRP2 = D .
Selection Text: P_ATGRP3 = D .
Selection Text: P_ATGRP4 = D .
Selection Text: P_ATGRP5 = D .
Selection Text: P_ATNAM1 = D .
Selection Text: P_ATNAM2 = D .
Selection Text: P_ATNAM3 = D .
Selection Text: P_ATNAM4 = D .
Selection Text: P_D_FROM = D .
Selection Text: P_D_TO = D .
Selection Text: P_EXPLO = D .
Selection Text: P_HIGH1 = D .
Selection Text: P_HIGH2 = D .
Selection Text: P_HIGH3 = D .
Title: Select Technical Objects
Text Symbol: MID = Model ID
Text Symbol: T01 = Identification and Localization
Text Symbol: T02 = Typing
Text Symbol: T03 = Condit.
Text Symbol: T04 = Settings
Text Symbol: T05 = Maint. Plan Data
Text Symbol: T06 = Organization
Text Symbol: T07 = Selection Parameter
Text Symbol: T08 = Layout
Text Symbol: T09 = Selection Filter Characteristics
Text Symbol: T14 = From Days
Text Symbol: T15 = To Days
Text Symbol: T16 = Characteristic
Text Symbol: T17 = From
Text Symbol: T18 = To
Text Symbol: T19 = Revision
Text Symbol: T20 = Chars List
Text Symbol: T21 = Selection Filter Characteristic Lists





Text Symbol: T22 = Characteristic Lists
Text Symbol: T23 = Customizing: Char. Groups
Text Symbol: T24 = Initialize Selection Screen


INCLUDES used within this REPORT /ISDFPS/CUS_SELECTION_LM

No INCLUDES are used within this REPORT code!


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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = ICON_DISPLAY text = text-t22 info = text-t23 IMPORTING RESULT = but1 EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = ICON_CHANGE text = text-t22 info = text-t23 IMPORTING RESULT = but2 EXCEPTIONS OTHERS = 0.



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 /ISDFPS/CUS_SELECTION_LM or its description.