cancel
Showing results for 
Search instead for 
Did you mean: 

IMG Settings for "Define Settings for Attachements" SRM 5.5

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 if i start with NONE entry in field RFC Connections.

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

Accepted Solutions (1)

Accepted Solutions (1)

ahofius
Explorer
0 Kudos

Hallo Wolfgang,

in the BADI-implementation you should also provide reasonable values for the fields BE_DOC_TYPE and BE_STORAGE_CAT of the structure CS_CTRL_ATT.

Regards,

Armin

Former Member
0 Kudos

Hello wolfgong,

We can only see the attchments in me23n at item level only. check at item level.

Raheem

Answers (3)

Answers (3)

ahofius
Explorer
0 Kudos

Hallo Wolfgang,

if the handling of attachments in SRM is correct (which means you are able to upload them correctly and so on) and you just are not able to transfer them to R/3, please take a look at this thread:

Especially the Debugging of the function modules BAPI_DOCUMENT_CREATE2 and CVAPI_DOC_CHECKIN in R/3 should give you hints.

Regards,

Armin

Former Member
0 Kudos

thx all for help it is now solved.

ahofius
Explorer
0 Kudos

Hi Wolfgang,

the BADI BBP_CREATE_BE_RQ_NEW is called just before the transfer of the RQ to the Backend, modifications made there cannot lead to the error mentioned above.

If your Portal is up again, you should check again the DMS customizing in the Backend according to the config guide (number exit, user rights of the SRM Backend user, workstation application etc.).

Is it possible to create a document in the backend manually ?

Regards,

Armin

Former Member
0 Kudos

Hi!

I can create a document in R3 manually!

And DMS settings help i take from here:

thx br

Wolfgang

Former Member
0 Kudos

Hi and thx for answer!

I have now added in the BAPI the 2 statements

BE_STORAGE_CAT = 'DMS_C1_ST'

BE_DOC_TYPE = 'SRM'

and now i get in SAP Portal following error message if i want attach a file:

The instruction at "0x0adca7b9" referenced memory at "0x00000000"

The memory could not be read.

After this i try it again without this2 statements and i get the same error message?!?

So what can i do now?

thx for any help

br Wolfgang

@ In the TA MN23n i look at the item position line for attached files but nothing their.

Former Member
0 Kudos

Hi

For the error mentioned, check and maintain an entry in the host file the server details

Raheem

Former Member
0 Kudos

Hi again!

For this updates i can attach file on order but after this i cant.

This is very mysterious but i restore the server and than i will check all settings again.

did you have a description for this settings or a checklist what i must check and where?

thx

br

Wolfgang