Hello Experts,
One of the feild in the extractor 2LIS_11_VAITM was not displaying any data for feild zzy_quote_item,
we found that this field was just append in the extractor from the table VBAP and there was no logic mentioned for this field in the
FM. We have written the logic in the Function module ZYFM_2LIS_11_VAITM.
Now my query,
The ABAP code is written in the FM, I need to check whether the data for field zzy_quote_item is populating in the rsa3
(2LIS_12_VAITM) or what steps I would need to perform ?
In R/3
-> Do I need to activate the extract structure in LBWE ? - I think not required, as we have made change only in the Function module.
Out of the extract structure.
-> Do I need to delete/fill the setup table ? How to pull the data into the rsa3 extractor?
In BW
-> Do I need to replicate the datasource ?
-> Do we need to delete the previous records or delta load would be fine ? Full Load would pick up all the records.
Can you please provide step by step procedure please.
Thanks
Mimi