Application Development 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: 

Create own Tcode in SAP system

Former Member
0 Kudos

Hi!

I would like to know how to create a new transaction, which starts some programms in SAP R/3?

Thank you very much

regards

Thom

10 REPLIES 10

Former Member
0 Kudos

Hi,

Go To Transaction <b>SE93</b>.Give the Transaction Code Name & Click Create.

Then Give the Short Text For that Transaction Code & Select the Particular Object that is Suiatble for u & then give Ok.

Then Give Ur Program Name & the Starting Screen Number & Save it.

Regards,

Padmam.

Former Member
0 Kudos

Hi Thom

goto se93 transaction and create a trans code and assign progname

reward points to all helpful answers

kiran.M

Former Member
0 Kudos

hi..

You can create a Transaction via Tcode SE93.. You can ta report or a Module Pool Program via its Attributes.. You can also create Parameter/Variant Transactions for existing Transatcions

You would need to give the program name and screen number etc.

Reward points if useful

Regards

Ashu

Former Member
0 Kudos

Hi

go to - SE93

enter your transaction code

click on creat

enter some discription

then it will ask u

program name and screen number

enter that screen number and program name which do u want to display

and click on save

back

enter your transaction code and click then ur T-code will get executed

reward if usefull

0 Kudos

Hello!

Many thanks!

Which menu in SE93 should be choosen, if I will start a Z_Program which will be executed with Quick Viewer (Tcode SQVI)?

a) Program and screen (dialog transaction)

b) Program and selection screen (report transaction)

others

Thank you

regards

Former Member
0 Kudos

hi,

Tcode: SE93

0 Kudos

Please, read carefully my question:

I understood that I should use the Tcode SE93.

Which menu in SE93 should be choosen, if I will start a Z_Program which will be executed with Quick Viewer (Tcode SQVI)?

a) Program and screen (dialog transaction)

b) Program and selection screen (report transaction)

others

Thank you

regards

0 Kudos

Hi,

If you want to create a transaction which internally Call's another transaction and use's the parameters that you pass to the internal transaction then you need to use the option

Transaction with Parameters.

Then in the Transaction you can give SQVI.

And you need to add parameters to pass the program name under default values.

Regards,

Sesh

0 Kudos

<b>Transaction type: Dialog transaction</b>

In a dialog transaction, the program flow is determined by the sequence of screens. The screens that you call within a transaction are all part of a shared module pool (program with type 'M').

You must specify the initial screen of the transaction when you define a transaction code.

<b>Transaction type: Report transaction</b>

In a report transaction, you start a program with type 1 using a transaction code. A report usually receives data at the beginning (using a selection screen), processes it (for example, using a logical database), and then outputs data (a list).

When you define the transaction code, you can specify a selection screen and a report variant.

for an <b>executable program use report transaction</b> and for a <b>module pool or dialog program use dialog transaction</b>.

regards,

srinivas

<b>*reward for useful answers*</b>

0 Kudos

As per your requirement you check the Option (b) i.e., Report Transaction,

it will create a transaction for your report program.

Regards,

Pavan