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

how to create transaction code for smartforms

Former Member
6 REPLIES 6
Read only

Former Member
0 Likes
839

u can create a user defiend transaction.. for these only..

1. dailog transaction prg +scree.

2. report transaction prg +selec scr

3.oo transaction.

4.transaction with varient

5.parameter transaction

Read only

Former Member
0 Likes
839

goto T Code SE93..put the driver program name ..

hope its fine

Read only

Former Member
0 Likes
839

could u please b a bit clear (elaborate the question)

Read only

Former Member
0 Likes
839

Hi,

U cant directly create a transaction for smartform.

Smartforms are usually called through print/report program.

Transaction should be associated with the print/report prgram which calls the smartform using SE93.

Best regards,

Prashant

Read only

Former Member
0 Likes
839

Hi,

U can not create tcode directly for smartforms,

goto se93 and provide ur driver program name in which u r calling ur smartform.

Read only

alex_m
Active Contributor
0 Likes
839

In what case u need to create TC for smatfrom, most of the case the smartform and associated print prog attached to std transaction. If u really need transaction code for that, if yes u can do it in SE93.