Hello All,
In the ordinary program we can define ranges for a field like :-
************************************************************************************************
DATA: r_vbeln type ranges of vbeln.
***********************************************************************************************
But in BSP if we do so I'm getting an error saying RANGES is unknown.
So I thought that we should use only standard structures for the Ranges like for eg the ranges for lifnr is "RANGE_LIFNR".
But now I want the ranges structure for the field VBELN (<b>Delivery Document</b>).
I don't know what is it !!!!!
Now what should I do ?
Regards,
Deepu.K