SAP Reports / Programs

DIMSPPB_BARCHART_DEMO4 SAP ABAP Report - Demo4: Adding Context Menus to Bar Chart Control Objects







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


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 DIMSPPB_BARCHART_DEMO4. "Basic submit
SUBMIT DIMSPPB_BARCHART_DEMO4 AND RETURN. "Return to original report after report execution complete
SUBMIT DIMSPPB_BARCHART_DEMO4 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: 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





Text Symbol: 053 = A320-NYA/B-Check
Text Symbol: 052 = A320-NYC/C-Check
Text Symbol: 051 = A320-NYC/A-Check
Text Symbol: 050 = A320-NYA/C-Check
Text Symbol: 049 = A320-NYB/A-Check
Text Symbol: 048 = A320-NYC/B-Check
Text Symbol: 047 = A320-NYB/C-Check
Text Symbol: 046 = A320-NYA/A-Check
Text Symbol: 045 = Sort Sequence
Text Symbol: 044 = Main Order
Text Symbol: 043 = Demand
Text Symbol: 042 = Main Requirement
Text Symbol: 041 = Maintenance Object/Check Type
Text Symbol: 040 = Work Package
Text Symbol: 039 = Maintenance Object/Check Type
Text Symbol: 038 = Slot
Text Symbol: 037 = hh:mm Th
Text Symbol: 054 = A320-NYB/B-Check
Text Symbol: 066 = PARIS-003/B-Check
Text Symbol: 065 = Overload Capacity
Text Symbol: 064 = Underload Capacity
Text Symbol: 063 = Available Capacity
Text Symbol: 062 = FRANKFURT-005/C-Check
Text Symbol: 061 = PARIS-003/A-Check
Text Symbol: 060 = HEATHROW-001/C-Check
Text Symbol: 059 = FRANKFURT-005/A-Check
Text Symbol: 058 = FRANKFURT-005/B-Check
Text Symbol: 057 = PARIS-003/C-Check
Text Symbol: 056 = HEATHROW-001/A-Check
Text Symbol: 055 = Service Area/Check Type
Text Symbol: 036 = No Service Area
Text Symbol: 017 = A320 NYA
Text Symbol: 016 = A320-NYA


INCLUDES used within this REPORT DIMSPPB_BARCHART_DEMO4

INCLUDE LBARCCON. "BARC CONSTANTS
INCLUDE DIMSPPB_LCL_INC. "LOCAL CLASSES
INCLUDE DIMSPPB_LCL_INC4. "EVENT HANDLER


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:

IB_CONVERT_INTO_TIMESTAMP





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.



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