Reading attachments from CFolders(SRM) to ECC(PO)

Hi All,
I have a requirement where i need to read the attachments from SRM to ECC.
When the bidders bid, they attach files in SRM, these files are saved in the C-Folders in SRM Box.(No DMS)
Now, when the PO is created from the RFx, the attached files should also be transferred.
1. Is there a direct way by configuration?
2. If any development has to be done? where should it be done? SRM or ECC?
3. Can we read the files on runtime or do we need to pull files from SRM and store it in ECC?
4. BBP_CREATE_BE_PO_NEW: BAdI of any help?
Please suggest.
Thanks
Johnson George.

Hi,
UNSPSC code is generally passed to R/3 in the MPN fields EBAN-MFRNR (Manufacturer), but you need to take care here as the MFRNR field is 'hidden' and unchangeable. (See note 615722)
So perhaps the usage of a custom field in your case would be easier.
Regards.
Jason

Similar Messages

  • My windows friends cannot read attachments from my e-mails

    My Windows friends cannot read attachments from my e-mails

    If the attachments are common files that your recipients should be able to read (PDF, DOC, TXT) then what is the setting when you select the menu command Edit > Attachments > Always Send Windows-Friendly Attachments (checked or unchecked).
    If it's unchecked you should check that setting and retry.

  • Reading Attachments from T-code VF03

    Hi folks,
    I have a requirement to download all the attachments from T-code VF03 into my 'Z' program, I searched SDN a lot and I came to know that FM 'SO_OBJECT_READ'  can be of some help. However, I could not understand how exactly I need to pass the parameters to it. Can I get some help how to use the FM 'SO_OBJECT_READ'  or if there is any other way to download the attachments from VF03 into custom program?
    Regards,
    Rishi

    Hello Rishi,
    You can try something like this -
    ***    get the selected invoice
        read table t_final into w_final index e_row_id-index.
        clear pdf.
    **    get the documents attached
        select    instid_b  from srgbtbrel into  table t_obj_key where  instid_a = w_final-vbeln
                              and typeid_a = 'VBRK' and
                               catid_a = 'BO'
                              and reltype = 'ATTA'.
        loop at t_obj_key into w_obj_key.
          wa_folder_id =  w_obj_key(17).
          wa_object_id = w_obj_key+17(18).
          clear wa_sood2.
    ***      get the file details
          call function 'SO_OBJECT_READ'
            exporting
              folder_id         = wa_folder_id
              object_id         = wa_object_id
            importing
              object_hd_display = wa_sood2.
    Let me know if you need further help.
    Thanks,
    Guru

  • Reading attachments from adobe interactive form

    Hi,
    My requirement is- vendor should fill all the detail in an offline interactive form and attach necessary documents in the form itself. How can i read the attachments from the form inside my program and how can i store it in SAP. I am using FM ' SMUM_XML_PARSE' to read all the data in the form.
    Best Regards,
    Tofan

    Hi Ali,
    Thank you for the reply. But i want to read the attachments which are attached inside the adobe forms.
    How to read the form and get all the data i know but i want to extract the attachments which are attached in the form and save it in sap.
    For example- in an adobe form customer is attaching the PAN copy, Registration certificate etc, how to read these attachment from the adobe form and store in sap?
    Regards.
    Tofan

  • Reading the documents from cFolders(SRM) to PO(ECC)

    Hello All,
    I have a requirement where the documents which are uploaded in SRM to a RFx by a Bidder.
    These documents get stored in the cFolders in SRM Box.
    When the RFx are converted to PO in Backend(ECC) I need to pull those documents and attach them to the PO.
    Please help.
    Thanks
    Johnson George

    Dear Poster,
    As no response has been provided to the thread in some time I must assume the issue is resolved, if the question is still valid please create a new thread rephrasing the query and providing as much data as possible to promote response from the community.
    Best Regards,
    SDN SRM Moderation Team

  • Reading Attachments from CRM OD

    I have a web portal that displays all the cases associated to the contact. I would like to showcase a section where the users can see and view any attachments are there for the case.
    Service Request WSDL does not provide the ability to view attachments. Is there any workarounds for the same. Has anyone implemented similiar functionality if so please provide pointers

    There is a section 'Retrieving or Quering File Attachments' section in the documentation. It looks like you can return the content of the attachement in base64 and it would be up to you to convert it back based on its type - they you would be able to display the content in your application.

  • Free download to read attachments from

    As I am 82 years old and only use my computer at home, I cannot understand why I am not able to read my business notifications attached by Medical aids and other instances  Please! What am I doing wrong.?They tell me to down load PDF FREE to open their notifications.

    You will need the free Adobe Reader and install it:
    http://get.adobe.com/reader/
    Mylenium

  • Attachment transfer from SH (SRM) to PReq (R/3) failed in one instance

    Dear Expers,
    in SRM 7.0 Classic, I have come accross the following problem with the transfer of the attachments from the SRM Shopping Cart to the R/3 PREq:
    This functionality is normally working absolutely fine but now there was one instance observed, where the attachment as such did not get tranferred from SRM to R/3.
    In the PReq, that was created from this shopping cart in R/3, the document number for the attachment got created by the DMS, but if i look into the attachment window, than the actual file is not there.
    I have checked the other R/3 documents before and after this one PReq and in those documents, the trasfer of the attachment worked fine.
    Can anyone think of a reason for this unexpected behauviour?
    Thank you very much.

    Hi,
    it is assumed, that at the certain point of time, when the PReq was creating from the Shopping cart, the document repository for attachem (KPRO) was down in R/3. I assume, that that was the reason for this one time unusual behaviour.
    Thank you.

  • Attachments from SRM to SAP R/3

    Hi,
    We are currently setting up the DMS for document attachments from SRM5.0 to the SAP R/3 backend, and have followed the customising steps for both SAP R/3 and SRM accordingly.
    In the process, we attach documents to the SC. The follow-on document created is a PR. The problem that we face is when we view the PR from ME53N, and select the ‘Services for Object’ – the attachments link is ‘greyed’.
    However, in transaction CV04N, we can see the attachment/s via the object link (referencing the respective PR and item no.)
    Also, if one creates a PR directly in the SAP backend, and then create an attachment via the ‘Services for Object’, you can see the attachments and the link is not ‘greyed’ out. This attachment can also be viewed via CV04N
    I have been through many of the links on SDN, and can not find any possible solution that describes this problem. Is there any additional customising that is required for this link to be visible and not greyed out when viewing PR’s created from SRM?
    Anyone experienced the same issue? If so, how did you resolve it?
    Many thanks and best regards,
    Alan Brouard

    Hi Nacho.
    Sorry the bad news, but account is not transfers from SRM to ECC or from ECC to SRM in contracts.
    The Contracts goes between systems via IDOCs (BLAREL)
    As you can see in transaction WE60, IDOC BLAREL02 has not account data.
    Regards.
    Raúl.

  • In PDP cycle is it possible to pull back transfered PR (from SRM to ECC)?

    Dear Friends,
    We are working on PDP cycle where backend ECC Purchase Requisition is transferred to SRM client via program BBP_EXTREQ_TRANSFER so that the procurement activity is carried out in SRM.
    Now business decides to discontinue the procurement activity from SRM and continue in R/3 only. Which mean business would like to create Purchase Order in R/3 with reference to PR.
    So we delete the shopping cart created in SRM and tried to change the Purchasing group so that system removed the procurement profile tag from PR. But system does not allow.
    My question is, is it possible to pull back the PR from SRM to ECC after it has been transferred to SRM? 
    Or in standard process there is no provision to reverse the situation after a PR is transferred from ECC to SRM.
    Can anyone through some light on this?
    Regards,
    Sandeep Parab

    Hi Sandeep,
    by standard there is no option to send Reqs back to ECC. A moved Req is
    blocked in ECC with a flag in EBAN, that sourcing is carried out externally. This
    block is removed, when the PO is created. I implemented a push back mechanism
    with an extra button in the sourcing cockpit within a classic environment. The
    button first takes the SC information and identifies the Req in ECC, sets the
    status on blank and releases the Req for sourcing. Finally the SC is deleted from
    the sourcing cockpit. With a good programmer the story can be quickly done.
    Cheers,
    Claudia
    Please reward points for useful answers.

  • PO replication from SRM to ECC

    Hi,
    We have extended classic scenario in place where PO created in SRM system gets replicated in back end ECC system when it is saved. Can anyone guide me as to how this takes place?
    Actually for one PO, all the units from SRM have been replaced by 1 AU in ECC PO.
    For eg:
    SRM PO -
    > ECC PO
    1200km -
    1 AU
    100hrs -
    1 AU.
    1 Piece----
    1 AU
    etc.
    I want to know why this is happening.

    Check the Material master UoM and then check to Both system setting for the UoM in transaction CUNI, make sure you use the same ISO codes.
    in SRM , check your material master UoM in Tcode COMMPR01, if need you can replicate again the material using R3AR2 and R3AR4.

  • PI setting for transferring Contract from SRM to ECC - Classic scenario

    Dear Experts
    SRM 702
    ECC 6.0 EHP6
    SRM - Classic scenario
    Need to understand PI setting for transferring Contract from SRM to ECC, as currently document Central Contract document getting created in SRM, but it is not getting transfer to ECC
    No XML message getting triggered in ECC systm as well
    can you help me in this
    if any additional information needed, pls revert
    Regards
    Prashant K

    Fully approve and release the contract. It will trigger the XML Message.
    Go to https://websmp203.sap-ag.de/~form/handler?_APP=00200682500000002672&_EVENT=DISPLAY&_SCENARIO=01100035870000000122&_HIER_… and download the configuration guide & check the PI setting and required Software Components in PI.

  • Replicate Vendor and Contact Person from SRM to ECC

    Hi Expert,
    I'm using SRM 7.0 and ECC 6.0 and using extended classic scenario.
    any required to replicate vendor master and contact person from SRM to ECC, when we create vendor and contact person in portal, the result should display in SRM and ECC.
    My question, Is it possible to replicate vendor and contact person from SRM to ECC? If possible, can you guide me?
    Thanks and Regards,

    Hi,
    sorry..
    this problem solved because our client change the business process.
    we open screen ECC in portal SRM.
    Thanks...

  • Automate PO Complete from SRM to ECC

    Hi All,
    To Automate PO Complete from SRM to ECC i am using BADI BBP_ECS_PO_OUT_BADI. In ECC I have to update the following indicators.
    EKPO-LOEKZ = S (Deletion Indicator in Purchasing Document)
    EKPO-EREKZ = X (Final Invoice Indicator)
    EKPO-ELIKZ = X ("Delivery Completed" Indicator)
    While coding I have to check CRM_JEST (Individual Object Status) where STAT (Object Status) = I1023 to determine a PO with u201CTransaction Completeu201D status.
    Also CRM_JEST-INACT (Indicator: Status Is Inactive) and BBP_PDHGP (Business Transaction Purchasing Information) - VERSION_TYPE (Version Type (Active Document, 'Normal', Work Version)) where both are blank to determine what the active status of the PO is.
    Can anyone tell me how should i approach? If there is any sample code kindly send it.
    Regards,
    KM

    Check the Material master UoM and then check to Both system setting for the UoM in transaction CUNI, make sure you use the same ISO codes.
    in SRM , check your material master UoM in Tcode COMMPR01, if need you can replicate again the material using R3AR2 and R3AR4.

  • Sending Custom fields from SRM to ECC through BAPI

    Dear All ,
    I am looking for a step by step instructions on how to send my data i.e Start date and end date at ITEM :LEVEL for limit items from SRM to ECC
    It is currently only sent a Header level . I have almost read all the posts and yet not able to figure out . Please can you some one help me to understand .
    Checked the below
    http://scn.sap.com/thread/476423
    http://scn.sap.com/thread/170189
    http://scn.sap.com/thread/26494
    http://scn.sap.com/thread/1399901
    http://scn.sap.com/thread/1991218
    and also  checked the SAP official page :
    http://wiki.scn.sap.com/wiki/display/ABAP/BAPI?original_fqdn=wiki.sdn.sap.com#BAPI-Passingcustomfield
    http://wiki.scn.sap.com/wiki/display/SRM/Transfer+process+of+the+Shopping+Cart
    http://scn.sap.com/docs/DOC-2726
    However no luck . I also opened a similar thread previously but still unable to get an end to end understanding .Please could some one guide me for this one ?  Currently what I found out there is a class CL_BBP_BS_ADAPTER_PO_CRT_ERP10 where CREATE_DOCUMENT decides what fields would be passed .. In that there is a FM which is being called from ECC .. and in that there is header and header X field ..
    which has the fields which I need VPER start and end date ..
    CALL FUNCTION 'BAPI_PO_CREATE1'
           DESTINATION av_rfc_dest
           EXPORTING
             poheader               = as_po_out-is_poheader      "#EC ENHOK
             poheaderx              = as_po_out-is_poheaderx
    h
    Now I wnat the same fields to be passed at item level of the SC .. Please could you confirm on what exactly I should do ?
    I saw the below tables not sure what I should do with them to include the 2 fields I want which should be passed to ECC .
    TABLES
              poitem                 = as_po_out-it_poitem        "#EC ENHOK
             poitemx                = as_po_out-it_poitemx       "#EC ENHOK
                 extensionin            = as_po_out-it_extensionin   "#EC ENHOK
      *      extensionout      = as_po_out-it_extensionout "not used by SRM
              poexpimpitem      = as_po_out-it_poexpimpitem      "#EC ENHOK
              poexpimpitemx     = as_po_out-it_poexpimpitemx     "#EC ENHOK
             potextheader      = as_po_out-it_potextheader "not used by SRM
    *      popartner         = as_po_out-it_popartner    "not used by SRM
    Please can some one let me know for the below queries :
    1, How to identify If I am checking on the right method .
    2. How I can create these 2 fields voer start date and end date and pass them to EKPO table of PO in ECC ?
    3. How to create these 2 fields in BAP and pass it further from SRM to ecc
    4. How would they be visisble in SC portal screen ..
    Please guide me on this would be really grateful . Thanks in advance for the help
    Regards
    Vinita

    Hi Madhu,
    Please check out this note 1027081 which is for the PO Held in classic scenario.
    Praveen.

Maybe you are looking for

  • I have 13 dollars left on an apple store gift card, how can I convert this into money for my iTunes account?

    I have 13 dollars left on an apple store gift card, how can I convert this into money for my iTunes account?

  • Iphone and windows xp 64

    I've been pulling my hair out for 4 days now. Is there any possible way of setting up an iphone if you have windows xp professional x64? It seems as if I am caught between regular windows xp and vista, because there doesn't appear to be a version of

  • Export preset settings for Print Media?

    i am about to set down and follow rudy gay's tutorial on exporting images with a logo overlay (thanks for all the help in finding this document) and i am wondering if there are an expert or two on the list that might be able to share screenshots of t

  • QuickTime on Windows Server 2003

    What version of QuickTime will work on Windows Server 2003, if any? I had issues a year ago with version 7, and I'm going through my list of apps to upgrade. None of the application pages state that Windows 2003 is a supported OS for version 7.1.6. D

  • I need to increase the point size in a form to more than 18pt.

    I have a PDF that needs to be edited continuely (Prices for a shop table) I am creating a form feild, but it seems that the point size can only be increased to 18pt. This is simply too small. Any suggestions would be fantastic.