2004 Aug 11 3:57 AM
which is the best way to delete serial numbers(not manually) from inbound delivery other than writing a VL32N BDC. is there any FM or BAPI to do this? I've tried WS_DELIVERY_UPDATE and SERNR_DEL_FROM_DOCU, but they are not working. any suggestions/tips please.
thanks
Sam
2004 Aug 11 6:41 AM
There was no data relating to serial numbers in the system. It rarely happens that FMs whose name and description almost fits our purpose doesn't work. Nevertheless it happens.
Coming back to your point, I think SERNR_DEL_FROM_DOCUMENT should work. Did you check the changing parameter T_SMESG ? Is it informative ?
Also check tables SERNR and R_SERNR.
Other way (but a circuitous way) to check is just before deleting the serial numbers do a '/h' and in debugging find out what Function Modules does SAP call before deleting. You can simulate the same scenario and test it.
You can also check if any classes are available to serve the same purpose.
2004 Aug 11 3:20 PM
does anybody know what Business transaction (TJ01-VRGNG) is? i am trying to delete serial numbers using FM DELETE_SERNR_LS, TJ01-VRGNG is one of the obligatory parameters in this FM.
2005 Jan 27 7:39 PM
2020 Aug 09 11:21 AM
Anyone got the solution for removing serial number from delivery?
2024 Mar 08 11:18 AM
May I know if you have got the solution for removing serial number from delivery
2024 Mar 08 12:52 PM - edited 2024 Mar 08 3:23 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