Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error when attaching object link in DMS

Former Member
0 Likes
662

Hi Experts,

I am calling the function module CV110_DOC_CREATE in my program. This program i have attached to a ztransaction.Thus the screen after entering the document type, document version and part in the cv01n transaction appears when my ztransaction is executed. But the problem is that i can attach object link (document info record) when the ztransaction is executed initially. But when i click on back button and again comes to the screen i am not able to attach the object link.Then it gives an error as " Object does not exist". Please help.

3 REPLIES 3
Read only

Former Member
0 Likes
591

Hi,

When the back button is clicked. check for the object link is existing or not. if not try to link the object again.

Thanks

Vijaya

Read only

0 Likes
591

When the back button is clicked screen for my ztransaction comes.From there it is calling the actual screen to attach the object link.there i am trying to attach the object link again...then it is saying as object does not exists. This same dir i have attached earlier as object link when the ztransaction was run initially.

Read only

0 Likes
591

Hi

The same program is working fine in 4.7 system. But in ECC 5 it is not working properly. Please help me out.