Configuring "Test Function"

Hi,
I'm working on EP12 with VC 6.00.0050.
I can import the BAPI as data service in my VC model. And I can test the simple BAPIs with the "Test Function" given.
But, in one of the BAPI, I'm required to fill in with 2 rows. As VC, by default doesn't give this functionality for testing, how can I configure testing tool for that?
Thanks and regards,
Mausam

Hi Ignacio,
Thanks for the answer...and after your answer I gathered the courage of deploying it to portal and now its working fine.
Thanks again......
Regards,
Mausam

Similar Messages

  • Cannot print wirelessly to a new HP B210 though configuration test is fine.

    Cannot print wirelessly to a new HP B210 though configuration test is fine. It keeps coming up, "not connected" or "oof line". I have a 5 year old Linksys Router and connect perfectly to 2 iPads and a new Mac Pro wirelessly all over the house.

    Based on what you just expressed, the hardware may be working. However, the software/ firmware is not functioning correctly.
    Mario
    I worked on behalf of HP.

  • Error in AEX Itegrated Configuration Testing "No receiver agreement found."

    Hi,
              I am working on PI 7.3, doing a File to Idoc by using the AEX(Advance Adapter Engine Extended). While doing the configuration testing i am getting the below error "
    Problem occurred in receiver agreement for sender -BC_XXXXXXX to receiver -BS_XX5_100,urn:XXXX.com:POC:MasterData:Article:ECC:Sender.SI_OA_POC: No receiver agreement found for , BC_xxxxx, , BS_xx5_100, urn:xxxx.com:POC:MasterData:Article:ECC:Sender, SI_OA_POC."
            I gone through the SDN but not got usefull links. I tryied to recreating whole scenario, Cache refresh, but no luck. Can you pls let me know where is the problem. Do i need to do any additional configuration other than creating RFC in Java stack for AEX?
    Thanks & Regards,
    Dev

    Hi RK,
            Thanks for your reply.
                  Yes i have created the Idoc_AAE channel and assigned this channel in my Outbound Processing tab.
    What do you mean by java channel in Inbound Processing? My sender is File so i created File channel and assigned in the Inbound processing tab.
    @ Raghu,
                I have created the Receiver channel. I no need to create Receiver agreement because i am using the ICO so if i give the Receiver and Inbound interface details that is enough. And one more thing i am doing testing in ID Test confiuration.
    Thanks ,
    Dev

  • [svn] 3526: The call to the TestNG task in the configuration test framework had haltOnFailure set to true which is not what we want .

    Revision: 3526
    Author: [email protected]
    Date: 2008-10-08 14:21:40 -0700 (Wed, 08 Oct 2008)
    Log Message:
    The call to the TestNG task in the configuration test framework had haltOnFailure set to true which is not what we want. Failures will get logged to the database at which point we can review them.
    Also fix a failing test.
    Modified Paths:
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/build.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/jms/NoJNDINameT est/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/jms/NoJNDINameT est/services-config.xml

    I have a standard Ant build script for signing a jar file. I import it into my master Ant build files with
    <import file="Sign.xml"/>
    and then in my master Ant script I setup the name of the jar file e.g.
    <property name="jar-file" value="${fun}/FunApplet.jar"/>
    and then invoke a target
    <target name="sign-jar" depends="jar, sign">
    </target>
    Since this target (sign-jar) depends on target 'jar' and target 'sign' it executes the 'jar' target and then the 'sign' target that is contained in Sign.xml.

  • Need help in configuring Test Report

    Hi Gurus
    We have configured Test Package for one of our Time Module. When i am running Test Report it is copying files in Temp Folder. When i open that Report it is empty. Could any one tell me any other configuration need to do ?
    This is the steps i am doing
    Step 1: Seleting Test Package and click on Goto Tab
    Step2 : Click on Create Test Report
    Step3 : Selecting all the options
    Step4 : Continue
    Regards
    Bhaskar

    Hi,
    Whenver you generate a Test Report from solman it is blank initially but to generate it you need to open the document and then execute this macro,
    SAP_CREATE_TESTREPORT
    Have you executed the same ..........you need to adjust your macro settting for wordpad or the security settings.
    Hope it solves your prb.
    Regards
    Prakhar

  • Configure, Test, and Consume an Enterprise Service in SAP CRM ABAP 6.0

    Hi all,
              Can anyone provide me any document on how to Configure, Test, and Consume an Enterprise Service in SAP CRM ABAP 6.0 (2007) ???

    Hi,
    there are tons of documents about consuming and producing web services. This question has been also asked on this forum many times. Check for example section eLearning. There are couple of tutorials related to web services. I would start with SAP documentation. The web services are capability of NetWeaver so it does not matter if you have CRM or ERP system. The tools are same.
    Cheers

  • [svn] 4637: Update config testsuite on blazeds/ trunk to run mxunit tests for a configuration if there are any mxunit tests found in the configuration test directory .

    Revision: 4637
    Author: [email protected]
    Date: 2009-01-23 04:40:16 -0800 (Fri, 23 Jan 2009)
    Log Message:
    Update config testsuite on blazeds/trunk to run mxunit tests for a configuration if there are any mxunit tests found in the configuration test directory. Change some things around in the mxunit build.xml to make this possible, mainly allow things like test directory, reports directory etc. to be passed in as ant properties.
    Add browserServer.jar to the qa-regress-sdk.zip file used for regression runs.
    Update blazeds/trunk to use the latest qa-frameworks.zip.
    Checkintests: passed
    Modified Paths:
    blazeds/trunk/qa/apps/qa-regress/build.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/build.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/build.xml
    blazeds/trunk/qa/resources/frameworks/qa-frameworks.zip

    Just checked but could only find this thread Unable to run ADFBC JUNIT Test Classes with JDEV11G 11.1.1.6
    As it's also dealing with junit and 11.1.1.6.0 you might want to read it.
    Timo

  • Genericall​y compacting arrays using a test function

    Is there a way to do the following (or at least this stuff in the box) generically. Is there a name for this algorithm?
    Essentially I want to reduce an array to just its elements that pass a test. The test can just be another array of booleans which say whether the array passed the test or not. I feel like I write this code a lot and it bothers me that I write it so much.
    Thanks!
    Solved!
    Go to Solution.

    Thanks all for the responses.
    I find it so frustrating that Labview sometimes can't even do things that are so simple in other languages (see like http://docs.python.org/2/library/functions.html#fi​lter) or that can be trivial to implement in other languages (see C++). 
    My hope was that no variants would be necessary at all as they add clutter and bypass compile time type checking. Clearly one way to make functions like this generic is to use variant data. I was kinda hoping to avoid it all together. The reason I wrote out the function the way I did is because it's space and time efficient in more cases, generally.
    It's true you're probably fine doing this in one loop (using a preallocated array with the same size as the input array). Consider though that if you want to avoid making a full sized copy of the array, generally, seperating out the loops is needed. Labview doesn't make a copy of any array data until it passes the data into the test function (and if the test function isn't even a vi then it doesn't make a copy at all) which it will only do one or P at a time, depending. Then the only new allocation of significance is the allocation by initialize array, which in many cases will be substantially smaller than the input array.
    This time the performance doesn't matter. But I'd sure like to make generic functions like these that could be generally performant. One day maybe.

  • Where i can get all test functions and details of those function

    Hai
    Actually i was a beginner in teststand can any one tell me where i can download the test functions details list ,the datatype of those function,
    Thankyou

    Hi,
    Not sure what you are after!!!
    Have you tried the TestStand Programmer Help or any of the User Manuals.
    Regards
    Ray Farmer
    Regards
    Ray Farmer

  • In RDS Configuration, Test Connection is Succeful, but Test Debugger fail?

    In RDS Configuration, Test Connection is Succeful, but I click Test Debugger
    Test Debugger failL
    "it said : An RDS connnection was established but the ColdFusion RDS line debugger could not be contacted.  The server gave the following message:  Coldfusion line Debugger is not enabled."
    My Server is running normal, connection is OK!  How to fix?

    @waveset wrote:
    Just concentrate on Username and Password. They are defintely not correct and as said by snowdog.Thank you for Snowdog and @waveset for your quick response.
    Yes, "admin" and password "****" are an example about a user created in AD1 with rights enough to create and search objects in AD.
    But I thing the problem is not the user. Could it be the password encryption?
    I post a part of trace file for more information:
    20080103 11:21:36.640 service-j2ee-3(0x0108c497) ADSIResourceAdapter#getResponseBytes() Data [0x03b0]: 6f 00 6e 00 73 00 65 00 3e 00 0a 00
    20080103 11:21:36.674 service-j2ee-3(0x0108c497) ADSIResourceAdapter#getResponse() Exit returned= <?xml version='1.0' encoding='UTF-16'?>
    <Response>
    <Result status='error'>
    <ResultItem type='message' status='error'>
    <Message>
    <Text>Error opening object 'LDAP://CN=Users, DC=mydomain, DC=vodam, DC=local': ADsOpenObject(): 0X8007052E: , 8009030C: LdapErr: DSID-0C09043E, comment: AcceptSecurityContext error, data 0, vece, Logon failure: unknown user name or bad password.&#xD;&#xA;</Text>
    </Message>
    </ResultItem>
    </Result>
    </Response>

  • HT6160 What ports are used for Apple Configurator to function with IPads?

    Need to know what ports need to be allowed for Apple Configurator to function.

    Apple Configurator runs locally on an OS X computer. It requires a USB connection. So no ports required for connecting Configurator to iPads.
    However, there are some ports that need to be opened for iPads to work with Apple's server if you are behind a firewall. Here is a list of known TCP and UDP ports used by Apple software products: http://support.apple.com/kb/HT6175?viewlocale=en_US
    To use iPads behind a firewall (Configurator or not), you'll want to definitely open 5223 for Apple Push Notification and the standard ports for HTTP/HTTPS (80 and 443). If you're using an MDM, you will likely need to open 2195 and 2196 as well.  If you still have issues port watch and see what an iPad does when trying to get to the store.
    Hope this answers your question!
    ~Joe

  • Question about the 'TEST' function of BAPI

    I have run a BAPI function 'BAPI_GOODSMVT_CREATE' using 'TEST FUNCTION MODULE'.
    The process is successful and I can see the return material doucment number and year.
    However, when I search the table MKPF, no such document exists.....
    It seems that a document no. has been used but no such document is really created...as when I create a material document manually using transaction code MIGO, a doucment with doc. no. = that return by BAPI by using test function module + 1.
    I want to know is there any way to commit the transaction created by test function module? and it is wierd that it makes my document number becomes discontinue....
    thanks!

    Gundam,
    whenever you use TEST facility, the changes are never committed to the database. However, you loose the serial number because of Serial Number Range Object. Once you take a number of the object, that number is lost and that is why you are missing the sequence.
    Regards,
    Ravi
    Note : please reward the posts that help you.

  • Question about the function module testing function

    Dear everyone
    I am trying to use the testing function of a function module in order to understand how the following
    function module works.
    <Function module>
    BAPI_SALESORDER_CREATEFROMDAT2 --> This function module is to create a sales order
    I input several data in the test function, and I was the successful result with some sales order number.
    However, this sales order is not actually registered in the system.
    Would it be possible to run the function module (in the test mode), so that it would actually
    register those documents (ex. sales orders) in the system.
    I would like to see the actual sales orders to understand how the function module works.
    Thank you very much in advance
    Takashi

    Dear everyone
    ※Sorry, my initial message was hard to understand. So I will write it again.
    I am trying to use the testing function of a function module in order to understand how the following
    function module works.
    <Function module>
    BAPI_SALESORDER_CREATEFROMDAT2 --> This function module is used to create a sales order
    I input several data in the test function, and I've got the successful result with some sales order number.
    However, this sales order is not actually registered in the system.
    Would it be possible to run the function module (in the test mode), so that it would actually
    register those documents (ex. sales orders) in the system?
    I would like to see the actual sales orders to understand how this function module works.
    Thank you very much in advance
    Takashi

  • Test function

    hi,
    I know how to test function if it's return type is item_list,number...or others(ex:select dynamic_test.get_product_group_index from dual;).But I don't know how to test function if it's return type is GenericCursor.I use pl/sql developer SQL window for my test.
    Thanks for your reply!
    jing

    create or replace package pak_test as
    type rc is ref cursor;
    procedure test(p_cursor in out rc);
    end;
    create or replace package body pak_test as
    procedure test(p_cursor in out rc) is
    begin
    open p_cursor for select * from emp;
    end;
    end;
    variable x refcursor
    set autoprint on
    exec pak_test.test(:X)

  • Configuring email functionality in CHARM

    Hello Gurus,
    We are at SAP SOLUTION MANAGER 7.1 ,ST 710 07 and have charm configured and operational.
    we need to configure email functionality for change in charm status .
    So need your help and guidance tu understand the scope such as
    1.whom we can send mail
    2.content of mail alerts
    3.pre-requisites if any
    and standard documents  that could help me configure the same.
    Thanks
    Prasanjeet

    Hi Prasanjeet,
    The email functionality is almost same for ServiceDesk & CHARM.
    You can check the below link for more details -
    Pep Up Your ChaRM - Part 1: HowTo Create a Smart e-Mail Action
    Best Regards,
    Tanmeya

Maybe you are looking for

  • DNG converter won't open CR2 files for conversion: no items match your search [was: Please help!!!!]

    Hello, I am stressing out!! I have downloaded the DNG converter and whenever I try to click on the folder to convert it, it says no items match you're search, I can view the pictures in my desktop just not with the converter. I use windows 8 PC and t

  • Re: I need a copy of the receipt for my purchase from October of 2013

    hello! In connection with the move, I lost the receipt of purchase in your store. I have a big request to you, please send me a copy of my receipt devices iPhone 5s gray 16gb serial number: {removed per forum guidelines}. Number IMEI: {removed per fo

  • Cannot find JavaBean?

    Created JSP program that calls a javabean but for some reason it cannot find the javabean class. here is the JSP that tries to do the import (This jsp sits in C:\jakarta-tomcat-4.0.3\webapps\webdav\myJSPs): <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0

  • Moving data from internal table to Dynamic internal table

    Hello All,   I am facing a problem i moving the data from a internal table data to Dyn. internal table. My code is as follows *******Declartion************************************** DATA: IT_FIELDCAT TYPE LVC_T_FCAT,       IS_FIELDCAT LIKE LINE OF IT

  • Export to MOV with embedded Movies -- sound erratic

    Help! I've trying to do too much with Keynote, I'm sure: I need to make a multi-media presentation with bg music, VO narration, standard Keynote transitions AND embedded movie clips -- then exported as a MOV file. When I do export it, and play the MO