cancel
Showing results for 
Search instead for 
Did you mean: 

Object Linking to HR Personnel No

former_member1058298
Participant

Hi Guru

The requirement is to link the HR personnel number to a DIR.

I tried the object PLOGI to provide the object linking between HR personnel number and DMS but it doesn't work. Eventhough the personnel number is entered in the object link tab, the link is not working properly.

Did anyone use this object to link HR Personnel number with DMS. Can i use the object PLOGI to meet the requirement? Please correct me if the object is not used to link HR object and DMS.

Regards

Harris

Accepted Solutions (0)

Answers (1)

Answers (1)

christoph_hopf
Advisor
Advisor

Hi Harris,

First of all I want to inform you that object PLOGI is not an available standard object for DMS object linking behavior.

If you need the dynpro number or object you will find all standard SAP

objects and their screen number in function module CV130 (Screens) by

transaction SE80. Please maintain all necessary SAP objects.

It is of course possible to add further objects in DMS for the linkage

with documents. If you wish to implement further objects, please

consider the documentation in the IMG (transaction 'DC10', 'Define

object links'):

Object links to other SAP objects

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.

Note that this documentation is kept short on purpose, because the

requirements differ from object to object. The implementation of further

objects should be only done by an experienced ABAP developer.

For created such new individual object please see the information

in the SAP Online documentation under:

http://help.sap.com/saphelp_erp60_sp/helpdata/en/b2/c043a66fab11d1949500a0c92f024a/frameset.htm

I hope that this information explains the current standard behavior and

could be useful to implement maybe your own individual object.

Best regards,

Christoph

former_member188883
Active Contributor
0 Kudos

Hi Harris,

Since there are no standard DMS object links available for personnel number, you can alternatively use SAP archivelink configuration to attach documents to Personnel number.

Some information on such configuration is available in the thread below

Regards,

Deepak Kori