SRM/HR Replication - Infotype 1010:signing authority

Hello-
We are replicating the org plan and user info from our HR system to EBP.  We would like to replicate the user data regarding signing authority to the spend/approval limit area in EBP.
However we have found that HR infotype (1010) which contains the approval info is not available in the HRMD_ABA IDOC thus making it more difficult to get the data from HR to EBP.  We know we will need a custom process to update the user info on the EBP side, but the IDOC badis will work just fine for this.
We are looking for a way to get this additional infotype data sent to EBP with the existing IDOC.  Has anyone else accomplished the transfer of infotype 1010?  We are looking at extending the idoc or using custom RFCs to get the data, but we don't really like these options.
SRM4.0/EBP5.0 SP09
HR 4.7
Your advice is greatly appreciated.
Regards-
b

Brian,
We are facing a similar requirement with my client.  Did you develop a custom program in SRM to map the IT1010 in SAP R/3 to the Spend/Approval Limit attribute int SRM or did you have to create a RFC call from SRM to R/3 during the workflow execution to read the IT1010 attribute?
-regards
Shaz

Similar Messages

  • Read infotype 1010

    Hi all,
    i created a new subtype for infotype 1010. I added one occurence in this infotype, the HRP1010 table is filled.
    Now i want to read this occurence, so i use FM RH_READ_INFTY_NNNN or FM RH_READ_INFTY or FM RH_PM_READ_INFTY.
    This FMs gives me not one line but 9 lines, i don't know why.
    Of course i can use SELECT command but i prefer to use FM.
    Need help.
    Message was edited by:
            CECG

    Hi hemachandran R ,
    When all your conditions are satisfied, You can get the updated values from the contexts which you are using to update in the contexts by which you are displaying it on the screen.
    You need not to fetch the data from the back end.
    Regards,
    Rohit

  • Why SAP SRM material replication happens through CRM middleware?

    Can some one help me to understand, Why SAP SRM material replication happens through CRM middleware? Is there any functional/Technical reason behind this design?

    Dear Sridhar,
    SRM releases later SRM 4.0 are working with the same middleware implementation,
    there where no changes between the releases. The SRM middleware implementation
    was decoupled from the CRM middleware development at that time.
    (Middleware is based on the basis functionality of queued Remote Function Calls qRFC)
    Regards
    Laszlo

  • Authorities and Resources ( infotype 1010 )

    Hello gurus,
    I'm not expert in HR and I need to use a table to HR to my workflow for release strategies. Now, I'm checking that the table HRP1010 is updated in base of Authorities and Resources ( infotype 1010 ), so, my question is: how can I update this table? Do I need to customize this info type 1010 first? Where I update this infotype, in wich transaction?
    Thanks for your time and support.
    I will wait your answer a.s.a.p.
    Regards,
    Sandra Palomo

    Hai..
    Personnel Management
    Global Settings in Personnel Management
    Organizational Management
    Basic Settings
    Transport
    Workbench Data Transfer
    Integration
    Infotype Settings
    Activate/Deactivate "Vacancy" Infotype
    Working Time
    Set up Check Values for Authorities/Resources

  • ECC configuration (eg. Postal code Length..) to SRM - Vendor replication

    Hello experts,
    I had a small doubt.
    While going thro Vendor replication errors in SLG1, I see that many errors like postal code length, geocodes not mainatained etc are repeating..
    We have tried syncing the two with know tables/config many times, but something new pops up each time.
    My question here is that, do we have any report/config that needs to be scheduled/done to bring in the supporting config entries from ECC to SRM.
    Any help/lead would be of great help.
    Thank you.

    Hi Aarvi,
    There is a table comparision method which you can sync up from your dev system, create a transport and move through your production systems.
    Thank You,
    DV

  • SRM , HR replication and default address

    Hi,
    HR data is not with address (e.g Organization ). I would like to 'default' an address when I replicate the Organizations.
    How do I do it ?
    Please help
    With regards,
    Pranav

    Hi
    Which SRM / HR system versions are you using ?
    Please go through this ->
    Default address for all organization unit
    Hoe to fill "Main address" subtype automatically
    Re: Delivery address created in ADRC table but not visible
    HR OrgStructure replication to EBP, again
    Please revert in the event of any query.
    Regards
    - Atul

  • SRM User Replications

    Hi All,
    We are trying to replicate user into SRM through R/3 HR Replication with three components as person (P), position (S) and organisation (O). All this data reaches SRM client as we check thrugh IDOCs reaching the SRM client. But when we run transx BBP_BP_OM_INTEGRATE, it thows an error "Asignment: Business Partner for person 'user's personal ID or (P)' is not unique" with BP field coming as blank.
    We checked the position (S) held by the user has an overlapping period with other users who have either roles changed or have left the organisation.
    Can you please help us to resolve this issue?
    Thanks,
    RK

    Hi Raman,
    Have you been able to get this issue resolved? I have the same issue.
    Can anyone else please respond as this issue is critical for us?
    Regards,
    sparsh

  • SRM PO replication to backend ECC (Extended Classic Scenario)

    I would like to have inputs on this scenario, as which BADI we need to use and what we need to do exactly to replicate PO from SRM 5.5 to ECC 6.0.
    Thanx and Regards

    Hi,
    just try out the following:
    If you activate the BAdi, make sure to take over all Import params into your Export params!
    Otherwise data may be lost!
    Here is an example:
    *-- data declaration
    Data:  wa_longext like line of ct_longtextt,
              wa_item like line of et_item,
              zw_index type sy-index,
              zw_counter type ec_counter.
    *-- take over all import data to exp params
    es_header = is_header.
    et_item[] = it_item[].
    et_partner[] = it_partner[].
    et_account [] = it_account[].
    et_orgdata[] = it_orgdata[].
    *-- Change data
    *--  modify given vendor longtexts (ITXT) for example with a standard text
    *-- for all positions
    clear zw_index.
    Loop at ct_longtext into wa_longtext.
    zw_index = zw_index + 1.
    if wa_longtext-tdid eq 'ITXT' ." Vendor Text
    wa_longtext-tdline = 'Here your Text'.
    modify ct_longtext from wa_longtext index zw_index.
    endif.
    endloop.
    *-- or if you would like to add a line of text to a position
    *-- loop over positions and read text for vendor text
    loop at et_item into wa_item.
    clear zw_counter.
    loop at ct_longtext into wa_longtext
    where  guid = wa_item-guid
    and     tdid = 'ITXT'
    and tdspras = '???'." -> your language (E= English, D= German...)
    endloop.
    *-- if position contains vendor texts already, you know the counter index
    *-- add 1 to counter to get the "new" index for your new line
    zw_counter = wa_longtext-counter + 1.
    wa_longtext-guid = wa_item-guid. "to combine the text with the SC position
    wa_longtext-tdid = 'ITXT'.
    wa_longtext-tdspras = '??'.
    wa_longtext-counter = zw_counter.
    wa_longtext-tdline = 'Your Text'.
    append wa_longtext to ct_longtext.
    endloop.
    This is just an example which I have coded right now.
    Hopefully without any syntax errors.
    Of course you have to adopt this coding to your requirements.
    Best regards
    Andreas

  • Vendor replication in One client ERP, with SRM 5.0 version

    Hi Guys,
    Can anyone suggest me how to do the vendor replication in the One client ERP i.e SRM is being on the same stack of the SAP R/3 system. which is set as a one of the node in the SAP R/3 SPRO path. this is in Version 5.0.
    Please suggest how to do the Vendor replication in this, whether are there any prerquisties for doing  this replication?
    The VenMap Table is not getting updated with entries.
    Please help me soon.
    Regards
    Srujan K

    Hi
    no ranges you need to take care of this if you want to transfer same no range as ECC no range.
    slg1 - you can see logs
    bucf - no range for vendors
    +SAP Implementation Guide
    ++Cross-application components
    +++SAP Business Partner
    ++++Business Partner
    +++++Basic Settings
    ++++++Number Ranges and Groupings
    +++++++Define Number Ranges
    +++++++Define Groupings and Assign Number Ranges
    sorry. do you want Suggestion ECC as well as SRM in one client?
    Master Data Synchronization in mySAP ERP
    Purpose
    In order for the Supplier Relationship Management (SRM) application to run as add-on in a mySAP ERP environment, it is necessary to synchronize master data objects within this platform, that are similar from a business point of view, yet technically different.
    Master data objects on ERP and SRM side that need to be synchronized
    ERP (SAP ECC*)
    Corresponding object in SRM
    Vendor
    Business partner
    Material/service
    Product
    Material type/service type
    Product category
    ECC: Enterprise Core Component
    Integration
    Master data synchronization in ERP is carried out centrally.
    For more information, see: Master Data Synchronization
    Once you have set up master data synchronization for your objects using the Synchronization Cockpit, and after initial data synchronization and key mapping has been completed, delta reports that run in the background ensure that master data is always matched.
    The individual configuration steps are described in the IMG:
    Supplier Relationship Management  ®  SRM Server  ®  Master Data ®  Master Data Synchronization in mySAP ERP (One Client)
    Features
    This function ensures that changes (create, change, delete) that are made to objects on one side cause immediate (bidirectional) update to the same objects on the other side. In this way, SRM and ECC data is permanently synchronized.
    ·         Purchasing organizations are not included in the automatic bidirectional master data synchronization and, as is also the case with mySAP SRM, have to be matched manually or via an update report (ECC -> SRM).
    Replication (and the updates) from plant (MM) to business partner location (SRM) only occurs in one direction with the report BBP_LOCATIONS_GET_FROM_SYSTEM that is executed manually.
    ·         Where SAP Supplier Self-Services (SUS) runs together with mySAP SRM on one ERP platform, master data synchronization occurs as described above. If SUS runs separately of ERP, SAP NetWeaver XI is used to synchronize master data with SRM.
    Master Data Synchronization
    Purpose
    Master data synchronization synchronizes master data objects in an SAP system that are similar from a business, but not from a technical, point of view, and in this way allows you to integrate different SAP applications seamlessly in your business processes.
    You can use master data synchronization, for example, to set up integration of the SAP Business Partner with the customer master. This allows you to integrate SAP applications that make technical use of the Business Partner in their user interface, and use the customer master as a technical basis in subsequent business processes.
    Implementation Considerations
    In order to be able to use master data synchronization, you must have defined and activated Synchronization Control as well as Customer/Vendor Integration and/or Material/Service Integration in Customizing of the Cross-Application Components under Master Data Synchronization.
    Pay attention to the following note on master data synchronization terminology:
    The paired terms, customer/debtor and supplier/creditor/vendor, are used with the same meaning in master data synchronization, and one term can be substituted synonymously when the documentation is read.
    Integration
    Master data synchronization is based in particular on the two master data objects SAP Business Partner and SAP Product, and makes it possible for the following synchronization processes, among others, to be carried out:
    ·        Synchronization of the business partner with the customer/debtor master
    ·        Synchronization of the business partner with the supplier/creditor master
    ·        Synchronization of the product with the material master
    ·        Synchronization of the product with the service master
    For a complete list of all synchronization processes that are defined and active in an SAP system, see the synchronization cockpit under Synchronization Processes.
    Master data synchronization replaces the current technical solutions for Customer/Vendor Integration and complements some business processes that are based on integration between the product master and the material or service master (Material/Service Integration).
    Master data synchronization also has an effect on the archiving processes of the master data objects business partner/customer master /vendor master and product/material master /service master.
    For more information on activating/deactivating synchronization processes, see the IMG of the Cross-Application Components under Master Data Synchronization ® Synchronization Control.
    Features
    Synchronization Directions
    A synchronization process is always defined as a one-way synchronization between a source object type and a target object type, meaning that the synchronization is only ever active in one direction, from the source object type to the target object type. If the data of an object instance of the source object type is changed, the corresponding data in the corresponding object instance of the target object type is changed at the same time. Both synchronization directions must be activated in the SAP system in order to allow the undirected synchronization of two master data object types.
    Synchronization Scenarios
    There are two synchronization scenarios in master data synchronization:
    ·        Synchronization from the master data maintenance
    When you create and save new master data, the system carries out initial synchronization with the master data object types for which synchronization processes have been activated in the SAP system, and creates the corresponding master data.
    If you change existing master data that has already been synchronized, the system locks this master data, and all the corresponding master data of the source object type and the target object type during maintenance. When you save the changed master data, the system generally carries out a delta synchronization with the master data object types for which synchronization processes have been activated in the SAP system, and changes the corresponding master data. In some cases, changing existing master data can lead to a delta synchronization having to be carried out.
    ·        Synchronization using the synchronization cockpit
    You use the synchronization cockpit to prepare, perform and check the initial synchronization of master data objects in an SAP system.
    Constraints
    Master data synchronization can neither synchronize master data objects across systems, nor can it transfer master data objects from external or legacy systems. You can use the SAP external data transfer to transfer legacy or external data.
    Synchronization Cockpit
    Definition
    User interface for master data synchronization in an SAP system.
    Use
    Using the synchronization cockpit, you can carry out all the steps for master data synchronization in an SAP system These are as follows:
    ·        Customizing synchronization
    ·        Selection, preparation and starting of synchronization runs.
    ·        Monitoring of synchronization runs
    ·        Postprocessingof synchronization errors
    ·        You can start the synchronization cockpit in Customizing of the Cross-Application Components under Master Data Synchronization ® Synchronization of Mass Data ® Execute Synchronization Cockpit.
    Before you can work with the synchronization cockpit, the following prerequisites must be fulfilled:
    ·        There are data records for at least one source object in the SAP system.
    ·        You are authorized to carry out synchronization.
    ·        You are authorized to start the Postprocessing Office (PPO).
    ·        You have carried out the Customizing of the master data synchronization.
    ·        You have carried out the general Customizing for the PPO.
    For more information, see the Implementation Guide (IMG) of the Cross Application Components under General Application Functions ® Postprocessing Office.
    ·        You have activated the writing of PPO orders for the master data objects in Customizing of the master data synchronization.
    For more information see the Implementation Guide (IMG) of the Cross-Application Components under Master Data Synchronization ® Synchronization Control ® Activate PPO Orders for Platform Objects in the Dialog.
    Structure
    The synchronization cockpit is divided into three work areas:
    ·        Synchronization processes work area
    This work area contains a list of the synchronization processes. The list displays only the active synchronization processes, or all the synchronization processes. You can change between the two views at any time.
    ·        Customizing synchronization work area
    This work area contains an overview of all the reports that you can use for the Customizing synchronization.
    ·        Synchronization work area
    This work area contains the tab pages Processing and Monitor, which you can use to prepare or monitor synchronization runs. 
    Integration
    The Postprocessing Office (PPO) is integrated in the synchronization cockpit, so that it can be used to postprocess synchronization errors. If the PPO has not been activated, the synchronization cockpit does not start synchronization in the case of an error, and issues the relevant error message.
    br
    Muthu

  • Contract authoring using Duet in SRM 7

    Hi,
    I have attended SRM 6 presentation a couple years back, and I remember that SAP proming there will be contract authoring tool within SRM 6 that can use Duet with Microsoft Word. Now my company is about to implement SRM 7, and nowthere in the library nor the training materials for SRM 7 explaining the concept of authoring with Duet.
    Is this function scraped in SRM 7?
    Can someone shed light on this?
    BR
    Josh

    Contract authoring with MS Word integration is more a feature in the Contract Life-cycle Management of SAP Sourcing application (formerly known as e-Sourcing), not a readily standard functionality in SRM 7. Refer to the following link for more information:
    http://www.sap.com/solutions/business-suite/srm/e-sourcingondemand/index.epx

  • SRM 7 ECS : Prevent PO replication in Backend

    Hi Gurus,
    We are building SRM 7 with Extended classic.
    I would like to know how to prevent some POs (thanks to some criteria we will put in customer fields) to be replicated into the backend (but which have to be sent to the supplier).
    Many thanks in advance.
    Regards.

    Hello,
    As you are in Extended Classic Scenario, if i am correct ( i don't have a SRM release in front of me) SRM PO replication to backend is triggred by function module BBP_PD_PO_TRANSFER.
    This function module call should be triggered itself by a workflow event (maybe Setreleased as for SC transfer).
    So, you could create an enhancement in this function module in order to not process its ABAP code (depending on you management rule).
    Nevertheless, you will have to:
    1- manage by your own means the PO header and item status,
    2- check no row is populated in table BBP_DOCUMENT_TAB as SRM PO is not transferred to R/3 backend,
    3- check report BBP_GET_STATUS_2 is executed normally (no dump due to those kind of PO),
    4- (i am not sure) manage logical system linked to those PO.
    Regards.
    Laurent.

  • Need information on Infotypes

    Hi,
    I want to know some detailed Information on the following infotypes
    Infotype 1010, 1050, 1051
    Pls explain me wut are these infotypes used for and integrations also.
    Regards
    Vijay

    Hi
    1.The Authorities and Resources infotype is created mostly for positions. You can, however, use it for work centers. This infotype serves two separate purposes. It allows you to identify:
    The authority assigned to a position or work center
    A position can have authority to sign contracts of up to 50,000 dollars- You can also use authorities to set authorizations for access to different areas of your company.
    The resources, or the equipment, made available to positions or work centers
    , including the following:
    laptops
    special equipment
    cars
    Save the corresponding data in the subtypes Authorities and Resources.
    If you create Authorities and Resources infotype records, you must assign information to one of the above subtypes.
    You do not have to create this infotype.
    You can use report RHXHFMT0 (Authorities and resources) to report on the data contained in the infotype.
    2.This infotype stores the results of the job evaluation for the jobs/positions in your organization.
    Use the job evaluation results to determine the relative worth of each job and position in your organization. You can also use this infotype to indicate whether the job is a benchmark job
    This infotype is divided into subtypes. Use the subtypes to represent different job evaluation systems. This allows you to store different sets of job evaluation results.
    Subtype EV01 = Hay System
    Subtype EV02 = In-house job evaluation system
    Subtype EV03 = John Smith consultants
    3. This infotype stores the results of the surveys. This includes information such as the average base salary and average bonus. Salary surveys allow you to convert the worth of jobs and positions in your organization into dollars, pounds, euros, etc.
    Use surveys to compare salaries in your organization to salaries paid for similar jobs in similar organizations.
    This infotype is divided into subtypes. Use the subtypes to represent different types of salary surveys. This allows you to store different sets of survey results.
    Subtype SV01 = Survey comparing your organization with organizations in the same or related business
    Subtype SV02 = Survey comparing your organization with organizations in the same geographical area
    Subtype SV03 = Survey comparing your organization with organizations of a similar size
    Reward if helpful,
    Regards,
    Asha

  • How do I prevent Mail from using a particular signing certificate?

    I use Apple Mail for my emails, on a MacBook Pro running Lion 10.7.5.
    In my Mail client, I have two email accounts configured. One (we'll call this the Signed Account) has a signing certificate purchased from Verisign; the other (the Unsigned Account) does not. I would like to be able to sign — and, where appropriate, encrypt — emails I send from the former account, but not the latter, by default.
    Which would be the normal behaviour for Mail, I'm given to understand. Except that I have a second signing certificate on my computer. (I have several, in fact, but only the two I mention are important.) This second certificate was obtained from an academic grid signing authority for the purposes of connecting as an administrator to particular web databases. It's not intended to be used for email.
    But Mail tries to use it nonetheless. Specifically, because the certificate uses the email address of the Unsigned Account (for contact details?), the Mail program thinks it's good for signing emails sent from that account.
    The only way I've been able to disable that function (and, thus, avoid the big, ugly banner that says, "Unable to verify message signature.") is by turning off signing altogether (checking the seal button in the Compose window). This affects the other account — the Signed Account — as well.
    I tried to set the "Secure Mail (S/MIME)" setting to Never Trust in the Keychain settings for that particular certificate, but it doesn't seem to have changed anything in this regard.
    Is there a way of "permanently" disabling signing (but only if using the Unsigned Account), while keeping signing in place for the Signed Account? This could be in Mail itself, in Keychain Access, or in some other place.
    Thanks!

    Hmm.. probably not.
    You want to open Mail. Then go into Preferences > General and you will see something similar to this:
    In the area marked Default Mail reader click on the pull down and at the bottom of the list it will say Other. You can see if you can select Safari here and if that will open up Safari.
    Good luck.

  • Establishing a connection between SAP SRM and MM

    Dear All,
    I am working  for a multi-national company  and now we are thinking to implement SAP SRM  but I have some questions about  communication between SAP MM and SRM. Firstly I want  so share with you our as-is status and then my doubts and question that I have.
    In our case we have two different locationed organizations which are using different version of SAP system and SAP MM. In this  two sap system mostly codes are  and descriptions are different for  all materials and  now we want  gather all data and we want to have  one global code system and (local code also will remain). I mean we want  to call same materials with one global unique code instead of two different codes. We  are thinking to implement  something like coding center that will take local master data from local organization then will assign global code, update table then  with somehow will update SAP SRM.
    For example:
    We have local  master data on R/3 is maintained manually by local user and net item is created locally each country by local user.Coding center will be aware of new creation by mail, automatically. Coding center will update table (adding a new row for each new item) on translator (tool for assigning global code for materials) assign to each new item a global code and category and in this way SRM will be updated automatically based on translator.
    I am thinking to develeop a tool (excel,access… etc.) that will take new item creation manually or auto from local organization  then will assign a global code and category then will update SAP SRM automatically
    Regarding to  tool I have some questions:
    1)     which are the standard communication channel between R/3 and SRM or How  they can speak with each other ?
    2)     Is there any standart batch file (BI or BAPI)  to be able to perform this.Is it possible to develop tool using excel or access …etc. which will manage coding task.
    3)     When we are trasferring for the first time Master Data from MM to SRM is there any standard transaction?
    4)     how the two MD are aligned (i.e. what if a new item is created or modified on MM)?
    5)     standard program (transaction) for aligning  available ?
    6)     ) how this process can be triggered (scheduled using SAP scheduler, event or user driven)
    7)     Where the translator  (tool) should be (R/3 local, SRM, BW, other) --> Enrichment table
    8)     How we can build the communication transaction?
    Thank you very much
    Any comments and answers will appreciated and rewarded
    Regards,

    Hi,
    Have you considered using CCM. You generally use an industry standard code (perhaps UNSPSC) in CCM as your vendors would all have different number (similar to your scenario). CCM is a plug-in to SRM, supplied by SAP.
    The authoring tool is where you can enrich your catalogue, and have approval dependant on rules that you setup. In your case you would possibly have a catalogue per locationed organisation (or R/3 system). These would then be mapped to a master catalogue, and assigned to users as views. This tool is a BSP on SRM. You could also upload these catalogues from Excel (as a CSV) or through XI as XML. We use the automatic transfer of materials from R3 and then there is a report in SRM to feed that through to the catalogue.
    The only thing that needs to be thought through is how you feed the selected catalogue item back to the differing R3 systems, but this shouldn't be a stumbling point.
    Cheers
    Rob

  • Custom OM Infotype

    Dear Expert,
    We need to store information in position object type , indicating that the position is outsourced or not (just a simple yes or no value or checkbox). I've look in standard OM infotype but nothing is suitable, do i have to create custom infotype or you have better solustion. Thanks

    Dear Salim,
    You may use "Authorities / Resources" infotype (1010) to solve your issue.
    Create a new subtype, for instance "Outsourcing Status".
    And within this Status, you may create two values "Yes & No" or "Outsourced & Not Outsourced".
    To create subtype go to view V_778U
    To define resources "yes/no", go to table T777U.
    This may fulfil your requirement.. if it does, please confirm the question as answered ..
    Thank you,

Maybe you are looking for

  • Suddenly Can't Open RAW files in Photoshop CS3!

    I have never had troubles with photoshop before, but since I installed windows 7 and reinstalled CS3, Photoshop is no longer able to open camera raw files! When I attempt to open one a window pops up stating: Could not complete your request because i

  • Test of credit card

    how i can test that number of credit card that i've received belongs to this man?

  • HT201070 Software update - Digital Camera RAW compatability update 4.04

    I have an Imac and about 6 months ago the "Updates" tab in "Applications" reflected the following update "Digital Camera RAW compatability update 4.04" When I tried to update this in applications it has for 6 months given me a time out error. I canno

  • How to execute programs on different hosts/ severs?

    HI all, In my SAP 4.6C system, two instances are running. I would like to execute programA on instance1 and programB on instance2. How could this be achieved? thanks in advance, holger

  • Detaching a query int the workbook

    Hi, one favor: some one could tell me about if a query can be reattached if you know the proper password or if you refresh the entire workbook ?? And if the query results keep visible after the query is detached , or if only a few of the OLAP navigat