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

Function module to print FI parked document

Former Member
0 Likes
1,031

Hi guys: Is there a standard Function module to print an FI document upon save?

the client wants to print each parked AP invoice when its parked.

please advise

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
663

You can print from FB03.

or maybe FM ACC_SIMULATED_DOC_DISPLAY would help

Rob

Edited by: Rob Burbank on Feb 25, 2009 3:35 PM

3 REPLIES 3
Read only

Former Member
0 Likes
664

You can print from FB03.

or maybe FM ACC_SIMULATED_DOC_DISPLAY would help

Rob

Edited by: Rob Burbank on Feb 25, 2009 3:35 PM

Read only

former_member194669
Active Contributor
0 Likes
663

Another possible way

define a output type and update NAST table. during the invoice saving using some userexit.

a®

Read only

0 Likes
663

Hi a®s, how would i configure this in SAP i.e. create an output type and populate NAST?

thanks

Brian