‎2006 Dec 13 9:28 AM
i do have a field which is gt_po_detl-buss_part = p829829db6,
i have to have 829 which is company code , pls tell me how to take the this 829
which is 2nd letter of the variable and ends at 4 th , pls tell me it is urgent .
sridhar .
‎2006 Dec 13 9:29 AM
co_code = gt_po_detl-buss_part+1(3).
Howcome the company code is 3 chars. Generally it is four characters.
Kind Regards
Eswar
‎2006 Dec 13 9:29 AM
co_code = gt_po_detl-buss_part+1(3).
Howcome the company code is 3 chars. Generally it is four characters.
Kind Regards
Eswar
‎2006 Dec 13 9:30 AM
example
v_var+1(03) = gt_po_detl-buss_part
the variable will have the value 829
‎2006 Dec 13 9:30 AM