Hi all,
i created custom output types ZNEU,ZVS and checking whether they propose in ME21N or not,only NEU is proposed but my output types ZNEU,ZVS are not proposed initially.so i tried to debug the PBO of SAPDV70A then i found the form INAST_AUFBAUEN , in this i got 3 entries in
XNAST[ ] with NEU,ZNEU,ZVS but the UPDAT flags are
NEU ------------> space
ZNEU -------------> L
ZVS ---------------> D
and the system checking this condition.
nur Nachrichten aufnehmen, die kein Löschkennzeichen haben
* (weder durch User 'L', noch weil nicht wieder gefunden oder im
* Key geändert 'D')
CHECK XNAST-UPDAT NE CONST_D AND XNAST-UPDAT NE CONST_L.
CHECK XNAST-AKTIV = SPACE.
MOVE-CORRESPONDING XNAST TO INAST.
MOVE SY-TABIX TO INAST-MSIDX.
APPEND INAST.
so based on the above condition ZNEU,ZVS are skipped if i change them to SPACE in debug mode then all are proposed.why UPDAT is filled with L,D.
if anyone knows please answer.