cancel
Showing results for 
Search instead for 
Did you mean: 

CV04N : Production Order search is not available in Object link tab

former_member195779
Active Participant
0 Kudos

Hi,

Document search by production order is not available under object link tab.

Am i missing some configuration or it is standard behavior?

I can able to find by Purchase order, sales order but not able to find by Production order.

Accepted Solutions (0)

Answers (2)

Answers (2)

christoph_hopf
Advisor
Advisor

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

christoph_hopf
Advisor
Advisor

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

former_member195779
Active Participant
0 Kudos

Hi Christoph,

Yes you are correct, I also checked the code in debug mode and its exactly happened as you described.

Now for this we are going to raise OSS.

Regards,

Amarnath Dube