Hello everybody,
my aim is to delete the investment support key in AS02 (flag "Allocations") via LSMW.
The Process is like:
a) mark line with investment support key
b) click the "Delete" button below
c) click "Save"
The generated recording looks quite reasoned, see excerpt:
SAPLAIST 1000
BDC_OKCODE =DISL
BDC_SUBSCR SAPLAIST
BDC_SUBSCR SAPLATAB
BDC_SUBSCR SAPLATAB
BDC_SUBSCR SAPLATAB
BDC_SUBSCR SAPLAIST
BDC_CURSOR RA02S-INVSL(01)
GD_MARK(01) X
BDC_SUBSCR SAPLAIST
RA02S-EQANZ 1
BDC_SUBSCR SAPLATAB
BDC_SUBSCR SAPLATAB
BDC_SUBSCR SAPLATAB
BDC_SUBSCR SAPLATAB
But playing the recording consequentely ignores the marking of the first line with the investment support key. So the investment support key won't be deleted.
Funny fact:
Marking the lines 2, 3 and 4 with
GD_MARK(02) X
GD_MARK(03) X
GD_MARK(04) X
won't work either.
Marking line 5 with GD_MARK(05) X works!
The same problem consists in recordings with transaction SHDB.
What kind of strange behaviour is that? Is this a bug, which should be reported to SAP?
And the key question: How can I work around this problem to delete my only investment support key in line 1? I only have one investment support key (= one line to be deleted).
Message was edited by D. W.: I accidentely marked the question as assumed answered, but it definitely is not.