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: 

recall co11n in user exit

Former Member
0 Kudos

Hi all...

I'm currently on working with T-code CO11N (user exit : CONFPP05)

I'm trying to validate user input..

when the input isn't accepted, I want to stop transaction anda automatically call transaction CO11N again

I tried to use CALL TRANSACTION 'CO11N'

and it's successfully call CO11N again with blank field

BUT....

When I'm trying to reprocess from the recalled screen, it says that user from previous screen was still processing it, so Ican't continue...

How can I deal with this problem?

If possible, Can I do the following point:

1. When CO11N is recalled, the field-text that i had filled before, automatically filled

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Can you try with LEAVE TO TRANSACTION instead of call transaction.

3 REPLIES 3

Former Member
0 Kudos

Can you try with LEAVE TO TRANSACTION instead of call transaction.

Former Member
0 Kudos

@

harishkumar.d

I'd tried it.thanks...

can I automatically fill text-field when I recall CO11N ???

0 Kudos

If there is a parameter id for the field, then set the parameter id and then call the leave to transaction. You can check the data element of the field to verify the parameter id.