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

what is a jetform

former_member97974
Participant
0 Likes
2,045

Hi All,

I have to create a jet form .

but i dnt know nethng bout it .

Plz guide me what does thes statements do .

^GROUP

^FIELD

^JOB

^GLOBAL

^trayout

plz tel me from where i can get the tutorials for jet forms .

4 REPLIES 4
Read only

Former Member
Read only

Former Member
0 Likes
995

Jetform is a 3rd party product to create Form outside SAP. Previously it was a product of Accelio Company but in April 2002, Adobe Systems acquired Accelio (formerly JetForm). So now it is called Adobe form.

For information regarding the Adobe Output Pak for SAP (formerly known as JetForm Output Pak for SAP) see the Adobe web site:

http://www.adobe.com/products/server/outputpaksap/main.html

and

http://www.adobe.com/support/forums/main.html (-> Output Server or -> Output Designer)

Mainly Jetform uses sapscriptu2019s RDI (Raw data interface) interface to send the data from SAP to it (but now it supports Smart formu2019s XML (XSF) interface also, so I guess we can transfer data from smartform as well). From SAP the data comes out in the form of RDI, and the sapscripts have to be set to print to RDI. This is then sent to a specific server set on the sapscript, with details of the end printer. Jetform then processes this data into a more reasonable format, and then processes this against the Jetform. The result is then sent to the printer. But to create the FORM, Jetform requires modifying the BASE sapscript FORM to implement a proprietary format that is specific to a JetForm solution. This format is ASCII based and as it is in an ASCII format, an additional visual building tool is required within JetForms to rebuild a FORM layout.

Hope this info. will help u.

Regards,

Joy.

Read only

Former Member
995

Hi,

From SAP the data comes out in the form of RDI, the sapscripts have to be set to print to RDI.

This is then sent to a specific server set on the sapscript, with details of the end printer.

Jetform then processes this data into a more reasonable format, and then processes this against the jetform.

The result is then sent to the printer.

Regard:

Alok

Read only

0 Likes
995

Nice explanation, Thanks.