Integration between SD to MM, PP and FICO

Can anyone please post some information about the integration between SD to MM, PP and FICO?
I Would greatly appreciate your help.
Also some questions that can be asked during an interview regarding the integration. My email address is <removed>
Thank you
Sonia
Message was edited by:
        Gali Kling Schneider

Dear Angel SAP,
Link Between SAP SD, MM & FI
1. In SAP you will always get integration with other modules. SD will interact with FI, MM will interact with SD :-
1a. Looking at MM and SD interaction first, take the scenario of a third party order process. This process uses a purchase order (which is sent to your vendor). Also invoice verification is used further along the process to check that the invoice you send to your customer is the same material and quantity as that which the vendor sends to you (but obviously shipped 
directly to your customer). 
1b. Billing is an SD function. But SAP needs to know, when processing a customer's payment, to which GL account the payment has to be processed. For instance payment of a UK based material would be placed in a different GL account to that of a non-UK based material. Furthermore, a UK based customer may have a different GL account to that of an Export customer. This is configured in Account Determination.
2. ABAPers are there to essential do some bespoke development. Your integration, or interaction, with them would be when specifying the tables, fields, input fields, a simple process explanation, data mapping (if doing an interface from one system to another) etc.                 *-- Shahee
The link between SD and MM :-
1. When you create sales order in SD, all the details of the items are copied from Material master of MM.
2. MRP and availibility check related data is also taken from MM although you control this data in SD also.
3. While you create inbound/outbound delivery with reference to a sales order,the shipping point determination takes place with the help of the loading group, plant data, shipping conditions etc. This also refers to Material Master.
4. The material which you are entering in a sales order must be extended to the sales area of your sales order/customer otherwise you cannot transact with this material.
There are many such links between SD and MM.
Now the link between SD and FI :-
1. Whenever you create a delivery with reference to a sales order, goods movement takes place in the bacgground. eg. In case of standard sales order, you create an outbound goods delivery to the customer.
Here movement 601 takes place. This movement is configured in MM. Also, this movement hits some G/L account in FI. Every such movement of good s hits some G/L account.
2. The accounts posting in FI is done with reference to the billing documents (invoice, debit note, credit note etc) created in SD. Thus this is a link between SD and FI
3. Tax determination: In case of a tax determination also, there is a direct link between SD and MM
SD Integration points with other modules
SD module is highly integrated with the other modules in SAP.
Sales Order –
Integration Points                      Module
•Availability Check             -       MM
•Credit Check                   -       FI
•Costing                        -       CO/ MM
•Tax Determination              -       FI
•Transfer of Requirements       -       PP/ MM
Delivery & Goods Issue –
Integration Points                      Module
•Availability Check             -       MM
•Credit Check                   -       FI
•Reduces stock                  -       MM
•Reduces Inventory $            -       FI/ CO
•Requirement Eliminated         -       PP/ MM
Billing -
Integration Points                      Module
•Debit A/R                      -       FI/ CO
•Credit Revenue                 -       FI/ CO
•Updates G/ L                   -       FI/ CO
  (Tax, discounts, surcharges, etc.)
•Milestone Billing              -       PS
Return Delivery & Credit Memo -
Integration Points                      Module
•Increases Inventory            -       MM
•Updates G/ L                   -       FI
•Credit Memo                    -       FI
•Adjustment to A/R              -       FI
•Reduces Revenue                -       FI
Tips by: Subha
SD Transaction Code Flow: 
Inquiry / Document type IN
Tcode for creation VA11,VA12,VA13. tables VBAK,VBAP
Quotation / QT
Tcode for creation VA21,VA22,VA23. tables VBAK,VBAP
Purchase Order PO
Tcode for creation ME21,ME22,ME23. tables EKKO,EKPO.
Sales Order OR
Tcode for creation VA01,VA02,VA03. tables VBAK,VBAP
Delivery LF
Tcode for creation VL01,VL02,VL03. tables LIKP,LIPS
Billing MN
Tcode for creation VF01,VF02,VF03. tables VBRK,VBRP
To create a sales order we need purchase order number and custmer number.  Before that, to create a purchase order we need to have material no, vendor no.
To create vendor tcode is 
xk01(create), xk02(change) , xk03(display)
Tables are lfa1.
To create custmer tcode is xd01, xd02, xd03.
Table is kna1.
After creating sales order using this no we can create delivery note tcode is vl01.
Hope this helps you.
Do award points if you found them useful.
Regards,
Rakesh
P.S. you can send me a mail at my mail id [email protected] for any specific details

Similar Messages

  • Integration between Oracle BPM 10.3 and UCM 11g

    I need to use UCM to manage documents created during a BPM workflow. Instead of attaching these files to the BPM process instance i must put them into the content repository, organizing the folder structure.
    So all i need to use is: Search, GetInfo, and CheckIn functionality.
    I was trying importing RIDC jars into BPM but it was a very bad idea because of many errors at the introspection time.
    So I read there was a Oracle Content Integration EJB, but didn't fount id anywhere...
    The last solution I'm afraid I ought use are Web Services, or a second EJB layer that I should create myself, between BPM and UCM servers.
    Since I hope could use WS, is there such guide to use it, some samples using services?
    I'll trust in your help!!! Thanks in advance...
    Antonio Russo

    11g relies upon SOA suite components for much of the underlying infrastructure.
    Interactive activities are no longer modeled using the simple JSF based ALBPM style screen flows and UI editor. In 11g the human workflow engine is used for this purpose - it handles user routing, notifications, data associations, etc. The actual implementation is done in ADF using task flows. This gives you more flexibility, with the caveat of a bit more complexity.
    11g is a "codeless" environment. ALBPM style Automatic activities and PBL code are a thing of the past. Business logic is now performed either using Business Rules, or by calling Web Services. There are also adapters for accessing the database, FTP, and reading/writing files on the filesystem. Data flows through the process in the form of XML, some of which is abstracted away from the developer in the form of Business Objects in the catalog. However, knowing XML and XML related technologies is now much more important (XSD, XPath, XSL, etc.)
    The Eclipse style IDE is no longer used for design time. JDeveloper is the new IDE. You can also use BPM composer for some online (it's a web based app) project design and publishing.
    The Process Administrator app is now gone - that functionality is replaced by fusion middleware control (Enterprise Manager) and the workspace itself.
    More details can be found in the documentation:
    http://download.oracle.com/docs/cd/E14571_01/soa.htm

  • Integration between two oracle servers 8i and 9i

    With the name of ALLAH,
    Dear Friends,
    I want to connect / share the data of two oracle databases installed on different LANs and static IPs. i.e
    202.125.155.20 and 202.125.152.30
    But the problem is that I am unable to connect both databases by connection string in tnsnames.ora
    I want to share the data by writting event based trigger between both of the databases.
    Note: One database is 8i Enterprise and other is 9i Enterprise
    Please tell me in detail that what should I do?
    I would be thankful to you.
    Faisal,
    [email protected],
    9203335146832

    hi Faisal Rafique
    i have working in same situation.
    u will make 2 entries in tnsname for 2 server.
    like
    oracle8I =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 202.125.155.20 )(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = oracle8i)--enter u r service name of 8i
    another entries for 9i database
    oracle9I =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 202.125.155.30 )(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = oracle9i)--enter u r service name of 9i
    thanks
    kuljeet pal singh

  • Integration between SAP BI 3.5 and Business Object

    Hi experts
    I'm working on a SAP ECC 5.00 environment with SAP BI 3.5
    We want introduce the Business object application for the SAP Bi reporting, without upgrade SAP BI to 7.0 release.
    Can you suggest me a documentation or similar explaining the pros and cons of this type integration, and possible problems we can occur on (if any).
    another question is: is it possible upgrade SAP BI to 7.0 release maintaining Netweaver 2004, or the upgrade to Netweaver 2004s is required?
    if this upgrade is required, it will affect also the ECC (from 5.00 o 6.00)?
    thanks in advance
    regards
    katia

    Hi,
    Please find the below information provided by INGO.
    Install Part #1
    /people/ingo.hilgefort/blog/2008/09/17/businessobjects-and-sap--installation-and-configuration-part-1-of-4
    Install Part #2
    /people/ingo.hilgefort/blog/2008/09/17/businessobjects-and-sap--installation-and-configuration-part-2-of-4
    Install Part #3
    /people/ingo.hilgefort/blog/2008/09/17/businessobjects-and-sap--installation-and-configuration-part-3-of-4
    Install Part #4
    /people/ingo.hilgefort/blog/2008/09/17/businessobjects-and-sap--installation-and-configuration-part-4-of-4
    SAP Authentication
    /people/ingo.hilgefort/blog/2008/09/19/businessobjects-and-sap--configure-sap-authentication
    Publishing part 1
    /people/ingo.hilgefort/blog/2008/09/23/businessobjects-and-sap--publishing-of-crystal-reports-part-1-of-3
    Publishing part 2
    /people/ingo.hilgefort/blog/2008/09/24/businessobjects-and-sap--publishing-of-crystal-reports-part-2-of-3
    Publishing part 3
    /people/ingo.hilgefort/blog/2008/09/24/businessobjects-and-sap--publishing-of-crystal-reports-part-3-of-3
    Technical Material
    /people/ingo.hilgefort/blog/2008/11/19/businessobjects-integration-with-sap-netweaver-bi--technical-material
    Please find this book which will be very usefull.
    http://www.sap-press.de/katalog/buecher/titel/gp/titelID-2053?GalileoSession=78576305A3-RD.-s47E
    Thanks,
    SK.
    Edited by: Siva Vallabhaneni on May 27, 2009 8:30 PM

  • The integration between Primavera P6 R8.2 and Oracle E-Buisness Suite

    can any one help me
    i want to knowq if that possible to integrate Primavera R8.2 and Oracle EBS
    thanks alot
    Edited by: Mona Reda on 05/07/2012 06:11 م

    You can create your own custom integration using our P6 Integration API or P6 Web Services but would also have to use the integration architecture available on E-Business Suite side.
    We also have a pre-built Application Integration Architecture (AIA) Process Integration Pack (PIP) that does this integration. General information can be found here: http://www.oracle.com/technetwork/apps-tech/aia/learnmore/index.html
    The Oracle Project Portfolio Management Integration Pack for Primavera P6 and Oracle E-Business Suite 3.1 - Release Notes can be found here: http://docs.oracle.com/cd/E26778_01/doc.112/e20583.pdf

  • Integration between Siebel marketing 7.8 and OBIEE 10g

    Hi All,
    Could you please let us know which lastest version of obiee 10g supports Siebel markeitng 7.8 application.
    Please provide any links to the documentation and your valuable suggestions in implementation.
    Thanks
    Mahendra

    Hi,
    If your DBMS is 10.2.0.4 and your application servers are Windows there is a serious bug with the 10.2.0.4 client you should be aware of. Please contact me directly or your TAM for the details. It is very difficult to recreate this issue but when it hits you no users will be able to login.
    You should also follow the PPS init.ora and statistics strategy. This will be a key to getting good performance with Siebel on 10g. Our recommendations are slightly different from the Siebel recommendations and cover areas they don’t even mention.
    I would recommend you use our PPS SQL Record/Playback product to test your actual production SQL on 10.2. This will give you 100% test coverage and is very easy to do.
    You also should read the chapter in my friend Jonathan Lewis’ book that describes upgrade surprises in moving from 9i to 10g
    Robert Ponder
    Lead Architect and Director
    Ponder Pro Serve
    cell: 770.490.2767
    fax: 770.412.8259
    email: [email protected]
    web: www.ponderproserve.com

  • Integration between contentselector rule in ebcc and Vignette - Third party cms..???

    OK, this should be really basic, but I can't find the answer anywhere.
    We wish to use the bea personalization server <pz:contentselector> tag so as to
    display personalized data to the users.The content should be retrieved from the
    third party content management system and we are using DocumentProvider for that.
    The question is - Can we create a contentselector in ebcc which picks up the content
    from the vignette(third party CMS). If yes,what are the configurations that need
    to be done and how?
    I have alraedy configured DocumentManager and DocumentConnectionPool entries to
    be set to VignetteDocumentProvider in the meta-inf\application-config.xml.
    The question is what configurations to be done so that I can create a contentselctor
    rule in eBCC so that it picks up from JNDI i.e Third party CMS. I really need
    an answer to this as soon as possible.Can anyone please help me out. Thanks a
    LOT in advance.

    OK, this should be really basic, but I can't find the answer anywhere.
    We wish to use the bea personalization server <pz:contentselector> tag so as to
    display personalized data to the users.The content should be retrieved from the
    third party content management system and we are using DocumentProvider for that.
    The question is - Can we create a contentselector in ebcc which picks up the content
    from the vignette(third party CMS). If yes,what are the configurations that need
    to be done and how?
    I have alraedy configured DocumentManager and DocumentConnectionPool entries to
    be set to VignetteDocumentProvider in the meta-inf\application-config.xml.
    The question is what configurations to be done so that I can create a contentselctor
    rule in eBCC so that it picks up from JNDI i.e Third party CMS. I really need
    an answer to this as soon as possible.Can anyone please help me out. Thanks a
    LOT in advance.

  • How to do integration between Oracle 11g and SAP Data services

    HI All,
              i want to load data from Oracle 11g data base to some other data bases. we have installed oracle 11g server in one machine and Data services server in one machine.we installed oracle 11g client in data services server machine . i created data store for oracle and when i was executing job i got the following error.
    how to resolve this issue. do i need to do any configuration between two servers (Oracle 11g and data services), and do i need create ODBC for oracle in data services machine.
    if any one know the solution please help me out ASAP.
    Thanks,
    Ramana

    Hi,
    we installed oracle client "win64_11gR2_client" version on DS Server.
    but i need the steps after installing oracle client tool. meaning integration between those two servers(Oracle and DS Server).and what are the variable create on DS Server and paths for variable and how to create ODBC for Oracle on DS Server.
    Thanks,
    Ramana

  • PI Integration between SAP ERP system and Cloud for Customer

    Hi,
    We have set up integration between Cloud for Customer tenant and our SAP ERP system via PI.
    For performing initial load, when we try to activate change pointers for Message types in the SALE transaction, we don't find the MATMAS_CFS and DEBMAS_CFS in the ERP system(IDES ECC 6.0 EhP6).
    CODERINT 600(SP1 &2) are installed and BC set COD_BYD_ERP_INT is activated in the system.
    Could anyone let us know what are we missing here, so that we can get the message types.
    Also we tried using Message type MATMAS for sending a message from ERP to Cloud for Customer. In PI message monitoring, the status shows as 'Processed successfully', however we do not find the message in Business Communication Monitoring in the Cloud system. neither do we see the Business Object created for that Material master.
    Please let me know how to debug such a scenario.
    Regards,
    Sangeeta

    Hi Vatsav,
    Yes the outbound works now with the following urls with channel id as param. With the 'BusinessSystem used as the sender(COD) business system ID. Thanks for your help and the document
    Customer Replication
    /XISOAPAdapter/MessageServlet?channel=:<business system>:COD_SOAP_BusinessPartnerReplication_Send
    Customer Address Replication
    /XISOAPAdapter/MessageServlet?channel=:<business system>:COD_SOAP_BusinessPartnerAddress_Send
    Customer Contact Replication
    /XISOAPAdapter/MessageServlet?channel=:<business system>:COD_SOAP_BusinessParterContact_Send
    Regards,
    Sangeeta

  • Integration between SAP HR and FICO module regarding advance payments

    Hi friends,
    Can anybody tell me that is there any type of integration possible in SAP HR and FICO module regarding advance payments?
    I mean to say that, if any advance payment made in cash department through FICO module on behalf of any employee vender and the amount is recover from that employee salary ( in full or installment ) through HR module in time of salary process. Is it possible that the recovery will reflect in FICO module also.
    Eg. :  Suppose one employee has taken an advance of Rs. 10000 from Accounts & the amount is recovered from his salary by Hr as Rs. 5000 per month. After first month salary is it show as Rs. 5000 to be recovered from him in the FICO module.
    Please let me inform that is it possible in SAP. If yes then how?
    I shall wait for your warm response.
    With regards,
    Diptendu

    Hi Sikindar,
    Thanks for your reply, it's really helpful for me. But can you please tell me that, is there any way to automatized it.
    I want to mean that, what ever fitment is made by the accounts in FICO it will reflect in payslip and related reports of HR module.
    Eg. :-
    If anyone take any advance from accounts, after make an entry in FICO, it will directly reflect in his payslip as a note and also display in the salary related report of HR.
    In time of recovery, it will automatically deduct the amount from his salary and reflect in his payslip ( in the deduction part ) and reports as per mansion installment ( The no. and amount of installment should be maintain in FICO. )
    With regards,
    Diptendu

  • Integration between Ariba and SAP R/3 4.7

    Hi All,
    Have anyone implementing the integration between Ariba Software and SAP R/3 4.7?
    In my project has using Ariba TIBCO and SAP Adapter as the integration tool that connect to SAP R/3 4.7 Non-Unicode system (using MDM for Thai language).
    I found that when I pull data from SAP through Ariba TIBCO and SAP Adater, the Thai character showed as unreadable character like a garbage character.
    Please help me.
    Thanks

    Hi Bimal,
    Please go through this document which contains end to end steps to integrate R/3 HR with CRM
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/84dd0c97-0901-0010-4ab2-9849fba57e31
    Best Regards,
    Pratik Patel
    <b>Reward with Points!</b>

  • Is it a Bug? Integration between Dreamweaver and Fireworks is broken in somewhere?

    I can not upload images related my topic here but you can see
    it in the same topic at
    http://www.fireworksguruforum.com/index.php?showtopic=14282
    I use CS3 Suite. It is a big trouble for me in working on
    real pages. Integration is broken in somewhere else and after that
    point it becomes impossible to work on Fireworks through
    Dreamweaver.
    I've made test to show this trouble and I narrowed the
    problem to the pictures as shown in the figures below,
    1) In figure one I am creating a completely new Fireworks
    file as arrow.png with two frames and one slice in it. After I am
    saving it as .png I am exporting it as .html with images in /images
    subfolder.
    2) After saving and closing the file in Fireworks, in figure
    two, I am opening the html in Dreamweaver and changing the page
    properties by writing zeros to page margins and by changing the
    default font.
    -----I guess in this point something happens which breaks the
    integration between FW and DW--------because;
    3) In figure three I am opening the .png through Dreamweaver
    (by "Edit") and changes the place and size of the slice a little
    bit
    4) When I press Done in Fireworks I see this picture in
    figure four in Dreamweaver which shows integration between FW and
    DW about table structure is broken. (In this point if I add any
    behaviur to the slice DW doesn't recognize it, or any other change
    in FW can not be recognized by DW)
    5) In order to show this broken integration in table
    sturucture, I am putting a new slice to png when Editing from DW in
    FW.
    6) When I click on Done in DW I see this picture on the
    figure six. Beacuse FW doesn't have any effect on html's table
    structure code.
    I can not upload images related my topic here but you can see
    it in the same topic at
    http://www.fireworksguruforum.com/index.php?showtopic=14282

    damlays wrote:
    > I can not upload images related my topic here but you
    can see it in the same
    > topic at
    >
    http://www.fireworksguruforum.com/index.php?showtopic=14282
    >
    >
    > I use CS3 Suite. It is a big trouble for me in working
    on real pages.
    > Integration is broken in somewhere else and after that
    point it becomes
    > impossible to work on Fireworks through Dreamweaver.
    >
    > I've made test to show this trouble and I narrowed the
    problem to the pictures
    > as shown in the figures below,
    >
    > 1) In figure one I am creating a completely new
    Fireworks file as arrow.png
    > with two frames and one slice in it. After I am saving
    it as .png I am
    > exporting it as .html with images in /images subfolder.
    >
    > 2) After saving and closing the file in Fireworks, in
    figure two, I am opening
    > the html in Dreamweaver and changing the page properties
    by writing zeros to
    > page margins and by changing the default font.
    >
    > -----I guess in this point something happens which
    breaks the integration
    > between FW and DW--------because;
    >
    > 3) In figure three I am opening the .png through
    Dreamweaver (by "Edit") and
    > changes the place and size of the slice a little bit
    >
    > 4) When I press Done in Fireworks I see this picture in
    figure four in
    > Dreamweaver which shows integration between FW and DW
    about table structure is
    > broken. (In this point if I add any behaviur to the
    slice DW doesn't recognize
    > it, or any other change in FW can not be recognized by
    DW)
    >
    > 5) In order to show this broken integration in table
    sturucture, I am putting
    > a new slice to png when Editing from DW in FW.
    >
    > 6) When I click on Done in DW I see this picture on the
    figure six. Beacuse FW
    > doesn't have any effect on html's table structure code.
    >
    >
    > I can not upload images related my topic here but you
    can see it in the same
    > topic at
    >
    http://www.fireworksguruforum.com/index.php?showtopic=14282
    >
    >
    >
    I can reproduce your results, but I don't consider this a
    bug; just a
    limitation of Roundtrip editing.
    You can't add or change slices without re-exporting the html
    from
    Fireworks. Roundtrip is for image editing, not for altering
    the table
    structure. If I edit, and re-export, my table remains intact.
    If you want to edit the slices and resulting html, open the
    PNG file
    independently of Dreamweaver, change your slices and images
    and then
    choose File > Update HTML (this option is not available
    when in
    Roundtrip mode). FW will ask you to locate the html file.
    When located,
    you will have the options of
    Replace Images and Their HTML - replaces the previous
    Fireworks HTML.
    Update Images Only - overwrites only the images.
    As an aside, the rigid table created by FW is rarely
    desirable for a
    production web site.
    HTH
    Jim Babbage - .:Community MX:. & .:Adobe Community
    Expert:.
    http://www.communityMX.com/
    CommunityMX - Free Resources:
    http://www.communitymx.com/free.cfm
    .:Adobe Community Expert for Fireworks:.
    Adobe Community Expert
    http://tinyurl.com/2a7dyp
    .:Author:.
    Lynda.com -
    http://movielibrary.lynda.com/authors/author/?aid=188
    Peachpit Press -
    http://www.peachpit.com/authors/bio.aspx?a=d98ed798-5ef0-45a8-a70d-4b35fa14c9a4
    Layers Magazine -
    http://www.layersmagazine.com/author/jim-babbage

  • Can any one send procedure for integration between XI and Geographic inform

    can any one send procedure for integration between XI and Geographic information System(GIS).
    Please clarify ASAP..
    Thanks

    Hi,
    Please see the below links
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d53af8ca-0801-0010-08b0-dce9e02130a8
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d53af8ca-0801-0010-08b0-dce9e02130a8
    GIS VS XI
    Regards
    Chilla..
    Points rewarded if it is usefull..<i></i>

  • How does the integration between CRM and SD occur

    How does the integration between CRM and SD occur?  Is only via ALE and are there config steps in CRM to ensure the correct data mapping between CRM and SD?
    So, if I create an order or quote in CRM how is it then created in SD?  Or do they share the same data store.
    thanks

    Hi John,
    Here is good documentation regarding Data Exchange for Sales Transactions: the CRM Enterprise and the ERP System are two different repositories, If you create the Sales Order in CRM then they will be replicated into SD (using CRM Middleware, BDoc's)
    http://help.sap.com/saphelp_crm60/helpdata/en/52/2d0c38941e5666e10000009b38f8cf/frameset.htm
    Also you can check the best practice guide for CRM 2007 there you have plenty of information
    http://help.sap.com/bp_crmv12007/CRM_DE/HTML/index.htm
    Hope this help,
    Regards,
    Ramon

  • Business Process & Integration between FI and CML

    Hi,
    Could you please brief about Business Process & Integration between FI and CML.
    Thanks in advance
    Prabhakar

    Any Inputs please for CML

Maybe you are looking for

  • One way audio over VPN

    I have 2 Cisco 1941 routers with a standard IPSec tunnel between them. Data works fine, but VoIP is encountering a one way audio issue where the remote site calling cannot be heard but they can hear me.  This seems to match what I'm seeing in encaps

  • Creation of a new record based on the value of a picklist

    Hi, My requirement is whenever i select a picklist value in Opportunity record type based on the value selected a new opprtunity record should get created and get assigned to a role or A User otherwise a lead should get created and should be assigned

  • Many entries in DBA_SUBSCR_REGISTRATIONS

    We use Advanced Queueing-Feature for Forms "External Events". We use RDBMS 11.2.0.2 EE-RAC. During the last days we had increasing problems with the performance of the database. We try to assess, whehter AQ was the reason for the problem. We had a lo

  • Org Management question

    When an employee moves from one Personnel Area to another Personnel Area, does he get a new position in the new Personnel Area or does the Account Assignment change (IT1008) to a new Personnel Area on his current position. Appreciate inputs and point

  • I keep getting requests to change my apple id and it is not me requested it.

    i keep getting requests to change my apple id and it is not me requested it.