cancel
Showing results for 
Search instead for 
Did you mean: 

Support Packages in DMS

Former Member
0 Kudos

Hello Friends,

1) How to find out a Support packages for Particular Module document management system (DMS).

2) After finding Support packages in DMS ,how to findout the changes in SAP

I mean where are the changes happend?For test..

3)What are the dis advantages and side effcts of the changes

Please let me know clearly.....step by step procedure.

Thanks in Advance

Jay

Message was edited by:

Jayasimha PCV

Accepted Solutions (0)

Answers (1)

Answers (1)

christoph_hopf
Advisor
Advisor
0 Kudos

Hi Jay,

1.) As DMS is involved in the PLM package, you will find the current support package level under transaction SPAM in the SAP_APPL area

2.) You can search for SAP notes including the found support package level.

and for the following application areas:

CA-DMS

CA-DMS-EDT

CA-DMS-EAI

CA-DMS-RTV

CA-DMS-DCD

3.) Generally there are not side-effect if you implement the latest support package.

Best regards,

Christoph

Former Member
0 Kudos

thnaks

Former Member
0 Kudos

Hello Friends,

I have a doubt in DMS ,

I am trying to attach non existing document(In <b>Documnet object li</b>nk)

to documnet info record but it is rasing the error message that 'object does not exist' eventhough <b>OBJECT CHECK</b> is not slected in customization for the object link check. All other object links(vendor and customer) are working fine for the documnet info record but only for the <b>documnet to documnet(</b>means documnet object link ) is raising error message.

Check:

It is checking the documnet in the below program

main program: <b>SAPLCVCH</b>

Sub program :<b>LCVCHF02</b>

code:

  • Read from database

ELSE.

SELECT SINGLE * FROM draw INTO psx_draw

WHERE dokar = ps_drawkey-dokar AND

doknr = ps_drawkey-doknr AND

doktl = ps_drawkey-doktl AND

dokvr = ps_drawkey-dokvr.

IF sy-subrc <> 0.

pfx_error = 'X'. EXIT.

ENDIF.

<b>SAPLCV130

LCV130F03</b>

Here error message raisng:

IF sy-subrc EQ 4.

Special Validation if the object is Document Info Record, We have to

check document number and document type

IF ( ( draw-doknr NE space OR draw-dokar <> space )

AND drad-dokob = 'DRAW' ).

IF pf_new = 'X'.

CLEAR intdrad-objky.

MODIFY intdrad INDEX tab_x-current_line.

MESSAGE e184 WITH drad-dokob objtab.

ELSE.

MESSAGE w184 WITH drad-dokob objtab.

ENDIF.

ENDIF.

Thanks in Advance

Jay