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 value for XABLN in LIKP table

Former Member
0 Kudos
757

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

6 REPLIES 6

former_member755502
Participant
0 Kudos
183

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

0 Kudos
183

no , I am not getting the BAPI which has field XABLN.

Former Member
0 Kudos
183

hi,

see this

call function 'MB_XAB_NUMBER_GET'
          importing
            mkpf_xabln = xlikp-xabln.
        modify xlikp index 1 transporting xabln.

thanks

0 Kudos
183

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

0 Kudos
183

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

0 Kudos
183

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 ?