Dear All,
How can I get the item details (e.g., Plant )using the function module EXIT_SAPLMEREQ_009 in userexit MEREQ001 for number ranges.
Have tried to access the item data with:
DATA: REQ_ITEM TYPE MEREQ_ITEM.
DATA: LS_MEREQ_ITEM TYPE REF TO IF_PURCHASE_REQUISITION_ITEM.
CALL METHOD LS_MEREQ_ITEM->GET_DATA RECEIVING RE_DATA = REQ_ITEM.
I have the dump error: "OBJECTS_OBJREF_NOT_ASSIGNED".
Anyone can help me in this issue?
Thanks in advance for your help.
Regards
Prakash