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

call transaction

Former Member
0 Likes
709

i made call transction in my prog, after 7 times that it open new screen i get dump

how i can make solve it.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
671

Please clarify your question.

If u want to use multiple call then try to attach AND RETURN with SUBMIT PROGRAM.

Regards,

Muhammad Usman

i made call transction in my prog, after 7 times that it open new screen i get dump

how i can make solve it.

4 REPLIES 4
Read only

Former Member
0 Likes
672

Please clarify your question.

If u want to use multiple call then try to attach AND RETURN with SUBMIT PROGRAM.

Regards,

Muhammad Usman

Read only

0 Likes
671

yes that what i mean

i tried to make submit and i get problem so i use

call TRANSACTION 'ZZZZ'.

there is a solution with call TRANSACTION 'ZZZZZ'.

Read only

Former Member
0 Likes
671

SUBMIT {rep|(name)} [selscreen_options]

[list_options]

[job_options]

[AND RETURN].

use this submit and in {rep|(name)} give ur program name like 'ZMYPROGRAM' and use and return to use multiple time calling of program.

Regards,

Muhammad Usman

Read only

Former Member
0 Likes
671

Hi Richi,

The problem is with the number of sessions allowed per user may be set to 7.

The parameter is "rdisp/max_alt_modes" and its default value is 6 sessions. The minimum is 2 and the maximum is 16. Use transaction RZ11 to get additional information about the parameters and use RZ10 to implement the parameters.

Thanks,

Vinay