‎2007 May 07 7:08 AM
Dear Gurus,
Firstly Hai to All Dear Gurus,
i m uloading data us UPLOAD FM, in ZREPORT,
while uploading some of data is not displaying in table control , but it is displaying in ZTABLE .
Why its not displaying in Table contol . but its showing in table. ?
NOTE : its all ztable and z modul pool programming report.
‎2007 May 07 7:11 AM
hi Khan,
Try to enable the vertical scroll bar in this way to view the other entries ..
in a PBO module we code it like this
module user_command_0200 input.
describe table itab lines tbc-lines.
tbc-lines = tbc-lines + 5.
endmodule.
‎2007 May 07 7:16 AM
Hi,
Can you do the Same thigg manuvally, take the data and do it your self and see whether the data is there or not in the table control
If the data is there then the UPLOAD program is running wrong, if the data is not there in the table control then the Program is running Wrong
Regards
Sudheer
‎2007 May 07 7:59 AM
Hi Gurus,
I tryied manually and i found that
1) in table control when i edit,delete or modify value then impact on ztable is Below table.
Budget No Sales dist Material Budgeted Units
A :- 01 001747 430203 S0116649 1,382
B :- 01 004267 430203 S0116649 1,050
C :- 01 004280 430203 S0116649 0
Line A is my first record
Line B when i modify again new entry is going to create with New budget No
Line C when i delete data from table control again it create new entry with diff budget No and Budetget Units set to zero.
why each time new entry going to create ?
‎2007 May 08 1:57 PM
thanks for all gurus ,
my problem has been solved and
points are given
again thanks