cancel
Showing results for 
Search instead for 
Did you mean: 

Object link for RFQ

Former Member
0 Kudos

Hi all,

How can we add Object link with Request for Quotation (RFQ)? actually both EBAN and EKPO are already used for other Objects like PR and PO. Apart from this how to select the screen number. Can i use EKKO? Please guide with procedural steps.

Thanks,

Venu.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

This has been discussed several times in the forum. For detailed step by step guidance would suggest you look up the IMG activity documentation for 'Maintain Screen for Object Link' and 'Maintain Key Fields' sections (Cross Application Comp > DMS > Control Data)

Regards,

Pradeepkumar Haragoldavar

Former Member
0 Kudos

Screen and key fields are maintained for the document type. inspite of this the object is not appearing in the list and hence the Object links tab.

Former Member
0 Kudos

Hi Venu,

Kindly follow following steps and revert back:

Hi Mangesh,

This can be achived with help of Abap'r and following steps:

Purpose

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

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:

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.

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

Regards,

Ravindra

Former Member
0 Kudos

Hi Venu,

This can be achived thur small development. For this ask the abap'r to add this new object in object link field. Check in SE80 whether screen exit is available for new object or not.

Then add the button for dms in new object screen display if not available.

I hope this will resolve the query.

Regards,

Ravindra