Test Scenarios

Hi,
We are planning to apply the  support package 10, we are on ecc5.00.  Let me know after applying that support package, what kind of trnasaction to be tested to check the validity of the transactions and make sure that support package is working properly.
Thanks in advance,
Prasad.

Hi,
I think you need to check the following
1) Creation of masters (GL, ASSET, VENDOR, CUSTOMER)
2) Procurement to Pay process
3) Sales to Invoice process
4) Automatic Payment run, Depreciation run
5) Generating various types of reports
Radha

Similar Messages

  • ABAP HR-test scenario for payslip-urgent

    Hi,
    please send me some test scenarios for payslip by which payslip can be affected.
    I have designed a PAyslip with retro and i want to test it.
    eg. retro. means if retro will run then it will affect payslip.
    Also send me some unit test cases in case of any payslip requirement.
    Points will be rewarded.
    Regards
    Monika

    Hi,
    Just give an entry in infotype 8, 14 or 15 for previous month and run the payroll than retro will run, than compare results using wage type reporter.
    When you run the payroll give the sandard SAP Remuneration and compare the results in the SAP payslip and payslip you have developed.
    If you have developed payslip using PE51 than the retro amounts are picked authomatically.
    Regards,
    Ramu N.

  • Idoc-XI-file test scenario

    i m new to XI,
    i wanna make a test scenario for idoc-XI-file...
    i donno what an idoc is.......
    tell me how to create an idoc from the very basics....like message type, segment, partner profile, port creation, etc,..... and how to fire an idoc from the R3 system to my XI system,
    and ofcourse... ican do the rest of mapping and all, with the file message type

    Hi Sudeep,
    1. steps for creating customized Idocs..
      we31- creation of Segments
      we30- creation idoc types
      we81- creation of Message types
      we82- assigning message type to Idoc type...
    2. R/3 Configuration settings
      SM59 -  creation of RFC destination...
      we20  -  creation of Ports
      We21 -  Creation of Partner profiles..
    3. XI Configuration settings
      SM59  - Maintain RFC destination,
      IDX1    - Maintaining port for XI
      IDx2    - Loading the Idocstructure into metadata repository
    These are the settings to be done before starting ur scenario..
    I think this will help you... points...
    regds,
    vasanth.

  • Auto router release in AP Invoice Test Scenario

    Hi Gurus,
    Please guide me how to prepare test script for Auto router release in AP Invoice Test Scenario.
    Thanks for the Support.
    Regards,
    Bapu

    hi,
    It can be auto released only in the following case:
    Original PO - 500$
    When you have the IR for 1000$..
    case 1:
    You make the changes in the PO and give price as 1000$...
    Or...
    Case 2.. make the subsequent credit in the mean time for 500$..
    So after this when you visit the MRBR tcode, system will auto release it...and the reasons becomes invalid over a time period...
    Regards
    Priyanka.P

  • Test scenarios in WM

    Hi Guys
    Please any body can provide all Test scenarios in WM Like BIN-BIN transfer
    Inbound ,outbound delivery,PP,SD,MM integrations.
    Thanks in advance
    SAP MM

    Hi Santosh,
    Help.sap provides us more details in this section
    ID point
    http://help.sap.com/saphelp_46c/helpdata/en/c6/f846aa4afa11d182b90000e829fbfe/frameset.htm
    Pick Point
    http://help.sap.com/saphelp_46c/helpdata/en/c6/f847124afa11d182b90000e829fbfe/frameset.htm
    Two step picking
    http://help.sap.com/saphelp_45b/helpdata/en/c6/f842744afa11d182b90000e829fbfe/content.htm
    You can use ID/Pick point :
         If Incoming stock is following some process but its not the final destination
         Example for this could be say, X-ray scanning of incoming Boxes
         Weighing of Incoming/outgoing goods (mostly followed in case of tanks)
         When means of transport gets changed ..i.e. from fork lift to conveyor
    There can be more specific Business scenarios where we can turn this functionality as per our requirment.
    The only difference in ID point / Pick point is ID point does not need SU mgmt where as if you are working with Pick point you must activate SU mgmt
    For two step picking ..as name suggests its carried out in two steps .this is used in case of multiple processing where wave picking / zone picking is applicable. This can be mapped for Deliveries and also for TR. Here intrim storage type 200 plays an important role , this is an logical storage type. Steps involved here is Pick & allocation.
    First you Pick , stock gets posted at 200 with dynamic quant refernce number as Bin , perform the operation like Labelling , Putting Bar-code , Inspection etc . once everything is okay you confirm the TO & allocate to final destination.
    Generally two step picking is used where less time is consumed at logical storage type.
    Thanks,
    mahesh

  • Test scenario for payslip testing

    Hi,
    please send me some test scenarios for payslip by which payslip can be affected.
    eg. retro. means if retro will run then it will affect payslip.
    Also send me some unit test cases in case of any payslip requirement.
    Regards

    Hi,
    Just give an entry in infotype 8, 14 or 15 for previous month and run the payroll than retro will run, than compare results using wage type reporter.
    When you run the payroll give the sandard SAP Remuneration and compare the results in the SAP payslip and payslip you have developed.
    If you have developed payslip using PE51 than the retro amounts are picked authomatically.
    Regards,
    Ramu N.

  • JDBC Sample Test Scenario

    Hi All,
           Could any one guide us to some successfully working Sample Test Scenario Documents for SAP XI 3.0 using JDBC Adapter which we need to work on asap.
    Thanks in advance,
    Venkat!.

    Hi All,
    I am working on a jdbc to file scenario, Now that I am trying to connect to MSaccess, I have provided the following driver and connection parameters.
    Database is in my local machine
    Driver: jdbc.odbc.JdbcOdbcDriver
    Connection url: jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ=D:/database_emp/EMP_Details.mdb
    with table as EMPLOYEE
    select query as SELECT * FROM EMPLOYEE WHERE FLAG='No'
    Update as UPDATE EMPLOYEE SET FLAG='Yes' WHERE FLAG='No'
    Having given that, when i m executing the scenario I am getting the following error
    Error during database connection to the database URL 'jdbc:odbc:Driver={Microsoft Access Driver (.mdb)};DBQ=D:/database_emp/EMP_Details.mdb' using the JDBC driver 'jdbc.odbc.JdbcOdbcDriver': 'com.sap.aii.adapter.jdbc.sql.DriverManagerException: Cannot establish connection to URL 'jdbc:odbc:Driver={Microsoft Access Driver (.mdb)};DBQ=D:/database_emp/EMP_Details.mdb': SQLException: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified'
    in the sender CC.
    Please help.
    Regards,
    Nithiyanandam
    Edited by: Nithiyanandam A.U. on Jan 19, 2009 11:02 AM

  • XI doubt and test scenario

    Hi,
      I need some advice on the following:
    We are having XI 3.0, ECC 5.0 and also have GIS Server (Gentran). We need to use these servers to convert the data from XML to IDOC (inbound to sap) as well as to XML from IDOC (outbound). We came to know GIS will take care of converting the outside data to XML and send it across to XI as IDOC as well as take the IDOC from XI and convert it as XML before sending data outside. The question is what are the configuration to be done in ECC, XI and GIS to make the things happen. Do we need to use any adapter or XI itself has got any inbuilt adapter ? is there any blog or any link to any document which tells about configuration and any test scenario to try the above mentioned scenario ?
    At present not much data's in ECC system, in this case is there any test scenario provided by SAP in XI or ECC to test some initial scenario like sending data from ECC to XI as an IDOC for file integration...
    Let me know if any more information required from my side.
    Thanks

    Hi Aravind,
    You can navigate through these links to get the details you require:
    http://help.sap.com/saphelp_nw04/helpdata/en/d7/f01a403233dd5fe10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm
    Regards,
    Chandra

  • Test Scenario Error

    Hello All ~
    I am a novice to DocuMaker Studio and I am trying to run a test scenario but keep getting the following error. Can anyone shed some light?
    [12:17:56PM] Error: Write Exception at 0x0039e27c - Attempted to Write to 0x00000000
    [12:17:56PM] Error: An exception occurred in Gendata.
    Thanks

    > The Program name which you have defined in the TCP/IP
    > Connection needs to be registered in the J2EE Visual
    > Admin. until you do that this will not work.
    This is not needed at all.
    Your RFC adapter and the TCP IP Connection should use the same Program ID. No need for registering it in the VA.
    Just make sure that the Gateway Host and Service in the Sender RFC adapter and in the TCP IP Connection use the Gateway Host and service of the R3 system.
    Regards
    Bhavesh

  • Test  scenario and test plan

    Hi  All,
    Can somebody explain what is a test scenario and test plan with an eg ( For eg FB 60). and what are the essential things one needs to incorporate for test scenario and a test plan
    Appreciate your help.
    Thanks
    SM

    Hi,
    I am giving you the information on test plan and test scenario below. Please note that this is with reference to Solution Manager.
    You create a test plan for a project in the SAP Solution Manager if you want to reuse the project structure created in the Business Blueprint for a process-oriented test. You can select all the test cases and transactions which you have assigned to the project structure, for the test plan. These test cases are performed by testers; they can call assigned transactions and run test cases in them.
    Test Scenarios are nothing but the end to end business processes which are to be tested.
    Hope this helps.
    Rgds
    Manish

  • Test scenario for Physical Standby

    Dear Team,
    Could you please share the Test scenario for Physical Standby.
    1. Read only.
    2. Switch Over
    3. Fail Over.
    Many Thanks in Advance
    Arjun.

    You didnt mention the version.
    Oracle10g Release 2, Data Guard Switchover and Failover best practices
    http://www.oracle.com/technology/deploy/availability/pdf/MAA_WP_10gR2_SwitchoverFailoverBestPractices.pdfOracle9i, Data Guard Switchover & Failover best practices
    http://www.oracle.com/technology/deploy/availability/pdf/MAA_WP_9iSwitchoveFailoverBestPractices.pdfKhurram

  • Tax code - test scenario

    I have recently updated an internal tax table applied to stock options for employees. Can someone please guide me on how I will do a test scenario for this?

    The Input and Output Tax has to be specified in FTXP, then go to T.code: OBCL then allocate the Input and output tax code to the company code and save.

  • Seeburger test scenario

    Hi guys ,
    I am planning to configure a test seeburger scenario ( Orders Idoc to EDIFACT )
    I know how seeburger works and I can see the mapping I_ORDERS05_to_E_ORDERS_D96A in my Seeburger_Generic_EDI SWC..
    also i already have a E_ORDERS_D96A xsd avaiable in the Seeburger_Generic_EDI SWC..
    I do not have the BIC mapping name but i think it is standard and i can use See_X2E_ORDERS_UN_D96A
    but in some of the scenarios i can also see  mapping name as X2E_ORDERS_UN_D96A.
    My question is what is the correct BIC mappig name that i have to use for my test scenario "See_X2E_ORDERS_UN_D96A" or
    "X2E_ORDERS_UN_D96A"

    Hello,
    In our case also,we develop our own mapping as different customers have different mapping rules,especially the sender ILN and receiver ILN are different for every customer which identifies the sender and receiver partner entries.
    You need to check the field mapping of this standard Seeburger mapping and if it satisfies your requirement,then you could use it(I am sure ,it won't,so it is preferable that you create your own custom mapping satisfying the mapping instructions you receive from your partner)
    Kindly let me know if this is fine.
    Thanks.
    Regards,
    Shweta

  • Lab test scenario

    Hi guys,
    we want to set up a test scenario in our lab to get familiar with PI 7.0. We want to send messages between 2 SAP systems separated by two PI servers to simulate a wan connection with firewalls etc. I'm sure somebody has done this before, but i'm not able to find any infos about this topic. Can you guys help out?Thanks a lot!
    Regards,
    Michael

    Michael,
    Yes lots of questions...so had to paste ur q`s here...
    yes if properly configured PI server is secure enough.
    1) what firewalls are you using..i used a combo of linux with ipchains and Aix with secureway firewall to do the dmz..yes i had to publish the servers in the secureway firewall. The linux one we used one box on each end as a protocol/port firewall.
    This is what i did as the documentation for this is quite limited...lots of general links..no specifics..!!!
    The set up i had done ..was a combination of Sap R/3 talking through XI to IBM WebSphere, users could input data into webSphere after passing through ldap, WebSPhere Security and Tivoli WebSeal, the certificate..key was generated using Tivoli PKI..and this then we had in one scenario for each adapter..and had a set of tests where at diffrent times different machines would be in the dmz...finally we settled with the webSphere server being in the extranet and the rest in the intranet...why do you need to setup 2 PI servers to talk to each other using idoc`s..its preferable to go with soap for that. We did  tunnel the http traffic into the Lan(P.S: Check the ports for http..its not 8080 or 8000 as expected ..;).
    Hope this helps..let me know if you need more info....
    Regards
    Ravi Raman
    I'm looking for information how to set up the two PI servers that they communicate via HTTP/S and internally via IDOCs. Especially the part when we have to publish the PI servers in the DMZ is interesting. How is this done generally? Do I have to set up the servers in the DMZ or is it ok when the servers are behind the Firewall and I would just tunnel the HTTP traffic into the LAN. Have you any experience with the security topics when we are not in the DMZ? IS a PI server secure enough to be out there? You see, a lot of questions...
    Regards,
    Michael

  • Document for test scenarios in Construction

    Hi
    Does anyone has documents with test scenarios(steps) in SAP SD for Construction business.
    Please mail the same to my mail id, Urgent help needed
    Regards
    Hitesh

    Hello!
    Did you check at the Best Practices website?
    You can find some scenarios steps in the document "Business Process Documentation": http://help.sap.com/bp_eco604/BBLibrary/Documentation/447_BPP_EN_US.doc
    http://help.sap.com/bp_eco604/BBLibrary/HTML/447_EN_US.HTM
    The link to the Construction Best Practices is http://help.sap.com/bp_eco604/ECO_US/HTML/index.htm
    I hope this helps.
    Regards,
    Rafael

  • CRM extractor Testing Scenarios.

    Hi Gurus,
    I need to extract the Activities from CRM to BW. This data must be extracted with the standard extractor
    0CRM_SALES_ACT_1
    0crm_srv_process_h
    0CRM_ERMS_ITEMS. When I test this extractor in RSA3 (in CRM), I obtain records that is less than "Activity Monitor" (CRM SIDE) . I checked in tables in CRM end and those tables have more than RSA3 extractor data.
    **How can help me out in giving the testing scenarios for the above extractor to be testing compelted E2E and kindly provide me with steps how to check if CRM data fully extracted into BW? or not ?**
    Thanks
    Naren

    Hi,
    CRM to BW extraction
    also pls check BI Best Practice ?
    http://help.sap.com/bp_biv335/BI_EN/html/bw.htm
    'Customer Relationship Management'
    e.g
    http://help.sap.com/bp_biv335/BI_EN/html/BW/SalesAnalysis.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f2910623-0c01-0010-de8f-d1926988a986
    Have a look at these linsk from help.sap
    http://help.sap.com/bp_biv135/html/bw.htm
    http://help.sap.com/bp_biv135/html/BW/SalesAnalysis.htm
    http://help.sap.com/bp_biv235/BI_EN/index.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/af/ed833b2ab3ae0ee10000000a11402f/frameset.htm
    It might help u.....

Maybe you are looking for

  • IPod nano not charging on Windows XP

    My iPod nano won't charge at all, and I have Windows XP. After I plug my nano into my computer via USB, a white screen comes up on the nano that shows a "dead" iPod and the address for the Apple support website. Then the screen goes to the depleted b

  • Automatic response on messages in Apple Mail

    how do you set an automatic reply email message notifying everyone that emails you, that you are away in Apple Mail? I can't seems to find the function anywhere in the application.

  • Re: CHANGE ANNUAL VACATION BENEFIT WITH HOURS CHANGE

    Hi In annual vacation benifit, an employee having Full time (100%) like say an e.g having 120 hrs quota.for the year say 01.01.06 to 31.12.06. In between middle of the year say 01.06.06 i want to change as part time as 75% in infotype 007 (activated

  • Some photos have disappeared!!

    My mac froze so I turned it off and rebooted it, and when I reopened iPhoto afterwards, more than half of my photos have disappeared from the Library. I went to the iPhoto folder in the Finder and it shows all the pictures are still there, in their d

  • Roll Up patch

    Hello, What does roll up patch mean ? BR