Application Development and Automation 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: 
Read only

one more problem............................

Former Member
0 Likes
481

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
464

Hi james,

No need. It will automatically have that much space in two fields.

Regards,

Atish

3 REPLIES 3
Read only

Former Member
0 Likes
465

Hi james,

No need. It will automatically have that much space in two fields.

Regards,

Atish

Read only

0 Likes
464

thanx budddy i got same by generating file

Read only

Former Member
0 Likes
464

yes it will automaticallly take the spaces .........................u can check it by generation file with some data.