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

NACE and Smartforms

Former Member
0 Likes
807

Hi All,

I have a requirement to configure a smartforms in output type using NACE tcode. The requirement is to generate a fax (smartform) based on an output type for shipments.

I tried different combinations in the output type, but cant get it to work - how do you set up the processing routine part of NACE?

What should be the values in

Layout Module = ?

SmartForm = Name of the smartform

Processing 1 -> Program = Program name of the driver program

Processing 1 -> Form routine = 'ENTRY' (since I have called the smart form function module within the 'ENTRY' subroutine).

Please help me.

Thanks,

Jay Viswanathan.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
584

Hi Jay,

Normally, the Layout Module should be blank for most of my config in NACE as for smartforms. The following is one of the example of how I input the values:

Layout module: Blank

Smartform: Smartform name

Program: Print Program name (Driver Program Name)

Form routine: ENTRY_NEU

Form: MEDRUCK

Hope the above helps.

Cheers,

Patrick

Hi Jay,

Normally, the Layout Module should be blank for most of my config in NACE as for smartforms. The following is one of the example of how I input the values:

Layout module: Blank

Smartform: Smartform name

Program: Print Program name (Driver Program Name)

Form routine: ENTRY_NEU

Form: MEDRUCK

Hope the above helps.

Cheers,

Patrick

2 REPLIES 2
Read only

Former Member
0 Likes
584

Hi

You can understand better if you see how the entry is made in NACE for any standard output type using a SMARTFORMform name.

Generally, it will differ only in the form name if the same driver prg is used.(instead of a sapscript form, it will be your smartform).

Regards,

Raj

Read only

Former Member
0 Likes
585

Hi Jay,

Normally, the Layout Module should be blank for most of my config in NACE as for smartforms. The following is one of the example of how I input the values:

Layout module: Blank

Smartform: Smartform name

Program: Print Program name (Driver Program Name)

Form routine: ENTRY_NEU

Form: MEDRUCK

Hope the above helps.

Cheers,

Patrick