cancel
Showing results for 
Search instead for 
Did you mean: 

object links

Former Member
0 Kudos

hello

i'm trying to link my business partners my document type in config dc10 but i can't find business partner object BUS1006 in table TDWOT how can i add it to this table or is there any other way of linking my business partners ?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

Prerequisites

In Customizing for the Do cument 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.

Process

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

a.SAPLCV00

b.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.

Result

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).

t-code- se80, function group cv120, u will get all currently available objects, if not u can creaeet, Z_object and u have to link your table to this object.

Benakaraja.

??

roopa_ms
Participant
0 Kudos

Hi

You can make an object link to SAP objects that are not shown in the possible entries list. To do this, proceed as follows:

In the standard system, there are already two special screens for the module pools SAPLCV130 and SAPLCV140 for the linked SAP object.

You must create two new screens with the same number for the module pools SAPLCV130 and SAPLCV140 .

The processing logic must follow that of screen 1204 in program SAPLVC130.

Create function module OBJECT_CHECK_XXXX (XXXX = object name)

If the object can be classified, this function module already exists .

Otherwise copy the function module for linking equipment DOCUMENT_CHECK_EQUI and change it as required for the new object.

Best Regards,

Roopa