cancel
Showing results for 
Search instead for 
Did you mean: 

Deleted document in MSRV2

mark_hamil
Explorer
0 Kudos

Hi Guys.

In tried to ran a report in MSRV2 with the flag "Excl. Deleted Documents" marked, but this flag apear dont work, cause deleted purchase requisition are returned (EBAN-LOEKZ = "X").

I tried to ran filled the document number with a deleted document and the flag marked, but the document still apear. (attached field)

The note 682943 is applying.

What could be happening?

Accepted Solutions (0)

Answers (2)

Answers (2)

jagdeepsingh83
Active Contributor
0 Kudos

The indicator you are referring was implemented in Note-682943. This is relevant to ESLL table not EBAN. If you mark this indicator, system will excluded deleted SESs.. Code for this indicator is as below:

IF NOT P_DEL IS INITIAL.                                

    DELETE XML_ESLL WHERE DEL NE SPACE.

ENDIF.

Prasoon
Active Contributor
0 Kudos

Hi,

   Could you please share your SAP release details with EHP.

Regards,

AKPT

mark_hamil
Explorer
0 Kudos

Hi.

I think is 6.0. How can I confirm this?

JL23
Active Contributor
0 Kudos

from any SAP menu select System > Status 

and on the pop-up click the button with the magnifying glass then check the entry for APPL

mark_hamil
Explorer
0 Kudos

Thanks

ComponentReleaseSP-LevelSupport PackageShort Description of Component
SAP_APPL6000023SAPKH60023Logistics and Accounting
JL23
Active Contributor
0 Kudos

I understand this flag as "without deleted service lines"

records from table ESLL where field DEL is  not X

And this is actually the change that came with the OSS note you mentioned above.

It is not checking at requisition level in table EBAN.