Skip to Content
0
Former Member
Dec 21, 2009 at 06:11 AM

Linking DMS DIR to Service entry sheet

354 Views

Hello Experts,

I need to link DMS DIR to Servise entry sheet(ML81N). As there is no standard SAP object(ESSR) I need to achieve this by Development.

I found out the procedure for development as below which I could not understand properly.

**************************************************************************************************************

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.

*****************************************************************************************************************

Please explain step by step procedure for achieving this development.

Your help is greatly appreciated.

Regards

Madhu G S

Edited by: Madhu Gs on Dec 21, 2009 8:16 AM