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

Bound - Keyword

Former Member
0 Likes
597

Hi All

I am new to OOPS concept . Can anybody put some light on "BOUND" key word . Please find the code below .

IF me->data_containers_all IS INITIAL

AND me->process_object_runtime IS BOUND.

I need to set the value of me->process_object_runtime to bound while debugging so that I can test the whole process . Suggestion would be highly appreciated .

I am not sure if it means that "process_object_runtime" is not active ??

Waiting for suggestions .

2 REPLIES 2
Read only

Former Member
0 Likes
460

> me->process_object_runtime IS BOUND

It check whether the reference variable contains a valid reference,

check this sap help for more info

http://help.sap.com/abapdocu/en/ABENLOGEXP_BOUND.htm

>PS: Total Questions: 59 (42 unresolved)

Please close ur previous threads which u are not following anymore.

кu03B1ятu03B9к

Read only

0 Likes
460

Hi Kartik

I still didn't get it . This is standard transaction " HRASR_TEST_PROCESS" which is failing because of object is not "bound".

What I have understood so far .

We are missing some configuration or customizing that why the reference object is not bound.

Please correct me if I am wrong .