Sap XI application can  be developed based on the MVC architecture in java?

MVC architecture
Jsp-->servlet--
>database.   
<--<<--
(front-end)     (business logic)         (data)
Can anyone explain one process flow  in sap xi with java.
I would be most thankful to you if you answer me.
Thanks in advance
Jeevan

Hi jeevan
SAP XI pretty much mimics MVC
For eg, you create the design objects in IR (View)
the controller is the J2ee engine of the (WAS server) (controller)
The model is the database underneath
regards
krishna

Similar Messages

  • How can I develop co-broswing on Windows platform with java language?

    How can I develop co-broswing on Windows platform with java language?
    The function will be realized
    Now I want to develop a co-broswing system with java language on Windows platform.That is to say I will develop
    a application run on client to track the present browser.Wheh the URL address of your present if changed(for example
    when you click a link or submit a form),the application will capture the new URL address and send it to the other
    client that make co-browsing connect with you.The browser on the other client side will catch the new URL and refesh
    the page to show the page.
    The question I fall across and want to ask you
    (1)How to watch system process with java on the Windows platform?Because I want to get the process information of
    the present broswer,and then get the URL address of the present broswer.
    (2)Develop an application to watch the URL address of the present broswer continuance,If the URL address is changed,
    then send the new URL address to the client on the other side,let his broswer to show the new page using the new URL.

    Paulc, A proxy server is not the right thing.
    What our man here is looking for is a solution for two
    users to kind of surf the net "in tandem" - when one
    user navigates to a different web page, so does the
    other user,
    These are typically used in call center applications
    where the advisor guides a caller through , say
    filling in an insurance form or pointing him to the
    right product specification pages.
    Xing, why are you using Java for this ? You need
    something that has better windows integration. If you
    look on MSDN.microsoft.com and search for "explorer
    bar" you will find solutions to the questions that you
    raised.
    There are also commercial products on the market that
    already do this kind of stuff. there is one from
    www.genesyslabs.com which is considered to be the best
    of breed.
    It is difficult or almost impossible to do this in
    Java for a commercial application.
    If you are developing this as an academic exercise,
    give it a try. Post your email address here, and I
    will contact and help you out if you like.my e-mail is below ,I want to contact you and need all of your help.
    [email protected]

  • How can I filter based on the IPTC core information?

    How can I filter based on the IPTC core information? (CS6)

    "Substitution Variables" can do what you are asking for.

  • How to find bpel instance in 11g based on the index values using Java APIs

    Hi ,
    In SOA10G we had option to find the instances based on the index value using Java APIs like below.
    WhereCondition criteria= new WhereCondition(SQLDefs.CX_index_1 + " = ?");
    criteria.setString(1, "indexValue");
    Locator mLoc = getLocator();
    IInstanceHandle[] foundInstances = mLoc.listInstancesByIndex(criteria);
    Please tell me how to achieve the same functionality in SOA 11G using Java APIs
    Regards,
    Saba

    I have multiple bpel in my composite. I checked in ci_indexes table and it shows the instance number of the bpel process. But the em console is showing only the composite instance number. when I opened composite instance, I could see all the bpel process with instance number in the audit trail. How can I find the the actual composite instance number that I should search for in the em console ???

  • How can i use or embed  the ' C'  language in java

    thanks a lot friends for your suggestion on using 'c' language to implement the control of the keyboard ie. to prevent a key stroke of : ctrl+alt+delete keys from closing a running java application. i was advised that it won't be possible to implement this with java language, the use of 'C' language was suggested. i then wish to ask the following:
    1. how can i use 'C'language in a java program and be able to compile to program so that the resultant program can help me prevent the closing of my java-application when the user of the application presses the following keys : ctrl+alt+delete. i don't even know the c language at all. how can i start and how can i combine the resultant code with java.
    2. i'm thinking of creating an application that retrieves information from a database, like microsoft sql or oracle, and displays the resultant data from a table, say STUDENT TABLE, in a java application using the JTable class. i don't even know how to use this JTable but i've seen it used and know it will suit what i have in mind.
    3. how can i make the table dynamic, ie. how can i make the table to immediately register / show the result of an update to the 'STUDENT' table in the database.
    4. THANKS FOR YOUR HELP IN ADVANCE. i will most appreciate it if you can give me a sample code or a site where i download one. once again thanks.

    Good luck disabling Ctrl+Alt+Del! I've read quite a bit about it, and at least on Windows 2000 (not sure about NT) or higher, disabling it is next to impossible. Problem is CAD is a system command, and the OS doesn't even send the keys to the active program. Ctrl+Alt+Del is handled by the GINA (Graphical Identification and Authentication) DLL installed on the system. You'll have to write and export the functions you need and change the GINA DLL used by the system to your own. Bear in mind that any small mistake in the dll can cause you to lose access to your computer if you haven't taken precautions!
    On Windows 95/98, disabling Ctrl+Alt+Del is fairly easy as you just have to write some simple native code to fool the system that a password protected screensaver is running.
    I've provided a link regarding winlogon and GINA here, but you've been forewarned!
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/security/security/winlogon_and_gina.asp

  • In an Analyzer report how can I filter based on the last member of a dimension?

    Using Analyzer 6.2.1What I'm trying to do is to create a report that shows always the last month available on the cube.I'd rather like to avoid having to add UDA or Alias or whatever in my outline.Is there a way to retrieve the last member of a dimension directly in Analyzer?

    "Substitution Variables" can do what you are asking for.

  • Translate Application- browser application based on the language defined

    Dear All Expert,
    My oracle apex application is develop in oracle 11g XE edition, apex application primary language is in english. And i would like to switch my application to chinese language based on the language defined on my oracle database table.
    I did translated my application to chinese language and published.
    I created application processes called "set_language", the conditions type is "Request = Expression 1" and i set "Expression 1" to value "LANG". (Fire on header load)
    setlanguage pl/sql as below;_
    begin
    owa_util.redirect_url('f?p='||:APP_ID||':'||:APP_PAGE_ID||':'||:APP_SESSION);
    end;
    I created a button with label "chinese" on my login page. This button will send a request "LANG" and set "FSP_LANGUAGE_PREFERENCE" to value "zh-tw" ,and redirected to my login page again when button pressed. This work fine.
    My question here is how can i automatically browser the apex application based on the language defined on my database table. (I had a table to stored language to be use browser the application.) Mean that i want my apex application to check the language from my db table in order to browser the application based on the language defined.
    How can i do that? Can anyone help on it?
    Another question is about the logout in chinese language display.
    The application will automatically switch to english when i logout my application. How can i maintain in chinese language?
    Thanks a lot in advance!
    Best Regards,
    Apex Junior.

    Hello, (What is your first name?)
    >> I tried to used session as derived my second language which is "zh-tw".
    The Session option allows you to use the built-in procedure apex_util.set_session_lang or the parameter p_lang - as part of the application URL – to dynamically set the application language.
    If you use the p_lang parameter as part of your application URL, the first page – including the login page – will be rendered according to this parameter. In your case it can look something like this:
    http://. . ./f?p=1234 . . . &p_lang=zh_tw
    >> From your reply, you are suggested to use APPLICATION PREFERENCE(FSP_LANGUAGE_PREFERENCE).
    As I mentioned in the last paragraph of my previous reply, if you choose to set the application language for each individual login, based on a parameter you need to fetch (like the database language), you don’t need to use application preference. The latter is useful when the user preference is lasting (i.e., a certain user is using the same language all the time, although you have the option of changing it). If the language can change from one session to another, based on dynamic parameters in the database, the best is to use the * FSP_LANGUAGE_PREFERENCE* item.
    The advantage of using the p_lang parameter is that it allows you to set an appropriate language even for the first application page (usually the login page). Using the FSP_LANGUAGE_PREFERENCE item requires you first to set its value. Before that, the Application Builder uses the primary language to render the first page, and because of that, the first rendering of the login page is in the primary language.
    I want to draw your attention to the Browser (use browser language preference) option. If your application language tightly correlated with the browser language – it’s reasonable to assume that users that want to use zh-tw in the application, also using the same language in their browser – this option is a very simple and straightforward to set the application language from the first page.
    Regards,
    Arie.
    &diams; Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.

  • Clickonce application can't run on Linx 10 Windows tablet for full screen

    My C# Clickonce application can sucessfully installed and run on a Linx 10 Windows tablet. My working station is set as 1280*800 resolution and the tablet is also been set as 1280*800. The form size is therefore set to 1280*800. My Clickonce application
    can properly display on my working station (full screen), the problem is when it runs on this windows tablet, it can't be properly displayed for full screen. Is any one can tell me why? What I need is let my software to run in full screen on this windows tablet.
    I don't want to set the windows forms to 'maximum'. This will make the buttons on the form looks mess.
    Best wishes,
    Mingxu

    My C# Clickonce application can sucessfully installed and run on a Linx 10 Windows tablet. My working station is set as 1280*800 resolution and the tablet is also been set as 1280*800. The form size is therefore set to 1280*800. My Clickonce application
    can properly display on my working station (full screen), the problem is when it runs on this windows tablet, it can't be properly displayed for full screen. Is any one can tell me why? What I need is let my software to run in full screen on this windows tablet.
    I don't want to set the windows forms to 'maximum'. This will make the buttons on the form looks mess.
    Best wishes,
    Mingxu
    Hello Mingxu,
    Maybe you mean your project is a windows form application, and you deployed it with ClickOnce and get that installed, right?
    >>My Clickonce application can properly display on my working station (full screen), the problem is when it runs on this windows tablet, it can't be properly displayed for full screen.
    Which form has this issue, the one when you installing that application or the form you are running the application?
    I will based on the result to get the proper forum to help you, and if that is an issue about the form of your windows form application, then this is the right forum for your issue.
    Regards,
    Carl
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Regarding   sap.suspendable.application  application property

    Hi,
      Can anyone help me on what is the purpose of "sap.suspendable.application" property.My problem is i have a webdynpro application with four views.When i integrate this application with portal,(as multiple iviews for a application i.e iview>page>workset-->role),on clicking the page link,all the iviews are getting reinitialized.i.e the application is getting reinitialized every time.How can i solve this problem.Does  "sap.suspendable.application"  solves this.

    You should change the isolation level of your iViews (don't remember to what, but there are not so many options )

  • Deployment error in referencing "com.sap.km.application"

    Hi,
    I am working on uploading documents on KM. I have added following sharing references into the project.
    ---com.sap.portal.htmlb
    ---com.sap.km.application
    But i am getting following error:
    ->Failed to start application sap.com/testattach: The referenced application com.sap.portal.htmlb cannot be started. Check the causing exception for details. Hint: Is the referenced application deployed correctly on the server?
    ->Failed to start application sap.com/testattach: The referenced application com.sap.km.application cannot be started. Check the causing exception for details. Hint: Is the referenced application deployed correctly on the server?
    Please guide me how to come out of this.

    I was reading through this post and wanted to add on some more inputs. The above error mentioned is due to the fact that Java 1.5 uses enum as a reserved keyword, where java 1.4 did not. So if we need to migrate to java 1.5 then we would get a compile error if we use the reserved keywords as a variable or a package name. This is the reason why with the latest version sap compatible with java 1.5 & above has moved the package names which were using enum.
    Hope this helps.

  • When I try to launch iTunes is says that the application can not be opened

    When I try to open iTunes it says that the application can not be opened, that the required folder can not be found. On my husbands log-on iTunes will open. I am so confused. Please help!!!

    Hello Keaton44,
    I recommend taking a look at this article named iTunes: Finding lost media and downloads found here http://support.apple.com/kb/ts1408
    If you need to re download the movies you bought from iTunes you can do that free of charge with this article.
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    http://support.apple.com/kb/ht2519
    Regards,
    Sterling

  • I'm using an earlier version of Firefox (v. 3.6.18), downloaded the add-on but it will not open. I received a error message saying safari can't open "firefox_sync-1.7-sm+fn+fx.xpi" because no available application can open it.

    I'm using an earlier version of Firefox (v. 3.6.18), downloaded the add-on but it will not open. I received a error message saying safari can't open "firefox_sync-1.7-sm+fn+fx.xpi" because no available application can open it.

    "Clear the Cache": Firefox > Preferences > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove the Cookies" from sites causing problems: Firefox > Preferences > Privacy > Cookies: "Show Cookies"
    See http://kb.mozillazine.org/Clearing_the_cache and http://kb.mozillazine.org/Cookies

  • How many users from an application can connect to a SQL server at a time?

    HI,
        I need to know , How many users from an application can connect to a SQL server at a time? Do we have any settings for this in SQL server for limiting the users?

    This is a difficult question, since it is both technical and legal.
    The absolute maximum number of connections is around 32700, but unless your server is very beefy, it will choke long before that. A connection is not a user - an application can have many connections for the same user. Depending on your license
    model, you may be legally limited to a certain number of users, but this number is not enforced technially.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Invoice Value tolerances based on the Purchase Order type..

    Hi Gurus,
    Can anyone please tell me if there is a way to assign the variance (tolerance limit) to the Invoice document based on the Purchase Order? What I want to do is that when the Invoice is posted in the system, the system should be able to check the document type of the Purchase Order and then based on that the tolerance limits should be applied on the Invoice. for example PO document type NB- tolerance for Invoice plus/ minus 10%, Document type FO- tolerance limit plus/minus 5%.
    I know we can do it based on the Vendor but we use the same vendors for a number of purposed ( a number of PO types)hence can use that.
    Thanks in advance
    Anoop

    Hi,
    Check on it:-
    Purchase Order Tolerance
    http://wiki.sdn.sap.com/wiki/display/ERPSCM/MM-IV-LIV-CRESetTolerancesforIncoming+Invoice
    pherasath

  • PM Order description based on the Package Due

    Hello Experts,
    Can anyone explain me if PM Order description can be defaulted based on the Package Due such as Weekly, Monthly, Quarterly, Annual, etc..
    I know we can have multiple maintenance items with different task list for each package, so that the order description is copied from the maint.-item description.
    Is there any other better way to do this in standard SAP?
    Thanks in advance!!!!

    Hi,
    As you told, Order description is getting copied from Maintenance Item.
    In Maintenance item, task list will be assigned. As single Task list may be having different packages & Order will consolidate the operations with packages based on Hierarchy, its not possible to bring the package due as description.
    One work around would be, maintenance item can be defined based on package. Pre-requisite would be task list based on package.
    In the task list, operations should be splitted up based on package. One Task list for one package.
    Then create the maintenance item based on package & assign particular task list to that maintenance item.
    Regards,
    Maheswaran.

Maybe you are looking for

  • Install BPEL PM on WebLogic Server 9.2 & AIX 6.1

    We are running into a BPEL PM issue while installing SOA Suite on WLS 9.2 and AIX 6.1. During server startup the BPEL application fails with the following error message: ####<May 28, 2009 12:33:47 PM CDT> <Error> <Deployer> <nsiprdsoa2> <SOAServer2>

  • Adobe Forms Central

    I have Adobe Acrobat Pro 10.1.9 I needed to create a form to put on our website so i went to Adobe Forms Central and signed up for the 1 month trial as i only need 1 form. I spent a couple of hours getting the form the way i need it and then tried to

  • Transfer for sp stock with company code

    Hi Need your help on the following scenario The scenario involves 2 company codes A & B company A creates a STO with account assignment sales order, since the STO is assigned to sales order, when company B delivers the product, SAP system does not fi

  • How do you format an External Hard Drive

    I'm New to Mac. I have a Mac Book Pro Intel. I need to format an old PC hard drive so it works as an external drive. I have it in a enclosure and connected by firewire. The Mac reads it but can not write to it. Plus I don't even know if you format li

  • Lost Screen resolution on upgrade

    After upgrading my mini I lost the 1200x1920 screen resolution on my NEC 2690-The mini only shows support up to 720P-strange problem, anyone have an idea?