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

jet form

Former Member
0 Likes
787

How is jet form linked to SAP script?

Thanks

How is jet form linked to SAP script?

Thanks

3 REPLIES 3
Read only

Former Member
0 Likes
711

Hi ,

Jet form is basically differenent server where data flows from SAP to jet form server in form of data streams.

This data stream contains differennt commands which are compatible to jet form .

Layout design will done on jet form server.

Please reward if useful.

Read only

0 Likes
711

How is the jetform is called in sript.

THanks

Read only

0 Likes
711

The sapscript uses an output destination in SAP which is a link to the Adobe Web Server. By printing to this destination from your form, it calls a job on that side that links to the jet form. The jet form must be set up in the JMD file to kick off the correct job.

Good luck!