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: 

Need shipping detials in smartforms

Former Member
0 Kudos

i am developing a layout,everthing is fine but need shipping details,which table - fields ,should i use here.

Thanx in advance.i promise to reward.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

For the shipping Samrtform, the best way to copy the original LE_SHP_DELNOTE to a ZLE_SHP_DELNOTE smartform.

In the standard smartform, there are the following accessible structures and data elements, in the script interface:

ARCHIVE_INDEX

ARCHIVE_INDEX_TAB

ARCHIVE_PARAMETERS

CONTROL_PARAMETERS

MAIL_APPL_OBJ

MAIL_RECIPIENT

MAIL_SENDER

OUTPUT_OPTIONS

USER_SETTINGS

IS_DLV_DELNOTE

IS_NAST

Naturally you can read data from DDIC tables:

LIKP - delivery head

LIPS - delivery position

VBFA - document flow

VBAK - sales order head

VBAP - sales order position

Regards

Tamá

3 REPLIES 3

Former Member
0 Kudos

Hi,

look at these tables:-

VEPO

VEKP

LIPS (VGBEL is the field )

Regards

Sudheer

Former Member
0 Kudos

For the shipping Samrtform, the best way to copy the original LE_SHP_DELNOTE to a ZLE_SHP_DELNOTE smartform.

In the standard smartform, there are the following accessible structures and data elements, in the script interface:

ARCHIVE_INDEX

ARCHIVE_INDEX_TAB

ARCHIVE_PARAMETERS

CONTROL_PARAMETERS

MAIL_APPL_OBJ

MAIL_RECIPIENT

MAIL_SENDER

OUTPUT_OPTIONS

USER_SETTINGS

IS_DLV_DELNOTE

IS_NAST

Naturally you can read data from DDIC tables:

LIKP - delivery head

LIPS - delivery position

VBFA - document flow

VBAK - sales order head

VBAP - sales order position

Regards

Tamá

Former Member
0 Kudos

The Shipment details are in VTTK and VTTP table.

VTTP table contains the shipment and corresponding delivery note information...