cancel
Showing results for 
Search instead for 
Did you mean: 

I don't want print Purchase Order

Former Member
0 Kudos

HI Sap guys:

I use BAPI Function 'BAPI_PO_CREATE' , which created Purchase Order by program.

and it would print out Purchase Order automatically, after I use this function.

if I do not want to print out "purchase order" . should I tune which parameters?

thanks a lot.

Accepted Solutions (1)

Accepted Solutions (1)

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Not sure if there is any formal parameter, but another way to go is to maybe use EXPORT IMPORT statements to use the memory to set and check a flag. For example, in your custom program which calls the BAPI, immediatly before calling it, you would set this flag and EXPORT it to memory, then in the print program which is fired to print the PO, you can simply IMPORT this flag from memory, check its value and if it is set, you can issue an EXIT or STOP statement, to quite the execution of the print process.

Regards,

Rich Heilman

Answers (2)

Answers (2)

Former Member
0 Kudos

Try to look at VOFM Transaction,you need to define new output requirement Routine.

then try to put condition nast-output type = ''.

so it will not trigger but you need to pass one value from bapi function module to identify the process in VOFM Routine..

Reward Point if it is helpful

Thanks

Seshu

Former Member
0 Kudos

hi...

any body know about that?

or provide any hint?

please help me. Thanks!