cancel
Showing results for 
Search instead for 
Did you mean: 

Transfer attachments from Shopping cart to Backend ?

Former Member
0 Kudos

Hi again everybody,

one more problem ...

We try to transfer an attachment from the SC to the Requisition or PurchaseOrder in the Backend. We implemented the two BAdi's

BBP_CREATE_BE_RQ_NEW

BBP_CREATE_BE_PO_NEW

The method 'FILL_RQ_INTERFACE' contains the following code:


  CS_CTRL_ATT-BE_DOC_TYPE = 'SRM'.
  CS_CTRL_ATT-BE_STORAGE_CAT = 'DMS_C1_ST'.
  CS_CTRL_ATT-TRANSFER_ACTIVE = 'X'.

The storage_cat and the doc_type existin the backend as they are sap-standard-settings.

The Requisitions are created in Backend, but the attachments do not arrive there ... lost ...

We are on SRM Server 5.5 SAPKIBKT14 and backend ECC6.

Thank you !

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

See related threads for more pointers:

BR,

Deepti

Answers (1)

Answers (1)

Former Member
0 Kudos

See these useful notes also:

989184 Transferred shopping cart with internal attachments

1057932 FAQ: Atachment transfer to backend, Required Configurations

916347 Transfer shopping cart with internal attachments

Former Member
0 Kudos

Hello Deepti,

thanks a lot for your replies. At least one of your links given above led to the solution for our problem.

We also had the error Network address DEFAULT of your computer is not maintained . This error is normally not visible, but it also occurs when trying to create a document via transaction CV01N in R/3, so that is a simple check.

We could solve it by maintaining entries via

R/3 ->SPRO -> Cross Application Components --> Document Data --> General Data --> Define Data Carrier

In category "Define data carrier type server frontend" the entry: type=PC, Description=Windows PC, Path=C:\temp, Online=X

When marking this entry a doubleclick on "identify frontend computers" in the left hierarchy tree should show at least the entry Data Carrier = Default, Type=PC, Net.address=DEFAULT, Description=PC no hostname.

Kind regards

Andreas

Edited by: Andreas Milbredt on May 4, 2009 9:14 AM