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

Program at print button in 'Issue output to'

Former Member
0 Likes
881

Hello Experts,

There is an existing output X which triggers only when output BA00 is printed from the print button in the pop up of sales order when you go to 'Isssue output to'

When trying to process the sales order output BA00 throu standard program SD70AV1A, the output X is not triggered.

Now, we have a requirement to process BA00 from another interface where we are using SD70AV1A, but output X is not triggering in this case.

So, please suggest a way through which we can use the program at print button in this requirement.

Thanks in advance.

Paritosh

Hello Experts,

There is an existing output X which triggers only when output BA00 is printed from the print button in the pop up of sales order when you go to 'Isssue output to'

When trying to process the sales order output BA00 throu standard program SD70AV1A, the output X is not triggered.

Now, we have a requirement to process BA00 from another interface where we are using SD70AV1A, but output X is not triggering in this case.

So, please suggest a way through which we can use the program at print button in this requirement.

Thanks in advance.

Paritosh

3 REPLIES 3
Read only

Former Member
0 Likes
685

Hi

You need to check the setting of BA00 message:in the record condition (trx NACE): here you need to set the flag in order the message can be printed by program,

And of course the record in NAST table has to be created

Max

Read only

0 Likes
685

Hello Max,

Thanks for your reply

BA00 is printed by program, no issues there. But, there is a requirement on other output X(medium 5) , that it should process immediately along with BA00, which is not happening with this program SD70AV1A.

Paritosh

Read only

0 Likes
685

Hi

I suppose the message BA00 is loaded for medium 1 (print)  in NAST, so if you need to process the same message for another medium I believe it can change the print program in order to process the document twice:

- One for print (medium 1)

- One for external (medium 5)

Max