cancel
Showing results for 
Search instead for 
Did you mean: 

DMS configuration for attachement transfer from SRM to R/3

Former Member
0 Kudos

Hi,

SRM 5.0

R/3 ECC6.0

Scenario : SRM SC attachment transfer to PR in R/3

I have done the DC10 and DC 30 configuration in R3

BADI BBP_CREATE_REQ_BACK is implemented

The attachement transfer is not happening to R/3

can someone let me know the necessary DMS configuration to be done in backend system and some steps to validate the SRM configuration i have already done

Thanks

Jayesh

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi!

I hope some can help me too.

I use SRM 5.5 and want configure also attachement transfer from SRM to R3 (700).

I have implemented the

BAPI - BBP_CREATE_BE_RQ_NEW

with the method

FILL_REQ_INTERFACE

and the statement

CV_ATTACH_TRANSFER_ACTIVE = 'X'.

I have also done the settings in DC10, DC20, DC30.

But my Problem is that i dont get a attached document in R3 if i look in TA (ME23N).

In SICF i have configure the docserver with ALIAS.

In SMICM i get no error message.

Can anybody give me help with the IMG settings in "Define Settings for Attachements"?

i think in this settings i have some to fill out but dont know really what!

please can someone help me with this problem.

Thx

Wolfgang

Former Member
Former Member
0 Kudos

Hi,

For SRM 5.0 ,to transfer attachments to backend,you need to do the foll:

-->configure DC10 and DC30 trx in R/3

in DC10 you make a new doc type e.g. SRM and configure it

for the same ref config guide of self service procurement

In DC30 you canfigure various file types.

e.g.

WS appln =XLS

Description= MS excel

Archieve Idn=*

File suffix=xls

file format=*.xls

Mime type=application/msexcel

appl icon=(select sxcel icon)

-->In BADI BBP_CREATE_BE_RQ_NEW (in SRM)

you need to set attachement active with statement

CS_CTRL_ATT-TRANSFER_ACTIVE = 'X'.

Refer the foll link for more details on DC10/DC30 settings:

BR,

Disha.

<b>Pls reward points for useful answers.</b>