DIMSPPB_BARCHART_DEMO4 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 DIMSPPB_BARCHART_DEMO4 into the relevant SAP transactions such as SE38 or SE80
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: P_ENDDT = End Date
Selection Text: P_ENDTM = End Time
Selection Text: P_STDT = Start Date
Selection Text: P_STTM = Start Time
Title: Demo4: Adding Context Menus to Bar Chart Control Objects
Text Symbol: 015 = For Unassigned Work Packages
Text Symbol: 014 = My Section
Text Symbol: 013 = Frankfurt Service Area 5
Text Symbol: 012 = FRANKFURT-005
Text Symbol: 011 = Paris Service Area 3
Text Symbol: 010 = PARIS-003
Text Symbol: 009 = Heathrow Service Area 1
Text Symbol: 008 = HEATHROW-001
Text Symbol: 007 = Description
Text Symbol: 006 = Service Area
Text Symbol: 005 = Service Area View
Text Symbol: 004 = Service Area Diagram
Text Symbol: 003 = Ribbon 2
Text Symbol: 002 = Ribbon 1
Text Symbol: 001 = Display Horizon
Text Symbol: 019 = A320 NYB
Text Symbol: 020 = A320-NYC
Text Symbol: 021 = A320 NYC
Text Symbol: 022 = Object Diagram
Text Symbol: 018 = A320-NYB
Text Symbol: 035 = Painting Group 001
Text Symbol: 034 = Painting-001
Text Symbol: 033 = Avionic Group 001
Text Symbol: 032 = Avionic-001
Text Symbol: 031 = Mechanic Group 002
Text Symbol: 030 = Maintenance Object
Text Symbol: 029 = Mechanic-002
Text Symbol: 028 = Mechanic Group 001
Text Symbol: 027 = Mechanic-001
Text Symbol: 026 = Resource
Text Symbol: 025 = Resource View
Text Symbol: 024 = Resource Diagram
Text Symbol: 023 = Object View
INCLUDE LBARCCON. "BARC CONSTANTS
INCLUDE DIMSPPB_LCL_INC. "LOCAL CLASSES
INCLUDE DIMSPPB_LCL_INC4. "EVENT HANDLER
No SAP DATABASE tables are accessed within this REPORT code!
CALL FUNCTION 'IB_CONVERT_INTO_TIMESTAMP' EXPORTING i_datlo = p_stdt i_timlo = p_sttm i_tzone = sy-zonlo IMPORTING e_timestamp = lv_start_timestamp.
IB_CONVERT_INTO_TIMESTAMP CALL FUNCTION 'IB_CONVERT_INTO_TIMESTAMP' EXPORTING i_datlo = p_enddt i_timlo = p_endtm i_tzone = sy-zonlo IMPORTING e_timestamp = lv_end_timestamp.
IB_CONVERT_INTO_TIMESTAMP CALL FUNCTION 'IB_CONVERT_INTO_TIMESTAMP' EXPORTING i_datlo = pv_datum i_timlo = pv_uzeit i_tzone = pv_zonlo IMPORTING e_timestamp = pv_timestamp.
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 DIMSPPB_BARCHART_DEMO4 or its description.
DIMSPPB_BARCHART_DEMO4 - Demo4: Adding Context Menus to Bar Chart Control Objects DIMSPPB_BARCHART_DEMO4 - Demo4: Adding Context Menus to Bar Chart Control Objects DIMSPPB_BARCHART_DEMO3 - Demo3: Event Handling with Bar Chart Control DIMSPPB_BARCHART_DEMO3 - Demo3: Event Handling with Bar Chart Control DIMSPPB_BARCHART_DEMO2 - Demo2: Adding Custom Buttons to the Barchart Control Toolbar DIMSPPB_BARCHART_DEMO2 - Demo2: Adding Custom Buttons to the Barchart Control Toolbar