Quantcast
Channel: SCN : All Content - ABAP Development
Viewing all articles
Browse latest Browse all 8332

Problem in table control wizard in module pool programming

$
0
0

Hi all,

i am facing a problem in my table which i have created through Table Control wizard, the problem is that when user enter a value in a column and press ENTER button, it creates a a new row, but i don't need it.

Actually when he puts any values into table control wizard it remains as it is, and do not create any row for the previous row. And for the same thing i am not getting how to achieve it. Please tell me what could i do next to stop creating new row. My code is as shown below

 

MODULE ZLEGAL_MODIFY INPUT.
*****  MODIFY IT_ZLNAME
*****    FROM WA_ZLNAME
*****    INDEX ZLEGAL-CURRENT_LINE.
  APPEND WA_ZLNAME TO IT_ZLNAME.

ENDMODULE.

 

and the problem which i am facing is shown in below screenshot., while entering the value P and pressing ENTER i got a second row automatically and i want to restrict the automatic second row formation for ENTER , and this should be valid for all of my columns in my table control wizards.

 

Capture1.PNG


Viewing all articles
Browse latest Browse all 8332

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>