Add a new Components into SAP

Needs to Add a new Components into SAP. Is any SAP tool is available to do the same.....

Hi,
For add-on's you can use transaction SAINT.
I am sure this has been answered many times before.
Regards,
Vishnu.

Similar Messages

  • How to add new codes into SAP Query/Infoset

    Hi Experts,
    First time working with SAP Query.
    I need to enhance an existing Query to add a new field into a report.  I have added new tables into this Infoset and joined my new  tables with existing tables and able to extract the new fields out on the report.  But here are my problems:
    Example of original output:
    X88888 500000
    X99999 400000
    Example of new output after adding my 2 new tables to get 1 new field to output:
    X88888 50000  01/08/2009
    X88888 50000  01/25/2009      <--- for X88888 customer, I want only this record w/ latest date to be output
    X88888 50000  01/22/2009   
    X99999 40000  03/09/2009
    X99999 40000  04/18/2009
    X99999 40000  04/19/2009      < -- for X99999, I want only this record w/ latest date to be output
    Where/How i can add the code to control this logic so that only 1 record per customer with the highest date can be output.  I looked at the query program and it looks very confusing and hard to understand.
    Please advise,
    Thanks,
    Sam

    Hi Sam,
    Instead on adding new table/tables , better way to use Direct Read from your single table.
    Please read the below steps to suffice your requirement.
    Assumption: Let your original table be A and second table is B.
                            Tables A and B are having field X1 and X respectively, using these fields, they can be joined.
                             You want field date1 of table B.
    Infoset Changes:
    1. Go to SQ02 (Enter Infoset name, click on Change button)
    2. Create an extra field E_date of type date (Sy-datum), by clicking on 'Extras' (F5) button.
    3. Select that field in one of the field group of your Infoset.
    4. Click on Code Icon (Shift+F8) displayed on application bar, you will be getting lists events in 'Code section'.
    5. In Data Section , declare an internal table like below code (here pseudo code)
    data: begin of itab_date occurs 0,
                       date1  like B-date1,
                       end of itab_date.
    6. In Recod processing Event write the following code.
    CLEAR itab_date.
    CLEAR E_date.
    SELECT date1 FROM B into table itab_date                           " Retrieving date field from table B
    WHERE X = A-X1.
    Sort itab_date by itab_date-date1  DESCENDING.                 "Sort internal table B in decendind order on date1
    READ TABLE itab_date index 1.                                            "Read first record of interanal table
    E_date  = itab_date-date1                                                      "Assigning top most date of internal table into field E_date.
    7. Generate the Infoset
    Query changes
    1.Go To SQ01 (in a new session),
    2.Give your Query name, click on change button, and select that field group in which you have added extra field.
    3.Select extra field.
    4.Go to basic list to select that field in your O/p list.
    5.Click on Test button, and see if you are getting desired result.
    Please let me know if you need further details.
    Regards,
    Dinesh

  • Add a new column into repository

    hi
    In BI11g, how to add a new column into repository?
    Thanks
    kavi

    Hi kavitha,
    If your adding a new column to the physical layer or BMM layer the process is same as 10g.
    Steps:-
    1) Right click table where you want to add the column.
    2)Select new object >>physical column/BMM column
    3) Enter your choice labelling and data type,if needed formula.
    4) Click ok and you can see the column being added on to the table.
    CHeers,
    KK

  • How to add a new value into message choice ?

    Dear all,
    I have a messageChoice component in my OAF page and I binding it with my VO (the VO is based on my query SQL in controller, NOT based on EO).
    For example, the query result of VO is as following:
    columnName, columnValue
    a, 1
    b, 2
    c, 3
    And I binding them into my messageChoice component as following:
    myChoice.setPickListViewUsageName("myVO1");
    myChoice.setListDisplayAttribute("columnName");
    myChoice.setListValueAttribute("columnValue");
    myChoice.setPickListCacheEnabled(false);
    Now I want to add a new combination into te messageChoice component, such as 'd, 4'.
    So I write it like this:
    myChoice.addOption("d", "4");
    But it doesn't work. The result of choice is still the same as before.
    So I think maybe I can use myVO1.createRow() method, but when I run my page, it raise an error message: "myVO1 is read only" :(
    Should I have to add a "UNION" in my query SQL of VO for this requirement?
    Any other ideas, please?
    Thanks.
    Kenny

    If you know the values to be added in advance, then its a better option to put them in VO itself with union clause and it has a better performance compared to runtime modification to VO.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                       

  • Once the Add-on is loaded into SAP B1 it is genearting follwing the warning message

    Hi Experts ,
    Once the Add-on is loaded into SAP B1 it is genearting follwing the warning message  is "Conversion from string """" to type 'Double' is not valid "
    Please find the attachment
    Thanks for the Support,
    Satish.

    Hi,
    At least one of addon function is to convert a string to number. If that string is empty, it may cause error. Need verification before converting.
    Thanks,
    Gordon

  • How to add new fonts into SAP

    hi experts,
                  I have a font in my system but it is not coming in SAP .How to bring it into SAP.like picture we have to export it ????
    thanks in advance
    mani

    Hi,
    You need to upload the fonts in SE73 - SAP FONT MAINTENANCE transaction.
    Cheers
    VJ

  • How can i add a new characteristic to Sap standard InfoObject?

    Hi Experts,
    Please anyone let me know how can I add a new characteristic or a key figure into an SAP standard InfoObject in order to add it to the standard InfoCube? The situation is I would like to add region and business unit to the characteristics of the Industrial Hygiene and Safety. After that, I would like to add them to the InfoCube called Accidents: Person Involved [0EIH_C02] that is located in the MultiProvider called Accidents: Complete View [0EIH_MC01]. Is it feasible to do this way?
    I just learned the BW/BI, so please help me with this. I would really appreciate your responses.
    Thanks,
    -Napadol

    Hi Napadol,
    To add a attribute in a char:
    1) Go to info object/char in change mode and add the additional attribute you want and select navigational attribute in attribute tab if you want. (Create these additional attribute first in info object catalouge)
    2) Activate the Object/Char
    3) open info cube in change mode and pick the characteristic from left panel to info cube dimension.
    4) Activate infocube.
    5) Go to multi provider add the char in one of the dimension and do identification for this char and activate.
    Regards,
    Kams

  • How to add a new printer into printer list?

    Dear all,
    May I know how to add new printer into my printer list in SAP system? My company SAP is SAP 4.0B. Can any one please teach me how to add printer step-by-step?
    Thanks alot!!
    PC

    Solved

  • Integrating new acquistions into SAP : Approach

    Hi
    Our Client has decided to integrate one of their newly acquired companies into SAP.  As a key technical resource i have been asked to identify critical areas within RICEF developments. What would be a good starting point for me ? I am new to this kind of work and was hoping if anyone can help me with the broad picture or approach to get me started. I do not expect anyone to spoon feed me or provide exact solutions.

    No replies.
    Closing this old question.

  • Add a new language into Portal R2

    Hi all,
    does someone know if it is possible to add a new language to Portal release 2. I know Portal is translated into 29 languages, but all languages of European Union candidate countries are not present yet.
    Any idea ?
    Thanks a lot.

    On the windows platform:
    use langinst.cmd in %ORACLE_HOME%\portal\admin\plsql for this purpose.

  • How to add a new node into existing XML Document

    I have a very simple question. I use XML as input argument for PL/SQL procedure that inserts data into the corresponding table. All I have to do is to add a new tag for Primary Key column and put sequence.NEXTVAL - value into it.
    <ROWSET>
    <ROW>
    -- Add <ID_table_name> value </ID_table_name> ??????
    <FIELD1>data1</FIELD1>
    <FIELD2>data1</FIELD2>
    </ROW>
    </ROWSET>
    I've parsed XML, but I couldn't find the way how to insert the new NODE.
    If you know how to use packages XMLDOM, XMLParser for this purpose, please help me!
    Oracle version 8.1.7

    DOMParser parser=new DOMParser();
    XMLDocument xmlDocument=parser.getdocument();
    Node node=xmlDocument.selectSingleNode("/ROWSET/ROW");
    Element element=xmlDocument.createElement(String tagName)
    node.appendChild(element);

  • Ipod touch 4's files are deleted whenever i add a new file into it through itunes (the files i have on my ipod touch aren't in my itunes before hand) and i don't know what to do to keep these files from being erased. PLEASE HELP :(

    my ipod touch 4th generation has files that i didnt back up because i didnt know i was supposed to. the when i tried to add one new file to my EMPTY itunes, all files are deleted, yes because i know i didnt back the files up and the files on my ipod arent in my itunes. so i cancelled adding the new file and all files
    are back again, like i didnt press the sync button when it showed the deletion. what am i supposed to do about this? i dont want my ipod files to be deleted, i just wanna add new files freely without losing any of my old files. please help.

    You want to transfer purchases from the iPod to your iTunes account.
    Connect the device to iTunes but do not sync.
    Select File > Transfer Purchases.
    This will copy the content purchased via iTunes on the iPod to your iTunes account.

  • Addition of new column into SAP query program

    Hi freinds,
    There is a query program(joins EKKO,EKPO) which contains columns like vendor,purchase doc,item,material and material description etc..
    I need to insert a new column 'Supplying plant' in 2nd position after vendor column...When I try to add a field into internal table,am getting short dump error...
    Kindly suggest on this problem...
    Thanks in advance...
    Bharat.

    Hi,
    the program you got is it a copy from a SAP QUERY created on TCode SQ01 ?
    If yes got to Tcode SQ01 draw a new one and see the report generated
    Best Regards
    Jaime

  • How do I add a new Icon into TestStand ?

    I would like to customize a test step and I can't add a icon into TestStand, if I just place a new icon in folder "TestStand\Components\User\Icons" I get an error when I start TestStand, error message is
    "The sequence editor cannot start up.
    Incorrect file format.
    Error Code:-17100
    Source:'TSAPI'"
    Is there another way to do this so I can customize my test step in the type palette, "Designate an Icon" ?
    Regards

    Hi,
    I think your icon file might be corrupted. You might want to try a different icon file or see if you can open this icon file in different program like - Paintshop etc.
    Regards

  • How can I add a new row into an array bases on a1D array

    Hello,
    I build a FieldPoint application with LabView 7.1 RealTime. I've a measurement loop with 1Hz sample rate. I sample 5 channels and put them into a 1D array. Presently I write directly to a cvs file but this I've to cahnge because my loop slows down to 0.2 Hz.
    I want to sample my data the hole day (86400 loops) and save them inside of an array. When the time is over I want write the hole array (table) to the file.
    How I can do this or hoow I can add my 1D array to a new row in my 2D array?
    Thanks
    Thomas
    Thomas

    TomDooley wrote:
    Hello,
    ...I write directly to a cvs file ...my loop slows down to 0.2 Hz
    Writing a series of 5 values to a file should not take so long. There is probably something wrong in the way you are saving your data. May be you should post a simplified version of your vi, so we could see how to improve your code.
    CC
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        

Maybe you are looking for

  • Can I use new 1080/30p Sony FX-1000 & avoid iM '09 "interlace" problems?

    The whole interlace/deinterlace/codecs, etc. problems are all way beyond me. Can I avoid all these '09 iM/iDVD image quality problems (my final goal is a great looking DVD just like I was able to do way back in the iMovie 4 days with SD) with a 1080/

  • Importing photos from photo stream

    Under iphoto, it used to be that photos would be pulled down from photo stream and an album for the month would be auto generated, housing all of the photos for that month that were imported from photo stream. Under the new photos app, I see the curr

  • ATI 9200 PCI speed question

    I have a G5 Power Mac 2Ghz Dual w/ X800 AGP card. I want to add a second PCI video card (9200 PCI) to power a 2nd and 3rd display. My question is, will this slower PCI card slow down the X800 when playing games, or running graphically intesive apps l

  • Why can't I access my lectures on iTunes U?

    I can't access my lectures on iTunes U. The login is leading me in circles--redirecting me back to where I started (logging in)-- and will not let me listen to or download anything. What is happening? I have never had this problem before now, and I k

  • C5 keeps asking to setup email at power up

    Shiny new C5 (awesome phone) - has a few bugs - this one in particular: I went through one of the email setup wizards, setup gmail IMAP, and it works great. No problems at all. However, every time I turn on the phone, the welcome to your new phone sc