cancel
Showing results for 
Search instead for 
Did you mean: 

Attachment missing in back end for purchase order

Former Member
0 Kudos

Hi all,

We are using SRM 5.0 SP10 extended classic scenario.

I have created a shopping cart with attachment. A local purchase order has been successfully created and i can find the attachment in it.

When i check in the backend the purchase order doesnt contain the attachment.

I have made the required changes in BBP_CREATE_PO_BACK. I have made necessary changes in DC10,DC20 and DC30.

I have checked the related threads in SDN but couldnt find any help.

Please let me know if this works only for classic scenario or the attachments can even be sent to backend in extended classic scenari as well. If yes please let me know what else needs to be done to be able to view the attachment in the backend.

Thanks,

Zubair.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Please check in the table :BBP_PDATT whether the attachment is there.

Please check the program which transfers this attachment to the backend

Please check your ABAP team to debug the same

Regards

G.Ganesh Kumar

dean_hinson2
Active Contributor
0 Kudos

With the version of your back-end, shouldn't you be using BBP_CREATE_BE_RQ_NEW instead?

Regards, Dean.

former_member206968
Active Contributor
0 Kudos

Hi Zubair,

You seem to be right. PO attachment in extended classic doesn't goes to backend as of standard. The settings you have mentioned are for classic scenario, as badi bbp_create_po_back is called in classic scenario only.

However you may try some development work, if at all you want to send the attachment. You can explore badi bbp_driver_determine and bbp_ecs_po_out badi for this.

Regards,

Sanjeev

Former Member
0 Kudos

Hi Sanjeev,

Thanks for your reply. I have looked into both the BAdis. I couldnt understand how bbp_driver_determine BAdi could be useful to this scenario.

However i looked at bbp_ecs_po_out BAdi. It has IT_ATTACH as importing parameter but i couldnt make out how this BAdi could be used to transfer attachment to backend. It doesnt have a relevant exporting or changing parameter.

Please advice.

Thanks,

Zubair.

dean_hinson2
Active Contributor
0 Kudos

What version is your back-end? Is it 4.6C?

Regards, Dean.

Former Member
0 Kudos

We are in SRM 5.0 SP10.

Regards,

Zubair.

dean_hinson2
Active Contributor
0 Kudos

What version is your back-end? Means your ERP system (R/3). Is it 4.6C?

Regards, Dean.

Former Member
0 Kudos

Hi Zubair,

Pls check if Note 1057932 - FAQ: Atachment transfer to backend, Required Configurations helps.

Cheers.

Former Member
0 Kudos

Sorry for that We are using ECC 6.0.

Thanks,

Zubair.

Former Member
0 Kudos

Ahmed,

go through the note 1057932. i hope it will help

regards

subhash

Former Member
0 Kudos

Hi,

Note 1057932 is applicable to Classic Scenario only as per my understanding.

However i have implemented it before raising this message but it didnt help.

Please advice.

Thanks,

Zubair.

siowfong_chen
Contributor
0 Kudos

Hi Zubair,

Have you found a solution to your problem. I did exactly the same thing and the attachment is not going to the backend PO. I am also using extended classic so would be keen to know whether the attachment solution applies to extended classic scenerio or not.

Cheers!

SF