July 12, 2009 at 2:09 am
Symptom
In certain cases, when you input data into totals lines or subtotals lines, the system does not collapse or expand them.
Examples:
Sort column Subtotal
A X
B X
C
=> Expanding and collapsing column B [...]
July 12, 2009 at 2:09 am
Symptom
In a WD ABAP ALV list, you cannot expand or compress aggregation rows correctly.
The problem often occurs with aggregations that are displayed before the “Item” rows.
Other terms
Web Dynpro ABAP, ALV, SAP List ViewerService Manager:
AggregationResult Controller:
Result, refresh, MergeAggregationExpand aggregation, compressCL_SALV_BS_RESULT_DATA_TABLE, CL_SALV_WD_RESULT_DATA_TABLE, MERGE_AGGREGATION
Reason and Prerequisites
This problem is caused by a program error.
In the class cl_salv_bs_result_data_table in the [...]
July 10, 2009 at 5:49 am
Symptom
The statement COMPUTE EXACT allows operands of the types N, D and T at runtime although there is a syntax error if the operand types are known at compile time.
Reason and Prerequisites
The symptom can only occur if a NetWeaver 7.20 Kernel is used in a system that is of NetWeaver Release 7.10 or [...]
July 10, 2009 at 5:45 am
Symptom
Beim Umschalten aus einer Sicht “A”, in der die Anzahl der angezeigten Spalten explizit begrenzt wurde, auf eine Sicht “B” (bspw. die [Standardsicht]), in der die angezeigten Spalten auf “Alle” konfiguriert wurden, resultiert dies in folgendem Problem: Wenn zuvor in Sicht “A” benutzerseitig nach rechts gescrollt wurde, sind beim anschlie遝nden Umschalten [...]
July 10, 2009 at 5:39 am
Symptom
Runtime error ABAP_ASSERT at ABAP statement WRITE if the field is
in a boxed component. This problem occurs in debug build only.
One example where the problem occurs is as follows:
TYPES : BEGIN OF str_box,
val TYPE i,
END OF str_box.
TYPES : BEGIN OF str_root,
box TYPE str_box BOXED,
END OF str_root.
DATA s TYPE str_root.
FIELD-SYMBOLS TYPE str_box.
ASSIGN s-box TO .
WRITE [...]
July 7, 2009 at 9:07 am
Symptom
This note concerns internal improvements: Change log classes on new interfaces have been adjusted.
Other terms
Web Dynpro ABAP ALV
Reason and Prerequisites
This problem is caused by a program error.
Solution
SAP NetWeaver 6.40
Import Basis Support Package 25.SAP NetWeaver 7.00
Import Basis Support Package 20.SAP NetWeaver 7.01
Import Basis Support Package 4.SAP NetWeaver 7.02
Import Basis Support Package 1.SAP NetWeaver 7.10
Import Basis Support [...]
July 3, 2009 at 5:20 am
Symptom
You activate the filter row in a Web Dynpro ABAP ALV list. You enter an invalid entry in the filter row for a column. The system issues an error message. The error message disappears after a roundtrip, although the error still exists.
Other terms
Web Dynpro ABAP ALVFilter row, error message, messagesMessages disappear in the [...]
July 3, 2009 at 5:20 am
Symptom
In a WD ABAP ALV list, you enter initial values in an editable column and then you enter valid values. You then choose “Enter”. The initial values contain the value of the last entry.
Other terms
Web Dynpro ABAP ALVEditability:
Change cell, check, incorrect value, initial value
Reason and Prerequisites
This problem is caused by a program error.
In the [...]