cancel
Showing results for 
Search instead for 
Did you mean: 

Print program - Selection parameters

Former Member
0 Kudos

Hi Champs,

I had developed a PDF layout form which needs to be triggered in print preview for PO (ME23n or ME22n).

How should i configure this in NACE so that the PO no will be passed to my print program(in se38).

I have a print program(in se38) that accepts a PO no as select option.while configuring this in NACE, should i

remove this select option or how does this print prog acquires PO number to work?

Please suggest

Thanks

Dany

Accepted Solutions (1)

Accepted Solutions (1)

former_member181962
Active Contributor
0 Kudos

Hi Dan,

The PO Number will be passed from the transaction to the Print program via Communication structure called NAST.

YOu do not need to have a select-option or parameter to send the PO explicitly to the print program.

YOu should have a subroutine in your program which will have the entire logic of printing the PO.

The name of the subroutine should be given(In conjunction with your Driver program) in the NACE configuration.

REgards,

Ravi Kanth Talagana

Former Member
0 Kudos

Hi Ravi Kanth Talagana,

The name of the subroutine should be

FORM ENTRY_NEW

or can be like

FORM PRINT_POFORM ..etc

Then what about the importing parameters for PO#?

Pls reply..

Thanks

Dan

Answers (0)