SAP Reports / Programs

RISERNR9 SAP ABAP Report - Copying of the Changed Stock Check Flag







RISERNR9 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program is used to copy the stock check indicators from the serial number profile to the individual serial numbers...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 RISERNR9 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 RISERNR9. "Basic submit
SUBMIT RISERNR9 AND RETURN. "Return to original report after report execution complete
SUBMIT RISERNR9 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: EQUIEINZ = WARNING Individual record lock
Selection Text: EQUIS = Lock all serial numbers
Selection Text: EQUISAMM = Collection of locks
Selection Text: LISTE = List of changed serial numbers
Selection Text: MATERIAL = Material
Selection Text: PROFIL = Serial number profile
Selection Text: TEST = Test
Selection Text: WERK = Plant
Selection Text: WERKSSER = Adapt plant-neutral serial no.
Title: Copying of the Changed Stock Check Flag
Text Symbol: 001 = Old StckChk
Text Symbol: 004 = Parameters for data lock -> Important for performance
Text Symbol: 006 = Data changed
Text Symbol: 007 = Lock error! No update performed
Text Symbol: 008 = Selection of Serial Numbers


INCLUDES used within this REPORT RISERNR9

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:

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

RKC_TAB_ENQUEUE CALL FUNCTION 'RKC_TAB_ENQUEUE' EXPORTING i_enqmode = 'E' tabnm = 'T377P' with_message = 'X' EXCEPTIONS locking_not_possible = 1 OTHERS = 2.

ENQUEUE_EIEQUI CALL FUNCTION 'ENQUEUE_EIEQUI' EXPORTING mode_equi = 'E' mandt = sy-mandt equnr = iequi-equnr _collect = 'X'.

ENQUEUE_EIEQUI CALL FUNCTION 'ENQUEUE_EIEQUI' EXPORTING mode_equi = 'E' mandt = sy-mandt equnr = sequi-equnr _collect = 'X'.

ENQUEUE_EIEQUI CALL FUNCTION 'ENQUEUE_EIEQUI' EXPORTING mandt = sy-mandt.

RKC_TAB_DEQUEUE CALL FUNCTION 'RKC_TAB_DEQUEUE' EXPORTING i_enqmode = 'E' tabnm = 'T377P' EXCEPTIONS OTHERS = 0.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid is_layout = g_layout it_fieldcat = g_fieldcat_tab[] i_default = 'X' i_save = 'U' is_variant = l_variant_info TABLES t_outtab = prot.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_internal_tabname = 'PROT' i_structure_name = 'V_EQUI_EQBS_SML' i_client_never_display = ' ' CHANGING ct_fieldcat = e01_lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING language = sy-langu popup_title = 'ATTENTION' start_column = 10 start_row = 3 text_object = 'HELP_RISERNR9' help_modal = 'X' IMPORTING cancelled = cancelled.

FLUSH_ENQUEUE CALL FUNCTION 'FLUSH_ENQUEUE'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL' EXPORTING _synchron = ' ' EXCEPTIONS OTHERS = 0.

ENQUEUE_EIEQUI CALL FUNCTION 'ENQUEUE_EIEQUI' EXPORTING mode_equi = 'E' mandt = sy-mandt equnr = iequi-equnr EXCEPTIONS foreign_lock = 1.

ENQUEUE_EIEQUI CALL FUNCTION 'ENQUEUE_EIEQUI' EXPORTING mode_equi = 'E' mandt = sy-mandt equnr = sequi-equnr EXCEPTIONS foreign_lock = 1.



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