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

tcode for print program

Former Member
0 Likes
4,962

Hi all..

how to create Tcode for print program??? i did the usual way like went se 93 then chose 2nd option (with selection screen) asign the GUI also. but it not working...

without tcode it is working vrey fine..

thanks well in advance..

points will be rewarded..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
4,153

hi,

print programs are created the way normal executable programs are created using se38. you just have to call the corresponding function module in it.

reward if useful..

4 REPLIES 4
Read only

Former Member
0 Likes
4,153

Hi Soumya,

It is normal way like how you create Tcode for executable programs.

But in real time we never creates TCodes for Print Programs, which will get triggered when you print the layout.

<b>Reward points if it useful,</b>

Satish

Read only

former_member195698
Active Contributor
0 Likes
4,153

Print programs are not assigned Tcodes. Print programs are triggered through output types. Configuration is done in the transaction NACE.

Regards,

Aj

Read only

Former Member
0 Likes
4,154

hi,

print programs are created the way normal executable programs are created using se38. you just have to call the corresponding function module in it.

reward if useful..

Read only

0 Likes
4,153

thanks to all

i got the answer