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: 

leave to transaction

Former Member
0 Kudos
245

i want to execute a transaction from another transaction .

for this i used LEAVE TO TRANSACTION. but what i need is after the completion of called transaction control should come back to the called transaction.

what to do for this?

8 REPLIES 8

Former Member
0 Kudos
152

hi lavanaya,

1. Instead use CALL TRANSACTION

regards,

amit m.

0 Kudos
152

i tdoesn't serve the purpose. bcoz i want to see the output of the called transaction but not its first screen

0 Kudos
152

can anyone solve this??????

0 Kudos
152

Hi again,

1. probably u can use something like this

CALL TRANSACTION 'TCODE' AND SKIP FIRST SCREEN.

regards,

amit m.

dani_mn
Active Contributor
0 Kudos
152

HI,

don't use leave transaction, used 'CALL TRANSACTION' to call the transaction and control will be return to the first transaction.

REgards,

Former Member
0 Kudos
152

Hi,

Use 'CALL TRANSACTION <NAME> AND SKIP FIRST SCREEN'.

Raveendra.

Former Member
0 Kudos
152

Hi,

You need to fisrt fill the firstscreen parameters, for this you need to use SET PARAMETER ID for those mandatory fields and those which you want to fill, aftet this one use this statment

CALL TRANSACTION <NAME> AND SKIP FIRST SCREEN

Regards

Sudheer

anversha_s
Active Contributor
0 Kudos
152

hi lavnya,

try this.

CALL TRANSACTION 'TCODE' AND SKIP FIRST SCREEN.

rgds

anver

pls mark all hlpful asnwers