cancel
Showing results for 
Search instead for 
Did you mean: 

help in creating new Object Link for DMS

Former Member
0 Kudos

Hi everybody,

i am trying to create an object link to a billing document (tcode: vf03, VBRK-VBELN)

by sap instructions i did this step:

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

and this step:

Create function module OBJECT_CHECK_XXXX (XXXX = VBRK) which i have copied from OBJECT_CHECK_EQUI .

unfortunatlly i don'y know how to change my new function module as required for the new module.

have anybody has this function module ready and may send the code to me? or give some guidenece how to change the func. module according to the billing document?

Have a nice day.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

If the object can be classified, you don't need the function module. Only the screen.

Can it be classified?

Former Member
0 Kudos

Hi Yossi,

Sometimes for some objects there are no table in that case (structures) you can make view of it. Otherwise for the objects available add the table in in object link with enhancement. And add dms screen to object screen.

Hope this will help.

Regards,

Ravindra

andrzej_rosinski
Discoverer
0 Kudos

Hello Yossi,

i have the same problem. Have you impemented the new custom object link already? I would be thamnkful for some advise....

Thx

Former Member
0 Kudos