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: 

call transaction

Former Member
0 Kudos

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

Former Member
0 Kudos

Please clarify your question.

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

Regards,

Muhammad Usman

4 REPLIES 4

Former Member
0 Kudos

Please clarify your question.

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

Regards,

Muhammad Usman

0 Kudos

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'.

Former Member
0 Kudos

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

Former Member
0 Kudos

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