Skip to Content
0
Former Member
Jun 24, 2010 at 10:30 AM

Adding additional sap object BUT000 in dms object link.

642 Views

Hi Experts,

My requirement is adding business partner (SAP object BUT000 ) in DMS object link.

BUT000 is not present as standard sap object list in object linking.

I have gone through SAP documentation and understood following things.

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

u2013 SAPLCV00

u2013 SAPLCVIN

question start: Does this means add one screen lets say screen 5000 to function pool SAPLCV00 and

add one screen 5000 to function pool SAPLCVIN with SAP access key.

question end:

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

question start: Does this means simply copy PBO and PAI of screen 0204 and put it in screen 5000.

question end:

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

question start: does this means create FM OBJECT_CHECK_BUT000 in my case.

question end:

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.

question start: does this means if FM OBJECT_CHECK_BUT000 does not exist in SAP system create it by copying

FM OBJECT_CHECK_EQUI.

Is it ok if I keep the logic of FM OBJECT_CHECK_EQUI as it is.

question end: