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

Custom controls doc

Former Member
0 Likes
662

Hi,

Could anyone give me some links to things that can be done with Custom Controls? (I'm especially interested in ALV Grids)

Thanks!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
624

Hi Thomas,

You can go through these docs...

<u>For ALV Grid</u>

This will teach the basics of using custom control for ALV

http://esnips.com/doc/b708766f-a934-42a1-8064-c4de75b48fc4/Sample-Program-of-alv-using-oops.ppt

This will deal with ALV in detail.

http://esnips.com/doc/2d953590-e8c5-490c-a607-d1ab7cf517d7/ALV.pdf

You can also embed MS Word, MS Excel etc in the container using the concept of Desktop Office Integration.

http://esnips.com/doc/741a848e-f49a-4436-bec4-e21950f6c94c/desktop-office-integration.pdf

You can also embed PDF in the container using the class CL_GUI_PDF_VIEWER and accessing its methods to perform various operations.

For more details, you can refer to DWDM Transaction code, where you will get useful programs.

<b>Award points if found useful.</b>

Regards,

SP.

5 REPLIES 5
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
624

Please check out transaction code DWDM.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
624

Hello Thomas,

Please check the transaction DWDM, you can find many complex controls demo with example source code.

Regs,

Venkat

Read only

Former Member
0 Likes
625

Hi Thomas,

You can go through these docs...

<u>For ALV Grid</u>

This will teach the basics of using custom control for ALV

http://esnips.com/doc/b708766f-a934-42a1-8064-c4de75b48fc4/Sample-Program-of-alv-using-oops.ppt

This will deal with ALV in detail.

http://esnips.com/doc/2d953590-e8c5-490c-a607-d1ab7cf517d7/ALV.pdf

You can also embed MS Word, MS Excel etc in the container using the concept of Desktop Office Integration.

http://esnips.com/doc/741a848e-f49a-4436-bec4-e21950f6c94c/desktop-office-integration.pdf

You can also embed PDF in the container using the class CL_GUI_PDF_VIEWER and accessing its methods to perform various operations.

For more details, you can refer to DWDM Transaction code, where you will get useful programs.

<b>Award points if found useful.</b>

Regards,

SP.

Read only

Former Member
0 Likes
624

Thanks a lot! This is really a big help

Read only

0 Likes
624

Also, since you are interested in ALV, please check out any program that starts with BCALV* or if you are on a netweaver release, there is the New OBject Model ALV, sample programs start with SALV*

Regards,

Rich Heilman