SAP Reports / Programs | Supplier Relationship Management | Enterprise Buyer | Cross-Industry Functions(SRM-EBP-CRI) SAP SRM

/SAPPSSRM/NR_MASS_EDITOR SAP ABAP Report - Mass Editor for Numeric Number Ranges from Alphanumeric Rules







/SAPPSSRM/NR_MASS_EDITOR 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 /SAPPSSRM/NR_MASS_EDITOR 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

/SAPPSSRM/LPN_MASS - Mass Edition of Number Ranges LPN


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 /SAPPSSRM/NR_MASS_EDITOR. "Basic submit
SUBMIT /SAPPSSRM/NR_MASS_EDITOR AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPPSSRM/NR_MASS_EDITOR 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: SO_SUBO = Range ID
Selection Text: SO_GJ = Fiscal Year
Selection Text: P_TEST = Test Run?
Selection Text: P_NTYP = Number Type for LPN
Selection Text: P_DEL = Delete Number Ranges
Selection Text: P_ADD = Add Number Ranges
Title: Mass Editor for Numeric Number Ranges from Alphanumeric Rules
Text Symbol: TOS = Num. to
Text Symbol: TOM = Numeric Value of End
Text Symbol: TOL = Numeric Value of Interval End
Text Symbol: FRS = Num. From
Text Symbol: FRM = Numeric Value of Start
Text Symbol: FRL = Numeric Value of Interval Start
Text Symbol: 234 = TOYEAR
Text Symbol: 233 = EXTERNIND
Text Symbol: 232 = NRRANGENR
Text Symbol: 231 = SUBOBJECT
Text Symbol: 230 = OBJECT
Text Symbol: 220 = Test Run
Text Symbol: 210 = Productive Run
Text Symbol: 100 = Selection of Numbering Rules
Text Symbol: 006 = Data will be deleted from database; continue?
Text Symbol: 005 = Data will be saved on database; continue?
Text Symbol: 002 = No
Text Symbol: 001 = Yes


INCLUDES used within this REPORT /SAPPSSRM/NR_MASS_EDITOR

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:

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_bypassing_buffer = ' ' i_buffer_active = ' ' i_callback_program = lv_repid i_callback_user_command = lv_ucfrm i_structure_name = lv_structure i_grid_title = lv_title is_layout = ls_layout it_fieldcat = lt_fieldcat it_sort = lt_sort i_default = ' ' i_save = 'X' is_variant = ls_variant it_event_exit = lt_event_exit TABLES t_outtab = lt_msg EXCEPTIONS program_error = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING * TITLEBAR = ' ' * DIAGNOSE_OBJECT = ' ' text_question = lv_text text_button_1 = 'Yes'(001) icon_button_1 = 'ICON_LED_GREEN' text_button_2 = 'No'(002) icon_button_2 = 'ICON_LED_RED' default_button = '2' display_cancel_button = ' ' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 popup_type = 'ICON_MESSAGE_CRITICAL' IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.



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