SAP Reports / Programs | Line Maintenance | Defense Forces and Public Security | Line Maintenance(IS-DFS-LM) SAP IS

/ISDFPS/SSC_SELECTION_LM SAP ABAP Report - Event Monitor - Selection







/ISDFPS/SSC_SELECTION_LM is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report provides an overview of events for master equipment...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/SSC_SELECTION_LM 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

/ISDFPS/LMSSC1 - Event Monitor


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/SSC_SELECTION_LM. "Basic submit
SUBMIT /ISDFPS/SSC_SELECTION_LM AND RETURN. "Return to original report after report execution complete
SUBMIT /ISDFPS/SSC_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: S_DATE = Date
Selection Text: S_EQUNR = D .
Title: Event Monitor - Selection
Text Symbol: 001 = Yes
Text Symbol: 002 = No
Text Symbol: 003 = Event Monitor - Selection


INCLUDES used within this REPORT /ISDFPS/SSC_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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Event Monitor - Selektion'(003) * DIAGNOSE_OBJECT = ' ' text_question = l_question text_button_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' text_button_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' default_button = '2' * DISPLAY_CANCEL_BUTTON = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = * IV_QUICKINFO_BUTTON_1 = ' ' * IV_QUICKINFO_BUTTON_2 = ' ' IMPORTING answer = l_answer * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2 .

/ISDFPS/LM_SSC_ORGANIZE_EQUI CALL FUNCTION '/ISDFPS/LM_SSC_ORGANIZE_EQUI' EXPORTING it_equnr = lt_equnr i_date_from = s_date-low i_date_to = s_date-high.



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