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

OOps ALV ..

former_member2382
Active Participant
0 Likes
614

Hi All..

Im new to OOps ABAP.. I wud like to knw how can we call Functions modules in OOps.. Like we do in general ABAP.. (ALV's..)

Thanks

Parvez..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
563

Hi

The FM's which are being called the same irrespecitive of whether it is OOP or standard programming.

But if you are talking about the difference of OOP ALV and ALV using the FM then there is a difference in the sense that for OOP ALV we are using the methods of classes to do the same functions as the FM does

Check these links for more ideas on OOP ALV

Also check these links,

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVALV/BCSRVALV.pdf

http://help.sap.com/saphelp_webas630/helpdata/en/99/49b844d61911d2b469006094192fe3/frameset.htm

http://www.henrikfrank.dk/abapuk.html

http://www.sapdevelopment.co.uk/reporting/alv/alvscr.htm

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/an%20ea...

Hi

The FM's which are being called the same irrespecitive of whether it is OOP or standard programming.

But if you are talking about the difference of OOP ALV and ALV using the FM then there is a difference in the sense that for OOP ALV we are using the methods of classes to do the same functions as the FM does

Check these links for more ideas on OOP ALV

Also check these links,

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVALV/BCSRVALV.pdf

http://help.sap.com/saphelp_webas630/helpdata/en/99/49b844d61911d2b469006094192fe3/frameset.htm

http://www.henrikfrank.dk/abapuk.html

http://www.sapdevelopment.co.uk/reporting/alv/alvscr.htm

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/an%20ea...

3 REPLIES 3
Read only

Former Member
0 Likes
563

HI,

There is no diference in calling FMs in normal ABAP and OO ABAP.

U can call FM using CALL FUNCTION.

Rgds,

Prakash

Read only

Former Member
0 Likes
563

hi

good

go through this link , i hope this ll help you solve your problem

http://www.springerlink.com/index/713KQ4UGYW1TUAE7.pdf

thanks

mrutyun^

Read only

Former Member
0 Likes
564

Hi

The FM's which are being called the same irrespecitive of whether it is OOP or standard programming.

But if you are talking about the difference of OOP ALV and ALV using the FM then there is a difference in the sense that for OOP ALV we are using the methods of classes to do the same functions as the FM does

Check these links for more ideas on OOP ALV

Also check these links,

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVALV/BCSRVALV.pdf

http://help.sap.com/saphelp_webas630/helpdata/en/99/49b844d61911d2b469006094192fe3/frameset.htm

http://www.henrikfrank.dk/abapuk.html

http://www.sapdevelopment.co.uk/reporting/alv/alvscr.htm

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/an%20ea...