cancel
Showing results for 
Search instead for 
Did you mean: 

global,intilization,input ,output parametrs to be assigned

Former Member
0 Kudos

hi guys these is layout of my form to be added to existing smart form and fields to be added are below ,now can what should be added in global,intilization,input ,output parameters to be and in the interface section and how should i create layout

1 Whs BOL VBAK-VBELN Field is mapped from order header

2 Order No VBAK-VBELN Field is mapped from order header

3 Customer PO VBKD-BSTKD Field is mapped from order header

4 Ship To KUWEV-KUNNR "This is field is mapped from order header to delivery header

Ship to need to populate the fields below"

Ship to Name

Ship to Address

Ship to City, State, Postal Code

5 Material No LIPS-MATNR Field is mapped from delivery item level

5a Legacy Item # MARA-ZZQNUM Field is mapped from material master

6 Description LIPS-ARKTX Field is mapped from delivery item level

7 Ship Qty LIPSD-PIKMG Field is mapped from delivery item level

8 Unit of Measure (UOM) LIPSD-VRKMP Field is mapped from delivery item level

9 Pallets VEKP-EXIDV Count of VEKP-EXIDV for LIPS-MFRGR

LAYOUT

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

POINTS WILL BE AWARDED TO ALL ANSWERS

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

In form interface u have to define the fields or tables which all are u passing from the program.

In the glabal definitions you can define your types for internal tables or other purposes in 'TYPES' tab, then declare the global datas your internal tables, work areas etc.

write ur select statement and othe codings there in initializations, define subroutines in form routines,

then, u cna use loops , command lines for additional purpose in each pages.