2010 Jan 27 7:58 AM
Hi ,
Is there any way to update the LIKP-XABLN filed yhrough BAPI?
I tried with this FM BAPI_OUTB_DELIVERY_CHANGE , but could not succeed.
Edited by: nancy coner on Jan 27, 2010 9:39 AM
2010 Jan 27 8:57 AM
HI Nancy,
Once you use BAPI to change outboutnd delivery then you need to commit your work to update the databse tables. Unless you do that the changes will not be reflected in database. There is a BAPI for commiting your work as well.
I hope this will help.
Regards,
Sambaran
2010 Jan 27 9:05 AM
2010 Jan 27 12:08 PM
hi,
see this
call function 'MB_XAB_NUMBER_GET'
importing
mkpf_xabln = xlikp-xabln.
modify xlikp index 1 transporting xabln.
thanks
2010 Feb 01 7:03 AM
Hi,
I need to update LIKP-XABLN field from a Smart Form driver program programaticaly only when the Form is successfully printed.
I dint find any BAPI / Std Function Module which does the update.
I dont know how MB_XAB_NUMBER_GET works to update the XABLN field?
Edited by: nancy coner on Feb 1, 2010 8:03 AM
2010 Aug 12 8:29 AM
Please give me a F.M name or BAPI name which will update XABLN in LIKP except MB_XAB_NUMBER_GET ?
Edited by: MURALI KRISHNAN on Aug 12, 2010 9:29 AM
2010 Aug 12 8:37 AM
Hi,
I need to update the LIKP-XABLN field through my program.Is there any F.M or BAPI which will update XABLN in LIKP except MB_XAB_NUMBER_GET ?