cancel
Showing results for 
Search instead for 
Did you mean: 

Only display DIR current verison in IL03 form doc list

Former Member
0 Kudos

Hi,

When displaying a functional location in IL03, we have defaultet on document type to display cruurent version. However, when pressing the document button for functional location, all versions are displayed. Is it possible to program this to display "current version" as well?

Program: SAPMILO0

Function: DOC

Accepted Solutions (0)

Answers (1)

Answers (1)

christoph_hopf
Advisor
Advisor
0 Kudos

Hi,

from a standard point of view I have to say that this is a bit of a special behavior. If you press the "Documents" icon the function module CV141_SHOW_LINK_DOCUMENT is used. This function module displays the linked documents without taking into consideration the document status or checks if the deletion indicator is set.

To implement a kind of filter function you can try to use the BADIs DOCUMENT_OBJ2 or DOCUMENT_OBJ.

Best regards,

Christoph