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

Function Code in screen exit

Former Member
0 Likes
906

Hi, i have a table control and two radio buttons in a subscreen 0800 in the CNEX0008 exit.

In the radio buttons i have the function code "SELE". But when i try to change the screen in PBO. I have an error "Function code SELE is not permited Message Error: V0104".

My question: how can i use the function code (sy-ucomm) in screen exit?

Thanks

1 ACCEPTED SOLUTION
Read only

Markus7
Participant
596

I think, I have the same problem. Did you already find a solution?

2 REPLIES 2
Read only

Markus7
Participant
597

I think, I have the same problem. Did you already find a solution?

Read only

Former Member
0 Likes
596

You should declare the function code in the table T185 & T185F.

Use the transaction SM30 with the view table V_T185. You must only fill the first 2 radio buttons.

The program is the standard program is your in the case of an exit subscreen or the mailn program of the transcation.

Regards,

Christophe d'Argembeau