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: 

Remote printer printing wrongly- problem.

Former Member
0 Kudos
301

Hi experts,

I was given a problem as :

We have a nightly job RBUS_SD9400V to print the RA lables in other country's printer.

This runs every night and prints the Ras which were created that day. From there these are sent to the customer the next day.

We have examples of some Ras which got printed by this job on the day when these were created and again on 08/0/2008. When we print these again we have REPRINT line on these labels. So can you please investigate why the program picked these RA s again. The programs are question is: RSNAST00 and ZADI_SPOOL_REQUEST_TO_PRINTER.

I don't understand from the above description. Can anybody who understood can guide me which program to where to check ?

RSNAST00 is the program for printing ?

1 ACCEPTED SOLUTION

Former Member
0 Kudos
67

Can anybody tell what is the relation between

RSNAST00 program and

NAST Table ?

1). Actually, it seems RSNAST00 program first check the Object key entries in NAST table ...if it does not find the exact entry in NAST table, then RSNAST00 program creates one entry in NAST tables and generated spool...

Please validate me ...

3 REPLIES 3

Former Member
0 Kudos
68

Can anybody tell what is the relation between

RSNAST00 program and

NAST Table ?

1). Actually, it seems RSNAST00 program first check the Object key entries in NAST table ...if it does not find the exact entry in NAST table, then RSNAST00 program creates one entry in NAST tables and generated spool...

Please validate me ...

0 Kudos
67

>

> Can anybody tell what is the relation between

> RSNAST00 program and

> NAST Table ?

output types are configured in NACE trsnaction. So while configuring you will mention the program name form name etc.

So The program which is you mentioned is configured in NACE.

Now coming to RSNAST00

your program will be called dynamically based on the Output type and appliction type.

The below code will call your zprogram dynamically.

PERFORM (TNAPR-RONAM) IN PROGRAM (TNAPR-PGNAM) USING RETURNCODE
                                                         US_SCREEN
                                                         IF FOUND.

Former Member
0 Kudos
67

Hi,

I think this is not the proper Forum for your problem. You can expect a much prompt and better reply in General ABAP Forum.

This is for all ABAP User Interface ( ABAP Dynpro ) related forum.

Thanks,

Samantak.