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: 

Getting *** while modifying ztable from internal table

suba14
Explorer
5 REPLIES 5

Sandra_Rossi
Active Contributor

I forgot my crystal ball, can you give details please?

former_member1716
Active Contributor
0 Kudos

Hello,

Can you explain your issue more clear.

From what I understand you claim that after updating your z table from internal table the value of z table is ****. If that's the case , may be that's what the content you have In your internal table while updating. Did you check the internal content on debugging before updating z table?

One possible scenario where you get this ***** is when you use control break statements and you try processing your internal table fields inside that control break statements.

Kindly explain your issue more clearer...

Regards

suba14
Explorer
0 Kudos

i am updating a value in UOM field from my internal table ,till the end of debugging am getting the value as 'AA'...WHEN I CHECK IN THE TABLE THE VALUE IS *******

0 Kudos

Could you post the statements corresponding to the updating ?

0 Kudos

I assume that you must have some something like at first/ end type of logic in a loop . That's when the data got converted to **** ?