Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9159

Re: Insert and display the records in table control

$
0
0

Hi,

 

Please check whether you have the following steps for table control.

 

PBO

Loop itab into wtab with *****

Module Show data: Here

Endloop

 

PAI

Loop itab

Module modify_data:

Endloop

 

Module show_data.

move watab to (structure used in table control)

Endmodule

 

Module modify_data.

move (table control structure) to watab

modify itab from watab index tctrl-current_line

if sy-subrc <> 0.

append watab to itab.

endif.

Endmodule


Regards

Anand


Viewing all articles
Browse latest Browse all 9159

Trending Articles



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