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
788

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
712

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
712

How is the jetform is called in sript.

THanks

Read only

0 Likes
712

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!