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

Process order to smartform

Former Member
0 Likes
1,004

Hello,

We are currently printing our process orders with sapscript and via streamserve. I'm in the middle of migrating all of our documents to smartforms instead.

The problem is the processorder. I dont know where to customize so that the system uses my smartform instead of the sapscript. In copi>print>print settings-->forms I can see the current sapscript-form that our processorder uses. But when I run an F4 look up I can only list sapscript-forms, not smartforms.

Does anyone know where to set this?

Regards

Tomas Bredh

Hello,

We are currently printing our process orders with sapscript and via streamserve. I'm in the middle of migrating all of our documents to smartforms instead.

The problem is the processorder. I dont know where to customize so that the system uses my smartform instead of the sapscript. In copi>print>print settings-->forms I can see the current sapscript-form that our processorder uses. But when I run an F4 look up I can only list sapscript-forms, not smartforms.

Does anyone know where to set this?

Regards

Tomas Bredh

3 REPLIES 3
Read only

Former Member
0 Likes
842

hi,

you need to use <b>NACE</b> TRANSACTION.

CREATE OUTPUT TYPE AND ATTACH YOUR FORM.

REGARDS

VIJAY

Read only

0 Likes
842

Ok, and wich applicationarea is processorder?

Read only

0 Likes
842

Hi

Run trx CB85 (tab T496F).

I believe you can't use smartform by std program.

Probably you need to create an your z-program (as copy of std prg) where you'll call the sf instead of sapscript.

In customizing you can insert the name of sf in the place for sapscript.

Max