DevOps and System Administration Forum
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Table Control not the same as TCVIEW

manthana99c17
Participant
0 Likes
4,764

Hi there:

we have set the table control as "visible" and system update table TCVIEW correctly. (as picture)

But when we display, it's always flagged as "invisible"

Pls advise

9 REPLIES 9
Read only

Sandra_Rossi
Active Contributor
0 Likes
4,622

As it says, it shows the "Current settings", not the settings saved in the system (default) variant, i.e. it shows what is currently shown.

If the ABAP program or a Screen Variant (via Transaction Variants) make the column invisible, the Table Control Variant cannot make the column visible.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
4,622

Can you check in the PBO why the program hide the field, from some internal logic or some Customizing.

Read only

manthana99c17
Participant
0 Likes
4,622

HI raymond.giuseppi

Pls find 2 images about the screen that field disappeared.

How to check PBO pls? but in MM there is no config to suppress fields at all for sure.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
4,622

Double-click on Screen number, look for a LOOP, WITH CONTROL

(Try to press F1 on a field of the table to get the correct dynpro number and click on technical information)

Read only

manthana99c17
Participant
0 Likes
4,621

Hi raymond.giuseppi

This is what I found out that the PBO link to one enhancement.

Then I drill down to see enhancement in SMOD activated.

However I don't know how to deactivated this. Pls help again.

Pls also see the screen attached.

Thanks again in advance.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
4,621

Use CMOD to deactivate the project that implement this customer-exit. But this Enhancement should be related to customer fields tab, so you will remove their display/maintenance?

Read only

manthana99c17
Participant
0 Likes
4,621

HI raymond.giuseppi

I have checked CMOD but no project assigned to enhancement according to the SMOD at all. Not so many projects in CMOD right now.

Some of the fields that disappeared are EKKO-KDATE, EKKO-KDATB

I still in the miss how to make those field visible again.

Any other advise will be more than appreciated.

Read only

RaymondGiuseppi
Active Contributor
4,621

Try to set a break-point at strart of FM MEX_FELDAUSWAHL.

Read only

manthana99c17
Participant
0 Likes
4,621

Hi raymond.giuseppi

I have set breakpoint and found the key field MKK.

In configuration both EKKO-KDATE, EKKO-KDATB have been set as "Required" field. But the field invisible from the screen?

Any other check point will be more than appreciated.