Hi,You should append the new custom filed to the EEW structure (/SCDL/INCL_EEW_DLV_ITEM_STR). Once filled the delivery save will save it to the DB. This will be automatically added to the ALV view, but for the FORM view you have to extend the UI as y...
I had the same issue in 2017. I discussed this with the SAP WOP colleagues and it was out of scope at that time. It was recomended to implement an own check in /SCWM/EX_CORE_RMS_DETERMINE.The note looks interesting I'll also check it once I find some...
Your question was, what creates the ODO form the ODR. The mentioned class does perform this action. Without the business requirement it's hard to tell what you need... The mentioned Enhancement Spot can modify a lot of stuff, but havent seen any meth...
Hi Mihir,The Transition Service should call the Data transfer class. Check Class /SCDL/CL_TS_DT_ODR2PRD (main method is the DATA_COPY).For BAdI's check enhancement sport /SCDL/TS_EXT.BR,Tamas