cancel
Showing results for 
Search instead for 
Did you mean: 

smartfrms1

Former Member
0 Kudos

hi folks,

below is layout of the form i have to print in smartform ,this additional that is supplement from i have to add in existing form,so these are the fields i have to priint ,now what exactly i have to do in smartfrom ,do i need to change driver program also ,what exactly i have to do right from global defintions to page creation ,do i need to create another window and where i have to write logic that is select queries ?

fields for the layout is below ,layout is also given plz take a look ,points will be awarded for the answers .

order number (VBAK-VBELN), Whs BoL (VBAK-VBELN), customer PO number (VBKD-BSTKD), material number (LIPS-MATNR), legacy item number (MARA-ZZQNUM), description (LIPS-ARKTX) ship quantity (LIPSD-PIKMG), UOM (LIPSD-VRKMP) and pallets (VEKP-EXIDV) information. There is only one order to one delivery to one shipment. (1 to 1 relationship)

Whs. BOL: Customer PO:

Order No:

Ship to:

Material No Description Ship Qty UoM Pallets

010018500013850003 16OZ 1/12 LPT ICED TEA PEACH 216 CS 2.00

904560

010018500013850005 16OZ 6/2 LPT ICED TEA RASP 108 CS 1.00

904561

010018500013850006 16OZ 6/2 LPT ICED TEA SNL 324 CS 3.00

904562

010018500013850007 16OZ CAN 1/12 MTN DEW AMP 118 CS 1.00

904563

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

If there are certain fields you need that is not supplied by the calling program, you just have to write a logic to pull them. You dont have to modify the calling program.

You can create program lines within the same window where you need it. You dont have to create a new window.

This is of course true if the calling program supplies you the keys to the table you want to query.

Reward if helpful.

Tyken