I am using above statement this ZTABLE has one include zxp_bill. It is giving following error of :
The data type /OBIZ/ZXP_SHPHD can be enhanced in any way.
When referencing the type of data objects in ABAP, these data objects
cannot contain references (tables, strings, objects and so on) if the
data type has been directly defined in the DDIC.
The current options for referencing types of data objects are as
follows:
1. LIKE
2. INCLUDE STRUCTURE
3. FORM STRUCTURE
4. FIELD-SYMBOLS STRUCTURE
Troubleshooting: This warning is triggered because the data type or one
of its subtypes can be enhanced in any way. Below is the data type
structure in which the (sub)types that trigger the warning are marked by
/OBIZ/ZXP_SHPHD *** /OBIZ/ZXP_BILL ***
In SE11, you can assign an enhancement category that is different from
Please help. Right answer will be rewarded.
Thanks