cancel
Showing results for 
Search instead for 
Did you mean: 

Error while uploading documents

Former Member
0 Kudos

Hi,

When we trying to upload documents thru CV01N transaction w.r.t document type,we are getting the error message as

"Please enter the data in Object link tab" Message No : ZHR252.

When we checked the configuration in DC10, No any objects have been linked to this particular Document Type.

My question is, eventhough no any objects have been configured to document type, why the error message is getting appeared while saving the DIR.

Would like to know is there any User Exit which is getting triggered in the backend?

Regards

Bhanu

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member188883
Active Contributor
0 Kudos

Hi,

When we trying to upload documents thru CV01N transaction w.r.t document type,we are getting the error message as

"Please enter the data in Object link tab" Message No : ZHR252.

From the error message its very clear that some custom code has been written to control upload operations in CV01n.

Message no starts with "Z".

You can have a look into the following BADI's to check for the custom code.

DOCUMENT_OBJ1 User Exit Document Link Object Page

DOCUMENT_OBJ Interface Connection From Object Links Document Page

DOCUMENT_OBJ2 BADI for object links update

Additionally check the following customer exists relevant for CV01N.

CV000001

CV110001

CVDS0001

Hope this answers your query.

Regards,

Deepak Kori

christoph_hopf
Advisor
Advisor
0 Kudos

hi all,

I think that this assumption is right. The error message is raised by a special checking routine in a BADI. Maybe this could be also an implementation of BADI DOCUMENT_MAIN01.

Best regards,

Christoph