Need to create a program to test the object

Hi All,
My requirement is to create a program which similarly to SLIN i.e Extended check
This should show all the syntax error , warning error and etc.....
Regards,
Reni

Write a BDC program that calls SLIN and provide the program name, SLIn will take care of everything else.

Similar Messages

  • Create a program that recognizes the human face , any API or idea?

    Hi , I try to create a program that recognizes the human faces, taking images from a webcam , but i don´t know how do it , any API or idea?

    shays wrote:
    sabre150 wrote:
    malcolmmc wrote:
    Don't be so negative.I can never understand why negative realism should be so looked down upon. I also can't understand why verbal abuse is looked down on when it can be taken so constructively. In fact I feel the same about physical abuse, why do people shy away from it when it clearly shows how we really feel. Who needs courtesy, it doesn't do anyone any good. And lets take off the turn signal on cars, I don't need some light to tell you that I am about to cut you off. And we should definitely use the car horn more often. Any time I see an ugly car I get right behind them and lay on the horn. What's wrong with that. ; )So you want me to be unrealistic? So you want me to be upbeat about the OP's chance of creating a face recognition program? So if I see you about to jump off a cliff you want me to say - go for it, it won't hurt much, you will gain much from the experience?
    And where was this verbal abuse? In reply #4 I was sarcastic (as you are in your post) but to my mind not abusive. In reply #6 I was critical of the OP's approach but to my mind not abusive.
    Get real.

  • Whenever I create a program or Include the editor lock gets checked.

    DO you know why this would get automatically set everytiem I create a program?  I have to manually go in and uncheck it/
    Thanks

    Hi
    Please FInd the Code Below
    TABLES: TRDIR.
    PARAMETERS: PROGRAM LIKE TRDIR-NAME OBLIGATORY.
    PARAMETERS: EDITOR  LIKE TRDIR-EDTX.
    SELECT SINGLE * FROM TRDIR WHERE NAME = PROGRAM.
    TRDIR-EDTX = EDITOR.
    MODIFY TRDIR.
    IF SY-SUBRC EQ 0.
       WRITE: / 'Editor Lock update Successful ', TRDIR-NAME.
       IF TRDIR-EDTX = 'X'.
          WRITE: ' Lock'.
       ELSE.
          WRITE: ' UnLock'.
       ENDIF.
    ELSE.
       WRITE: / 'Editor Lock update Unsuccessful ', TRDIR-NAME.
    ENDIF.
    Thanks
    kalyan

  • I'm creating a program that caluclates the area of a triangle & rectangle

    Hi. I am reposting this topic in order to post it correctly. I will begin with my questions. I am to ask user to enter either rectangle or triangle to find the area of shape or to hit X to terminate the program. Have I coded this correctly? I am to use while and if loops which calls methods from CalculateAreaOfShapes. I have not attempted the if loops because I'm just not sure how to do them. If someone could give me some suggestions I'd apppreciate it. Next, if user enters Rectangle, I am to call calculateAreaOfRectangle() Have I coded this correctly? Also, If user enter Triangle, I am to call calculateAreaOfTriangle() Have I coded this correctly? The program should not terminate until X is entered. My code goes as follows:
    import java.util.Scanner;
    public class ModifiedTestCalculateAreaOfShapes
         public static void main(String[] args);
              Student Royce = new Student();
              //call student class's print method from student
              Royce.printMyInfo();
              //Welcome to Royce's modified TestCalculaterAreaOfShapes Program!
              System.out.println("Welcome to the Royce ModifiedTestCalculate area program");
              System.out.println("Please enter t to calculate area of triangle or r rectangle");
             //create a Scanner object name sc
              Scanner sc = new Scanner(System.in);
             //modifing this assignment so that the user has a choice until choice isn't equal to "r" or "R", or "t" or "T".
             String choice = ("y");   //Declare the variable to hold the name
             while(!choice.equalsIgnoreCase ("x"));   //Begin program loop
                  //get the users choice "t" or "r"
                   System.out.print ("Enter (t/r): ");
                   String user = sc.next();
                    System.out.print("Enter shape: ");
                    double shape = sc.nextShape();
                    System out.println("Please enter t to calculate area of triangle, r for recctangle or x to quit\n")
                    //Asking the user to make a choice.
                              //create a Scanner object for if statements/
                              if(choice1.equals("t"))  //If choice is t then call calculateAreaOfShapes for my code
                                              //calculate the area of a Rectangle and a Triangle
                                            CalculateAreaOfShape.Shapes = new CalculateAreaOfShapes();
                                            double TriangleArea = Shapes.calculateAreaOfTriangle(height*base)/2
                                            else if(choice1.equals("r"));
                                                      double RectangleArea = Shapes.calculateAreaOfRectangle(height,width);
                             //display the area for each
                             String message = "Area for triangle: " + areafortriangle + "\n"
                                               + "Area for rectangle:" + areaforrectangle + "\n"
                                               + "Total area:        " + total + "\n";
                             System.out.println(message);
                             //see if the user wants to continue
                             System.out.print(Continue? (r/t): "){code}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    No, let's continue in your original thread:
    [http://forums.sun.com/thread.jspa?threadID=5390499]

  • I have two lists. The first is "Tasks", second is "Journal". I need a "Create Journal Entry" link in the Tasks list. How do I do that?

    Let's say I have a Task named "Build SSIS for Duke Energy" and it has another column called Active. Now every day I look at my task list and If I worked on that task I want to create a Journal entry of what I have done. So from the Task
    list I'd like a third column that calls the "Journal Entry" list's new form page and pass it in the ID of the task. I have found several TextToHtml scripts out there, but they have to be stored in a script library, and then sourced to a content
    editor web part. The problem is they don't fire when I have my list grouped. In addition to, every time someone creates a new view, I have to go in and add the Content Editor web part, point to the script....
    Any thoughts. It is the grouped view that really bug me.

    Hi,
    If you only want to add a hyperlink to create a Journal entry in the task list, I recommend to add a Hyperlink column in the task list and then create workflow to update the column.
    You can follow the steps as below:
    Open the task list, add a hyperlink column named Create Journal Entry.
    Create a workflow associated to the task list, start the workflow automatically when an item is created.
    Add actions as below:
    Then when a task is created in the task list, the workflow will be stared automatically to update the “Create Journal Entry” column.
    Thanks,
    Jason             
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Jason Guo
    TechNet Community Support

  • Create a user and use  the objects of another Shema

    Hi all oracle`s gurus
    i need a little help .....
    i, create a shema named "a" that the owner is user_dba and here there are all objects of the aplication but i want all other users of the app can use those objects; the users are created in the database ,
    Thanks

    I would be very leary about granting privileges to PUBLIC, particularly privileges other than SELECT, because most systems end up getting a few special-purpose accounts that shouldn't see everything.
    The standard approach is
    - Create a role
    CREATE ROLE my_application_role;- Grant appropriate privileges to that role. This generally takes the form of a PL/SQL block initially
    BEGIN
      FOR x IN (SELECT * FROM dba_tables WHERE owner = <<schema owner>>)
      LOOP
        EXECUTE IMMEDIATE
          'GRANT select, insert, update, delete ' ||
          '    ON <<schema owner>>.' || x.table_name ||
          '    TO my_application_role';
      END LOOP;
    END'- Grant that role to the user(s) that will be connecting to the database,
    GRANT my_application_role TO some_user- Create appropriate public synonyms for the various objects. Again, this can be a PL/SQL block and can be combined with the block that grants privileges
    BEGIN
      FOR x IN (SELECT * FROM dba_tables WHERE owner = <<schema owner>>)
      LOOP
        EXECUTE IMMEDIATE
          'CREATE PUBLIC SYNONYM ' || x.table_name ||
          '    FOR <<schema owner>>.' || x.table_name;
      END LOOP;
    END'As an alternative to public synonyms, you can set the CURRENT_SCHEMA attribute (potentially in a login trigger) to SCHEMA_OWNER when the users you want to access these objects log in.
    Justin

  • How to test the object is base 64 encoded or not.

    Hi,
    MimeUtility is which I am using for base 64 encoding of object.
    but while decoding I want to test whether the object is base 64 encoded and then only I want to decode it. actually while encoding I will be encoding it based on some criteria. If that criteria is satisfied then I will be encoding the object else I will not do so but I cant test it same way again so I have to explicitly test whether its encoded at base 64 encoding then only decode it.
    Sorry it seems to a long story :)
    Thanks in advance.

    If that criteria is satisfied then I will be encoding the object else I will not do soSo, you're not saying what that criteria is, but you're asking if there is some way (and I suspect asking for some way) of determining, after the fact, whether that criteria was met.
    Depending on the criteria, and the method of encoding, I would have thought it quite possible for some object which was not encoded to be in every respect identical to the encoding of some other object. In this case it would not be possible to determine whether some arbitrary object was the result of an encoding.
    But then, as already pointed out, you know if you encoded something or not.

  • Interactive form as  Callable object error on testing the object.

    Hello experts,
    I am trying to use a adobe interactive form as a callable object in guided procedure and when I do the testing the error I am getting is:
    "Callable object implementation did not return output parameters"
    Result: Technical exception
    Details: Service call exception; nested exception is:
    java.net.UnknownHostException: pwdf3102: Service call exception; nested exception is:
    java.net.UnknownHostException: pwdf3102: Service call exception; nested exception is:
    java.net.UnknownHostException: pwdf3102
    I did check all the configuration setting and everything seems to be all right.
    Appreciate any suggestions.
    Muthu Sundarresan.

    There should be default entry like
    127.0.0.1       localhost.   
    Make an entry below that with your ip address and the hostname.   Reward some points pls.

  • Collaborator(s) needed to create zoomable 3D Histogram on the Desktop

    OK -
    Suppose we have an ABAP program Pa and a desktop progream Pd, where:
    1) Pa passes Pb a 500x500 matrix M  with a non-negative integer value in each cell of M.
    2) Pb displays M as a "zoomable" 3D-histogram H
    3) in the XY (horizontal) plane of H, every line y = i represents a row of M and every line x = j represents a column of M
    3) for any point (x,y) = (i,j), the  height of the histogram H is the value of the integer passed to PB in the cell (i,j) of M.
    4) H is "zoomable" in the sense that if we decrease the horizontal precision of H from 500x500 to 50x50, the program Pb does some fancy interpolations to provide a "zoomed-out" version H50 of H;
    5) If the user clicks anywhere on one vertical line of H with equation (y=i, x=j) and hits a "Find" button, the program Pb passes (i,j) back to the ABAP program Pa.
    6) If the user clicks on more than one vertical line of H, say five vertical lines with equations (y=i1, x=j1), (y=i2, x=j2), ..., (y=i5,x=j5), and then hits "FIND", the program Pb passes all five pairs of integers back to Pa.
    7) Items 5-6 are only doable when the histogram H is being displayed, not when any coarser histogram like H50 is being displayed.
    Finally: Please note that this is the user-interface for the "tree-shape" project which I've laid out in the Coffee Corner thread "The Shape of Trees To Come".

    Hi Chris -
    Thanks for the encouraging words.  I haven't let this whole idea drop - I've just been real busy at work-work (see my reply to Brian today re March as ABAP month.)
    I honestly do think that if folks had an easy way to evaluate the actual "shapes" of complex ordered trees against the success of such trees at doing the jobs they're supposed to do, we might learn a whole lot about how to use linked lists more effectively from a functional and technical point of view.
    Regards
    djh

  • Why does FF need to create 10,000 folders for the cache? How do I make it go back into single folder mode?

    Before it was x:\\Cache\"stuff"...Simple easy to find files if you need to.
    Now its..
    x:\\Cache\X\x1\"a little stuff"
    x:\\Cache\X\xA\"a little more stuff"
    x:\\Cache\X\x0\"a even more little stuff"
    x:\\Cache\X\x9\" crap... I'm lost now""
    What is the purpose for the extra folders? I want to be able to revert it back to single folder mode.

    You would need to revert to Firefox 3.6.23 to have the old cache setup.
    The multiple cache folder setup is to allow for a larger cache which works more efficiently that earlier versions worked.

  • R Program for testing the read of a (UNIX) Directory?

    I think it starts with an R - Or any other pro0gram will work.
         Thanks.

    RSWATCH0

  • Testing the object

    hi,
    how to test code after completion of development of object by an ABAP Programmer.
    can anybody explain the steps carried out  for testing by ABAP Programmer only.
    Thank u in advance.

    hi sri,
    1) check for any performance related stmts like selects...
    selects with inner joins
    when for all entries is used check if the first table is not initial.
    2) goto debug mode and check if the variables are holding the right values.
    3)check the selction-screen is correctly validated according to the requirement.
    4)check whether the internal tables are cleared where required.
    hope this helps,
    do reward if it helps,
    priya.

  • Need impl of a map which adds the object to an existing value

    Hi
    I want to create a Map with the key as 'Integer"'
    The value should be a 'Queue' (or List) of Object 'Sample'.
    The key value (Integer) is present in the 'Sample' object. This key id not unique for 'Sample' object.
    When I add a 'Sample' to the map, it should add to the corresponding queue in the Map, based on the value of that field in the 'Sample' object.
    Is there any such Collection in API? so that I don't have to write the custom implementation. I am ok with Apache Collection also.
    Regards
    SS

    Hi
    I want to create a Map with the key as 'Integer"'
    The value should be a 'Queue' (or List) of Object
    'Sample'. Following you so far. Just use a Map.
    The key value (Integer) is present in the 'Sample'
    object. This key id not unique for 'Sample' object.
    When I add a 'Sample' to the map, it should add to
    the corresponding queue in the Map, based on the
    value of that field in the 'Sample' object.Lost you here, what you mean is present in the Sample object? What do you mean not unique? I thought you were added lists to a map not samples? You might want to post some code of this Sample object???

  • Create a program interactif

    HelloFriends
    he objective is to create a program that displays the data headers and posts sales orders, respectively VBAK and VBAP.
    Fields to display are: Order Number (VBAK-VBELN) command post (VBAP-POSNR), number of Article (VBAP-MATNR), quantity ordered (VBAP-KWMENG), unit (VBAP-VRKME) customer number main contractor (VBAK-KUNNR).
    Create 3 buttons (COMMAND, items, customers)
    Several actions must be triggered:
    u2022 Double-click on order number (or COMMAND button) = triggering transaction display order (VA03).
    u2022 Double-click on item number (or button ARTICLE) = triggering transaction display section (MM03).
    u2022 Double-click on the customer number (or button client) = triggering transaction display customer data bases (FD03).
    Thanks en advance
    Regard
    Moderator message - Please do not post your requirements and ask the forum to do your work for you - post locked
    Edited by: Rob Burbank on Oct 29, 2009 12:21 PM

    You can simply use standard report VA05.
    You can also create your own program.
    I am sorry, i cannot give you a complete report but guide you through. Go to SE38 - search for demo programs which displays flight data. All you need to create a program and observe the demo program then implement your own program with sales order data.

  • Program to list 'Z' objects to translate

    I need to create a program to translate 'Z' objects (domain, text Elements, data elements, tables, reports, etc..)   to rollouts to another countries.
    I saw table TADIR, contains all Z objetcs created.
    I didn't find the table contains the description of all objects.
    Please, tell me which tables contains these descriptions.
    Thank's

    Hi Jorge,
    please set up a [translation environment |http://help.sap.com/saphelp_nw70/helpdata/en/ef/ca8f2c28ce11d5b2be0050da3f31b1/content.htm] once and use it for years.
    Here you can define according to your needs and the system will help you to manage the process.
    Regards
    Clemens

Maybe you are looking for

  • How to block a delivery when an A/R Down Payment Invoice is not paid?

    1. Create and add a Sales Order 2. Create and add an A/R Down Payment Invoice based on the created Sales Order (set DPM % to 50) 3. Create and add a Delivery based on the created Sales Order The delivery is not blocked. Is there an easy workaround/al

  • Unable to update software 4.3.5 server timed out?

    When I attempt to update my iphone with new software update 4.3.5 on itunes, system will attempt to download and after at least an hour it states "There was a problem downloading the software for the  iphone. Network connection timed out. Make sure y

  • PO vendor and parked document number

    hi, I am new to FI and i need to fetch the following from the Purchase Order Number. PO vendor Parked Doc Number/ Invoice Number. Can you plz let me know the table and field where i can get these details? regards, Balaji

  • Conversion of hexadecimal file to decimal file in labview

    hi all, I took a measurement from an anemometer by its original program. I attached the file below. I want to convert this file to the decimal file. I all know is the data in file are in hexadecimal and 16-byte. How can I convert this file to decimal

  • Defaulting a field to another field?

    When a user keys in the Customer field, I would like the Description to default to the same value (and display when the user leaves the Customer field. Using the on blur or on change, code similar to the following does not work: portal30.inventory.de