Hi Amarnath,
unfortunately I have to tell you that this is standard behavior in CV04N.
This restriction is hardcoded in the following coding:
Main Program SAPLCV100
Source code of LCV100F01
FORM CHECK_DOKAR
* get allowed object links
CLEAR last_actobj.
REFRESH: inttdwo, objekt.
CLEAR inttdwo.
SELECT * FROM tdwo INTO CORRESPONDING FIELDS OF TABLE inttdwo
WHERE dokar = stdokar-low.
DELETE inttdwo WHERE
dokob = 'STPO_DOC' OR
dokob = 'STKO_DOC' OR
dokob = 'PORDER'.
As you can see in the comment this SELECT is for getting only the 'allowed' objects in the document search of CV04N.
Best regards,
Christoph
Hi Amarnath,
thanks for the update. But also via OSS we cannot provide another reply. In the standard this is not available in CV04N at the moment and this is not a bug.
If you want to request a change here I can only recommend you to check SAP note 11 and create an improvement request.
Best regards,
Christoph
Add comment