How do I create an object (Installation Fact) using a FM?

Hello all,
Is it possible to create an object (An Installation Fact to be more precise) using FM  ISU_S_INSTLN_CHANGE ?
The x_auto structure is populated as follows :
x_auto~ factsfacts_autoiquant~operand : the new operand
x_auto~ factsfacts_autoiquant~season : blank
x_auto~ factsfacts_autoiquant~auto_use : blank
x_auto~ factsfacts_autoiquant~auto_insert : checked (i.e. X)
x_auto~ factsfacts_autoiquant~auto_merge : blank
The structure x_auto~ factsfacts_autoiquant~ivalue is populated as usual.
“Ok Codes” are correctly filled in : X and SAVE.
Nothing happens after the run? Any idea please ?
Your help is much appreciated.
Message was edited by: GA
        Goharjou ardavan

Similar Messages

  • How to add new operand in installation facts through FMs

    Hi,
    Please guide me for the following query:
    How to add new operands in installation facts through Function Module?
    Please guide me with any function module through which i can acheive the above requirement.
    Thanks and Regards

    Hi,
    Thanks for your reply please.
    Through the BAPI which you have specified i have not been able to add any new operand in the installation facts.
    Please guide me with the parameters which are required to be passed to create a new operand entry in the installation facts.
    Please guide.
    Thanks and Regards
    Edited by: MP Vashishth on Aug 11, 2011 1:43 PM

  • How can I create a object for a note?

    Hi experts,
        I need to apply the note 501905 but when I try in the SNOTE transacction I receive this error:
    Object REPS Z_MRM_DELETE_PP does not exist; create it
    Diagnosis
    The SAP Note that you want to implement contains changes to an object that does not yet exist in your system.
    SAP Notes contain only changes to objects that already exist. This means that the the system cannot automatically create new objects during the implementation of this SAP Note.
    Procedure
    1. Cancel the SAP Note implementationl.
    2. Create an empty object REPS Z_MRM_DELETE_PP with the corresponding object editor.
    3. Restart the SAP Note implementation.
    How can I create that Object??
    Thanks for the help!

    Hi Carlos,
    It says that you have to create a new program with a name Z_MRM_DELETE_PP.
    Once you create and activate the program you can execute the SAP Note.
    All this processure will be written in the SAP Note.
    Please Go through the Note using below:
    Step1: Use T.code SNOTE.
    Step2: Use menu GOTO --> NOTE BROWSER. Provide the Note no and EXECUTE.
    Step3: Double click on the displayed line.
    Here you will get the information to do before implementing the note.
    Go through all the documentation, and once you did all the development given in the note then you can implement the note.
    Regards,
    Sreekanth.

  • How do I create an object from a filename?

    I'm traversing directories and storing a list of files in a File array. Then I traverse the array looking at the extension of the file. If it is .java then I would like to instantiate it as a class so that I may pass the new object to another function which will examine its methods. I've tried Class.forName(file.getCanonicalPath()) and it throws a ClassNotFound exception. How can I create an object from a valid filename, please?

    Rick_Avlonitis wrote:
    If it is .java then I would like to </snip>.java files contain source code, they can't be "instantiated". Class.forName() takes a classname as parameter, i.e. "mypackage.MyClass". A class name is not a file name, and it doesn't have an extension. As stated in the other reply, you'll need to have the class on your class path.

  • Hi, how do I create a standalone installer for Mountain Lion, ie, download once and then no more broadband required, thanks?

    Hi, how do I create a standalone installer for Mountain Lion, ie, download once and then no more broadband required, thanks?
    Context is that my other computers are not mobile and I do not have broadband worth troubling for a 4GB download - so will go to Apple Store with MacBook Pro for first download.

    The easiest way is to download the installer but do not open it.
    Next, make a copy of it and store it where it won't get lost.
    Then take one of the copies and place into the applications directory and open it to begin the installer.
    This has saved me the trouble of ever having to download the installer twice, plus you can mess around with the installer and try different options without having to worry about not having a clean install file if needed.
    Best wishes

  • How to dynamically create a treeview in sharepoint using javascript or jquery

    How to dynamically create a treeview in sharepoint using javascript that displays spsites ,spweb,splist

    Hi,
    In SharePoint 2010, we can customize web service and use Server Object Model to get all the SharePoint sites, webs and lists, then call the web service using jQuery and using the jQuery Treeview plugin to display the data.
    The following articles for your reference:
    Walkthrough: Creating a Custom ASP.NET Web Service
    https://msdn.microsoft.com/en-us/library/office/ms464040%28v=office.14%29.aspx?f=255&MSPPError=-2147217396
    Using Jquery to call an ASMX service in sharepoint 2010
    http://stackoverflow.com/questions/9035539/using-jquery-to-call-an-asmx-service-in-sharepoint-2010
    jQuery-ui Treeview
    https://plugins.jquery.com/btechcotree/
    Best Regards,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How can I create an csv/excel file using pl/sql and then sending that file

    How can I create an csv/excel file using pl/sql and then sending that file to a clients site using pl/sql?
    I know how to create the csv/excel file but I can't figure out how I would get it to the clients site.

    968776 wrote:
    How can I create an csv/excel file using pl/sql and then sending that file to a clients site using pl/sql?
    I know how to create the csv/excel file but I can't figure out how I would get it to the clients site.You are trying to do it at a wrong place..
    Whay do you want database (pl/sql) code to do these things?
    Anyhow, you may be interested in :
    {message:id=9360007}
    {message:id=9984244}

  • How can i create an apple id without using a visa or credit card

    how can i create an apple id without using a visa or credit card

    Follow the directions here, EXACTLY:
    http://support.apple.com/kb/ht2534

  • How can I create a new entry without using LOV for foreign keys.

    Referring to TUHRA sample application based on HR database schema. JDeveloper 10.1.3.0.4
    How can I create a new employee without using LOV for the foreign key "job_id".
    On the first page I would like to choose the job_title from adf read-only table.
    After clicking on the "create new employee button" a creation form appears in which the job_id field is set with previous selection.
    Regards M.Winkler
    Edited by: user3541283 on 06.10.2008 03:44
    Edited by: user3541283 on 06.10.2008 03:50

    Hi,
    usually the foreign key is only set if the VO you select is dependent from a master. If e.g. you have DepartmentsVO1 that has an EmployeeVO3 as its nested VO, then creating a new instance of employees automatically add the foreign key. If you add EmployeesVO1, which is not dependent to DepartmensVO1, then the foreign key is not set. So if this is the case in THURA (keep in mind that this is not an Oracle demo but a sample used in a book about ADF) then all you need is to take the independent VO when building the new employee form.
    Frank

  • How do I create hypertext in an email using my iPad or iPhone?

    How do I create hypertext in an email using my iPad or iPhone?

    See this thread:
    creating hyperlinks in mail on iPad

  • How do you create and save icc profiles using photoshop?

    How do you create and save icc profiles using photoshop?

    You don't. Color profiles require specific measurement hardware and software.
    Mylenium

  • How do you create a stand alone application using DAQmx when your application SCXI hardware isn't on the computer I am using to create the application?

    How do you create a stand alone application using DAQmx when your application SCXI hardware isn't on the computer I am using to create the application? The DAQmx assitant won't allow me to create a task with hardware that isn't in my system.

    You will need to have at least the DAQ device in your computer to add the chassis. When you add the chassis, don't auto detect the modules. You will have to add the terminal blocks and tell MAX which SCXI module will be connected to the DAQ device. Just make sure you don't test the chassis, when its not there.
    I hope this helps.
    Joshua

  • How do I create multiple objects during runtime?

    I don't know how to create multiple objects during runtime, here's my problem:
    I get a String as input. Then I create an object called newobject. I put the object in a hashtable with the above string as key.
    Then comes the problem, in order to create a new object, I have to rerun the same class, which uses the same name (newobject) to create a 2nd object. Now my hashtable doesn't reference to my 1st object anymore...
    Is there anyway I can fill up the hashtable with different objects, and make each key point to each object it was supposed to?
    For those who want to see a bit of the program:
    public class PlayBalloon{
    public Hashtable ht = new Hashtable();
    for(){
    Balloon pB = newBalloon;
    newBalloon=new Balloon(pB);
    ht.put("Some input from user", newBalloon);
    for(){
    ht.get(s).draw;<= s=string, draw=own meth. in Balloon
    }

    I think i can see the problem that you are having. You have, in effect, duplicate keys in your hashtable - ie, two strings used as keys with the same name.
    The way that a hashtable works is as follows...
    When you ask for a value that is mapped to a key it will go through the table and return the first occurence it finds of the key you asked for. It does this by using the equals() method of whatever object the key is (in your case it is a String).
    If you cant use different Strings for your keys in your hashtable then i would consider writing an ObjectNameKey class which contains the String value that you are trying to put in the hashtable and an occurrence number/index or something to make it unique. Remember to override the equals method in your ObjectNameKey object or else the hash lookup will not work. For example
    class ObjectNameKey {
        private String name;
        private int occurence;
        public ObjectNameKey(String name, int occ) {
            this.name = name;
            this.occurence = occ;
        public String getName() {
            return name;
        public String getOccur() {
            return occurence;
        public boolean equals(Object o) {
            if (!(o instanceof ObjectNameKey)) {
                return false;
            ObjectNameKey onk = (ObjectNameKey)o;
            if (onk.getName().equals(name) && onk.getOccur() == occurence) return true;
            return false;

  • How do I create an object on the fly

    Hello there,
         I was wondering if it is possible to create an object on-the-fly. For example:- I have a class called Customer which holds the name, address and phone number of a customer. While the program is running I get a new customer, Mr Brown. How can I create a new Customer object which will hold the details of Mr Brown.
    yours in anticipation
    seaview

    If I understood you right, you are thinking far too complicated.
    So, when you click a button, a new object shall be created and stored. So basically you write a listener to your button that contains a method like this:
    public void actionPerformed(ActionEvent e){
       Customer newCustomer = new Customer(textfield.getText());
       listOfCustomers.add(newCustomer);
    }Maybe what got you confused is the object's name. Remember this: variables and field names DON'T exist anymore at runtime! They are just meant to help you when programming. If you want Mr. Brown as a customer, you have to provide a field in the customer class for the name. If a field is required for the existence of an object, you usually write a custom constructor for it, which accepts an according parameter.

  • How do i create a Object & Sort.

    Sorry . This is a post of the same question as the replies on the last thread seems not enough to let me carry on the next step to finish a project.
    Firstly => I am creating a ranking page .
    The records is record in Summary.txt as followed :
    [playername,numberOfAttempts]
    bravo1,3
    1234567,3
    woshibao2,5
    This record is as can be seen , first is playername follow by numberOfAttempts.
    I am trying to do a Top 10 Ranking base on the[b] LEAST attempts to win will be ranked the highest.
    Many people told me that i can use Array[].sort in my previous thread.
    However, firstly i will need to break the playerName and numberOfAttempts into 2 parts which is
    StringTokenizer st = new StringTokenizer(brInFile.readLine(),",");
    String playerName = st.nextToken(); // the use of string tokenizer.
    String numberOfAttempts = st.nextToken(); But how do i create a ARRAY / OBJECT that can
    SORT base on numberOfAttempts , then get Back the PlayerName and then i will use this information to be display on my ServerView.
    Array cannot contain String , when i use StringTokenizer to break my records , by default the output will be string ? How would i able to rank by String or i should maybe convert by Integer.parseInt ?
    Sorry , i am quite confused. Hope i can get some help.
    [ Hope i can get some codes help or samples ]
    i readed the API but i still not sure how to create the Object or etc..
    Message was edited by:
    baoky

    Firstly , how do i hold all the datas .
    What Object or Array should i use to hold the
    playerName and numberOfAttempts.You don't know what a class is?
    class Car {
        String make;
        int yearOfManufacture;
        int capacity;
        int vin;
        // etc
        // constructor(s)
        // methods
    Secondly , i not sure about the "Comparable
    Interface" .Read about it in the API. Experiment with some simple test code. If you still don't understand, post your code here and ask a specific question. At the moment you problem is "I want to build a space craft but don't know how. Can you show me?" Way too broad.
    Thirdly , how do i write code that determine how i
    order the objects.. hahaSimple. You compare the number of attempts and return an appropriate value.
    Sorry , i hope someone will post a sample code on
    that class :)Nope. It's not our work. It's yours. You write the code.
    Sort => Then Obtain back player Name then able to
    Display . even on a System.out.printlnwould be fine.Once you have the rest done, do as others have told you, call Arrays.sort which will sort your array for you. You can then loop over the array and print the details.

Maybe you are looking for

  • Call A WS From PL/SQL

    Does anyone manged to call an asynch' WS from PL/SQL? I'm trying to call a bpel process and I get an error in the response, after the service was executed. thanks Riko

  • Build from tow messages one message

    Hello, I have two inbound interface, which called from the client via SAP PI. The receiver systems are connected with SAP PI via RFC Adapters. The Servlet send a Request (Personal ID) to the PI Server, this forwards it to the Inbound 1 and Inbound2,

  • I had to reset my ipod network settings now safari wont even open

    and yes im connected to wifi

  • While creating with holding tax certificate

    dear all while printing with holding certificate getting error     No data selected for printing  please guide me how to solve this error Regards Babu.k

  • Error "this moov file is damaged or unsupported"

    todd, i've been having this issue with cc14 for a few weeks now on my main system. (windows 8.1, update 1,  48gb ram, gtx 780, intel 3930k cpu) i installed cc14 within a day or two of availability and it behaved as expected. approx 3 weeks ago, i beg