Application Development and Automation 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: 
Read only

SD_PACKING_LIST sapscript

Former Member
0 Likes
754

Please help me in finding the field names of the following fields in pack list SD_PACKING_LIST.

Dispatch date:

Customer number:

Order number:

Customer-order number

mode of shipment:

waybill number:

Article Number:

Article designation:

loads number:

luggage large:

Number of packings:

Delivery instruction:

Number of cardboards:

Being supposed weight:

help in finding this fields please

5 REPLIES 5
Read only

Former Member
0 Likes
661

Hi

all data you need are in the structure VBPLK, VBPLP and VBPLA.

If you can't find your data here you should read the data from LIKP, LISP.

Customer Number LIKP-KUNAG, but you should see some information in fields VBPLA-*AG

Order Number and item VBPLP-VGBEL VBPLP-VGPOS

Article Number VBPLP-MATNR

and so...

Max

Read only

0 Likes
661

thanks,

Can u tell the language translations in se63

Thanks in advance.

Read only

0 Likes
661

Hi

In TRANSLATION section you can choose the kind of object you need to translate: text element of report, dictionary objects, sapscript,......

The system'll show all part of object can be translated.

If you use standard setting the system doesn't create a request for your translations.

If you go to Go TO->Administration->Transport recording, here you can choose the kind of transport you need to use for every language.

Max

Read only

0 Likes
661

Hi max

I am having 3 pages 3 rd page should execute only for partticular 1 country. so i kept 2nd page in loop can you help how to execute the 3 rd page in smartforms.

Thanks,

Ravi

Read only

0 Likes
661

Hi

In the page insert the country in the CONDITION TAB

Max