Calling two diferent R3 systems for same RFC

Hello Everybody,
My scenario is:
I have one RFC in two different systems. this is the same RFC available on two systems. I want to call this RFC from the Web dynpro application. System will be determined at runtime to call this RFC.
If user selects System XYZ then using hte same RFC model, RFC should be executed on XYZ. If user selects System ABC then using hte same RFC model, RFC should be executed on ABC.
Can we achieve this using single RFC model in one web dynpro application?
If not, then can we create two RFC models containing same RFC?
Regards,
Bhavik

Hi Bhavik,
               Use these links for ur requirement.
The logical target system name is configured in the Web Dynpro Content Administrator.
With the configuration of the Portal page, you pass the following URL parameters with the Web Dynpro application. These parameters are then taken into account when the application is started.
sap.wdarfc.useSys=<DEFAULT_SYSTEM>:<SUFFIX_OF_MAPPED_SYSTEM>
If several systems are to be mapped, the parameter sap.wdarfc.useSys can be repeated any number of times within a URL entry. One parameter entry is made for each logical system.
The URL parameters for the Portal page are maintained as described in the Administration Guide of the SAP Enterprise Portal.
<a href="http://help.sap.com/saphelp_nw04/helpdata/en/af/84a34098022a54e10000000a1550b0/frameset.htm">Multiple systems</a>
<a href="http://help.sap.com/saphelp_nw04/helpdata/en/82/76a2406546ba15e10000000a1550b0/content.htm">http://help.sap.com/saphelp_nw04/helpdata/en/82/76a2406546ba15e10000000a1550b0/content.htm</a>
<a href="/people/anilkumar.vippagunta2/blog/2007/02/06/dynamic-jco-creation:///people/anilkumar.vippagunta2/blog/2007/02/06/dynamic-jco-creation
<a href="http://help.sap.com/saphelp_nw04/helpdata/en/77/931440a1c32402e10000000a1550b0/content.htm">http://help.sap.com/saphelp_nw04/helpdata/en/77/931440a1c32402e10000000a1550b0/content.htm</a>
regards
Sumit

Similar Messages

  • Multiple receivers for same rfc msg type

    I have a soap-XI-RFC scenario. I have to read the soap message and depending on the key field value, I have to send to two different SAP systems.
    For EX:
    Input Message:
    <input_msgType>
      <item>
          <Key>ABC-123452</Key>
          <value>test1</value>
      </item>
      <item>
          <Key>ABC-342222</Key>
          <value>test2</value>
      </item>
      <item>
           <Key>XYZ-676767</Key>
           <value>test2</value>
      </item>
      <item>
           <Key>XYZ-565655</Key>
           <value>test2</value>
      </item>
    </input_msgType>
    Output Message1:
    <BAPI_SEND_DATA>
       <item>
            <Key>ABC-123452</Key>
            <value>test1</value>
       </item>
       <item>
             <Key>ABC-342222</Key>
             <value>test2</value>
      </item>
    </BAPI_SEND_DATA>
    Output Message2:
    <BAPI_SEND_DATA>
        <item>
             <Key>XYZ-676767</Key>
             <value>test1</value>
        </item>
        <item>
              <Key>XYZ-565655</Key>
              <value>test2</value>
       </item>
    </BAPI_SEND_DATA>
    I have to send the same rfc request data to two sap systems..all the key with ABC starting Key should go to SAP system1
    and all the key with XYZ key should go to SAP system 2.
    Should I split the message in mapping - if so how can i do it? What kind of BPM steps should I do?
    Can I do this in receiver determination itself using condition? THanks for suggestions and help..
    Thilothama

    Krishna Moorthy,
    I came to a point where I decided that Java mapping would be the best for this. But do you have some sample starts for this??? I would appreciate if you can show me some light...
    Would something like this help??
    public void getPhonesById(String[] a, String[] b, String[] c, ResultList result, Container container){
    Map map = (Map) container.getParameter("phones");
    if (map == null){
      map = new HashMap();
      for (int i = 0; i<b.length; i++){ // if the payload is valid to xsd, b and c have equal length
        List list = (List) map.get(b<i>);
        if (list == null){
          list = new ArrayList();
          map.put(b<i>, list);
        list.add(c<i>);
      container.setParameter("phones", map);
    List list = (List)map.get(a[0]);
    for (int i = 0; i< list.size(); i++) result.addValue((String) list.get(i));
    Thanks and appreciate your help
    Thilothama
    Message was edited by:
            Thilothama v

  • ECC connecting to two different PI systems for proxy

    Hi All,
    We currently have a PI 7.1 system to which many client proxies are configured in the SAP ECC system.
    Now that we have installed a new PI 7.3 system we would like to make all new integrations in PI 7.3. Note that the ECC system would remain the same.
    (The idea is to migrate interfaces from PI 7.1 to PI 7.3 in a future date)
    In the same ECC system we need to configure client proxies to the newly installed PI 7.3.
    In SXMB_ADM we can only define one integration server for ECC system. Hence if we want to configure proxy to another PI system, we need to overwrite it.
    Since our current ECC system is 6.0, the workaround given by SAP through transaction SAOMANAGER for ECC 7.0 systemsdoes not apply.
    Kindly mention the alternative solutions/approaches available to configure ECC proxies to two separate PI systems.
    Thanks,
    John

    Hi John
    Have you checked this blog?
    Connect SAP Application System to multiple SAP PI Integration Server - Variant n°1
    Regards,
    Giuseppe

  • Switch over between two SAP PI systems for downtime minimization

    Hello Colleagues,
    with our interfaces over our SAP PI 7.31 (ABAP/Java) system we assume we will run in a 7x24 h runtime scenario in the future.
    Regarding Business Continuity we have to think about solutions which help us to handle downtimes greater than 15 min. regarding Support Package upgrade, Kernel update, EHP, etc.
    The first idea is to implement a second equal SAP PI productive system in parallel to the existing one.
    On the sender side a switch over implementation like WebDispatcher, Load Balancer, etc.
    For maintenance all Interface traffic can run over PI Nr. 1 and PI Nr. 2 can be updated.
    Afterward all interfaces will switched to PI Nr. 2 and PI Nr. 1 can go in maintenance.
    Could be this as suitable solution for SAP PI Business Continuity or do you know better solutions?
    Many thanks in advance!
    Regards,
    Jochen

    Hello Bernhard, Hello Holger,
    many thanks for reply and providing these valuable information's.
    The nZDM Concept is already known to me but it doesn’t answer all our questions.
    Please let me explain a little more in detail.
    Not currently but in the near future we assume some new interface over our SAP PI System will come with the requirement max. downtime lower thank 10 to 15 min. only allowed.
    To be prepared regarding this possible scenario, we start thinking about possible different solutions.
    First step was the nZDM Concept, of course. But it didn’t meet all our requirements regarding interface downtime.
    Some points are:
    possible min. downtime is 30 min. and thus is over our requirements for interfaces
    only for Update (and planed for Upgrade) the SAP PI application
    all operating system and database related maintenance tasks are not covered by nZDM
    all Hardware (Server, Storage, etc.) as well not covered by nZDM
    Among others, because of these facts we start thinking about a second equal SAP PI system beside to existing productive one.
    Than line 1 will take over the whole interface traffic and in the meantime the line 2 can go in maintenance. After finalizing the maintenance for SAP PI Nr. 2 we can switch the interface traffic to SAP PI Nr. 2 to get SAP PI Nr. 1 free for maintenance.
    Regarding the topic “PI Federation” I found here in these documentation's several hints regarding this scenario (two SAP PI systems in an switch over scenario).
    PI Federation – An Overview
    among others  Page: 27
    Business Continuity: Central PI integration Server with redundant Integration Server to be used in controlled switch over scenarios when upgrading or patching.
    or
    How to Fast-Switch Integration Scenarios between SAP PI Runtimes Part II: Web Dispatcher
    But I didn’t found any further detail documentation's regarding this approach.
    The solution should fit as well to our existing hardware infrastructure.
    For production we use an IBM (AIX) failover-cluster switch between our both data center.
    Regarding our hardware infrastructure prerequisites and downtime requirements, which solution(s) do you recommend? Is PI Federation still an option?
    Many thanks in advance!
    Regards,
    Jochen

  • Two Purchase Info Records for Same Material & Plant Combination

    Hi,
    2 Purchase Info Records are there for Same Material & Plant for 2 Different Vendors & Net Price is maintained in both Info Records
    1. Material M1 - Plant 1000 - Vendor A - Net Price Rs.4
    2. Material M1 - Plant 2000 - Vendor B - Net Price Rs.3
    Vendor A is Regular Vendor
    (Tick as Regular Vendor is his Purchase Info Record)
    It is observed that Rs.3 is picked up for Costing Purposes
    Requirement is that - Net Price within Pur. Info Record of Regular Vendor i.e Rs. 4 must be picked up always for Costing Puposes.
    Is this possible???
    What Logic system uses while picking up the Price in case where there are 2 Pur. Info Records for same Material & Plant???
    Thanks & Regards...
    Ameya...

    Hi,
    1. Material M1 - Plant 1000 - Vendor A - Net Price Rs.4
    (Validity - 28.04.2008 To 31.12.2008)
    2. Material M1 - Plant 1000 - Vendor B - Net Price Rs.3
    (Validity - 01.01.08 To 31.12.2008)
    Thanks & Regards...
    Ameya...

  • Two different tax calculation for same material/plant/vendor key combination

    Hi all,
    My requirement is that in PO client needs two different percentages of calculation of VAT for same plant/vendor/material.
    How can this be incorporated?
    regards,
    vins

    Hi Vinda,
    Can't you use Tax Code in Purchase order and enter as the case may be
    If not, please ellaborate with example
    Thanks
    Nishu

  • Is it possible to create two correlation id's for same message in BPM

    Hi All
    Is it possible to define two correlation id's for the same correlation in BPM.. intially we defind one field as a correaltion id but in some rare situations we are getting two fiels at time containing the same correlation id then it is generation two instances for them ,but only one instance is executing and another one is in wait mode,in monitoring its showing TBDL (to be deliver mode)...we added one more field as a correlation id in correlation editor, but its not working only the first id is working.
    Seeking your valuable suggestions.
    Thanks.

    Are you correlatiing on a field whose occurence is more one 1(like 0..unbounded).?
    if you want to correlate on the first occurence of that field  then you have to specify in the XPATH.
    try [1] at the end of xpath
    If the field contains a structure, select Multiline.
    refer [this|http://help.sap.com/saphelp_nw04/helpdata/en/ab/13bf7191e73a4fb3560e767a2525fd/content.htm] for how to specify XPATH

  • Why two different explain plan for same objects?

    Believe or not there are two different databases, one for processing and one for reporting, plan is show different for same query. Table structure and indexes are same. It's 11G
    Thanks
    Good explain plan .. works fine..
    Plan
    SELECT STATEMENT  ALL_ROWSCost: 12,775  Bytes: 184  Cardinality: 1                                                                        
         27 SORT UNIQUE  Cost: 12,775  Bytes: 184  Cardinality: 1                                                                   
              26 NESTED LOOPS                                                              
                   24 NESTED LOOPS  Cost: 12,774  Bytes: 184  Cardinality: 1                                                         
                        22 HASH JOIN  Cost: 12,772  Bytes: 178  Cardinality: 1                                                    
                             20 NESTED LOOPS SEMI  Cost: 30  Bytes: 166  Cardinality: 1                                               
                                  17 NESTED LOOPS  Cost: 19  Bytes: 140  Cardinality: 1                                          
                                       14 NESTED LOOPS OUTER  Cost: 16  Bytes: 84  Cardinality: 1                                     
                                            11 VIEW DSSADM. Cost: 14  Bytes: 37  Cardinality: 1                                
                                                 10 NESTED LOOPS                           
                                                      8 NESTED LOOPS  Cost: 14  Bytes: 103  Cardinality: 1                      
                                                           6 NESTED LOOPS  Cost: 13  Bytes: 87  Cardinality: 1                 
                                                                3 INLIST ITERATOR            
                                                                     2 TABLE ACCESS BY INDEX ROWID TABLE DSSODS.DRV_PS_JOB_FAMILY_TBL Cost: 10  Bytes: 51  Cardinality: 1       
                                                                          1 INDEX RANGE SCAN INDEX DSSODS.DRV_PS_JOB_FAMILY_TBL_CL_SETID Cost: 9  Cardinality: 1 
                                                                5 TABLE ACCESS BY INDEX ROWID TABLE DSSADM.DIM_JOBCODE Cost: 3  Bytes: 36  Cardinality: 1            
                                                                     4 INDEX RANGE SCAN INDEX DSSADM.STAN_JB_FN_IDX Cost: 2  Cardinality: 1       
                                                           7 INDEX UNIQUE SCAN INDEX (UNIQUE) DSSODS.DRV_PS_JOBCODE_TBL_SEQ_KEY_RPT Cost: 0  Cardinality: 1                 
                                                      9 TABLE ACCESS BY INDEX ROWID TABLE DSSODS.DRV_PS_JOBCODE_TBL_RPT Cost: 1  Bytes: 16  Cardinality: 1                      
                                            13 TABLE ACCESS BY INDEX ROWID TABLE DSSODS.DRV_PSXLATITEM_RPT Cost: 2  Bytes: 47  Cardinality: 1                                
                                                 12 INDEX RANGE SCAN INDEX DSSODS.PK_DRV_RIXLATITEM_RPT Cost: 1  Cardinality: 1                           
                                       16 TABLE ACCESS BY INDEX ROWID TABLE DSSADM.DIM_JOBCODE Cost: 3  Bytes: 56  Cardinality: 1                                     
                                            15 INDEX RANGE SCAN INDEX DSSADM.DIM_JOBCODE_EXPDT1 Cost: 2  Cardinality: 1                                
                                  19 TABLE ACCESS BY INDEX ROWID TABLE DSSODS.DRV_PS_JOB_RPT Cost: 11  Bytes: 438,906  Cardinality: 16,881                                          
                                       18 INDEX RANGE SCAN INDEX DSSODS.DRV_PS_JOB_JOBCODE_RPT Cost: 2  Cardinality: 8                                     
                             21 INDEX FAST FULL SCAN INDEX (UNIQUE) DSSADM.Z_PK_JOBCODE_PROMPT_TBL Cost: 12,699  Bytes: 66,790,236  Cardinality: 5,565,853                                               
                        23 INDEX RANGE SCAN INDEX DSSADM.DIM_PERSON_EMPL_RCD_SEQ_KEY Cost: 1  Cardinality: 1                                                    
                   25 TABLE ACCESS BY INDEX ROWID TABLE DSSADM.DIM_PERSON_EMPL_RCD Cost: 2  Bytes: 6  Cardinality: 1                                                         This bad plan ... show merge join cartesian and full table ..
    Plan
    SELECT STATEMENT  ALL_ROWSCost: 3,585  Bytes: 237  Cardinality: 1                                                              
         26 SORT UNIQUE  Cost: 3,585  Bytes: 237  Cardinality: 1                                                         
              25 NESTED LOOPS SEMI  Cost: 3,584  Bytes: 237  Cardinality: 1                                                    
                   22 NESTED LOOPS  Cost: 3,573  Bytes: 211  Cardinality: 1                                               
                        20 MERGE JOIN CARTESIAN  Cost: 2,864  Bytes: 70,446  Cardinality: 354                                          
                             17 NESTED LOOPS                                     
                                  15 NESTED LOOPS  Cost: 51  Bytes: 191  Cardinality: 1                                
                                       13 NESTED LOOPS OUTER  Cost: 50  Bytes: 180  Cardinality: 1                           
                                            10 HASH JOIN  Cost: 48  Bytes: 133  Cardinality: 1                      
                                                 6 NESTED LOOPS                 
                                                      4 NESTED LOOPS  Cost: 38  Bytes: 656  Cardinality: 8            
                                                           2 TABLE ACCESS BY INDEX ROWID TABLE REPORT2.DIM_JOBCODE Cost: 14  Bytes: 448  Cardinality: 8       
                                                                1 INDEX RANGE SCAN INDEX REPORT2.STAN_PROM_JB_IDX Cost: 6  Cardinality: 95 
                                                           3 INDEX RANGE SCAN INDEX REPORT2.SETID_JC_IDX Cost: 2  Cardinality: 1       
                                                      5 TABLE ACCESS BY INDEX ROWID TABLE REPORT2.DIM_JOBCODE Cost: 3  Bytes: 26  Cardinality: 1            
                                                 9 INLIST ITERATOR                 
                                                      8 TABLE ACCESS BY INDEX ROWID TABLE REPORT2.DRV_PS_JOB_FAMILY_TBL Cost: 10  Bytes: 51  Cardinality: 1            
                                                           7 INDEX RANGE SCAN INDEX REPORT2.DRV_PS_JOB_FAMILY_TBL_CL_SETID Cost: 9  Cardinality: 1       
                                            12 TABLE ACCESS BY INDEX ROWID TABLE REPORT2.DRV_PSXLATITEM_RPT Cost: 2  Bytes: 47  Cardinality: 1                      
                                                 11 INDEX RANGE SCAN INDEX REPORT2.PK_DRV_RIXLATITEM_RPT Cost: 1  Cardinality: 1                 
                                       14 INDEX UNIQUE SCAN INDEX (UNIQUE) REPORT2.DRV_PS_JOBCODE_TBL_SEQ_KEY_RPT Cost: 0  Cardinality: 1                           
                                  16 TABLE ACCESS BY INDEX ROWID TABLE REPORT2.DRV_PS_JOBCODE_TBL_RPT Cost: 1  Bytes: 11  Cardinality: 1                                
                             19 BUFFER SORT  Cost: 2,863  Bytes: 4,295,552  Cardinality: 536,944                                     
                                  18 TABLE ACCESS FULL TABLE REPORT2.DIM_PERSON_EMPL_RCD Cost: 2,813  Bytes: 4,295,552  Cardinality: 536,944                                
                        21 INDEX RANGE SCAN INDEX (UNIQUE) REPORT2.Z_PK_JOBCODE_PROMPT_TBL Cost: 2  Bytes: 12  Cardinality: 1                                          
                   24 TABLE ACCESS BY INDEX ROWID TABLE REPORT2.DRV_PS_JOB_RPT Cost: 11  Bytes: 1,349,920  Cardinality: 51,920                                               
                        23 INDEX RANGE SCAN INDEX REPORT2.DRV_PS_JOB_JOBCODE_RPT Cost: 2  Cardinality: 8                                          

    user550024 wrote:
    I am really surprise that the stat for good sql are little old. I just computed the states of bad sql so they are uptodate..
    There is something terribly wrong..Not necessarily. Just using the default stats collection I've seen a few cases of things suddenly going wrong. As the data increases, it gets closer to an edge case where the inadequacy of the statistics convinces the optimizer to do a wrong plan. To fix, I could just go into dbconsole, set the stats back to a time when they worked, and locked them. In most cases it's definitely better to figure out what is really going on, though, to give the optimizer better information to work with. Aside from the value of learning how to do it, for some cases it's not so simple. Also, many think the default settings of the database statistic collection may be wrong in general (in 10.2.x, at least). So much depends on your application and data that you can't make too many generalizations. You have to look at the evidence and figure it out. There is still a steep learning curve for the tools to look at the evidence. People are here to help with that.
    Most of the time it works better than a dumb rule based optimizer, but at the cost of a few situations where people are smarter than computers. It's taken a lot of years to get to this point.

  • Calling two different data sources within same transaction

    Hi,
    I have a method (in an Entity Bean), which I need to use two data sources.
    But the system give this error when I try to do it.
    An illegal attempt to use multiple resources that have only one-phase capability has occurred within a global transaction.
    Please help me to solve this problem.
    Best Regards,
    Chamal.

    I hope you need to use XA Drivers (while create the connection pool it self you need to choose the XA Drivers) for this. else you need to use the userTranscations instead of containers.
    Because other database drivers won't support this feature.
    Please try any of this. Using XA drivers is costly interms of performace.

  • Can't set up two different IMAP accounts for same company

    I have a new company and it requires two separate email accounts. One of the accounts works just fine, the other doesn't. I've tried support info on the mozilla site, I've tried the imapconfig.exe file, and nothing works! One of the accounts is a customer service account that needs to work just as well as the personal account for the company works.

    Could you check with the company if IMAP access (supposed you are using that) or POP3 access has been enabled for that specific mailbox?

  • How to set the language for a RFC call ?

    Hi,
    when calling from BSP (WAS620) to our R3 using RFC the results (units, ...) are always in DE. How do the call to get the results in EN?
    Language in RFC Destination/Logon&Security does not have an effect.
    thx for your support.

    Martin,
    I am not sure whether this is a logon problem.
    If you run the function module in transaction SE37 then you will get PC because there are some exits associated to it.
    When you call it from "outside", then the internal value is returned to the caller.
    The same happens when using BAPI from languages like Java or .Net
    The material field - in particular - is well-known for this behaviour.
    Hope someone else could testify because I haven't crossed the problem myself.
    Check this thread for instance:
    sap.net connector error
    If you have a doubt, then set an external breakpoint in the remote system for the RFC user. Then, check the content of the <i>sy-langu</i> field.
    Best regards,
    Guillaume
    Message was edited by:
            Guillaume GARCIA

  • SAP adapter giving the merged result set (First RFC call data + Second RFC call data) for second RFC call

    I have a WCF Adapter service to call a SAP RFC. When I call the RFC first time, it gives me correct no of result set but when I call this RFC second time immediately after first call, it gives me merged result set (First Result set + Second Result Set).
    e.g. We have a RFC which receives vendor number and blank object of result set as parameter and gives back the list of purchase orders as Response in object of result set for that vendor.
    Suppose, we have a vendor "a" and vendor "b". For vendor "a" there are 5 purchase orders and for vendor "b", we have 4 purchase orders in SAP. When I call the WCF adapter service for this RFC for vendor "a",
    it gives me 5 purchase orders. Immediately after first call, when I call WCF service for vendor "b", it gives me 9 (5+4) purchase order records which is wrong.
    In brief, one RFC call is affected by its previous call.
    For each new WCF request, a new object of result set is created, connection is opened, rfc is executed and connection is closed.
    Can anybody have any idea on this?
    Thanks.
    Thanks, Nishant Gupta

    Hi,
    Please refer to the document
    http://seroter.wordpress.com/biztalk-and-wcf-part-vii-about-the-biztalk-adapter-pack/

  • Two idocs are created for one output message type

    hi all,
    we are communicating our sap idocs to external system using ALE.It is working smoothly.
    Our problem raises here,
    .idocs are creating at the time of output type attachment for purchase orders.But rarely,two idocs are creating for one message type.It means two idocs are created for same Purchase order.It makes complications for the external system.
    anyone can help me pls?
    thnks in advance..........

    thanks jurgen for ur reply,
    jurgen, the second idoc is not an "ORDCHG",It is the replica of first idoc.This one has also "ORDERS" message type.The only difference between these idocs are the time.It means the difference between the time field segments of these idocs have only three(3)seconds difference.We think that its from the system error.If it is not from the system error pls give me the explanation.
    thanks in advance.......

  • Campaign - Need to provide 2 different View Configurations for same Role

    Hello,
    I need to provide for the same role config key 2 different view configurations for campaigns. Initially I wanted to do that with transaction types, but then I found out that there are no transaction types for campaigns.
    Does anyone know a way to do that? I don'T want to use a BADI for it, best would be a standard way.
    Thanks!

    You use Object Types to distinguish between views of same RoleConfigKey. In SPRO 'UI Framework Definition', you create object types and they would be available when you create a view config. Just select the object type as it forms part of the 'key' that idenitifies that particular view. In DO_CONFIG_DETERMINATION method of that view, you call a config based on this Object Type. So same view can produce two or more configs for same user in different scenarios.

  • Business Systems for File to File Configuration

    Good day.
    We need to created two (2) Business Systems for our File to File Configuration.
    Configuration Details:
    SWCV must be attached to a Product.
    Technical Systems must be Third Party.
    Business Systems must be identified as an Application System.
    Problem is that i don't know where to start. Can you help me.
    Thanks.

    Hi Abe
    Pls. follow below steps -->
    In SLD
    1. Create the Product & Software Component for File Systems.
    2. Create the Technical systems as Third Party & select the Installed Products for File systems accordingly.
    3. Create the Business Systems & select the corresponding technical system.
    In IR
    1. Import the SWCV from SLD using Tools --> Transfer from SLD option
    2. Create the Data Type & Message Type for source & destination .
    3. Create the Inbound & Outbound message interfaces
    4. Create the Message Mapping & interface Mapping.
    In ID
    1. Create the scenario
    2. Using context menu of Business System. Assign Business system for Source & target systems
    3. Create the Sender & receiver file adapter.
    4. Create the receiever determination, interface determination
    5. Create the Sender & receiver agreement.
    - Lalit -

Maybe you are looking for

  • Adobe screen going black when scrolling...?

    We do PDF replacements within our workflow all day long and just recently started having an issue. After doing a page replace (often almost the entire document) of a pdf with another pdf, we have to go through and check that the bookmarks are accurat

  • Auth check to who can change the defaulted approver

    Hi Folks, I have a scenario where I do not want the SC creater to be able to change the defaulted approver. I this done by a special auth. object. or anything like that? Thanks in advance, Thomas Midtboell

  • Upload  infotype  with  ZDTT  (HR DATA TRANSFER TOOLBOX)

    Hi, Can  someone  has  documentation  for  ZDTT ? Thanks  in  advance Soufiene

  • CSS menu hover state

    Hi, I'm trying to get to grips with CSS and would like to create a menu system that in hover state shows different copy for each menu link. So far I've managed to achieve this by linking an image to the a:hover state but I need the copy to be differe

  • Livepatch still not working with MW 2.16?

    Have installed the 2.16 patch on top of 2.15. Still getting issues throught the MW with livepatch. From the logs: Beginning phase 1 of LivePatch at Fri Apr 23 14:59:20 BST 2010... Using existing LivePatch directory for log files: /home/oicprj08/whizz