2008 May 06 10:03 PM
Experts,
A program extracts complete sales order details (including item level data) in ALV format. Now, during display, if anyone changes the layout to have only header level fields, I would like the duplicate records created by item data to go away. Would you know how to accomplish this?
Any help would be rewarded with points.
UV
2008 May 06 10:25 PM
Hello,
Try to create a button on the PF-STATUS, name it as "only header info" and when clicking on the button take the internal table, sort it and then delete adyacent duplicates.
Bye
Hope this helps!!!
Bye
Gabriel P-
Experts,
A program extracts complete sales order details (including item level data) in ALV format. Now, during display, if anyone changes the layout to have only header level fields, I would like the duplicate records created by item data to go away. Would you know how to accomplish this?
Any help would be rewarded with points.
UV
2008 May 06 10:25 PM
Hello,
Try to create a button on the PF-STATUS, name it as "only header info" and when clicking on the button take the internal table, sort it and then delete adyacent duplicates.
Bye
Hope this helps!!!
Bye
Gabriel P-
2008 May 14 6:09 PM
Thanks Gabriel.
Is there a way to do it as in std. report VA05 (without buttons)?
UV
2008 May 14 7:56 PM
Hello,
You can do it instead of adding a button on the ALV, on the selection screen add a radiobutton asking what information is required.
Header Information
Detailed Information
Or something like that
Bye
Gabriel P
2008 May 14 8:02 PM
hi check the function module..
REUSE_ALV_HIERSEQ_LIST_DISPLAY
regards,
venkat
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |