‎2006 Dec 28 9:33 AM
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.
‎2006 Dec 28 9:35 AM
Hi
Please check the standard SAP Programs
Goto SE38 and give BCALV and press F4 you will get standard SAP programs for most requirements.
They use ABAP OO to develop the ALV.
Also please check these links
http://www.geocities.com/mpioud/Abap_programs.html
http://www.sapgenie.com/abap/controls/alvgrid.htm
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVALV/BCSRVALV.pdf
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCIDOCK/BCCIDOCK.pdf
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCIGOF/BCCIGOF.pdf
http://www.sapdevelopment.co.uk/reporting/alv/alvscr.htm
http://esnips.com/doc/b708766f-a934-42a1-8064-c4de75b48fc4/Sample-Program-of-alv-using-oops.ppt
http://esnips.com/doc/a2e42503-cf0f-4418-94ee-580f5900a81f/alv-with-oop.doc
http://esnips.com/doc/2d953590-e8c5-490c-a607-d1ab7cf517d7/ALV.pdf
Hope this helps
‎2006 Dec 28 9:35 AM
Hi
Please check the standard SAP Programs
Goto SE38 and give BCALV and press F4 you will get standard SAP programs for most requirements.
They use ABAP OO to develop the ALV.
Also please check these links
http://www.geocities.com/mpioud/Abap_programs.html
http://www.sapgenie.com/abap/controls/alvgrid.htm
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVALV/BCSRVALV.pdf
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCIDOCK/BCCIDOCK.pdf
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCIGOF/BCCIGOF.pdf
http://www.sapdevelopment.co.uk/reporting/alv/alvscr.htm
http://esnips.com/doc/b708766f-a934-42a1-8064-c4de75b48fc4/Sample-Program-of-alv-using-oops.ppt
http://esnips.com/doc/a2e42503-cf0f-4418-94ee-580f5900a81f/alv-with-oop.doc
http://esnips.com/doc/2d953590-e8c5-490c-a607-d1ab7cf517d7/ALV.pdf
Hope this helps
‎2006 Dec 28 9:35 AM
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.
‎2006 Dec 28 9:35 AM
‎2006 Dec 29 4:23 AM
Hi Mohammed,
You can refer the link,
/thread/234161 [original link is broken]
Regards,
Hema.
Reward points if it is useful.
‎2006 Dec 29 9:59 AM
Hi Mohammed,
Search through this site
you will be lots of material.
And especially regarding ALV you can downlaod it from this link.
Regards,
Balaji Reddy G
***Rewards if answers are helpful
‎2006 Dec 30 8:46 PM
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