SAP Reports / Programs

ROICA000 SAP ABAP Report - Customer Price List







ROICA000 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report does normal pricing for a predefined list of materials...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 ROICA000 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

O3I0 - Customer Price List


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 ROICA000. "Basic submit
SUBMIT ROICA000 AND RETURN. "Return to original report after report execution complete
SUBMIT ROICA000 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: WERKS = D .
Selection Text: WAERS = D .
Selection Text: VTWEG = D .
Selection Text: VKORG = D .
Selection Text: TIME = D .
Selection Text: SPART = D .
Selection Text: P_LIST = ABAP list
Selection Text: P_ALV = ALV list
Selection Text: PLTYP = D .
Selection Text: OICONTNR = D .
Selection Text: KUNNR = Sold-to party
Selection Text: DATE = Date
Selection Text: AUART = Order type
Title: Customer Price List
Text Symbol: H20 = user
Text Symbol: H12 = Date
Text Symbol: H10 = Report name
Text Symbol: H00 = Customer Price List
Text Symbol: 016 = List output
Text Symbol: 009 = ContrNo:
Text Symbol: 008 = Total Price of Order :
Text Symbol: 007 = PriceLstTyp:
Text Symbol: 006 = SalesOrg:
Text Symbol: 005 = PriTime:
Text Symbol: 004 = PricingProc:
Text Symbol: 003 = OrderTyp:
Text Symbol: 002 = PriDate:
Text Symbol: 001 = SoldToParty:


INCLUDES used within this REPORT ROICA000

INCLUDE VBAKDATA.
INCLUDE VBAPDATA.
INCLUDE VBEPDATA.
INCLUDE VBPADATA.
INCLUDE KONVDATA.
INCLUDE MV45ACOM.
INCLUDE AVBBDDAT.
INCLUDE RVDIREKT.


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:

SD_SALES_ITEM_MAINTAIN CALL FUNCTION 'SD_SALES_ITEM_MAINTAIN' EXPORTING fvbapkom = xvbapkom fvbepkom = xvbepkom IMPORTING emaapv = maapv emaepv = maepv evbap = zzvbap evbapkom = xvbapkom evbkd = vbkd TABLES fxvbpakom = xvbpakom EXCEPTIONS error_message = 01.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_log_handle i_s_msg = ls_log_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

V_KNA1_SINGLE_READ CALL FUNCTION 'V_KNA1_SINGLE_READ' EXPORTING pi_kunnr = f_kunnr IMPORTING pe_kna1 = kna1 EXCEPTIONS no_records_found = 1 OTHERS = 2.

KNVV_SINGLE_READ CALL FUNCTION 'KNVV_SINGLE_READ' "46C KH EXPORTING i_kunnr = f_kunnr "46C KH i_vkorg = f_vkorg "46C KH i_vtweg = f_vtweg "46C KH i_spart = f_spart "46C KH IMPORTING o_knvv = knvv "46C KH EXCEPTIONS OTHERS = 4. "RC used "46C KH

KNVV_SINGLE_READ CALL FUNCTION 'KNVV_SINGLE_READ' "46C KH EXPORTING i_kunnr = f_kunnr "46C KH i_vkorg = f_vkorg "46C KH i_vtweg = f_vtweg "46C KH i_spart = f_spart "46C KH IMPORTING o_knvv = knvv "46C KH EXCEPTIONS OTHERS = 0. "RC not used "46C KH

SD_SALES_HEADER_MAINTAIN CALL FUNCTION 'SD_SALES_HEADER_MAINTAIN' EXPORTING fvbakkom = xvbakkom suppress_availibility_dia = 'X' suppress_text_popup = 'X' IMPORTING ekuagv = kuagv ekurgv = kurgv ekuwev = kuwev evbak = vbak evbakkom = xvbakkom evbkd = vbkd TABLES fxvbpakom = xvbpakom EXCEPTIONS error_message = 01.

SD_SALES_DOCUMENT_INIT CALL FUNCTION 'SD_SALES_DOCUMENT_INIT' EXCEPTIONS error_message = 01.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log IMPORTING e_log_handle = gv_log_handle EXCEPTIONS OTHERS = 1.

BAL_DSP_PROFILE_NO_TREE_GET CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET' IMPORTING e_s_display_profile = ls_display_profile EXCEPTIONS OTHERS = 1.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_display_profile i_t_log_handle = gt_log_handle EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5.



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