Application Development 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: 

Abap syntax - "?="

Former Member
0 Kudos

Hi guys,

what does it mean:

?=

example:

wd_this->do_gui ?= wd_assist

I tried to search in forum but I did not find any unswer.

Can you give me some hint?

Regards

Erwin

Moderator message: the answer is in ABAP documentation, please search that too before posting.

Edited by: Thomas Zloch on Dec 9, 2010 9:39 AM

2 REPLIES 2

anjaneya_bhardwaj2
Contributor
0 Kudos

This is the syntax for down casting in the ABAP Objects when you try to assign refernce from super class to subclass (the current Super class must be the one which is already upcast) . I believe this is one one of the comman synatax for assignment old refernce . Please search more in ABAP Objects to explore more rather than opening the thread for this . You may close the thread ....

Edited by: Anjaneya Bhardwaj on Dec 9, 2010 9:31 AM

Former Member
0 Kudos

This message was moderated.