SAP Reports / Programs | Industry Solution Oil | Industry Solution Oil(IS-OIL) SAP IS

OI0_PRICEOPT_SEND SAP ABAP Report - Price Optimizer : Outbound Notification







OI0_PRICEOPT_SEND 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 OI0_PRICEOPT_SEND 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

O30_PROPT - Price Optimizer Notification


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 OI0_PRICEOPT_SEND. "Basic submit
SUBMIT OI0_PRICEOPT_SEND AND RETURN. "Return to original report after report execution complete
SUBMIT OI0_PRICEOPT_SEND 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: VTWEG = Distr. Channel
Selection Text: VKORG = D .
Selection Text: VALID = Price Valid During Period
Selection Text: MES_SV = Send Sales Volume and Cost
Selection Text: MES_OP = Send Rack Prices
Selection Text: MES_MC = Send Marketing Cost
Selection Text: MATNR = D .
Selection Text: LGORT = D .
Selection Text: DELTA = Check and Resend New Postings
Selection Text: DAYS = For Past Days
Selection Text: CHANGE = Price Changes During Period
Title: Price Optimizer : Outbound Notification
Text Symbol: 024 = No. of warnings occurred :
Text Symbol: 023 = No. of Errors occurred :
Text Symbol: 022 = No. of Records Sent Out :
Text Symbol: 021 = The Messages Sent Out are :
Text Symbol: 020 = No. of messages Sent Out:
Text Symbol: 016 = On
Text Symbol: 015 = For Access
Text Symbol: 014 = Check Transaction O30_DT
Text Symbol: 013 = Rack Prices
Text Symbol: 012 = Marketing Costs
Text Symbol: 011 = Check and Resend New Postings
Text Symbol: 010 = Days
Text Symbol: 009 = For Past
Text Symbol: 008 = For Postings from:
Text Symbol: 007 = Message : Sales Volume and Cost
Text Symbol: 006 = Message: Marketing Cost
Text Symbol: 005 = Price valid During Period
Text Symbol: 004 = Message : Marketing Cost
Text Symbol: 003 = From
Text Symbol: 002 = To
Text Symbol: 001 = Message: Rack Price


INCLUDES used within this REPORT OI0_PRICEOPT_SEND

INCLUDE OI0_PRICE_OPT_SEND_TOP.
INCLUDE OI0_PRICEOPT_SEND_GET_CONDIF01.


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:

CHANGEDOCUMENT_READ CALL FUNCTION 'CHANGEDOCUMENT_READ' EXPORTING date_of_change = fr_dt_op objectclass = 'COND_A' objectid = objid time_of_change = fr_tm_op date_until = to_dt_op time_until = to_tm_op TABLES editpos = it_editpos EXCEPTIONS no_position_found = 1 wrong_access_to_archive = 2 time_zone_conversion_error = 3 OTHERS = 4.

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

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

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

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_t_log_handle = lt_loghand 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 OI0_PRICEOPT_SEND or its description.