SAP Reports / Programs

/SSA/ECR SAP ABAP Report - BPMon: Remote Analysis for CRM







/SSA/ECR 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 /SSA/ECR 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 /SSA/ECR. "Basic submit
SUBMIT /SSA/ECR AND RETURN. "Return to original report after report execution complete
SUBMIT /SSA/ECR VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: BPMon: Remote Analysis for CRM


INCLUDES used within this REPORT /SSA/ECR

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:

SAPGUI_PROGRESS_INDICATOR * CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' * EXPORTING * TEXT = &1.

GET_JOB_RUNTIME_INFO * CALL FUNCTION 'GET_JOB_RUNTIME_INFO' * IMPORTING ** EVENTID = ** EVENTPARM = ** EXTERNAL_PROGRAM_ACTIVE = * JOBCOUNT = LF_JOBCOUNT * JOBNAME = LF_JOBNAME ** STEPCOUNT = * EXCEPTIONS * NO_RUNTIME_INFO = 1 * OTHERS = 2 * .

RS_SET_SELSCREEN_STATUS * CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' * EXPORTING * P_STATUS = LF_STATUS * TABLES * P_EXCLUDE = GT_EXTAB.

SAPGUI_PROGRESS_INDICATOR * CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' * EXPORTING * TEXT = 'Arrange Grid'.

REUSE_ALV_GRID_DISPLAY * CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' * EXPORTING * IT_FIELDCAT = GS_FIELDCAT * I_CALLBACK_PROGRAM = L_REPID * I_CALLBACK_USER_COMMAND = USER_COMMAND * I_GRID_TITLE = P_LF_TITLE * I_SAVE = 'A' * TABLES * T_OUTTAB = * EXCEPTIONS * PROGRAM_ERROR = 1 * OTHERS = 2.

CONVERSION_EXIT_AUART_OUTPUT * CALL FUNCTION 'CONVERSION_EXIT_AUART_OUTPUT' * EXPORTING * INPUT = LS_RESULT-FIELD1 * IMPORTING * OUTPUT = LS_RESULT-FIELD1.

CONVERSION_EXIT_AUART_OUTPUT * CALL FUNCTION 'CONVERSION_EXIT_AUART_OUTPUT' * EXPORTING * INPUT = LS_RESULT-FIELD1 * IMPORTING * OUTPUT = LS_RESULT-FIELD1.

SLIC_GET_LICENCE_NUMBER * CALL FUNCTION 'SLIC_GET_LICENCE_NUMBER' * IMPORTING * LICENSE_NUMBER = LF_INSTNO.

JOB_OPEN * CALL FUNCTION 'JOB_OPEN' * EXPORTING * JOBNAME = LF_JOBNAME * IMPORTING * JOBCOUNT = LF_JOBCOUNT.

JOB_SUBMIT * CALL FUNCTION 'JOB_SUBMIT' * EXPORTING * AUTHCKNAM = SY-UNAME * JOBCOUNT = LF_JOBCOUNT * JOBNAME = LF_JOBNAME * REPORT = SY-CPROG.

BP_START_DATE_EDITOR * CALL FUNCTION 'BP_START_DATE_EDITOR' * EXPORTING * STDT_DIALOG = 'Y' * STDT_OPCODE = 14 "BTC_EDIT_STARTDATE " Bearbeitungsmodus * STDT_INPUT = STARTSPECS " Tabelle für * " Benutzerauswahl * IMPORTING * STDT_OUTPUT = STARTSPECS " Benutzerauswahl * STDT_MODIFY_TYPE = START_MODIFY_FLAG * " Flag: Hat Benutzer Angaben * " geändert? Werte: * " - BTC_STDT_MODIFIED, * " Änderungen vorgenommen * " - BTC_STDT_NOT_MODIFIED, * " keine Änderungen * " vorgenommen * EXCEPTIONS * FCAL_ID_NOT_DEFINED = 1 * INCOMPLETE_LAST_STARTDATE = 2 * INCOMPLETE_STARTDATE = 3 * INVALID_DIALOG_TYPE = 4 * INVALID_EVENTID = 5 * INVALID_OPCODE = 6 * INVALID_OPMODE_NAME = 7 * INVALID_PERIODBEHAVIOUR = 8 * INVALID_PREDECESSOR_JOBNAME = 9 * LAST_STARTDATE_IN_THE_PAST = 10 * NO_PERIOD_DATA_GIVEN = 11 * NO_STARTDATE_GIVEN = 12 * PERIOD_AND_PREDJOB_NO_WAY = 13 * PERIOD_TOO_SMALL_FOR_LIMIT = 14 * PREDECESSOR_JOBNAME_NOT_UNIQUE = 15 * STARTDATE_INTERVAL_TOO_LARGE = 16 * STARTDATE_IN_THE_PAST = 17 * STARTDATE_IS_A_HOLIDAY = 18 * STARTDATE_OUT_OF_FCAL_RANGE = 19 * STDT_BEFORE_HOLIDAY_IN_PAST = 20 * UNKNOWN_FCAL_ERROR_OCCURED = 21 * NO_WORKDAY_NR_GIVEN = 22 * INVALID_WORKDAY_COUNTDIR = 23 * INVALID_WORKDAY_NR = 24 * NOTBEFORE_STDT_MISSING = 25 * WORKDAY_STARTTIME_MISSING = 26 * NO_EVENTID_GIVEN = 27 * OTHERS = 99.

JOB_CLOSE * CALL FUNCTION 'JOB_CLOSE' * EXPORTING * JOBNAME = LF_JOBNAME * JOBCOUNT = LF_JOBCOUNT * STRTIMMED = STARTIMMEDIATE * SDLSTRTDT = STARTSPECS-SDLSTRTDT * SDLSTRTTM = STARTSPECS-SDLSTRTTM * LASTSTRTDT = STARTSPECS-LASTSTRTDT * LASTSTRTTM = STARTSPECS-LASTSTRTTM * PRDDAYS = STARTSPECS-PRDDAYS " Werte anders als Null * PRDHOURS = STARTSPECS-PRDHOURS " in PRD*-Feldern * PRDMINS = STARTSPECS-PRDMINS " bedeuten, daß ein * PRDMONTHS = STARTSPECS-PRDMONTHS " Startdatum/Startzeit- * PRDWEEKS = STARTSPECS-PRDWEEKS " Job periodisch * TARGETSYSTEM = STARTSPECS-INSTNAME ** AT_OPMODE = Diesen Parameter weglassen, wenn der Benutzer * " Angaben zur Startzeit gemacht hat. Wird

RH_LISTPOPUP * CALL FUNCTION 'RH_LISTPOPUP' * EXPORTING * TITLE = 'Select language' * CUCOL = 50 * CUROW = 5 * IMPORTING * PICKED_LINE = GF_LINE * TABLES * LIST = GT_SPRAS * EXCEPTIONS * LIST_EMPTY = 1 * WRONG_MARK_MODE = 2 * F15 = 3 * OTHERS = 4.

CONVERSION_EXIT_AUART_OUTPUT * CALL FUNCTION 'CONVERSION_EXIT_AUART_OUTPUT' * EXPORTING * INPUT = * IMPORTING * OUTPUT = .



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