‎2007 Oct 25 4:05 AM
i have to use space as filler.................i have decalred them in my final table structure as type c........
e'.g
begin of gi_tab,
bukrs(4) type c,
filler_space(10) type c,
butxt(25) type c,
filler_space1(200) type c,
end of gi_tab.
do i need put the space filler filed with 10 or 200 space constants to generate file in proper format.
‎2007 Oct 25 4:08 AM
Hi james,
No need. It will automatically have that much space in two fields.
Regards,
Atish
‎2007 Oct 25 4:08 AM
Hi james,
No need. It will automatically have that much space in two fields.
Regards,
Atish
‎2007 Oct 25 4:12 AM
‎2007 Oct 25 4:10 AM
yes it will automaticallly take the spaces .........................u can check it by generation file with some data.