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

TCODE error while creating program with variant name

Former Member
0 Likes
2,462

Hi Guys,

iam creating tcode for particular program in transaction se93 after selecting second radio button iam giving program name and default screen number as 1000 and variant name for that program but throwing error while saving .

error is :The selection screen 1000 for XXXXXX(program) has not been created

plz help me in this regard.

thanks

1 ACCEPTED SOLUTION
Read only

pranay570708
Active Contributor
0 Likes
2,167

Hi Kiran,

Just press enter, when you get error message. It will ask for package and TR. Provide the details, you will be able to create tcode.

10 REPLIES 10
Read only

RaymondGiuseppi
Active Contributor
0 Likes
2,167

1000 is the default value for selection-screen dynpro, did you activate the program, is it actually a report (type 1 program) with selection-screen, is there some  SELECTION-SCREEN BEGIN OF SCREEN in the code, etc.

Regards,

Raymond

Read only

0 Likes
2,167

Hi,

thanks for ur reply

it is upload program.

with  SELECTION-SCREEN BEGIN OF SCREEN 1100 AS SUBSCREEN

regards.

Read only

0 Likes
2,167

Is the 1100 subscreen called in another (not a selection-screen dynpro) > try to display the program in SE80 and check the list of dynpros to find the original dynpro.

Read only

0 Likes
2,167

Hello,

go to se80 and check screens numbers under folder with your program. Mayby you should use 1100 screen?


Regards

Read only

0 Likes
2,167

already for that program variant with tcode is created with screen number as 1000 it is running in production also but when iam creating with different variant in dev with same screen number it is throwing error

Read only

0 Likes
2,167

I used 1100 it is also not working

Read only

0 Likes
2,167

So maybe you use wrong program name? How it looks like for the existing transaction? Are program names are exactly the same?

Read only

0 Likes
2,167

The message is obvious, 1000 is not there, or not active! So you did something wrong. Start transaction SE51 to see the list of dynpros (simpler than SE80 as you have a problem to solve the issue). Press F4 on screen field to get the possible screen numbers. Which screen numbers do you have? Probably the 1000 is not there.

Read only

Former Member
0 Likes
2,167

Hi Kiran,

Check below message

->Check screen number in SE80.

->Then enter appropriate variant.

->Error message your getting is due to not entering correct screen number in SE93.

hope this may help ful.

Regards,

E.Ananthachari.

Read only

pranay570708
Active Contributor
0 Likes
2,168

Hi Kiran,

Just press enter, when you get error message. It will ask for package and TR. Provide the details, you will be able to create tcode.