2007 Jul 16 8:51 AM
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?
2007 Jul 16 8:54 AM
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
2007 Jul 16 8:56 AM
hi,
No it is not possible to get some details in Classical list and some in ALV.
We can use either of the two.
2007 Jul 16 8:57 AM
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!
2007 Jul 16 8:58 AM
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |