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

How to create reference, when an instance is created through interface

Former Member
0 Likes
586

Hi All,

How to create reference, when an instance is created through interface.

Regards,

Lisa

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
522

DATA: lv_exit TYPE REF TO if_ex_ltrm_task_post_modf.

hith

Sunil Achyut

3 REPLIES 3
Read only

Former Member
0 Likes
523

DATA: lv_exit TYPE REF TO if_ex_ltrm_task_post_modf.

hith

Sunil Achyut

Read only

Former Member
0 Likes
522

hi

good

http://help.sap.com/saphelp_nw2004s/helpdata/en/c3/225b5c54f411d194a60000e8353423/content.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/c3/225b5f54f411d194a60000e8353423/content.htm

/people/jocelyn.dart/blog/2006/06/28/getting-started-with-abap-oo-for-workflow-using-the-ifworkflow-interface

THANKS

MRUTYUN

Read only

uwe_schieferstein
Active Contributor
0 Likes
522

Hello Lisa

A good example to understand instance creation using interface is the class CF_RECA_MESSAGE_LIST. This class has a CREATE method that returns you an instance of CL_RECA_MESSAGE_LIST which indeed is of type IF_RECA_MESSAGE_LIST.

Regards

Uwe