SPROXY related testing process

After configuring the ABAP Proxy with SPROXY transaction what is the testing procedure for the connectivity with XI.

Hi,
As I had already mentioned in one of your previous post, use below reports to execute and check the status of ABAP Proxy.
SPROXY -> Goto -> Test Connection Here you will get the list of reports including below reports. Execute these reports to confirm about ABAP Proxy configuration
SPROX_CHECK_IFR_RESPONSE, SPROX_CHECK_IFR_CONNECTION
Thanks
swarup

Similar Messages

  • Could anyone provide me step by step testing process using Quality Center ?

    Hi,
    Could anyone provide me step by step testing process using Mercury Quality Center ?
    Recently i got one object need to tested using Mercury Quality center. I do not know how to do that. I have to deliver the object in 3 days
    Treat this is urgent ....
    Thanks in advance....
    Akki

    Hi Akash,
    But this is Solution Manager forum.
    Do you want to integrate Solution Manager & Mercury Quality Center?
    Or is it a pure Mercury Quality center related task?
    best rgds,
    Alagammai.

  • Need to show data related to Process order request , BOM in a smart form

    Hi,
    I need to show data related to
    •     Process order request
    •     BoM
    Now in selection screen we are entering the followings.
    Manufacturing  Plant ,MRP Controller, Production scheduler, Order type , Order , Material, Sales order, WBS Element,Release,Scheduled start, Scheduled finish ,Selection profile.
    how to get 1> Process Order number,Produced Material,Material Description,Print date,Narcotics indicator , Quantity produced , Phase number , Phase description ,Resource description,Standard value  to show in a request form.
      2> Item category ,Component code,Component description , Component quantity ,Component Unit of measure ,BoM base quantity.
    Please help me how to get those values , what should be the aaproach , how to write the select quiry.
    Thanks

    Hi
    To get BOM details, do the following:
    1. Use the material number and goto Article to BOM link table (MAST) to get STLNR (BOM).
    2. With this STLNR, goto STPO table (where STLNR is the key field).  Here you will get all the BOM details like components (IDNRK), UoM (MEINS) etc....
    Hope this helps.
    THanks
    Vijay
    <b>PLZ REWARD POINTS IF HELPFUL</b>

  • BUG: Unit Testing Process Validations SQL editor - extra spaces appended

    There is a bug in the SQL editor used by Unit Testing Process Validations.
    To re-create:
    Create a Validation with some multi-line SQL and save:
    select *
    from DUAL
    where 1=1
    Click on a different Validation, and then click back onto the Validation just created. SQL Developer will have appended a space to all the lines except the last one. Edit the Validation and save:
    select *
    from DUAL
    where 1=2
    When you navigate to a different validation and back, SQL Developer will have appended an extra space to each line. This can be repeated - each time an extra space will be added.

    There is a bug in the SQL editor used by Unit Testing Process Validations.
    To re-create:
    Create a Validation with some multi-line SQL and save:
    select *
    from DUAL
    where 1=1
    Click on a different Validation, and then click back onto the Validation just created. SQL Developer will have appended a space to all the lines except the last one. Edit the Validation and save:
    select *
    from DUAL
    where 1=2
    When you navigate to a different validation and back, SQL Developer will have appended an extra space to each line. This can be repeated - each time an extra space will be added.

  • Please provide the external testing process in QM

    Hi,
               My client want to MAP external testing process in their business scenario.pls update me how we can MAP in our QM process.
              process is :-
                             1) Material sample will go to external testing (external vendor). :- on which basis that material will Gate-out.
                             2) sample quantity will not return from vendor end.only result will come.
                             3) after that result recording will done.
                             4) UD will done.
    Regards
    Puneet

    You can use external inspection (inspection type 0130) in this case. Activate 0130 inspection type in material master as well @ opeartion level of Routing.
    So moment you do GR of external operation you will get inspection lot of this GR (insp type 0130) in this case & you can record result against same.
    Refer following thread for more info.
    [Re: Source Inspection]
    [Re: Quality inspection for external opearatio]
    [Re: subcontracting inspection]

  • Data guard related OS processes in Primary and Standby servers

    Database version : 11.2.0.3
    Operating System : RHEL 5.8
    Type:  Physical Standby
    ++++++++++++++++++++++++++++In a typical Linux server hosting a Physical standby DB, the data guard related OS processes that appear in ps output
    are like below. One mrp for each standby DB.
    ps -ef |grep mrp
      oracle  9380     1   0   May 21 ?          57:33 ora_mrp0_STRYKER_DG
      oracle 18874     1   0   May 23 ?          33:45 ora_mrp0_FLPSA
      oracle 18992 18837   0 23:39:39 pts/3       0:00 grep mrpSimilarly ,In a typical Linux server hosting a Primary DB what are the data guard related OS processes that appear in ps output ? Will LNS process appear in ps output ? Any other processes ?

    Similarly ,In a typical Linux server hosting a Primary DB what are the data guard related OS processes that appear in ps output ? Will LNS process appear in ps output ? Not exactly but it appears has different name, on your primary try below commands
    SQL> select pid from v$managed_standby where process='LNS';
    $ps -ef|grep <pid value>
    hope this helps, on standby you can use same procedure to find the RFS OS process

  • Is delivery functionality related to process in SAP CRM7.0 possible?

    If we have to upgrade from R/3 to CRM7, which of the following functionalities are supported both in CRM and R/3
    1. You client want to add CRM to an existing R/3 landscape.
    As part of your analysis, you need to decide how the process flow should take place between
    R/3 and CRM.
    Which of the following functionality related to processes in CRM also exists in R/3?
    A. Pricing
    B. Delivery
    C. Email management
    D. Campaign Management
    Is delivery functionality related to process in SAP CRM7.0 possible?
    Please suggest.
    Thanks

    Hi Sumit,
    you may move your question to the ABAP for SAP HANA community (http://scn.sap.com/community/abap/hana).
    Are you asking about the SAP_BASIS version, or which version do you refer to?
    Best,
      Jasmin

  • ABAP Client Proxy Testing process

    In case of the Abap server proxy by using this report program SPRX_TEST_INBOUND we can test by providing the Generated interface name and method name.
    same like any Testing process is there for ABAP Client Proxy
    please respond me.
    IF possible provide some Mail Path for ABAP Client ans Server Proxy so i can refer.
    I get a one good scenario in  www.****************
    file to ABAPproxy.

    Hi,
    For ABAP cllent proxy you need to develope your own ABAP code.
    Please fidn here with the below link. Here you will get the testing ABAP code also
    /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy
    Use this kind of coding for abap client proxy
    *& Report  ZBLOG_ABAP_PROXY
    REPORT  zblog_abap_proxy.
    DATA prxy TYPE REF TO zblogco_proxy_interface_ob.
    CREATE OBJECT prxy.
    DATA it TYPE  zblogemp_profile_msg.
    TRY.
        it-emp_profile_msg-emp_name = 'Sravya'.
        it-emp_profile_msg-empno = '80101'.
        it-emp_profile_msg-DEPARTMENT_NAME = 'NetWeaver'.
        CALL METHOD prxy->execute_asynchronous
          EXPORTING
            output = it.
         commit work
      CATCH cx_ai_system_fault .
        DATA fault TYPE REF TO cx_ai_system_fault .
        CREATE OBJECT fault.
        WRITE :/ fault->errortext.
    ENDTRY.
    Thanks
    swarup

  • What is testing process

    hi smarts
    what is what is testing process..please
    e-mail;[email protected]
    guna

    Purpose
    During the entire life cycle of a SAP solution, it is necessary to test the functions and performance of your configuration to see if it works. With the SAP Test Workbench, SAP provides you with an environment for all test phases, which you can use for testing in the following cases:
    ·        Implementation of SAP solutions
    ·        Integration of new components and business scenarios
    ·        Customer developments
    ·        Function tests
    ·        Integration tests with other components
    ·        Upgrades, regression tests
    ·        Importing support packages
    If you are a config person you will do testing of your own configuration first. Then when everything is done Testers will test everything again. Then end users will test it.
    Please asign points if useful. Julia

  • Failed to start e-TEST agent: error starting agent: \ne-TEST process ...

    Hi,
    wihout changing the version or so we suddenly we experience the following error at status page (although the monitored web-page is fine):
    Current alert: Failed to start e-TEST agent: error starting agent: \ne-TEST process has not established socket in 30 seconds.
    Any ideas?
    Thanks in advance

    Hi emposadi,
    It looks like the e-Load server is having trouble communicating with the agent. Are you running the load test using an agent on the same machine or remote machine? You might want to see if a process has grabbed a port that the server communicates with the agent on. I would reboot the machines in question, shut down the Empirix Application Server and verify that ports 1099 and 9001 are not in use. Those are the ports that e-Load uses to communicate with the agent.
    -GateCity_QA

  • Can any one explain about the SAP Testing process in Implementation Project

    Can any one explain about the SAP Testing process to be carried out by BW Consultant in an Implementation Project which is in Testing Phase..

    hi bharat,
    Two types of testing is possible in bw
    unit testing
    integration testing
    Integration testing - It is the phase of software testing in which individual software modules are combined and tested as a group. It follows unit testing and precedes system testing.
    Integration testing takes as its input modules that have been checked out by unit testing, groups them in larger aggregates, applies tests defined in an Integration test plan to those aggregates, and delivers as its output the integrated system ready for system testing.
    Unit testing - One part or the whole part of transfer rules , update rules, etc..
    Integration testing - The whole data flow cycle to be tested
    This link will give u detailed description
    http://en.wikipedia.org/wiki/Software_testing
    Stress testing in BI..
    /people/mike.curl/blog/2006/12/05/how-to-stress-test-bw-the-easy-way
    REFER THIS REG CATT
    http://help.sap.com/saphelp_erp2005/helpdata/en/d7/e21221408e11d1896b0000e8322d00/frameset.htm
    Check this doc on Unit Testing
    unit testing
    Look at the threads below :
    Testing Methods in BW
    Unit Testing in BW
    How to do testing in BW
    Hi...BW testing
    Re: Hi...BW testing
    Hi...BW testing
    Pls refer following links...
    http://help.sap.com/saphelp_nw04/helpdata/en/d7/e210c8408e11d1896b0000e8322d00/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/3c/aba235413911d1893d0000e8323c4f/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/d7/e2123b408e11d1896b0000e8322d00/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/d7/e2123b408e11d1896b0000e8322d00/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/721d6a73-0901-0010-47b3-9756a0a7ff51
    https://service.sap.com/upgrade-bw
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7dc0cc90-0201-0010-4fa7-d557f2bd65ef .
    https://websmp204.sap-ag.de/~sapdownload/011000358700009385902004E
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/67acb63d-0401-0010-b685-b1b87dd78892
    Hope it helps you!
    ****Assign Points If Helpful****
    Regards,
    yunus

  • SANDBOX TESTING PROCESS

    This is my first experience to submit Apps to the Apple Store, in this case a magazine.  According to Adobe Publishing Process for iPad Viewer Apps - A Companion Guide I have to test the retail issue in the sandbox.  In order to understand the sandbox environment I have already read in detail the "Managing Your In App Purchases" section of the iTunes Connect Developer Guide.  Nevertheless, the sandbox concept is not still clear to me.
    I must to point out that I am not a developer and all the information gathered about this topic turns around the Xcode, C objective, and JavaScript among others, and the information that I have from them is a basic information.  I know it is mandatory to test my app in a development environment by utilizing sandbox but I have no idea how to carry-out that task.  Please advise as soon as possible.

    First, testing the in-app purchases in the sandbox is recommended but not required.  I am not agree with this statement.  The iTunes Connect Guide 7.2 emphasizes testing my In-App Purchases and it is not recommended, it is mandatory to Apple.  Do not forget that Apple governs the app submission process.
    The idea behind the sandbox is to test your in-app purchases without paying real money. To test in the sandbox, you sign out of your iPad. You create a test account in iTunes Connect, and then open your test app and click a Buy button. When you're asked to provide an ID, you use the test account information. You then make the fake purchase, and no real money is exchanged. These steps are laid out in the Companion Guide. Search for "sandbox" All the steps described in the Adobe Publishing Process for iPad Viewer Apps document were executed minutely by me.  This sandbox testing process is explained in more detail in the "Managing Your In App Purchases" section of the iTunes Connect Developer Guide but in spite of my efforts I could not to generate the sandbox environment. Attached, you will find an image which displays the "NULL" value  instead of a price for a subscription.  Notice that the message is in spanish, here you are a translation into english.  Any suggestion will be welcomed.
    Spanish                                        English              
    Suscripción de 1 año por (null) = 1 year subscription by (null)

  • Any Good Oracle Tutorial around BPEL TEST Processes

    Hi
    Is there any Tutorial around using BPEL Test Processes ? OR dev guide is the only reference available?

    Madhu
    Thx but I needed tutorial for creating TEST cases in BPEL from Jdev and creating automatic test scripts for regression testing. There is one chapter in Bpel Dev guide that talks about creating Test Suits/Enumerations/Assertions etc and I wanted to check if there is a tutorial on that.

  • [svn:osmf:] 14817: Temporarily disable http streaming related tests to have integration build back online .

    Revision: 14817
    Revision: 14817
    Author:   [email protected]
    Date:     2010-03-17 10:29:27 -0700 (Wed, 17 Mar 2010)
    Log Message:
    Temporarily disable http streaming related tests to have integration build back online.
    Modified Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as

    Revision: 14817
    Revision: 14817
    Author:   [email protected]
    Date:     2010-03-17 10:29:27 -0700 (Wed, 17 Mar 2010)
    Log Message:
    Temporarily disable http streaming related tests to have integration build back online.
    Modified Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as

  • Testing Process for Gathering Single Object stats.

    Hello Oracle Experts,
    I work a critical system and due to some high stakes all and every change is very heavily scrutinized here whatever the level is. And one of such changes which is currently under scrutiny is gathering object stats for single objects. Just to give you a background its an Oracle eBusiness site so fnd_stats is used instead of usual dbms_stats and we've an inhouse job that depending on the staleness of the objects gather stats on them using FND_STATS. (RDBMS : 10.2.0.4 Apps Release 12i).
    Now, we've seen that occasionally it leaves some of the objects that should ideally be gathered so they need to be gathered individually and our senior technical management wants a process around it - for gathering this single object stats (I know!). I think I need to explicitly mention here that this need to gather stale object stats has emerged becs one of the plans has gone pretty poor (from 2 ms to 90 mins) and sql tuning task states that stats are stale and in our PROD copy env (where the issue exists) gathering stats reverts to original good plan! So we are not gathering just because they are stale but instead because that staleness is actually causing a realtime problem!
    Anyway, my point is that it has been gathered multiple times in the past on that object and also it might get gathered anytime by that automatic job (run nightly). There arguments are:
    i. There may be several hundred sql plans depending on that object and we never know how many, and to what, those plan change and it can change for worse causing unexpected issues in the service!
    ii. There may be related objects whose objects have gone stale as well (for example sales and inventory tables both see related amount of changes on column stock_level) and if we gather stats only on one of them and since those 2 cud be highly related (in queries etc.) that may mess up the join cardinality etc. messing up the plans etc.
    Now, you see they know Oracle as well !
    My Oracle (and optimizer knowledge) clearly suggests me that these arguments are baseless BUT want to keep an open mind. So my questions are :
    i. Do the risks highlighted above stand any ground or what probably do you think is there of happening any of the above?
    ii. Any other point that I can make to convince the management.
    iii. Or if those guys are right, Do you guys use or recommend any testing strategy/process that you can suggest to us pls?
    Another interesting point is that, they are not even very clear at this stage how they are gonna 'test' this whole thing as the 'cost' option like RAT (Real Application Testing) is out of question and developing an inhouse testing tool still need analyzing in terms of efforts, worth and reliability.
    In the end, Can I request top experts from the 'Oak Table' network to make a comment so that I can take their backings!? Well I am hoping here they'll back me up but that may not necessarily the case and I obviously want an honest expert assessment of the situation and not merely my backing.
    Thanks so much in advance!

    >
    I work a critical system and due to some high stakes all and every change is very heavily scrutinized here whatever the level is.
    Another interesting point is that, they are not even very clear at this stage how they are gonna 'test' this whole thing as the 'cost' option like RAT (Real Application Testing) is out of question and developing an inhouse testing tool still need analyzing in terms of efforts, worth and reliability.Unfortunately your management's opinion of their system as expressed in the first paragraph is not consistent with the opinion expressed in the second paragraph.
    Getting a stable strategy for statistics is not easy, requires careful analysis, and takes a lot of effort for complex systems.
    >
    In the end, Can I request top experts from the 'Oak Table' network to make a comment so that I can take their backings!? Well I am hoping here they'll back me up but that may not necessarily the case and I obviously want an honest expert assessment of the situation and not merely my backing.
    The ideal with stats collection is to do something simple to start with, and then build on the complex bits that are needed - something along the lines suggested by Dan Morgan works: a table driven approach to deal with the special cases which are usually: the extreme indexes, the flag columns, the time-based/sequential columns, the occasional histogram, and new partitions. Unfortunately you can't get from where you are to where you need to be without some risk (after all, you don't know which bits of your current strategy are causing problems).
    You may have to progress by letting mistakes happen - in other words, when some very bad plans show up, work out WHY they were bad (missing histogram, excess histogram, out of date high values) to work out the minimum necessary fix. Put a defensive measure in place (add it to the table of special cases) and run with it.
    As a direction to aim at - I avoid histograms unless really necessary, I like introducing function-based indexes where possible, and I'm perfectly happy to write small programs to fix columns stats (low/high/distinct) or index stats (clustering_factor/blevel/distinct_keys) and create static histograms.
    Remember that Oracle saves old statistics when you create new ones, so any new stats that cause problems can be reversed out very promptly.
    Regards
    Jonathan Lewis

Maybe you are looking for

  • Closing Stock Query

    Hi Members, We Want a report for closing stock according to the following parameters, 1-Date from 2-Date to 3-Warehouse 4-Document Series Query Report should contain with, Item Code - Item Description - Inventory UOM - Quantity - Item cost(FIFO Value

  • JMS communication error

    Hi, I have deployed JMS application on Oracle 9i Application Server. I have made the necessary configurations in jms.xml(eg., Setting the queue connection factory and the name of the queue). Now when I try to run the client application I get the foll

  • Why no movies available in Canada?

    I would like to download movies but itunes in Canada doesn't seem to offer them. They are available for itunes U.S store, but when I went there and tried to download, I got a message telling me to go to the Canadian store. Does anyone have a solution

  • Audio Compatibility with iHome

    Hey everyone, You all have been so helpful in the past, so I'm coming to all you Apple support forum gurus for two very puzzling audio questions: 1) I have an iHome Bluetooth/Alarm Clock (see here: http://www.ihomeaudio.com/products.asp?productid=104

  • Treasury & Risk management related

    Hi all, I would like to know , when we create any Treasury deal  for example fixed term deposit ( t-code- TM01),  does any FI document gets created for this deal?  If yes than how can we find that out and how to display than document? Thanx & Regard,