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

Hi experts

Former Member
0 Likes
625

Hi friend please help me. Iam a fresher.

1) is it possible to get some details as classical display and some details in LIST viewer or grid, if possible how?

2) How to identify header data and item data in flat file itself?

Hi friend please help me. Iam a fresher.

1) is it possible to get some details as classical display and some details in LIST viewer or grid, if possible how?

2) How to identify header data and item data in flat file itself?

4 REPLIES 4
Read only

Former Member
0 Likes
609

Hi

1) is it possible to get some details as classical display and some details in LIST viewer or grid, if possible how?

No it is not possible

You can display data either in Classical or ALV report .

2) How to identify header data and item data in flat file itself?

It needs some knowledge on the Application transactions

We have only one header record and multiple Item records

and in most of the tables Item number field is there based on that you can recognize

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

Former Member
0 Likes
609

hi,

No it is not possible to get some details in Classical list and some in ALV.

We can use either of the two.

Read only

Former Member
0 Likes
609

Hi,

1.From ALV grid after displaying it , if you press the back button it will show classical data.

So it is possible to display but not same time.

2. Header data means each row is unique from other , key is unique.

say,

<b>1 A</b> 100

<b>2 B</b> 200

In item corresponding data for master will be there.

like.

1 A ...

1 A....

1 A....

2 B...

2 B...

Repetative!

Reward if useful!

Read only

Former Member
0 Likes
609

Ravi,

Header data and Item data both have identifiers at the start in the flat file .

So first read the flat file data into a internal table of character type

Then based on the identifier