How to incorporate SDK v1.2.2 in Jdeveloper2 ?

I need to use the features from SDK v.1.2.2.
How to incorporate SDK v1.2.2 in Jdeveloper2 ?
null

HI,
Texts are not different. just format is different. How to do this.
Kindly suggest.

Similar Messages

  • How to use sdk in standard B1?

    Hi,All
       How to use sdk in standard B1? I want to use "sum in words" be thai languag which in standard no have so i must create it use sdk but i don't know that have solution using sdk in standard. example, Go menu Sales-A/R>Delivery and input data i want to convert price in Total to text which i use sdk for convert it But i don't khow that when i will call sdk? Can do in standard?

    Hi Virasak,
    You need to develop a (eventually small) application (= Add-On) which uses the SDK to do what you need it to do + is packaged and installed like e.g. any SAP Add-On.
    It should then just watch out for the "right" events which are propagated from the SAP Business One application through UI API (an interface in the SDK) to "interested" Add-On(s)...
    HTH,
    Frank

  • How to incorporate adapter module while writing the adapter metadata for it

    Hi all,
             We  are developing a adapter and the custom adapter module has been prepared.Now we need to write our own adapter metadata. So I need to know in detail how to incorporate our custom adapter module into our adapter metadata.
    Paul

    hi
    check the below links
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/daa51a96-0b01-0010-738f-a0ecfd06104e
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7086f109-aaa7-2a10-0cb5-f69bd2affd2b
    https://www.sdn.sap.com/irj/sdn/teched2004
    note:reward points if solution found helpfull.....
    regards
    chandrakanth.k

  • (Urgent)help: how to use sdk add a gif image into a pdf document

    I had use sdk plus-in add a new button of mine,if I click the button,a gif image will be inserted into the current page of pdf document
    My questions:
    one : When I clicked the button,there was a warnning box said:the image has not enough data.I don't known why?
    two : How can I be sure the position of the image which I inserted? and how to change it's position?
    three:  how to use sdk get the content of the document?

    hi Leonard:
    I do it like you said, but
    Why my image can not display in the pdf.
    code is:
    //====================================================================
    const ASInt32 theImageByteSize = IMG_WIDTH * IMG_HEIGHT;
    char* buff = new char[theImageByteSize];
    PDEImage volatile pdeImage = NULL;
    PDEImageAttrs pdeImageAttrs;
    PDEColorSpace pdeColorSpace;
    ASFixedMatrix imageMatrix;
    memset(&pdeImageAttrs, 0, sizeof(PDEImageAttrs));
    int hdl = _open(ImagePath, _O_RDONLY | _O_BINARY, _S_IWRITE | _S_IREAD);
    if (hdl == -1)
         AVAlertNote("[%s] create fail !!!!") ;
    if (_read(hdl, buff, theImageByteSize) == -1)
         AVAlertNote("read image fail!") ;
    pdeImageAttrs.width = IMG_WIDTH;
    pdeImageAttrs.height = IMG_HEIGHT;
    pdeImageAttrs.intent = ASAtomNull;
    pdeImageAttrs.bitsPerComponent = 8;
    pdeImageAttrs.flags = kPDEImageExternal | kPDEImageIsIndexed;
    pdeImageAttrs.decode[0] = fixedZero;
    pdeImageAttrs.decode[1] = fixedOne;
    pdeImageAttrs.decode[2] = fixedZero;
    pdeImageAttrs.decode[3] = fixedOne;
    pdeImageAttrs.decode[4] = fixedZero;
    pdeImageAttrs.decode[5] = fixedOne;
    ASFixedRect theMediaBox;
    PDPageGetMediaBox( AVPageViewGetPage(pageView), &theMediaBox );
    ASFixed theFixedWidth = (theMediaBox.right - theMediaBox.left);
    ASFixed theFixedHeight = (theMediaBox.top - theMediaBox.bottom);
    imageMatrix.a = ASInt16ToFixed(theFixedWidth);
    imageMatrix.d = ASInt16ToFixed(theFixedHeight);
    imageMatrix.b = imageMatrix.c = fixedZero;
    imageMatrix.h = 0;
    imageMatrix.v = 0;
    const Int32 cPaletteColors = 256;
    PDEIndexedColorData theIndexedData;
    theIndexedData.size = sizeof(theIndexedData);
    theIndexedData.baseCs = PDEColorSpaceCreateFromName(ASAtomFromString( "DeviceRGB"));
    theIndexedData.hival = cPaletteColors - 1;
    unsigned char data[3] = {255, 0, 0};
    theIndexedData.lookup = (char *)data;
    theIndexedData.lookupLen = cPaletteColors * 3;
    PDEColorSpaceStruct theColorData;
    theColorData.indexed = &theIndexedData;
    pdeColorSpace = PDEColorSpaceCreate(ASAtomFromString( "Indexed" ), &theColorData );
    pdeImage = PDEImageCreate(&pdeImageAttrs, sizeof(pdeImageAttrs), &imageMatrix,
                                                0, pdeColorSpace, NULL, NULL, NULL, (unsigned char*)buff, theImageByteSize);
    I want die, I had done this for so many days, My GIF doesn't insert into pdf,
    unsigned char data[3] = {255, 0, 0};
    theIndexedData.lookup = (char *)data;  "
    whether the data set wrong?
    I confused what I do next   

  • How to add SDK jar file in NWDS

    Dear Friends,
    Currently i have an issue. I have to bring the BO favorite to my Portal Screen. My Portal is developed in PDK.
    I have few links where the source code is writhen. Those link's are
    /people/michael.nicholls/blog/2010/02/22/using-the-pdk-to-access-businessobjects-infoview
    http://wiki.sdn.sap.com/wiki/display/Snippets/ReadInfoViewfavoritesfromthe+portal
    I don't know more about BO. I have few points which i mentioned below.
    1) How to add SDK jar file in NWDS.
    2)DO i need any specific package for that.
    Kindly help me with your Valuble suggestion and document.
    Thanx in Advance.
    Prashant Krishen

    Hi,
    for adding all the jar files in NWDS fallow below steps
    windows >> preferences >>Java>>Java buildpath>>Libraries>>add external jars
    Hope this helps
    Edited by: polaka123 on Nov 13, 2010 12:44 PM

  • How to incorporate Current Tax Period in Select Query.

    i need to extract the data based on the Current Tax Period
    say current tax perios is
    06-04-2007  to 05-04-2008
    how to incorporate this in my select query.
    i need to fetch
    PERNR
    BEGDA
    ENDDA
    STAT2
    FROM PA0001 INTO TABLE IT_P0001
    for all entries in T_TXT_UPLOAD
    WHERE PERNR = T_TXT_UPLOAD-PERNR.
    In this t_txt_upload is an internal table.(input file which is taking using GUI_UPLOAD).

    Use this FM  HR_ID_TAX_YEAR to get the starting and end date for tax year and pass the date to your SELECT command for BEGDA & ENDDA.
    Regards,
    Amit
    Reward all helpful replies.
    <b>P.S</b> Close the queries when get solved.

  • How to incorporate the quantity formula in work centre

    I have to incorporate the quantity in work center. if i m using a formula of operation quantity but it is giving me the error that u can only use the formula which has been defined as origin 2. can any one guide me how to incorporate the quantity formula in work center,
    The situation is this my client asked me to incorporate the GR quantity as activity type, is there any provision in the system to incorporate the activity as standard value of workcentre i hav used the standard parameter provided for GR quantity but it has the dimension of time while every thing produced at my client location is either is KG or in Carton..
    kindly guide me to resolve the issue.........

    Hi,
    Create a Parameter "ZQUN" with Dimesion as "Mass" and standard value init "KG" and assign this parameter to a formula and assign the formula in the work center, define the standard quantity initially, at the time of final confirmation enter the actual GR quanitity.
    Pls get back for any clarification

  • How to incorporate  a Stored procedure with ARD file (ADD ON)

    hi experts
    i created a SP  which is called by the following code.
    Dim GD As SAPbouiCOM.Grid
            Dim Query As String = "exec sp_Attendance_Report'" & vmonth & "','" & vyear & "'"
            GD = objForm.Items.Item("10").Specific
            GD.DataTable.ExecuteQuery(Query)
    while creating add on (ard file )how to incorporate   this stored procedure?
    thanks in advance

    Hello
    When the addon first time connect, you must check that the SP is exists or not exists in target database. If not exist, you may create it.
    sql to check the sp exists
    select 1 from sysobjects where name like 'sp_Attendance_Report'
    if this query returns 1 the sp is exists in the database, skip installation, if returns no records, you must install the sp via recordset by create procedure command.
    Regards
    János

  • How to download SDK for UPK 11.1.0 ?

    Hi All,
    Can anybody please guide me for how to download SDK for UPK 11.1.0 ?
    I tried to search this. I could able to search "In-Application Support SDK".
    But couldn't search SDK for developer.
    Also if available, which IDE can be used for coding purpose? Can we use Eclipse or NetBeans?
    Thank you in advance.
    Regards,
    Shital.

    In order to clarify any details regarding your licenses please contact the local Oracle Partner Business Center at one of the following contacts
    Email     [email protected]    
    Phone 1.800.323.7355    
    Hours of Operation: 6:30 am (PST) - 6:00: pm (PST) Monday to Friday excluding public holidays.
    More details are also available in the note:
    Who to Contact for Sales and New License Inquiries or Purchase New Product Inquiries (Doc ID 1226624.1)

  • How to insatll SDK for B1 2005 B???== URGENT

    Hi I have SAP Business One 2005
    I want to know how to install SDK using Visual basic 2005 and .NET framework ver2.0
    Kindly Put down in detail the steps in downlaoding and installing in my PC.
    Thanks in Advance

    Hi,
    the DI API standard package is installed with the B1 client together.
    You only have to start VB2005 and add the necessary reference to your project.
    (COM Object -> SAP Business One 2005 DI)
    Regards Chris
    Message was edited by:
            Chris Kroos

  • How to incorporate If Else condition for MDX

    Hi,
    I am creating a webi report from a universe built on Bex Query.
    Below are my queries:
    1) Can we drill on objects created at report level?
    2) I am having a dimension "Organizational Unit" which is a BW hierarchy having 6 levels (L1 to L5). Now, i want to modify the L2  
        level such as it buckets the values of it starting with "Corp" else show other values of it. So i am trying to modify the L2 level
        dimension at universe level. Please tell me how to incorporate the If Else MDX condition in it. (condition is as : =If(Left([L02 Organizational Unit];5)="Corp ") Then "Corporate" Else [L02 Organizational Unit])
    The version:
    BO XI 3.1 SP3
    SAP BW 7.1 Patch Level 16
    Pls advice <REMOVED_BY_MODERATOR>
    Regards,
    Akhil
    Edited by: Pravender on Dec 10, 2010 8:06 PM

    Thanks for the reply Oscar!!!
    I wan't to club some members (starting with Corp) into one bucket and name it as "Corporate" for one of the hierarchy. so i was putting a condition =If(Substr([L2 Level];1;4)="Corp";"Corporate";[L2 Level]).
    So how to use this condition at the universe level rater than using at report level because at universe level we need to provide MDX query for the same.
    Can you please let me know the syntax put the above condition in terms of MDX recognizable query.
    Hope you understood my point.
    Many thanks in advance!!!
    Regards,
    Akhil

  • How to Incorporate with SPSS

    Can anyone tell me how to incorporate Crystal Reports with SPSS? Is Crystal Reports even necessary if I have SPSS? I currently have SPSS and use it to analyze my data. I do need to generate graphs and they must look really sharp - please offer guidance on the best way to do this.

    Hi,
    1. Is Crystal Reports even necessary if I have SPSS?
    A. No Need, because already using SPSS
    2. If you want more features other than SPSS, you can use Crystal Reports .
    you may already be familiar with and prefer a best-of-breed product such as Crystal Decisions Crystal Reports. This solution excels in rich reporting capabilities using content from numerous data sources, and comes with many powerful and easy-to-use report wizards as well as some OLAP functionality. You can use Crystal Reports or Crystal Enterprise to produce many different types of Web-based reports, and even export them to XML and PDF formats if you choose. Crystal Reports also has excellent security features that allow you to restrict views of certain data, or allow some users to manipulate data and others only to view it. If Web site analysis is your main concern, NetIQ, WebTrends Analysis Suite, which comes in Standard and Advanced editions, provides numerous tools that small and medium-sized businesses can use to analyze Web site activity, functionality, and effectiveness. Among other things, it can analyze your log files to deliver valuable information on the activity of visitors to your site, including how they got there, the pages where they spent the most time, and where they exited. For more general-purpose, entry-level users there's Microsoft Data Analyzer, which adds business intelligence to Microsoft Office XP, including analysis and visualization capabilities that complement those of Excel and other Office components. Data Analyzer is also designed to optimize some of the advanced features of Microsoft SQL Server 2000 Analysis Services.
    Regrads,
    Srini Nookala

  • How to incorporate discount after excise but before CST

    Hi
    How to incorporate discount after excise but before CST in pricing structure both in OBQ3 and normal pric structure?
    Thanks in advance
    Regards
    venkat

    Hi
    friends
    I am sorry I thought that this has been solved after I made some changes, but this issue is remained as unsolved.Please help me by giving solution.Most urgent.
    Tegards
    venkat

  • How to incorporate spaces

    How to incorporate spaces - ( for  data needs to be lined up evenly )
    like
    Cost Center Name:              Wood Acctg    MA 377
    Requestor Name:               NLIPPET
    Profit Center:               0000000377
    <i><b>Below is my code :</b></i>
        CONCATENATE 'Cost Center Name: '(042) scrcc-ktext
                     INTO it_mailmsg-line SEPARATED BY ' '.
        APPEND it_mailmsg.
        CONCATENATE 'Requestor Name: '(052) scrcc-rqid
                    INTO it_mailmsg-line SEPARATED BY ' '.
        APPEND it_mailmsg.
        CLEAR it_mailmsg.
        CONCATENATE 'Profit Center: '(054) scrcc-prctr
                    INTO it_mailmsg-line SEPARATED BY ' '.
        APPEND it_mailmsg.
        CLEAR it_mailmsg.

    data: var(20) type c value 'Cost Center Name'.
    data: var1(20) tyoe c value 'Requestor Name'.
    data: var2(20) type c value 'Profit Center'.
    data: val(20) type c,
          val1(20) type c,
          val2(20) type c.
    val = scrcc-ktext.
    val1 = scrcc-rqid.
    val2 = scrcc-prctr.
    CONCATENATE var ':' val
    INTO it_mailmsg-line SEPARATED BY spaces.
    APPEND it_mailmsg.
    CONCATENATE var1 ':' val1
    INTO it_mailmsg-line SEPARATED BY spaces.
    APPEND it_mailmsg.
    CLEAR it_mailmsg.
    CONCATENATE var2 ':' val2
    INTO it_mailmsg-line SEPARATED BY spaces.
    APPEND it_mailmsg.
    CLEAR it_mailmsg.

  • How to incorporate training and event management module in ess1.0

    Hi all,
    I am implementing ess1.0 on EP6.0, NW7.0, ecc6.0.
    now in ess1.0 i could not find traing and event manag. module, but i found it in ITS version of ess.
    how can i incorporate 'traing and event manag' module in ess1.0??
    do i need to download two version of ess?...i doubt if its feasible!...can anybody guide me on this?
    I am new to portal, and hence trying to learn thing in EP ESS...please throw in your help ASAP
    Regards,
    JJ

    hi all,
    can anybody please throw some light on the above query?
    i m trying to search in forum but i am unable to find any reasonable answer to this.
    Regards,
    JJ

Maybe you are looking for

  • Error: Platform version '25.0' is not compatible with minVersion = 26.0 maxVersion = 26.0 HELP!

    Hi All, I keep getting this error message when opening Firefox on my computer. However, if I run it as an Administrator it works fine. I have uninstalled and reinstalled Firefox including downgrading to older versions and still no luck. This is the E

  • Week and Day view for Calendar

    All, HTMLDB 1.6 Will HTMLDB generate a week / day view out-of-the-box, like the Month view ? If not, any suggestions on how I can generate these views myself ? THx

  • A big problem in JSF1.1dynamic include

    hi, i have a problem about JSF dynamic include as follow: i use Eclipse3.2.1 JSF1.1.3 and TomCat5.5 I use a bean call "Control" to save the path which i gonna include. I have a selectItem in the first page, when user select the selectitem, valueChang

  • Spontaneous Error Code 201003 for PCI DAQ Setup

    In lab we have been using a BNC-2120 connector block plugged into a PCI-6033E.  The arrangement seemed to be functioning fine for preliminary testing and a first round of experimenting, though during that round we couldn't seem to get a signal from o

  • Data distribution in distributed caching scheme

    When using the distributed ( partitioned ) scheme in coherence , how the data distribution is happening among the nodes in data-grid..? Is there any API to control it or are there some configurations to control it ?