2009 Mar 08 2:33 PM
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 .
2009 Mar 08 2:48 PM
> 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к
2009 Mar 08 3:27 PM
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 .