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

table control not showing data

Former Member
0 Likes
1,533

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.

4 REPLIES 4
Read only

Former Member
0 Likes
676

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. 

Read only

Former Member
0 Likes
676

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

Read only

Former Member
0 Likes
676

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 ?

Read only

Former Member
0 Likes
676

thanks for all gurus ,

my problem has been solved and

points are given

again thanks