‎2013 Mar 21 8:31 AM
Hi all,
I have a requirement where Im required to check the contents of a object reference, LO_OBJ_HOLD in OOABAP context and since Im unable to use the 'CA' as in normal abap coding standards, Im severely confused as to how to find a way out. The requirement exactly is to check the contents of LO_OBJ_HOLD and as to whether it contains any '_PT ' value in it.
lo_obj_hold is an importing parameter I have used in the function module and the declaration is as follows.
LO_OBJ_HOLD TYPE REF TO OBJECT as an importing parameter. Kindly provide me with your valuable suggestions!!
‎2013 Mar 21 10:03 AM
Once you get the result from the FM can you use a variable and shift the FM result to that variable lv_var.
check the CA condition on this lv_var.