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

Script-print program

Former Member
0 Likes
945

Hi,

I am trying to execute my print program .When I am executing it is asking for output device.I am giving the lp01,locl.But Its not triggering.There is no responce.The screen is like that only.i am not getting output.

Is there any problem with printprogram?Am I not assigning form in correct way?

Please suggest me

Thanks

8 REPLIES 8
Read only

Former Member
0 Likes
906

HI nitin,

Check whether these Devices are there in you SAP or not, just press the F4 then select the device from the list .

Regards

Sudheer

Read only

0 Likes
906

Hi sudheer,

Yes the devices are there when a press F4.

It is not taking.The is blank means even I can not go back to program.

Thanks

Read only

0 Likes
906

LP01 is printer provided by SAP, it may do nothing, for LOCL to work, there should be a printer installed on your PC and make sure the sessions opened are less than 6.

Regards

Sridhar

Read only

Former Member
0 Likes
906

Please check, if there is any data to print ..basically in your print program you might be collecting the data in some internal table or so and using it to print..please check the contents in debug mode.

Read only

Former Member
0 Likes
906

Hi,

Check the selection criteria for the printer. For example if u have 3 different palnts with plant code x , y , z . slect your plant and the relevant printer connected to it ...

thxs,

vin

Read only

Former Member
0 Likes
906

Hi,

1) check spad transaction to configure your device

2)check TNAPR table if print program and form name

exist

3) use NACE transaction to assign print program

to form.

Regards

Amole

Read only

0 Likes
906

hi,

Check your print program in debug mode and check if the data is getting populated. Also, check if the printer you r choosing is available by clicking the f4 help.

Regards,

Richa

Read only

0 Likes
906

Hi,

Config is done in SPRO not in NACE. I copied standard print program.Where should I keep break point to debug.

Thanks