Printing labels using Adobe Forms
By Sri lakshmi Lavanya Koduganti, CSC India
Go to transaction SFP. Create an interface

Save it.
Go to Import parameters, click on create.
Enter the following details
Double click on TYPES. Enter the following code.
types: begin of ty_vbak,
vbeln type vbak-vbeln,
audat type vbak-audat,
vbtyp type vbak-vbtyp,
auart type vbak-auart,
end of ty_vbak,
t_vbak type table of ty_vbak.
Now go to GLOBAL DATA and click on create.
Enter the following values.
Now go to INITIALIZATION and enter the following code.
Activate the interface.
Now go and create a form.
Click
here to continue....
|