cancel
Showing results for 
Search instead for 
Did you mean: 

SRM attachments not finding in ECC (PR)

Former Member
0 Kudos

Hi,

We are with SRM 5.0, Classic scenario.

I am trying to enable the functionality of passing attachments from SRM to backned ECC system. I did changes to the Badi "BBP_CREATE_BE_RQ_NEW" in SRM. And the configuration changes in ECC via transactions DC10, DC20 & DC30.

While testing in my dev. system, i am able to get into the attachment transaction (CV03N) from ME53N transaction but not able to find the main attachment link anywhere inside.

I am not sure, what config did i miss to get the attachment completely to ECC ?

Appreciate your help.

Reg

Nag

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member208675
Active Contributor
0 Kudos

Hi,

Can you check whether DMS server status (running) in R3 using Txn OACT.

  1. Click on details of DMS server.
  2. Click on content repository.
  3. Click on CS Admin.
  4. You will find that DMS server is up or not. 

Verify server settings with help of Basis team if required. 

You can aslo refer OSS Note:1582690 .


Regards,

Former Member
0 Kudos

I am checking with Basis on DMS server running part.

Meanwhile, below is the code i did in SRM Badi. Is there anything to be added in the code ?

Please let me know !

cS_CTRL_ATT-BE_STORAGE_CAT  = 'DMS_C1_ST'.

cS_CTRL_ATT-BE_DOC_TYPE     = 'SRM'.

cS_CTRL_ATT-TRANSFER_ACTIVE = 'X'.

Thanks for your help.

Former Member
0 Kudos

Hi,

In debugging, i found the below error message for the above attachment issue.

"Data Carrier  DMS_C1_ST not defined"

Please let me know anyone, how could i define this and resolve my issue ?

Many thanks


former_member208675
Active Contributor
0 Kudos

Hi,

Check link:http://scn.sap.com/thread/1871624

I hope it helps.

Regards,

Former Member
0 Kudos

Thanks...I did all config mentioned in the link you had given.....

Could you please elaborate on below one :

In order to store shopping cart attachments in the backend system, must first activate the transfer by creating an active method and by setting the indicator for parameter CV_ATTACH_TRANSFER_ACTIVE in BA

Thanks !

Former Member
0 Kudos

Yes, i did all config as mentioned and also BADI coding in SRM. But, still the same error message i am seeing in debugging :

""Data Carrier  DMS_C1_ST not defined"

Please advice.

Appreciate all your replies.

Thanks !

Former Member
0 Kudos

Hi

Have you configured the Number range for the attachment

If not Please try this also in tcode CV90

Regards

Trinath

Former Member
0 Kudos

Hello Nag,

If i understood your question correctly, You are able to view the attachment link in the PR with a document number as well but not able to see the physical document attached.

If so could you please provide what type of document you are trying to attach and for those type of document what is setting done in DC30.

Thank you

Ritesh

Former Member
0 Kudos

Thanks for your reply, Ritesh.

Your understanding on my problem is correct. I am not able to see the physical document attached.

I am trying to send .DOC & .TXT attachments.

Here are the settings i made in DC30.

1. Appl.(workstation application) is maintained with DOC

    Description : MSWORD

     Suffix         : DOC

     Arichid       : *

    StartAuth   : Enabled

    NoRename : Enabled

     File format  : *.DOC,*.DOT ,*.RTF,*.*

2. Appl.(workstation application) is maintained with TXT

    Description : Plain Text

    Suffix         : TXT

    Arichid       : *

    StartAuth   : Enabled

    NoRename : Enabled

    File format  : *.TXT,*.*

Define workstation application in network: ( for doc )

Data carr.type : PC

Application type : 1 & 2

Application(path and program name ) : %SAP-OFFICE-INTEGRATION.OUTPLACE%

Path for sources : %AUTO%

Please let me know, if i miss any config settings.

Appreciate your help !

Thanks

Former Member
0 Kudos

Hello Nag,

Thank you for providing details. I would recommend make one small change in DC30 configuration for App Workstation application DOC under define workstation application in network as follows


Data carr.type : PC

Application type : 1 & 2

Application(path and program name ) : Winword

Path for sources : %AUTO%

Regards

Ritesh