SAP Reports / Programs | Logistics - General | Logistics Basic Data | Assortment Maintenance(LO-MD-RA-MT) SAP LO

RWDIFFERENCEMARCWLK1_ENHANCED SAP ABAP Report - creation of missing article segments







RWDIFFERENCEMARCWLK1_ENHANCED 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 RWDIFFERENCEMARCWLK1_ENHANCED 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 RWDIFFERENCEMARCWLK1_ENHANCED. "Basic submit
SUBMIT RWDIFFERENCEMARCWLK1_ENHANCED AND RETURN. "Return to original report after report execution complete
SUBMIT RWDIFFERENCEMARCWLK1_ENHANCED 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_WERKS = D .
Selection Text: S_DATET = Valid To (Listing)
Selection Text: S_DATEA = Valid From (Listing)
Selection Text: S_CDATE = Created On (Article)
Selection Text: S_ASORT = D .
Selection Text: S_ARTNR = D .
Selection Text: P_TEST = Test Run
Selection Text: P_SVGRP = D .
Selection Text: P_RANGE = Restrict Period
Selection Text: P_PROT = Log In The Seq. Update Run
Selection Text: P_PRLL = D .
Selection Text: P_MAXT = D .
Selection Text: P_MAXART = Articles For Each Process
Selection Text: P_CH_DOC = Create Change Documents
Selection Text: P_C_MBEW = Check For Missing MBEW
Selection Text: P_C_MVKE = Check For Missing MVKE
Title: creation of missing article segments
Text Symbol: T03 = Choose Segments To Check Beside MARC
Text Symbol: 911 = check all segments
Text Symbol: 910 = parallel processing must
Text Symbol: 909 = or site.
Text Symbol: 908 = Please either fill in assortment
Text Symbol: 907 = Parallel processing and testmode
Text Symbol: 906 = testmode and productive protocol
Text Symbol: 905 = together not possible
Text Symbol: 904 = date range not correct
Text Symbol: 903 = initial time range values
Text Symbol: 902 = narrow down timerange selected with
Text Symbol: 901 = protocol together not possible
Text Symbol: 900 = Parallel processing and productive
Text Symbol: 821 = MVKE need
Text Symbol: 820 = MVKE needed
Text Symbol: 811 = MBEW need
Text Symbol: 810 = MBEW needed
Text Symbol: 801 = MARC need
Text Symbol: 800 = MARC needed
Text Symbol: T02 = Parallel Processing
Text Symbol: T01 = Period





Text Symbol: T00 = Selection


INCLUDES used within this REPORT RWDIFFERENCEMARCWLK1_ENHANCED

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:

ASSORTMENT_MAINTAIN_MATERIAL CALL FUNCTION 'ASSORTMENT_MAINTAIN_MATERIAL' EXPORTING send_message = 'X' p_create_change_document = p_ch_doc TABLES p_all_matnr = gt_all_matnr p_upd_maw1 = gt_upd_maw1 p_ins_marc = gt_ins_marc p_ins_mbew = gt_ins_mbew p_ins_mvke = gt_ins_mvke p_upd_mvke = gt_upd_mvke p_ins_wrpl = gt_ins_wrpl EXCEPTIONS OTHERS = 1.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'wint_allas' CHANGING ct_fieldcat = p_t_fieldcat[].

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_background_id = 'ALV_BACKGROUND' i_buffer_active = 'X' i_callback_program = gv_repid * I_STRUCTURE_NAME = ' ' is_layout = gs_layout it_fieldcat = gt_fieldcat i_save = gv_save is_variant = gs_variant it_events = gt_events[] * I_SCREEN_START_COLUMN = 0 "Use coordinates for * I_SCREEN_START_LINE = 0 "display as dialog box * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 IMPORTING e_exit_caused_by_caller = gv_exit_caused_by_caller es_exit_caused_by_user = gs_exit_caused_by_user TABLES t_outtab = pt_outtab EXCEPTIONS program_error = 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 RWDIFFERENCEMARCWLK1_ENHANCED or its description.