Application Development 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: 

How to Re-Map HANA Database Table with ABAP Table

satrajit_chatterjee
Participant
0 Kudos

Hi Expert,

We have a critical issue in my project. We used update DATA in HANA system TABLE manually for our testing purpose (I know it is a not a good solution). Unfortunately, In the Time of Export-Import of a system table, the system table dropped and regenerated again.

Original ABAP Table.

New created HANA DB Table

Data Preview

Error issue

Once it got generated, the Table Datatype got change. Now Data is available in HANA DB. I can see from HANA studio. From the ABAP layer, from SE11, I can open the Table, can see the number of row in the table, but not able to execute the table in SE11, and not able to see data as well.

Can anybody have any Idea, how we can solve this issue?

1 REPLY 1

satrajit_chatterjee
Participant
0 Kudos

Hi All,

One Good News. I am able to solve this problem. It was so simple.

I just go to SM14 Tcode and adjust the Table with Data. This solve my problem. If you have such kind of problem, please adjust the table. Hope it will solve your problem as well.

Regards

Satrajit.