Hi,
I have created a business object 'ZFORMREQU'.
In the Key Fields i have created a field with
Reference table: ZHR_REQU
Reference field: REQUNUMBER
The System has generated teh following code.
INCLUDE <OBJECT>.
BEGIN_DATA OBJECT. " Do not change.. DATA is generated
only private members may be inserted into structure pri
DATA:
" begin of private,
" to declare private attributes remove comments and
" insert private attributes here ...
" end of private,
BEGIN OF KEY,
NUMBER LIKE ZHR_REQU-REQUNUMBER,
END OF KEY,
<b>_ LIKE.</b>
END_DATA OBJECT. " Do not change.. DATA is generated
I am getting _ LIKE instead of ZHRREQU LIKE ZHR_REQU.
How can i rectify this Error.
Thank you,
Ramu N.