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

Regarding Bdc in Table control

Former Member
0 Likes
310

Hello Every body,

This is Satyam.My Question is

1.I have a flat file .that is contain some data.i want to display that data in Table control.

with out using split command or concatenate.Is there any alternative way ?

Thanks in advance

satyam

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
295

Hi,

if the File is a Excel file then you do not need to use the SPLIT, but if it s txt fiel then you need to use the SPLIT command to split the values and insert the values to the Internal table

Regards

Sudheer

Hello Every body,

This is Satyam.My Question is

1.I have a flat file .that is contain some data.i want to display that data in Table control.

with out using split command or concatenate.Is there any alternative way ?

Thanks in advance

satyam

1 REPLY 1
Read only

Former Member
0 Likes
296

Hi,

if the File is a Excel file then you do not need to use the SPLIT, but if it s txt fiel then you need to use the SPLIT command to split the values and insert the values to the Internal table

Regards

Sudheer