Application Development 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: 

iw32 smartform output

Former Member
0 Kudos

my module consultant requested a smartform for iw32 screen. I designed it as smartfom and im calling this SF with a Z** program.

But i dont know how to connect my program with this iw32 screen.

i see pm_common as form on customizing screen but it doesnt make sense for me?

can anyone help me about this?

6 REPLIES 6

Former Member
0 Kudos

Hi,

Inside the Z program create a FORM routine and put all your code inside the Z report into a FORM routine. (i.e. FORM ....... ENDFORM). Now in the configuration, agaist the respective Shop Paper provide your Z program , the form routine created inside the Z progran and your Z form used for printing in the respective fields.

For the configuration,

Go to -> SPRO -> Quality Management -> Quality Notification -> Notification Processing -> Print control -> Define Shop Papers, Forms, Print Programs -> Define Shop Papers -> Work Area - "N" -> Against the respective Shop Paper you can maintain the forms used for printing.

Thanks & Regards,

Harish

0 Kudos

how can i be sure that which shop paper is the correct one?

Former Member
0 Kudos

Hi,

Create an output type in NACE transaction. While creating the output type enter your program name,smartform name and form routine and configure the created output type to the order number in iw32.

Regards,

Karthik

former_member198445
Participant
0 Kudos

Hi Aydin,

How did you resolve this issue?Any help would be appreciated.

Thanks.. Amith

0 Kudos

Hi Amith,

Step 1: Go to -> SPRO -> Quality Management -> Quality Notification -> Notification Processing -> Print control -> Define Shop Papers, Forms, Print Programs -> Define Shop Papers -> Work Area - "N" -> Against the respective Shop Paper you can maintain the forms used for printing.

Step 2: Go to -> SPRO -> Quality Management -> Quality Notification -> Notification Processing -> Print control -> Define Shop Papers, Forms, Print Programs -> Define Shop Papers -> Work Area - "N" ->Assign Shop Papers to Notification Type

Here you need to assign shop papers to Notification type

Thanks,

Chandra

Former Member
0 Kudos

Can anyone suggest a soln.

I made changes in a shoppaper form in module CS.

The changes were reflected in the output of a certain transaction in CS.

But the changes were not reflected in IW32 for CS.

The shoppaper is having a driver program associated.

I have put a break-point in smartform for the same which debugging is getting triggered for the other transaction but not in case of IW32.

How do I figure out the same for IW32?

Thanks & regards,

DD