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

change spool request for user

Former Member
0 Likes
1,004

Hi friends,

When I want to print a purchase order, I want to change the user that appear in the transaction SP01 ( Created by) for other user I choose dinamically in the program,

How I can do this?

Regards,

David L.

Hi friends,

When I want to print a purchase order, I want to change the user that appear in the transaction SP01 ( Created by) for other user I choose dinamically in the program,

How I can do this?

Regards,

David L.

2 REPLIES 2
Read only

Former Member
0 Likes
549

if this is a sapscript then,

when you call<b> open_form</b>, please pass ur <b>user name</b> to the import parameter <b>options</b>.

options is of type ITCPO and check the field TDSUFFIX2.

if its a smartform. then find out the generated function module and here you can the parameter OUTPUT_OPTIONS of type SSFCOMPOP and check the field TDSUFFIX2.

Thanks.

Message was edited by:

mg s

Read only

0 Likes
549

Hello mg s:

Is this SMARTFORMS,

In my program I to use the SSFCOMPOP parameters and the field TDRECEIVER I type the new user name, but I dont change this user name in the SP01 transaction,