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

ALV with ABAP objects

Former Member
0 Likes
848

Hi all,

How to use ABAP objects. I have created a program in se38 and how to call this function. ehat is the function call name. What are the uses.

1 ACCEPTED SOLUTION
6 REPLIES 6
Read only

Former Member
0 Likes
816

chk the programs for ALV with Object oriented

BCALV_EDIT_01.
BCALV_EDIT_02.
BCALV_EDIT_03.
BCALV_EDIT_04.
BCALV_EDIT_05.
BCALV_EDIT_06.
BCALV_EDIT_07.
BCALV_EDIT_08.

Read only

Former Member
0 Likes
816
Read only

Former Member
0 Likes
816

Hi Mohammed,

You can refer the link,

/thread/234161 [original link is broken]

Regards,

Hema.

    • Reward points if it is useful.

Read only

Former Member
0 Likes
816

Hi Mohammed,

Search through this site

www.esnips.com

you will be lots of material.

And especially regarding ALV you can downlaod it from this link.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e8a1d690-0201-0010-b7ad-d9719a41...

Regards,

Balaji Reddy G

***Rewards if answers are helpful

Read only

uwe_schieferstein
Active Contributor
0 Likes
816

Hello Mohammed

Your question is based on a misunderstanding. ABAP Objects is basically a synonym for ABAP with its object-oriented extensions.

ABAP Objects allows nowadays to develop almost everything in an object-oriented way which should be preferred instead of classical ABAP.

The controls available in SAP (tree control, grid control) are well-defined examples of OO-programming.

In the following thread

you will find some simple reports making extensive use of the controls available in SAP which are OO-based.

Regards

Uwe