Data from SRM to ECC for IDoc Creation

Hi,
Please help me for below requirement.
PO and Changed PO details are coming from SRM-IBX server to XI and then IDOcs is getting generated in ECC.
We are sure that we are not missing any data in XI that is coming from IBX server. But most of the time customer is saying that they are not having some POs in ECC.
We approached IBX team for confirmation that, are they missing to push some of the data to XI. They confirmed us that, they are processing every thing from there end.
Please advice me how can i confirm that what ever data IBX is processing to XI, it is successful reaching.
I am thinking that if 100 PO is getting processed from IBX then we are getting only 80 or 90(Our assumption).
Please advice.
Ritesh.

Please advice for the requirement.
Plan 1 - We are thinking to get Log file from both server to analyse Sent data from IBX and received Data in XI.
Plan 2 - To create a interface for receiving Log details from IBX to XI
Plan 1 seems more analysis kind of work which again depends upon comfort of sharing data in the required format by IBX.
Plan 2 have some data challenge.
Please do advice me for the same or something good above this.
Regards,
Ritesh

Similar Messages

  • Function Module to send Vendor Master Data from SRM to ECC

    Hi Guys
    I heard there is a function module in SRM which can send Vendor Master Data from SRM to ECC please confirm for me if there is such a function Module and what is it called. Thanks

    Hi,
    Vendor Master data is replicated to SRM from ECC. Standard Transactions (BBPGETVD,..) will be used to replicate the data from ECC.
    Vendor Master will exists in ECC, so there is no point in sending the same back from SRM to ECC. If the requirement is the other way around, we can use the transaction BBPGETVD in SRM system.
    Hope this helps.
    Regards,
    Hemanth

  • Transfer supplier data from SRM to ECC

    Hi,
    As far as I know if we are using ROS only, then we can only have the one way synchronization from ECC to SRM. Thus in the process, if vendor register in ROS engine, then when we want to create the ECC vendor, we must create the data in ECC manually, and also link it manually as well.I know this for sure in SRM 5.0
    We are plannig to use SRM 7.0. Is this still the case? I also read somewhere that if we use SUS component, then t is possible for us to have vendor data in SRM synchronized to ECC.
    Is this true?
    Best regards,
    John

    Hi Nikhil,
    So you're saying that even if SUS is implemented and SRM_SUCO_1 is activated we still have to create supplier manually in ECC?
    I have checked the release note of SRM 7 and see this statement regarding SRM_SUCO_1:
    Supplier master replication to SAP SRM and SAP ERP back-end systems
    What does it mean by replication to SAP ERP back-end systems?
    Best regards,
    Yosea

  • Problems for create PO from SRM to ECC BADI BBP_ECS_PO_OUT_BADI

    Hello Experts
    I require your help in the following topic:
    I have created an extension to BBP_ECS_PO_OUT_BADI BADI, you can make an extension to data conditions of my code-PO annexe, however I get the following situation:
    When I have the active code, ie the lines are commented and gender programming the PO from the PO SRM creates no problems, but when I remove the comments, the PO is not created.
    I did a "debug" from SRM to see what was going on with my extension, so use the FM "BBP_PD_PO_TRANSFER_EXEC" and place corresponding to the creation of the PO in ECC breakpoint, verify that the data I am sending ECC arrived properly and when the BAPI "BAPI_PO_CREATE1" run will carry the data from SRM am expanding what I'm sending values ​​are within the BAPI tables:
               "lt_pocondheader"
               "lt_pocond"
    The BAPI_RETURN table returns the following messages:
    "1 E BAPI 1 No instance of object type PurchaseOrder has-been created External reference:. 0 PurchaseOrder POHEADER 1"
    My questions are:
    Why when I have commented lines of code if I create the PO from SRM?
    Why if I take the notes to the lines sends me the error message?
    As I researched the "http://scn.sap.com/thread/449080" mentioned that should not be used to create the PO. But to change it later.
    Indeed, when there is PO if I allowed to create the conditions, hence is derived my new question
    What is the BADI that I must use so that when the PO is generated, take I require the data to be saved to the same PO?
    On the other hand, in the same extension of BADI mentioned, I'm doing the addition of a "Partner", but when it comes to ECC not placed in the tab "Partners" and when I check the messages you send me the BAPI as All that tells me is:
    You could not make changes to the "Partners".
    The lines of code that joined the expansion are:
    CALL FUNCTION 'BBP_PD_PO_GETDETAIL'
             EXPORTING
               i_guid is_header-guid =
             IMPORTING
               e_header = lw_header_po
             TABLES
               e_item = lt_item_po
               e_partner = lt_partner
               e_pridoc = lt_cond.
    IF lw_header_po-process_type EQ ZIPO 'OR lw_header_po-process_type EQ ZICP'.
    DATA: vl_type (2) TYPE c VALUE 'ZI'
    vl_num (2) TYPE c,
    vl_reg (2) TYPE n,
    vl_typef (4) TYPE c.
    DO 25 TIMES.
    vl_reg vl_reg = + 1.
    vl_num = vl_reg.
    Vl_type vl_num vl_typef CONCATENATE INTO.
               lw_cond_b-cond_st_no = '33'.
               lw_cond_b-cond_count = vl_num. "
               lw_cond_b-cond_type = vl_typef.
               lw_cond_b-cond_value = "0".
               lw_cond_b-is_header-currency = currency.
               lw_cond_b-applicatio = 'M'.
               lw_cond_b-STAT_CON = 'X'.
               lw_cond_b-change_id = 'I'.
               APPEND TO lw_cond_b ct_bapi_pocond.
               MOVE-CORRESPONDING TO lw_cond_b lw_condh.
               APPEND TO lw_condh ct_bapi_pocondheader.
             ENDDO.
             lw_poeikp-transport_mode = is_header-zexpvz.
             MOVE TO lw_poeikp cs_poexpimpheader.
           Lt_partner LOOP AT INTO WHERE lw_partner partner_fct EQ '00000711'.
             lw_p711-buspartno = lw_partner-partner_id.
             lw_p711-langu = 'E'.
             lw_p711-partnerdesc = 'TZ'.
             APPEND TO lw_p711 ct_bapi_popartner.
    endloop.
    endif. "
    I hope your answer, thanks.

    Do the config in SRM under Text Mapping > Text Mapping for Inbound and Outbound Texts.
    Hope this helps.
    -Bakulesh

  • Badis for Central Contract Replication from SRM to ECC

    hi
    experts
    i am working on a scenario of replicating the central contract from SRM 0.7  to ECC via XI/PI
    let me know what are the Badis to be implemented in ECC for the Same
    looking forward for your  reply

    Hi,
    You do not need any Badi in ECC to distribute central contract to your backend system.
    if your ECC system is on ECC 6.0 enpk 4.0 or more,
    you can directly distribute your central contract from SRM to ECC system using standard ESOA services.
    Thanks and regards,
    Ranjan

  • 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.

  • Output type for IDOC creation

    Hi Sapgurus,
    Can anybody help as per below.
    Client has third party interface system from which they access stock data from SAP system to front end system.They required stock quantity.As per below transaction I have to create output type for IDOC creation for below t codes.Pls guide for creating output type.
    Note: Consider as per MM point of view.Output type is not for printout,It is for IDOC to display stock at front end system.
    MB1C u2013  Inward + Outward (As per movement types)
    MB1B u2013  Inward + Outward (As per movement types)
    VL02N - Inward + Outward (As per Delivery types (Inbound & Outbound))
    VL06G - Outward
    VL09 -   Inward + Outward (As per Delivery types (Inbound & Outbound)
    MB0A u2013 Inward
    MB01 u2013 Inward
    MBST u2013 Reversal of Inward stock

    Hi,,
    Check the below  idoc WMIVID01
    "IDoc for Inventory"" in help.sap.com
    regards,
    Lalita

  • 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.

  • Cross reference data from 2 different ecc system.

    Hi Sdners,
    Iam working on a scenario where i have to get data from two different Ecc system,consolidate them and send it back to their respective system.
    But some refernce data in both the systems are different and when iam merging data from 2 system i have to maintain either of the reference data.But problem comes when i syndicate it back to ECC ,it cannot accept a new reference data.
    Please suggest me some answere how to proceed in such case.
    Its urgent.
    Points will be rewarded for Genuine answeres.
    Thanks in advance,
    Regards,
    Neethu.

    Hi,
    First enable keymapping property to YES  for the table which you want to do
    importing and syndicatig.
    Create two remote systems type inbound/outbound .
    Import the data from first remote system and map the corresponding fields.
    Don't forget to map the remotekey field which is on the destination side.Make clone
    of one of the dispaly field and map to the remote key field.
    After importing you can see the records from which remote system are imported
    using Edit Key Mappings option in DataManager.It shows that remotesystem
    name and corresponding remote key.
    Do the same for second remote system too.
    After merging data in data manager , you can see the merged record and see the
    two remote systems names and two remote keys by using Edit Key Mappings
    option so the merged record goes back to both remote systems when you syndicate
    the records.
    Syndicate the data from first remote system by selecting destination properties and
    output remote system property under map properties tab as your first remote
    system.
    Do the mapping for corresponding fields and don't forget to map the value field under
    remote key .Then MDM generates remote keys for only records belongs to your
    first remote system.You can see this in destination preview.It does n't genarate
    remote keys for second remote system.Then check the option Suppress records
    without key under map properties tab and execute the syndication.Finally we can
    see the accurate records.
    Do the same for second remote system too.
    Hope it helps
    Cheers
    Narendra

  • 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.

  • Replicating vendors from SRM to ECC

    Hi All,
    We are implementing SRM 7.0 EHP1 and we have a SRM-SUS scenario.
    We have a requirement where we want to replicate the vendors from SRM to ECC.
    I know that there are standard programs and interfaces for replicating vendors from ECC to SRM, but are there any standard programs XI/PI interfaces that are available for replicating vendores from SRM to ECC?
    Please share your thoughts....
    Thanks in advance!

    Hi Jack,
    Unfortunately I don't have a config guide for it. Can you speak to your XI/PI consultant and just ask him to configure this scenario in XI/PI.
    PS: Before this you should import all SRM related business content in your PI system.
    Regards,
    Nikhil

  • Classic Scenario- Service Item custom field transfer from SRM to ECC

    Hello Experts,
    I was looking for a way to transfer custom fields from SRM to ECC(PR/PO) for service items.I am on SRM 7.01 and ECC 6.0 ehp 5.
    The same custom fields are getting transferred for Material item using the BADI BBP_CREATE_BE_RQ_NEW.
    But the same badi doesnt work for service item transfer.
    I would appreciate it if someone could help me with this.
    Regards,
    Cruiser

    You can use the Function Module SPOOL_RQ_CREATE with the parameters as bellow and debug.
    REQNO = SC number
    REQUIS_NUMBER = as Purchase Req no ( from backend )
    IV_BE_LOGSYS = backend logical system.
    System will go through the same path as SC bridging to PR.
    HTH,
    Chandu
    Edited by: Chandrahasan H on Mar 23, 2011 3:36 PM

  • Price Information data from SRm to MDM

    Hello,
    I m working on SRM-MDM Catalog 2 scenario.
    I have imported lookup table data in MDM using MDMGX transaction.
    But i couldnt get data for Price Lookup Qualified Table.
    Can anybody please tell me how should i send Price Information data from SRM?
    Thanks,
    Maheshwari

    Hi,
    By MDMGX, you replicate only the lookup table data.if you want to see which kind of look uptable data it replicate, you can refer the FS Guide/Config Guide of SRM-MDM.
    when you replicate the main table data from SRm to MDM via XI then you will get all those info related to price in the Qualified lookup table.
    Hope this will help you.
    TNR,
    saurabh...

  • SRM PO Pricing condition from SRM to ECC -Extended Classic Sceanrio

    Dear SRM experts,
    We have created couple of conditions in SRM7.0 and ECC 6.0 as per requirement. When we create PO in SRM and If we add any condition in SRM PO, PO is getting transferred with netprice(including condition amount).
    We would like to see conditions also in ECC which are there in SRM.
    For ex:
    I have created SRM PO with net price 30 and having freight amount(15) in that PO with Fregiht condition type but when it comes to ECC PO net price is changing from 30 to 45.
    We would like to see net price as 30 and 15 as Fregiht condition.
    Overall I can say that Is it possible to pass conditions from SRM to ECC in Extended classic scenario.
    Thanks
    Ravi

    Hi,
    the challenge lies in synchnizing the conditions and ensuring that price returned by IPC in SRM matches the price in the backend.
    Please see thread
    Pricing Conditions
    Regards
    Azad

  • Retraction cost center plan data from BPC to ECC

    HI Experts,
    We are integrating BW-BPC.
    The client wants to Retract the data from BPC to ECC System for reporting purposes.
    u201CIn order to be able to calculate standard costs correctly in production plants planning data from BPC is needed in SAP ECC.
    The data needed is the planning data on cost centers which are currently entered into SAP manually via transaction KP06. This data will now be entered into BPC instead and therefore it is required to get an interface between BPC and SAP ECC for transferring data.
    A description of the process and the data needed is available in the section u201CSAP ECC Screen Dumpu201D sectionu201D including screen dumps from ECC
    If this interface is not created the task of entering in the planning data will double as the data must be entered both in BPC and SAP ECC. The process of entering in the data twice I estimate will add 1 u2013 2 extra days of work for each subsidiary involved in this.u201D
    What is the options to support this Business Process of getting data from BPC to SAP ECC.
    Regards
    venu
    Edited by: venu WAD on Aug 19, 2011 7:19 AM
    Edited by: venu WAD on Aug 19, 2011 10:17 AM

    Hi Keyrun:
    Please refer to slide 7 of document below.
    "SAP NetWeaver 7.0 Data Retraction in BI Integrated Planning"
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30af46fb-eb4f-2a10-4899-9167af035742?quicklink=index&overridelayout=true
    >Online documentation: http://help.sap.com/saphelp_sem60ep1/helpdata/en/99/97157967e3440a94d199538959cd0b/frameset.htm
    >See SAP Note 525543 for additional documentation on field mapping.
    Regards,
    Francisco Milán.
    Edited by: Francisco Milan on Jun 22, 2010 8:13 PM

Maybe you are looking for

  • Locking in Merge Statement

    Hi All, I am using merge statement to insert and update rows. The merge statement takes a row level exclusive lock Suppose the select statement returns 1 Million records does 1) The merge statement first tries to lock all the affected rows and then u

  • Mac mini crashing unexpectedly

    I have this issue where, all of a sudden, out of nowhere, my mac will freeze for a few seconds and then immediately reboot itself without going through the shutdown process.  I read that it could be a RAM issue, but I upgraded the RAM 3 years ago and

  • Iphoto freezes when I open iPhoto preferences

    Everytime I open iPhoto and then go to preferences, I get the rainbow wheel and the whole program freezes. I end up having to force quit. I don't know how to get around this as I've rebooted my iMac numerous times and it makes no difference. Am I doo

  • Need a query,which will do a comparison and if it doesnt satisfy the condition it should raise an error by using raiserror statement

    I have a Table called Test_ X in which there are two fields: 1) date_value 2)Application_Name requirement: we have to calculate the number of days ramaining through date_value field and  compare it to  with n days. if it is less than n days it should

  • New Calendar entries in outlook but not in iCloudloud

    I am using Outlook 2010 and after the initial set up all entries (except for re-occuring ones) have been transfered to Icloud. However now when I accept or create a new meeting the etrie is only found in Outlook calendar but not in Icloud. I tried mo