cancel
Showing results for 
Search instead for 
Did you mean: 

Customization of Object Link of Transaction CV01N

Former Member
0 Kudos

Hi All

Can anybody help me out in Customizing Object Link of Transaction CV01N.

I want to know exactly how could we add a customized tabstip in object link other than SAP Standards like Equipment Master and Material Master.

How could i link these to R/3 transactions like MB03, FB03, CJ20N etc....

When i save these documents it should get generated and saved to the document data of the respective transactions.

Thanks

Raja

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

You can also link documents with SAP objects for which no linking is supported in the standard SAP System.

In Customizing for the Document Management , you must maintain the key fields for the SAP objects that you want to link to document info records, by choosing Control Data  Maintain key fields.

1. Program two screens for the following module pools for the SAP object that is to be linked additionally:

u2013 SAPLCV00

u2013 SAPLCVIN

The process logic must be according to that of screen 0204 in program SAPLCV00 and must not be changed.

2. Create the function module OBJECT_CHECK_XXXX (XXXX = name of the SAP object).

If this object can be classified, this function module already exists in the standard system. Otherwise, copy the existing function module OBJECT_CHECK_EQUI (linking of equipment) and change it to suit the new object.

After you have completed the above, documents can be linked with the SAP object that you have added. You define the settings for this in Customizing for the Document Management System (see: Object Links).

regards, benakarajes