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
Below is a list of transaction codes which are relevant to this SAP report
O30_PROPT - Price Optimizer Notification
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.
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
INCLUDE OI0_PRICE_OPT_SEND_TOP.
INCLUDE OI0_PRICEOPT_SEND_GET_CONDIF01.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
OI0_PRICEOPT_SEND - Price Optimizer : Outbound Notification OI0_PRICEOPT_SEND - Price Optimizer : Outbound Notification OI0_PRICEOPT_LOG - OI0PRICEOPTLOG OI0_PRICEOPT_LOG - OI0PRICEOPTLOG OI0_COMMON_DS=================S - OI0COMMONDS=================S OG_CONVERT_PRECONF_FLAG - Program OG_CONVERT_PRECONF_FLAG