SAP Reports / Programs

RKE_WAO_NEW_CUSTOMERS SAP ABAP Report - Overview of New Customers







RKE_WAO_NEW_CUSTOMERS 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_CUSTOMERS 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_CUSTOMERS. "Basic submit
SUBMIT RKE_WAO_NEW_CUSTOMERS AND RETURN. "Return to original report after report execution complete
SUBMIT RKE_WAO_NEW_CUSTOMERS 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: VTWEG = D Distribution Channel
Selection Text: VKORG = D Sales Organization
Selection Text: SPART = D Division
Selection Text: MAX_ROWS = Number of rows
Selection Text: DAYS = Number of days
Title: Overview of New Customers
Text Symbol: TIT = Overview of new customers
Text Symbol: DAY = Days
Text Symbol: 010 = New customers 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_CUSTOMERS

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_CUSTOMERS call function 'CRIF_COPA_NEW_CUSTOMERS' exporting max_rows = max_rows days = days it_vkorg = vkorg[] it_vtweg = vtweg[] it_spart = spart[] 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_CUSTOMERS or its description.