Skip to Content
0
May 21, 2018 at 04:36 PM

Table showing in SE11 but not in SE16N

2374 Views

Can somebody provide me the solution for below strange issue.

I have created one Z table and used the same in my Z program. while moving the transports to Quality Table TR is moved with RC = 0 whereas program TR is ended with RC = 8. the error is "Table is unknown". there is one internal table declaration in my program by referring to this custom table (DATA : it_vkorg type standard table of ztable), Runtime error is pointing at this declaration. Same time i am facing the below strange issue in Quality after TR is moved.issue is

1. I am able to open the table in SE11 whereas in SE16N after providing table name if i click on ENTER nothing is showing.(scroll bar also checked).

2. I have activated the table twice and adjusted also. In development i have tested the program it is working fine.

table settings are Delivery class (A), Data class (APPL1).

Need clarification on weather it is due to system issue or table creation issue.