Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Update serial numbers in delivery

Former Member
0 Kudos

Hi Experts,

I need to update serial numbers in delivery,

I am using function modules SERNR_ADD_TO_LS and SERIAL_LISTE_POST_LS for it.

Its updating the serial numbers in tables SER01 and OBJK properly.

but I am not able to see those serial numbers from tcode VL03N,

though when in try to update the serial numbers using tcode VL02N , i can see the serial numbers updated through above function modules.

i debugged the code and these FMs doesn't update the field ANZSN(number of serial numbers) in table LIKP.

could you please suggest how can i update this field in this scenario. I don't want to use update/modify commands on SAP standard table(LIKP) directly .

Thanks

Yogesh Gupta

2 REPLIES 2

0 Kudos

Hi,

did you find a solution for this? I'm facing the same issue. Before I use a BDC I would like to try the FM first.

thanks!

Frans

0 Kudos

Hi,

Use BAPI_OUTB_DELIVERY_CHANGE.

BRs,

RDM