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: 

Fuctional Module to Update Standard table LIPS in SAP ABAP

suityan98
Explorer
0 Kudos
567

Hi, I have done so logic code and want to update the standard table field data using the internal data.

How to perform this action to update using Functional Module/BDC?
It is not recommend to use INSERT, MODIFY, UPDATE to do with the master table, can anybody tell me why?

Any reply is appreciated. Thank you.

1 ACCEPTED SOLUTION

0 Kudos
425

Hi

you can use BAPI_INB_DELIVERY_CHANGE or BAPI_OUTB_ DELIVERY change or WS_DELIVERY_UPDATE and pass the necessary config and fields you need to change.

3 REPLIES 3

0 Kudos
426

Hi

you can use BAPI_INB_DELIVERY_CHANGE or BAPI_OUTB_ DELIVERY change or WS_DELIVERY_UPDATE and pass the necessary config and fields you need to change.

425

Hi, very thank you for the information!

0 Kudos
425

Is it helpful ?