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

Module Pool Screen Issue

former_member793706
Discoverer
0 Likes
2,232

before.png

after.jpg

Hi ,

I have created a screen in module pool using table wizard, Sometimes on pressing enter the table wizard vanishes.

Any idea on why this happens ? Attaching the before and after images of the screen.

Thanks in Advance.

7 REPLIES 7
Read only

FredericGirod
Active Contributor
2,156

need my cristal ball, but it is under repair

Maybe we could try to find using the PAI & PBO code ?

Read only

Sandra_Rossi
Active Contributor
2,156

What is vanishing? Table wizard or table control? 😄

Do you have code like below?

TABCTRL-INVISIBLE = 'X'.
Read only

former_member793706
Discoverer
0 Likes
2,156

Hi Sandra,

Sadly , No. .

Read only

former_member793706
Discoverer
0 Likes
2,156

The table created using wizard, the table control is getting vanished.

Read only

Sandra_Rossi
Active Contributor
0 Likes
2,156

As Frederic said, please provide the code, I don't have my crystal ball.

Read only

Sandra_Rossi
Active Contributor
0 Likes
2,156

Crystal ball mode:

  • Did you define a table control variant?
  • Do you have several table controls in the same screen?
  • Did you define a subscreen?
  • Did you create several screens?
  • Do you use CL_GUI_CONTAINER=>SCREEN...?
  • Do you have INVISIBLE somewhere?
Read only

former_member793706
Discoverer
0 Likes
2,156

Its a very big code, to answer to your questions,

1. No table control variant.

2.Single table control.

3.No subscreens.

4.Did not use any containers.

5.Have used invisible statement, only for one column which is working fine.