EDI output from SAP SRM

Hello Experts,
   I know that EDI transmission method can be used for PO output from SRM, but not sure how this is achieved, is it done via XML/XI and can some one throw some light on this process and the pain points to achieve this.
  My currenct implementation is SRM 5.0, ECC 5.0, ECS.
Thanks,
CS

Hi CS,
You need to collect the data on the XML fields that are output as default for the SRM PO.
Then you need to map these XML fields to the EDI standard fields (could be EDIFACT or ANSI or..) in the EDI middleware.
I think XI may not be required in this scenario.
Most of the XML PO fields will find a counterpart in the EDI standard. But, you need to really get the details and analyse. secondly, you need to find ways to transmit the custom fields, if any, in the PO.
Cheers,
Akash

Similar Messages

  • Can we send .csv file from sap srm system to sap pi?

    Hi Experts,
    we have 3 options send the data from sap systems to sap pi.i. e.proxy,idoc and rfc only
    How can we send .csv file from sap srm to sap pi?
    Regards,
    Anjan

    Anjan
    As you know SAP SRM and SAP PI are different boxes.
    *_Option 1:_*
    we need a shared AL11 directory in between SAP SRM and SAP PI (Ask basis to setup shared folder). Place / Populate the file in the folder from SAP SRM and then it can be picked through sender file communication channel.
    In this case you (Basis team) will share one folder which is visible from the AL11 transaction of both the systems (SRM and PI). You will drop .csv file using some report or program from SRM at this location and from PI you can read that file using File communication channel (NFS mode).
    Option 2:
    Setup a FTP at SRM environment and expose some folder which can be accessible from PI. Use sender file communication channel at PI end to pick the file.
    You can use this option incase sharing of folder is not possible (due to network / other constrains). Here FTP server is required to expose any folder as FTP so as it can be accessible from internet (remote location). You need to expose some folder at SRM machine.  You will drop .csv file using some report or program from SRM at this location. Now PI can fetch the file from that location using  sender file communication channel (FTP Mode) providing user credentials.
    Hope it clears now.
    Regards
    Raj

  • Is it possible to can a program (report output) from SAP Script?

    Hi,
    From SAP Script I would like to call a report output (without displaying the selection screen).
    Is this possible. If so, how can I do this?
    Thanks.

    H i kumar g,
    why not?
    In script you can call external subroutine. You must define the subroutine in a program, there you can do a SUBMIT or whatever you want.
    See online docu for further explanation.
    Regards,
    Clemens

  • Replicating storage locations from SAP SRM

    Dear Experts,
    How to replicate the storage locations from ECC to SAP SRM? How you can restrict the selection of storage location in SAP SRM based on the plant selection? i.e. plant 1000 has three storage locations say 1001, 1002, 1003. Now, when the user selects the plant 1000 as delivery address in direct procurement scenario, then the system should allow only the three values in value help?
    Thanks and regards,
    Ranjan

    HI Ranjan,
    Did you try by removing 'Storage Locations" from Extended Attributes in PPOMA_BBP?
    thanks,
    Rahul Mandale

  • ITS Portal link from SAP-SRM

    Hello friends,
    I have heared taht there is a T-code in SRM,by using that you can find concern SRM-ITS portal link...
    Can anyone of you share that information...
    Thanks,
    San

    Hi Sankar,
    As per my knowledge the basis team should be able to give you the ITS Portal Link for SRM. However if you wish to know the details yourself without asking the basis team then you can go to the SMICM t-code and obtain the same as follows
    SMICM -> Goto -> Services -> HTTP -> Double Click and you get the Hostname there
    Then for the hostname you need to append the port number and /irj/portal to get the actual link to the SRM Portal.
    So ideally the link would be somewhat like this
    https://Hostname:Port Number/irj/portal.
    Additionally if the Basis team has configured the Portal information in spro you can use the following path
    SAP SRM -> SRM Servder -> Technical Basic Settings -> Maintain Portal Information.
    Hope this information is of some use.
    Regards
    Pramod

  • Text mapping from SAP SRM confirmation to ECC Servic Entry Sheet

    How can we map Item and Header texts from SRM confirmations to ECC Service Entry Sheet appropriate fields.

    Hello Sanjeev,
    FIrst, run report /SAPSRM/GET_TEXT_CUST_ERP in SRM. This report copy texts from backend to SRM.
    Then use SPRO to map texts between SRM document and R/3 corresponding document:
    SAP Implementation Guide > SAP Supplier Relationship Management > SRM Server > Cross-Application Basic Settings > Text Mapping > Text Mapping for Inbound and Outbound Texts
    Standard Text ID for ERP lines of service begin with "L". They are linked to customzing object ESLL.
    For more details, have a look at R/3 function module MMPUR_GET_TEXT_CUST_DATA.
    Regards.
    Laurent.

  • Link to SAP Report Output from SAP Mail Inbox

    Hi Experts,
    I wants to send a link of SAP  ALV  Report output screen to SAP mail inbox and if a user clicks that link ,the report output
    screen should open and user has to see & interact  the ouput of that  ALV Report.how can i achieve this without webdynpro
    and workflow.
    Regards,
    Veera.

    Hi Asif
    When I said 'pdf/rtf/html/htmlcss', I meant any one of the above.
    You need to run the report as:
    rwrun60 <report_name> <connection_string> desformat=pdf destype=mail desname=<email_id> batch=yes
    In case you want to mail as HTMLCSS, replace PDF in DESFORMAT option in the above command to:
    DESFORMAT=HTMLCSS.
    Regards
    Sripathy

  • How replicate a Contract froma SAP SRM to SAP ECC

    Hi all,
    I created a Global Contract on SRM system. Is there a way to replicate it to SAP ECC? Is there also a way to associate it to an existing Contract in SAP ECC system?
    Thanks very much, Regards,
    Maria

    Hi,
    1. The backend system should be defined (SAP R/3) in your  Technical Settings (SPRO) and RFC destination to R/3 system should be configured
    2. Then the Message Type BLAORD needs to be configured in ALE/IDoc settings.
    Plz refer this thread for more info:
    Problem with contract
    Once this is done, all GOA created inSRM will be replicated to SAP R/3 system.
    Regards
    Kathirvel

  • RDI Output from Sap Script

    Hello ,
    I would like to know whether it is possible to generate RDI with some additional variables and at the same time hide them in SAP Script.
    Regards
    Amruta

    See below link, it should help you Re: SAPScript RDI output

  • Down load report output from SAP to Excel sheet

    Hi,
       Actually i am downloading report out into Excel sheet using FM GUI_LOAD. But in this case in Excel sheet we are getting the date format  as *3/21/2008. But the requerment is the date format in Excel sheet should be display like 3/21/2008.So please advice me.
    Code:
    CALL FUNCTION 'GUI_DOWNLOAD'
          EXPORTING
            filename                = w-filename
            filetype                = 'DBF'
            col_select              = 'X'
            col_select_mask         = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
            wk1_n_format            = 'X'
            wk1_t_format            = 'X'
            DAT_MODE                = 'X'
          TABLES
            data_tab = dtab_dat
            fieldnames = htab.
    Thanks in advance.
    Regards,
    Satya.

    Hi,
    Please let me know the type of  dtab_dat.
    Regards
    jana

  • Send a File(Report Output) From Sap as an Email

    Hi,
    Appreciate if someone can point me to a direction of finding a Function, which can email the File residing on the Application Server or  Presentation Server.
    Exact Requirement:
    We have some  (.dat) files on the Unix Application Server Folder and we want the ability to email these files in excel format.
    Thanks,
    Vasu

    Hi Sastry,
    I have explored this option of reading the data into Internal Table and handle the Descriptions field and then send via SO_NEW_DOCUMENT_ATT_SEND_API1.
    I am looking for a better and if any easy option available where i dont have to handle any string operations.

  • How to save the output of sap script to pdf document in sap

    hi abapers
    how to save the output of sap script in sap so that can retrieve the saved document later.
    i have to save the rcia output from sap script in pdf document in sap so that it can be retrieved later
    how to use dms

    Hi deepika,
    This thread will solve ur problem OTF  -> PDF
    Regards,
    Pravin

  • How to save the output of sap script in sap so that can be retrieved later

    hi abapers
    how to save the output of sap script in sap so that can retrieve the saved document later.
    i have to save the rcia output from sap script in pdf document in sap so that it can be retrieved later
    how to use dms
    <MOVED BY MODERATOR TO THE CORRECT FORUM>
    Edited by: Alvaro Tejada Galindo on Dec 26, 2008 11:01 AM

    Hi Deepika,
    Look into this link https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/401cca81-b861-2910-ada2-f416dfb3b3fe
    Regards,
    Pravin

  • Data migration from SAP to Oracle

    Can any one suggest best possible method for migrating master and transactional data from SAP to Oracle.
    Please suggest methods to get data in text file from SAP.

    Best approach would be to use Electronic Data Interchange (EDI) outbound from SAP inbound to Oracle. There are two widely used standards in EDI messages - ANSI X12 and EDIFACT; I'm pretty sure the Oracle system will be able to accept one of the two standards or both.
    In my last message, when I asked if Oracle is able to receive and process IDocs, I actually meant if Oracle will be able to accept and process EDI messages. IDocs are containers of the EDI message i.e. a data container - their formats are SAP proprietary formats which will not make sense to your target system (Oracle). EDI has been around for many years and is the standard way of electronically exchanging business documents between computer systems of business partners, using a standard format over a communication network.
    In regards to your question - I'm not really sure if you want to send master/transactional data real-time from SAP to Oracle or want to transfer the historical data i.e. download from SAP tables (thru SE16 - this will download the field labels as well) into text files and then upload it to Oracle by using a custom program which reads/maps the files then posts the transactional data/updates master data tables in Oracle as required by that system. So let me know as much details as possible.
    It would be nice to show appreciation by rewarding points.
    Cheers,
    Sougata.

  • How to get Plant address from SAP R/3 to SRM

    Hi Gurus,
    We need to retrieve the plant address from SAP R/3 to SRM and display it in the output list of the report (SRM).
    Suggest any standard FM or should we need to create a Custom Remote enabled FM and put the select query to get the address.
    Regards
    Paul

    Hi Paul,
    Try using the RFC_READ_TABLE function module...
    Pass the table name as t001w which contains the plant details.
    Hope this helps.
    Thanks,
    Pradeep

Maybe you are looking for

  • Can I download Adobe Photoshop CS2 legally from Adobe's link?

    Dear Adobe Community, The following link shows how to get Adobe Photoshop CS2 "legally" http://www.digitaltrends.com/computing/how-to-get-photoshop-for-free/ The conditions from Adobe are that you must have either purchased the license perviously or

  • IWeb 08 - Custom Fonts not loading Anymore

    All, When I had iWeb '06 installed I could use custom fonts when designing and the fonts would display on any computer without having to install them. It seems that iWeb '06 used to load them as images. Now in iWeb '08 that doesn't seem to be the cas

  • Syncing ipad 1

    I want to download the new itunes version to my PC so i can sync my ipad but friends have said that they lost their apps after doing so. Can i get the apps back that i paid for?

  • When I want to download an app it keeps saying payment type is not valid please enter new payment method, what do I do

    When an app is free and it asks for account information which is correct why does it keep saying payment type invalid please choose another payment type.?

  • SQL Server 2008 installation

    hey guys, I am trying to install data services 4.0 on a windows server with MS SQL database as the repository database. So, my plan was to install MS SQL 2008 first, then IPS, then data services. But i am facing a problem in installation of MS SQL it