SAP Reports / Programs

RCCUCO10 SAP ABAP Report - Configured Sales Orders







RCCUCO10 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program RCCUCO10 is used to display a list of configured sales orders for a standard product...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 RCCUCO10 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 RCCUCO10. "Basic submit
SUBMIT RCCUCO10 AND RETURN. "Return to original report after report execution complete
SUBMIT RCCUCO10 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: PM_STDPD = Configurable Material
Selection Text: PM_DATUM = Date
Selection Text: PM_CONFG = Display Values
Title: Configured Sales Orders
Text Symbol: 111 = Characteristic
Text Symbol: 112 = Value
Text Symbol: 202 = Sales Document Item
Text Symbol: 203 = Sales Organization
Text Symbol: 204 = Sales Document Type
Text Symbol: 107 = Purchase Order Number
Text Symbol: 106 = Sold-To Party
Text Symbol: 105 = Date
Text Symbol: 001 = Configured Sales Orders
Text Symbol: 002 = Confble Material:
Text Symbol: 003 = No Configured Sales Orders Found
Text Symbol: 004 = Page:
Text Symbol: 007 = Key:
Text Symbol: 011 = Order:
Text Symbol: 012 = Purchase Order Number:
Text Symbol: 013 = Sold-To Party:
Text Symbol: 101 = Order
Text Symbol: 102 = Item
Text Symbol: 103 = SOrg
Text Symbol: 104 = Ty.


INCLUDES used within this REPORT RCCUCO10

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:

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' "UNI EXPORTING "UNI LINE_SIZE = LINE_SIZE "UNI LINE_COUNT = 65 "UNI IMPORTING "UNI out_parameters = pripar "UNI out_archive_parameters = arcpar "UNI valid = valid "750702 EXCEPTIONS "UNI archive_info_not_found = 1 "UNI invalid_print_params = 2 "UNI invalid_archive_params = 3 "UNI others = 4. "UNI

MATERIAL_READ_MAVA CALL FUNCTION 'MATERIAL_READ_MAVA' EXPORTING SCHLUESSEL = MTCOM IMPORTING MATDATEN = MAVA1 RETURN = MTCOR TABLES SEQMAT01 = XXX EXCEPTIONS MATERIAL_NOT_FOUND = 4.

CUD0_CONFIGURATION_INITIALIZER CALL FUNCTION 'CUD0_CONFIGURATION_INITIALIZER'.

VC_I_DISPLAY_CONFIGURATION CALL FUNCTION 'VC_I_DISPLAY_CONFIGURATION' EXPORTING INSTANCE = XVBAP-CUOBJ INCLUDE_SCREEN = CINCL IV_NO_VALUE_CHECK = 'X' "930055 EXCEPTIONS INSTANCE_NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.

VC_I_GET_CONFIGURATION CALL FUNCTION 'VC_I_GET_CONFIGURATION' EXPORTING instance = instance TABLES CONFIGURATION = configuration EXCEPTIONS INSTANCE_NOT_FOUND = 0. "end 173134



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