SAP Reports / Programs | Logistics - General | Logistics Basic Data(LO-MD) SAP LO

RKE_WAO_NEW_MATERIALS SAP ABAP Report - Overview of New Products







RKE_WAO_NEW_MATERIALS 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 RKE_WAO_NEW_MATERIALS 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 RKE_WAO_NEW_MATERIALS. "Basic submit
SUBMIT RKE_WAO_NEW_MATERIALS AND RETURN. "Return to original report after report execution complete
SUBMIT RKE_WAO_NEW_MATERIALS 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: MTART = D Material type
Selection Text: MBRSH = D Industry
Selection Text: MAX_ROWS = Number of rows
Selection Text: DAYS = Number of days
Title: Overview of New Products
Text Symbol: TIT = Overview of New Materials
Text Symbol: DAY = Days
Text Symbol: 010 = New materials since
Text Symbol: 004 = Function module is missing:
Text Symbol: 003 = Release is not supported
Text Symbol: 002 = No authorization
Text Symbol: 001 = No data found


INCLUDES used within this REPORT RKE_WAO_NEW_MATERIALS

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:

CRIF_COPA_NEW_MATERIALS call function 'CRIF_COPA_NEW_MATERIALS' exporting max_rows = max_rows days = days it_mtart = mtart[] it_mbrsh = mbrsh[] tables et_data = gt_data exceptions no_data = 1 no_authority = 2 release_not_supported = 3 function_not_found = 4.

REUSE_MINIALV_LIST_DISPLAY call function 'REUSE_MINIALV_LIST_DISPLAY' exporting i_list_title = g_title is_layout = gs_layout it_fieldcat = gt_fieldcat is_variant = gs_variant tables t_outtab = gt_data it_fieldcat_hlink = gt_fieldcat_hlink it_hlinks = gt_hlinks exceptions program_error = 1 others = 2.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = c_structure changing ct_fieldcat = gt_fieldcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.

CONVERT_DATE_TO_EXTERNAL call function 'CONVERT_DATE_TO_EXTERNAL' exporting date_internal = l_date_int importing date_external = l_date_ext exceptions date_internal_is_invalid = 1 others = 2.

OWN_LOGICAL_SYSTEM_GET call function 'OWN_LOGICAL_SYSTEM_GET' importing own_logical_system = l_logsys exceptions own_logical_system_not_defined = 0 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 RKE_WAO_NEW_MATERIALS or its description.