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

create an transaction

corinne_cabanie
Explorer
0 Likes
672

Hi,

I need that a financial user submit a job thanks to a transaction. But i don't know how can i do ?

Thank 's lot

5 REPLIES 5
Read only

Former Member
0 Likes
652

Transaction to Create a transaction is SE93

Read only

Former Member
0 Likes
652

1. a job can be submitted to run as a background job, in transaction SM35.

2. you can choose program->run in background (F9) to execute a report in background and then goto transaction SM37 to view the status.

3. To create your own transaction like ZTRANS you need to go to transaction SE93.

Thanks.

Read only

corinne_cabanie
Explorer
0 Likes
652

I know SM35 but my job has 10 steps ! and now the users call me to submit this job also i prefer that they have a transaction code to do that but i don't know very good ABAP.

Thanks to you i think that :

I create my transaction by SE93

i create my program linked with this transaction.

In this program i propose to this user a question : ARE YOU SURE TO SUBMIT ..

But how can i do that ?

and if YES to the question i execute this instruction 'BP_EVENT_RAISE'

thanks

Read only

corinne_cabanie
Explorer
0 Likes
652

In my program i write :

Call screen 100 but i have a dump ?

Read only

corinne_cabanie
Explorer
0 Likes
652

It's OK now

hank you