2020 Aug 09 11:20 AM
I need to remove serial numbers which are chosen while creation of outbound delivery in MIGO transaction.
I found the BADI LE_SHP_DELIVERY_PROC for removing the serial numbers. Please suggest some function module to delete serial number from OBJK which is saved against the outbound delivery.
DELETE_SERNR_LS FM has J_VORGANG which is a obligatory parameter.
2024 Mar 08 11:02 AM
Hello,
could you tell me if you have fixed this issue?
now I need to remove serial numbers from delivery , I tried the funtion DELETE_SERNR_LS but I dont know how to give value to parameter J_VORGANG
2024 Mar 08 12:25 PM - edited 2024 Mar 08 3:24 PM
(Use of where-used search is mandatory when using unreleased FM)
You could try a code similar to
PERFORM sn_status_operation_determine(sapfv50w)
USING likp-vbtyp
tvlk-aufer
lips
charx
CHANGING lf_vorgang.
NB: Look via BS33 to operation with code starting with PMS
2024 Dec 10 12:27 AM
I'm trying VORGANG = PMSA for delivery assignment removal, function works, but it's not reflecting to VL03N... 😞
2024 Dec 10 8:29 PM
"DELETE_SERNR_LS" calls "SERNR_DEL_FROM_DOCUMENT"
but in order to actually delete you need to follow up with "SERIAL_LISTE_POST_LS"
and then update action such as commit work