Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Graphic Controls

Former Member
0 Likes
1,083

Hi Friends,

Can any one tell me in addition to ALV what are the different types of graphic controls used in ABAP.

Thanks,

Shejal.

Hi Friends,

Can any one tell me in addition to ALV what are the different types of graphic controls used in ABAP.

Thanks,

Shejal.

6 REPLIES 6
Read only

Former Member
0 Likes
1,033

Depends what you mean by "graphic controls"...

SAP supports Treeviews, etc

In addition, it supports true graphing capabilities as well... like you would use in PowerPoint or Excel. It can draw pie charts, bar charts, etc.

Read only

0 Likes
1,033

Look to programs: GFW_DEMO* for examples of graphing.

Read only

0 Likes
1,033

Thanks John.

Shejal.

Read only

0 Likes
1,033

Don't forget points for helpful answers.

Read only

Former Member
0 Likes
1,033

Hi,

SAP Provides us with different controls,

1. HTML Control

2. Text Editor Control

3. TREE Control

4. DROP DOWN Control

5. Picture Control

6. Dynamic Documents

7. Calender Control

etc..

Check the below link for information on COntrols

for control Framework click

http://help.sap.com/saphelp_47x200/helpdata/en/d8/147a36c70d2354e10000009b38f839/frameset.htm

for HTML Control

http://help.sap.com/saphelp_47x200/helpdata/en/cf/147a36c70d2354e10000009b38f839/frameset.htm

for Picture COntrol

http://help.sap.com/saphelp_47x200/helpdata/en/c6/147a36c70d2354e10000009b38f839/frameset.htm

for Text Edit Control

http://help.sap.com/saphelp_47x200/helpdata/en/f1/549e36cf0ecb7de10000009b38f889/frameset.htm

For Tree Control

http://help.sap.com/saphelp_47x200/helpdata/en/bd/147a36c70d2354e10000009b38f839/frameset.htm

For Dynamic Documents.

http://help.sap.com/saphelp_47x200/helpdata/en/f5/edd938d8dbe93de10000000a11405a/frameset.htm

All these controls should be created in a container. There are different containers in SAP

Click the link below to know about containers in SAP>

http://help.sap.com/saphelp_47x200/helpdata/en/d9/2955360b00a115e10000009b38f839/frameset.htm

Regards,

Vara

Read only

kai_gutenkunst
Product and Topic Expert
Product and Topic Expert
0 Likes
1,033

Hi,

I recommend to use the Chart Engine. It's available as part of the IGS but also as an ActiveX control within the SAPGUI.

Have a look at the demo program GRAPHICS_GUI_CE_DEMO or directly at the class CL_GUI_CHART_ENGINE.

The customizing settings of your chart can easily be created by using the interactive SAP Chart Designer (see Downloads area of SDN - Web AS). After downloading it you also find the full description of the data XML within the package.

Regards, Kai