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: 

VT02N

Former Member
0 Kudos

Hello

can anyone explain me the concept of delivery. and the table used.

in the user exit which standard table do we use

4 REPLIES 4

Former Member
0 Kudos

Start looking at these tables:

LIKP SD Document: Delivery Header Data

LIPS SD document: Delivery: Item data

Also:

VBFA Sales Document Flow

Rob

naimesh_patel
Active Contributor
0 Kudos

In user exits we use the

Structure LIKP (will upate LIKP later on)

Internal table XLIPS (will update LIPS later on)

Generally we are having the internal table with starting X and ending with the table name in the SD User exits

like : For delivery XLIPS

For Orders XVBAP, XVBPA, XVBEK

Regards,

Naimesh Patel

Former Member
0 Kudos

Hi,

Tables used for Delivery:

LIKP - SD Document: Delivery Header Data

LIPS - SD document: Delivery: Item data

VBLK - SD Document: Delivery Note Header

Check this link for SD table links.

http://www.erpgenie.com/abap/tables_sd.htm

Try this user exit USEREXIT_SAVE_DOCUMENT in program

<b>MV56AFZZ</b>.

Regards,

Maha

Former Member
0 Kudos

thx will do some research