Architecture ques...urgent

Hi all,
Can any1 ans few of these ques:
1)Is the ABAP code interprted andconverted to C lang? as in thesetup we have a .dll file...
2)Is BASIS installed  only on Application server?
3)How to maintain foreignkey relationship for tables?
Thanx

Hi,
1)Is the ABAP code interprted andconverted to C lang? as in thesetup we have a .dll file...
  Yes.
2)Is BASIS installed only on Application server?
  BASIS will be on all servers i.e., Presentation, Application and Data base servers.
3)How to maintain foreignkey relationship for tables?
   by pressing a 'Foreign Key' button in SE11, we can maintain Primary and Foreign key relations between tables. 
For basic knowledge on Foreign keys, you  can refer below links
1) http://help.sap.com/saphelp_nw70/helpdata/en/cf/21ea77446011d189700000e8322d00/content.htm
2) http://help.sap.com/saphelp_nw70/helpdata/en/cf/21eb95446011d189700000e8322d00/content.htm
Thanks & Regards
Kishore Kumar Maram

Similar Messages

  • Int ques - urgent

    Please let me know
    1.what is cms in sap
    2.what is the integration b/n sd and cs(module) , sd and ps, sd and qm
    3How do you know that a particular sales document is in open status, without checking the update flow ( field in sales order screen)
    4.what is data element and domain
    5.can u do revenue a/c det only with condition type and account key
    6.where do u use r100 cond type apart from free goods process
    early responders will be definitely rewarded
    thanks

    hi kishore,
    just saw you mail.. anyway...
    shall try to answer few of these
    3How do you know that a particular sales document is in open status, without
    checking the update flow ( field in sales order screen)
    you can in VBFA table for various field values. As well a sales document is open till all its items are delivered. You can use VA05.
    4.what is data element and domain
    when you press F1 we get a field name and a data element for it. And this belongs to a particular domain.
    5.can u do revenue a/c det only with condition type and account key
    yes in the sense that a GL account is required, chart of accounts.
    6.where do u use r100 cond type apart from free goods process
    no other place we R100 apart from free goods. the basic thing it tries to give 100% disc for the price.
    pl reward if helpful.
    thanks
    Sadhu Kishore

  • No me funciona el Response Urgente que te cagas

    Me da este error:
    Servlet API error : send Error with commited buffer
    Es urgente mis huevos dependen de ello.

    Ver�s resulta que estoy trabajando con un servidor Tomcat 3.2.1
    Y sin motivo aparente el maldito se caer sin previo aviso. He revisado TODAS la conexiones y esta se cierran correctamente. Cierro todos los statement, los resultSet, las llamada a procedimientos almacenados,... Todo lo cierro todo, y el maldito se sigue callendo sin mostrar un patr�n. Usamos el Poolman.jar como pool de conexiones. Y lo �nico 'raro' que he hecho, ha sido crearme unos tags de jsp que se lanzan en todas las p�ginas. No se me ocurre que puede ser. Sabr�as a que se puede deber. Much�simas gracias
    Un saludo.

  • Bonjour j'ai une question urgente j'ai mon iphone qui ne veux plus s'allumer depuis que j'ai fait la mise a jour comment je doit faire ? merci

    Bonjour j'ai une question urgente j'ai mon iphone qui ne veux plus s'allumer depuis que j'ai fait la mise a jour comment je doit faire ? merci

    salut Jason
    regarde ici   http://www.iphone-astuces.fr/2009/07/tuto-mettre-son-iphone-en-mode-dfu.html

  • ABAP Architecture...urgent

    Hi all,
    Can any1 ans few of these ques:
    1)Is the ABAP code interprted andconverted to C lang? as in thesetup we have a .dll file...
    2)Is BASIS installed  only on Application server?
    3)How to maintain foreignkey relationship for tables?
    Thanx

    hi,
    The R/3 System allocates presentation, applications, and data storage to different computers. This
    serves as the basis for the scalability of the R/3 system.
    The lowest level is the database level. Here data is managed with the help of a relational database
    management system (RDBMS). In addition to master data and transaction data, programs and the metadata that describe the R/3 System are stored and managed here.
    ABAP programs run at the application level, both the applications provided by SAP and the ones you develop yourself. ABAP programs work with data called up from the database level and store new data there as well.
    The third level is the presentation level (SAPGUI). This level contains the user interface, in which an end user can access an application, enter new data and receive the results of a work process.
    ABAP programs are processed on the application server. The design of the user dialogs and the database dialogs is therefore of particular importance when writing application programs.
    SAP basis
    The ABAP language environment, including the syntax checking, code generation and runtime system, is part of the SAP Basis component. SAP Basis is the technological platform that supports the entire range of SAP applications, now typically implemented in the framework of the SAP Web Application Server. In that sense SAP Basis can be seen as the "operating system" on which SAP applications run. Like any operating system, SAP Basis contains both low-level services (for example memory management, database communication or servicing Web requests) and high-level tools for end users and administrators. These tools can be executables ("SAP kernel") running directly on the underlying operating system, transactions developed in ABAP, or Web-based interfaces.
    SAP Basis also provides a layer of abstraction between the business applications and the operating system and database. This ensures that applications do not depend directly upon a specific server or database platform and can easily be ported from one platform to another.
    SAP Basis currently runs on UNIX (AIX, HP-UX, Solaris, Linux), Microsoft Windows, i5/OS on IBM System i (formerly iSeries, AS/400) and z/OS on IBM System z (formerly zSeries, S/390). Supported databases are DB2, Informix, MaxDB, Oracle and Microsoft SQL Server (support for Informix was discontinued in SAP Basis release 7.00).
    Where does the ABAP program run?
    All ABAP programs reside inside the SAP database. They are not stored in separate external files like Java or C++ programs. In the database all ABAP code exists in two forms: source code, which can be viewed and edited with the ABAP Workbench tools, and generated code, a binary representation somewhat comparable with Java bytecode. ABAP programs execute under the control of the runtime system, which is part of the SAP kernel. The runtime system is responsible for processing ABAP statements, controlling the flow logic of screens and responding to events (such as a user clicking on a screen button). A key component of the ABAP runtime system is the Database Interface, which turns database-independent ABAP statements ("Open SQL") into statements understood by the underlying DBMS ("Native SQL"). The database interface handles all the communication with the relational database on behalf of ABAP programs; it also contains extra features such as buffering of frequently accessed data in the local memory of the application server.
    SAP has three different layers as presentation layer (GUI), application layer (programs run on this) and data base layer where all data is stored and retrieved from user driven conditions,commands given by end user programmer through presentation layer.
    For foreign key realtions.
    http://help.sap.com/saphelp_nw70/helpdata/en/cf/21ea77446011d189700000e8322d00/content.htm
    Hope this helps, Do reward.
    Edited by: Runal Singh on Apr 23, 2008 2:22 PM

  • [URGENT] Ques::custom Template Problem in IF statement?

    kindly help me out in solving this template problem...
    this is what i have written for my JHEADSTART Template.. where i recieve error.
    #if ( #WIZARD_PAGE_LIST_BEAN().selectedStep==3)
    <af:panelPage title="#if (!${JHS.current.group.hasTreeLayout})#PAGE_TITLE()#end" id="panelPage" partialTriggers="CreateNewEquip_AccSpcEquip">
    #else
    <af:panelPage title="#if (!${JHS.current.group.hasTreeLayout})#PAGE_TITLE()#end" id="panelPage" >
    #end
    i want to check if wizard step has value 3 then corresponding line showed be executed....
    NEED URGENT REPLY... THANKS

    [CreateNewEquip_AccequipmentDefinition.jspx] org.apache.velocity.exception.ParseErrorException: Encountered "#WIZARD_PAGE_LIST_BEAN" at line 37, column 7.
    Was expecting one of:
    <STRING_LITERAL> ...
    "true" ...
    "false" ...
    <NUMBER_LITERAL> ...
    <IDENTIFIER> ...
    Kindly let me know the Right expression for it ...

  • ITS URGENT QUES ON AT LINE-SELECTION AND AT USER-COMMAND

    ITS URGENT...WHEN I SELECT MULTIPUL VALUES IN BASIC LIST ,I HAVE TO GET THOSE SELECTED MULTIPUL VALUES IN SECONDARY LIST THAT CAN BE AFTER(AT LINE-SELECTION OR AT USER-COMMAND)............?

    hey
    this code modify's simlarly u can read n  display secondary window
        DO .
    Reading the internal table whose data is displayed into wrk area.....
          READ LINE SY-INDEX FIELD VALUE INT_DISPLAY-SHIPMENT_ID INTO WF_SHIPMENT_ID.
    Reading the check box value
          READ LINE SY-INDEX FIELD VALUE WG_CHK.
    If all the records are read and there is no code left to read
          IF SY-SUBRC <> 0 .
            EXIT.
          ENDIF.
    To highlight the line which is selected by the user
          IF WG_CHK = WL_X.
            MODIFY CURRENT LINE
            LINE FORMAT COLOR COL_NEGATIVE INVERSE
            FIELD VALUE WG_CHK FROM WL_SPACE.
            MODIFY CURRENT LINE
            LINE FORMAT INPUT OFF.
    Also append the record read into new internal table which u will display in secondary window.......
          ENDIF.
        ENDDO.
    AT USER-COMMAND. or AT LINE SELECTION . u can write this code.........
    DISPLAYING A POP-UP WINDOW .
          WINDOW STARTING AT 10 50
                 ENDING AT 120 70.
    and then write the table into which u have stored the read entry which user had selected
    reward points if useful

  • 2-tier Client/server Architecture(Urgent!!!!)

    Hi,anyone can help me to do a client/server architecture.The server is able to track and store the client's name,IC number and his machine's IP.And the server is able to broadcast a question stored in the database and get the answer to the question whereby the answer is also stored in the database.The server is able to broadcast the question to multiple server.Thanks!

    Hi,anyone can help me to do a client/server
    architecture.The server is able to track and store the
    client's name,IC number and his machine's IP.And the
    server is able to broadcast a question stored in the
    database and get the answer to the question whereby
    the answer is also stored in the database.The server
    is able to broadcast the question to multiple
    server.Thanks!you mean able to broadcast to multiple clients, right?
    read this webpage:
    http://java.sun.com/docs/books/tutorial/networking/sockets/clientServer.html
    steal some of the code... maybe from the knock knock server client code and then modify it to meet your needs.
    Don't worry about storing the information in a database until after you have everything else working. The database stuff will require knowledge of JDBC.
    Good luck,
    Tim

  • Doubt on servlet architecture, URGENT

    Hello Java experts!!
    Please claurify my small doubt
    In servlet architecture, if i write one servlet,
    multi threading concept of servlets will be implemented in Servlet level or
    doPost(doGet) level.
    Because I wrote all functions out side the dopost method without synchronization.
    And i am calling all the functions in side the dopost.
    Will it handle multiple requests??
    Regards,
    SRAO

    Yes it will handle multiple requests but you may have issues if two requests try to modify the same value at the same time. Servlets are not thread safe by default - it is up to you to deal with thread safety in the libraries your servlet is using, unless you use the single threaded servlet model by having your servlet implement the SingleThreadModel interface.
    Sincerely,
    Anthony Eden

  • J'ai acheté ADOBE ACROBAT PRO XI en janvier 2013, vous me dites que ce logiciel nécessite une mise à jour, je n'arrive pas à accéder au serveur. merci de me dire ce que je dois faire URGENT

    j'ai acheté ADOBE ACROBAT PRO XI en janvier 2013, vous me dites que ce logiciel nécessite une mise à jour, je n'arrive pas à accéder au serveur. merci de me dire ce que je dois faire URGENT

    Hi Jacques ,
    Try repairing it first .
    Launch Acrobat>Navigate to Help>Repair Acrobat Installation.
    Then you can try updating it to the latest version.
    Launch Acrobat>Navigate to Help>Check for Updates.
    Let us know how it goes.
    Regards
    Sukrit Dhingra

  • J'ai acheté ADOBE ACROBAT PRO XI en janvier 2011, vous me dites que ce logiciel nécessite une mise à jour, je n'arrive pas à accéder au serveur. merci de me dire ce que je dois faire URGENT

    j'ai acheté ADOBE ACROBAT PRO XI en janvier 2011, vous me dites que ce logiciel nécessite une mise à jour, je n'arrive pas à accéder au serveur. merci de me dire ce que je dois faire URGENT

    Hi Jacques ,
    Try repairing it first .
    Launch Acrobat>Navigate to Help>Repair Acrobat Installation.
    Then you can try updating it to the latest version.
    Launch Acrobat>Navigate to Help>Check for Updates.
    Let us know how it goes.
    Regards
    Sukrit Dhingra

  • (OT) Urgente Alquien Tiene el 9 que me llego el Koletion?

    Hola foreros
    Me llego el Adobe® Dreamweaver® Developer Toolbox
    anteriormente llamado
    Kollection. " Compañía que compro adobe
    www.interaktonline.com "
    Pero me pide el dreamweaver 9?
    Como carajo voy a instalar mi actualización de algo que
    me pide el
    dreamweaver 9 si no hay demo en el site?
    Alguien que me colabore con la versión 9 de dreamweaver
    para instalarlo en
    mi maquina?
    Gracias de ante mano.

    Si, ya estoy de vuelta; gracias por preguntar X-D
    Andres Cayon
    http://www.dwug.es
    "CMacias" <[email protected]> escribió en el
    mensaje
    news:f0fdh3$b2k$[email protected]..
    > Estooo ... bienvenido ? xD
    >
    >
    > "Andres Cayon" <[email protected]>
    escribió en el mensaje
    > news:f0fcmm$a87$[email protected]..
    > Hola Annuack:
    > Las versiones de prueba estarán disponibles entre 6
    y ocho semanas después
    > de que comiencen a enviar las versiones comerciales.
    >
    > Dado que se espera que las comerciales estén
    disponibles a finales de este
    > mes, calculo que hasta mediados de junio no puedas
    probar el ADDT 8-(
    >
    > --
    > Andres Cayon
    >
    http://www.dwug.es
    > ---------------------------------------
    > "Anuack Luna" <[email protected]> escribió en
    el mensaje
    > news:f069ct$40h$[email protected]..
    >> Hola foreros
    >>
    >> Me llego el Adobe® Dreamweaver® Developer
    Toolbox anteriormente llamado
    >> Kollection. " Compañía que compro adobe
    www.interaktonline.com "
    >>
    >> Pero me pide el dreamweaver 9?
    >>
    >> Como carajo voy a instalar mi actualización de
    algo que me pide el
    >> dreamweaver 9 si no hay demo en el site?
    >>
    >> Alguien que me colabore con la versión 9 de
    dreamweaver para instalarlo
    >> en
    >> mi maquina?
    >>
    >> Gracias de ante mano.
    >>
    >>
    >
    >
    >

  • Architectural Problem with file upload feature. URGENT!!!

    Hi,
              We have an architecture in a production site which has iPlanet in the front & WebLogic at the back. The web-tier and the middle-tier both reside on the WebLogic server & only the static assets (images, PDFs etc.) are serviced by iPlanet. Recently we had to incorporate a new feature to our existing site to allow the user to upload images onto the server. The problem with this is that since our web-tier is in WebLogic, the uploaded file would reside in the WebLogic server's document root and will not be accessible to the iPlanet server. Is there any way that I can store the images directly in iPlanet even though the servlets reside on WebLogic. I know this query sounds a bit weird & I'm asking for too much but I also have this feeling the architecture of our site is not very different from a lot of other sites & other sites also have upload functionalities, so how do they go about dealing with this problem. Porting the web-tier to iPlanet is not a solutions since there are a lot parties involved & we cannot at this point take that decision.
              Would really appreciate any help from you guys.
              Thanks in advance,
              VD.
              

    u can have AppServers serve the image if u want to.
              u just need to set the path correctly and save them in the right directory.
              we are already doing it with Iplanet and we wrote a sample for Weblogic6.1 too.
              if i remember correctly u need to put the image directiry say "imageDirectory" in "wlserver6.1"
              then u need to access via http://apache_webserver_box:80/weblogic_identifier/imageDirectory/myimage.jpg
              Hope it helps!!!
              -aseem
              vikram wrote:
              > Hi,
              > We have an architecture in a production site which has iPlanet in the front & WebLogic at the back. The web-tier and the middle-tier both reside on the WebLogic server & only the static assets (images, PDFs etc.) are serviced by iPlanet. Recently we had to incorporate a new feature to our existing site to allow the user to upload images onto the server. The problem with this is that since our web-tier is in WebLogic, the uploaded file would reside in the WebLogic server's document root and will not be accessible to the iPlanet server. Is there any way that I can store the images directly in iPlanet even though the servlets reside on WebLogic. I know this query sounds a bit weird & I'm asking for too much but I also have this feeling the architecture of our site is not very different from a lot of other sites & other sites also have upload functionalities, so how do they go about dealing with this problem. Porting the web-tier to iPlanet is not a solutions since there are a lot parties involved & we cannot at this point take that decision.
              >
              > Would really appreciate any help from you guys.
              >
              > Thanks in advance,
              > VD.
              

  • URGENT- IDoc Packaging - Que- Michal blog

    Hi,
    I was following Micahl's blog - for idoc packaging -
    /people/michal.krawczyk2/blog/2007/12/02/xipi-sender-idoc-adapter-packaging
    But there is another blog, which also by Michal.
    /people/michal.krawczyk2/blog/2005/12/04/xi-idoc-bundling--the-trick-with-the-occurance-change ,
    which is also mentioned in OSS note: Note 814393 - Multiple IDoc instances in an XI message.
    Do I need to do both of them to achieve the Idoc Packaging.
    I also noticed that in the first blog, it is about pushing Idocs out of R/3 system and in the second blog it is the other way round.
    Can any one please clarify.
    reg

    with the first blog, how does sxmb_moni screen looks like - R3 system, XI. On XI it should not make any diff as XI is still splitting the packages.
    Yes you are right...On R3 system, if packaging is done, then you will find all IDOCs as single message. As you said on XI it will not make any difference.
    With the 2nd blog, XI would show single message for each package, but with more instances of the Idoc payload. (As shown in the first blog - look at the 2nd pic). Which means that you saving the queues but the payload size is more here in this case.
    Yes..It show single message with more instance of IDOCs. You are right about saving the queues and payload size is also more

  • Urgent: Architecture help needed

    hi all,
    I am implementing cold failover for the mail server:(No clustering)
    I plan to use a comon global store (netapp)
    What i want is in case of failover, i could start the services on the standby server, my questions are:
    Should the standby server have the same hostname as the active server?
    or i can give it a different hostname?
    PLease help me , links to any related documents will greatly help.
    regards
    kimi

    hi all,
    I am implementing cold failover for the mail
    server:(No clustering)
    I plan to use a comon global store (netapp)
    What i want is in case of failover, i could start the
    services on the standby server, my questions are:
    Should the standby server have the same hostname as
    the active server?It MUST have, or the mail will not be delivered to the store.
    or i can give it a different hostname?
    PLease help me , links to any related documents will
    greatly help.
    regards
    kimi

Maybe you are looking for

  • [SOLVED] Compass does not work after update.

    For those of you not familiar, Compass is a Ruby gem that works with SASS , another Ruby gem. SASS is a CSS preprocessor. Anyway, I had Compass working fine, now I've completely broken it. I didn't see anything on the announcements that I thought wou

  • Confirmation of QM order

    Hi, by assigning the a/c assignment in po, the system genereated qm order upon compltion of migo. please advise can we do confirmation like in prod orders (with co11n) for qm orders? please advise t-code to do confirmation for qm orders (without ente

  • Lotus portlet related to the nov pdk

    Hi, I have installed the new pdk (nov 2002) and the lotus application (deployement of the ear file, creation of an external app and creation of the provider). My problem is, when i try to add the lotus portlet to a page, i got the following error (ju

  • Why won't iTunes 11 play well with my printer.

    I made the mistake of downloading 11 before reading feedback.  I will not do that before 11.0.1.  Has anybody tried this update?  Have they brought the old search feature back...unless there is some way to set it back to the way it previously worked

  • SPC Charting - Calculating Cpk & Ppk

    Hi all, Let me preface this by saying that I am not an SPC expert...I know the fundamentals.  With that being said, can anyone explain why UCL and LCL limits have to have 'Auto-Calculate' checked in order for Cpk/Ppk to be calculated correctly.  I kn