cancel
Showing results for 
Search instead for 
Did you mean: 

Adding additional sap object BUT000 in dms object link.

Former Member
0 Kudos

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:

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sunil,

For adding new object first maintain this object in key fields in spro.

You need to add the DMS sceen to the perticular object sceen with screen exit.

The object sholud reflect in DMS and DMS screen should reflect in object t-code.

Check in SE80 if there is no screen exit available for the object ,need enhancement.

I hope this will help you much.

Regards,

Ravindra

Former Member
0 Kudos

Hi Ravindra,

I am technically very confused as to what to do when ..

Can u plz provide me ansers step by step according to my question posted.

That will help me most to resolve the query.

Thanks.

Former Member
0 Kudos

Hi Sunil,

Go by following steps:

1. Check in SE80 whether screen exit is available for the object.

2. Give a task to abap'r for adding a new object in to DMS as well as DMS screen in object dislay screen.

3. Abap'r will write a enhancement program and the object will get added in DMS and DMS screen in object display code.

I hoep you understood and the query will get resolved.

Regards,

Ravindra

Former Member
0 Kudos

Hi Ravindra,

Thanks for ur reply.

Can u plz eleborate on how abaper can add the object in DMS object link list

as our abaper is not aware of this.

Former Member
0 Kudos

Hi Suni,

This can be achived by using screen exit of the new object. Also for adding new object in dms object link please ask to take reference of function module OBJECT_CHECK_XXXX (XXXX = object name) .

I hope this will help much.

Regards,

Ravindra

Answers (1)

Answers (1)

Former Member
0 Kudos

Issue resolved.

Thread closed .

Thank u to all Experts.

Former Member
0 Kudos

send me code of function module to create oject.

and step to create object.

pranesh