Transaction processing

Hi all,
I have created a new Transaction type with Transaction category as "Sales". I want to group the different data sets for that Transaction type.
Where do i do the field grouping for the same. Please suggest the path.
Regards,
Vinay.

Hi all,
I have created a new Transaction type with Transaction category as "Sales". I want to group the different data sets for that Transaction type.
Where do i do the field grouping for the same. Please suggest the path.
Regards,
Vinay.

Similar Messages

  • Purchasing - A/P Transaction Processing for Services and Non Inventory Item

    On of the main areas of concern that businesses have is in the area of Purchasing, Goods Receipts and AP Invoices Processing - There is a requirement that businesses have widely referred to as 3-way matching.
    While SAP Business One has this functionality covered quiet well via the following, there is still some need for enhancements so that the application can correctly reflect the AP Accruals:
    - Purchase Order processing with Approval Process (if configured)
    - Ability to perform Goods Receipts for Services.
    - Matching of AP Invoices to Goods Receipts with AP Invoice Approval Process (if configured)
    The above transactions serve the 3-way matching quiet well for all purchases however when it comes to accuring for Services that have been provided, the application does not do this. The Goods Receipt transaction processing to acknowledge the service delivery is allowed however the related posting to the allocation account is missing.
    The process that is followed by the application is same for Items that have not Inventory Items in Item Master.
    As a result of the above, the business have to manually work out what the Accurals for services provided but not invoiced should be.
    With little enhancement to the product this shortfall could very easily be overcome.

    Hi,
    Once there are transactions, we cannot make existing Inventory type item to Non Inventory type item.
    Check SAP note:937297 which states as follows :
    Symptom
    Changing the status of the Inventory Item checkbox (in Item Master Data) for items with inventory transactions and documents, might lead to inaccuracies in the calculations of inventory value.
    Other terms
    Inventory Item, Non-inventory Item, Item Master Data, Continuous Stock, Perpetual Inventory, Inventory Valuation, 2004, 2005, 2005 A SP01
    Reason and Prerequisites
    Consulting Note
    Solution
    The status of an item (Inventory Item/Non-Inventory item as selected in the Inventory Item checkbox in the Item Master Data window), cannot be changed once an A/P, A/R, or Inventory document is posted for the item.
    Regards,
    Jitin Chawla

  • How can i implement a Transaction Processing procedure in my web app ?

    Im planning to enhance my web app servlet.
    the web app is about Online Banking.
    since it is Online banking, there would be time where simultaneous user accessing their account. mean several connection is made on my db.
    I read some article about Transaction processing, so i think it is wise for me to
    implement on my web app but i not sure where to start and in what way can i integrate it with my web app.
    here are several thing i have in mind..
    making the admin able to monitor , or better if can coordinate the transaction.determine the network traffic on my web app. etc.
    any advise or wise opinion please ..thank you for time reading too.

    Im planning to enhance my web app servlet.
    the web app is about Online Banking.
    since it is Online banking, there would be time where
    simultaneous user accessing their account. mean
    several connection is made on my db.
    I read some article about Transaction processing, so
    i think it is wise for me to
    implement on my web app but i not sure where to start
    and in what way can i integrate it with my web app.
    here are several thing i have in mind..
    making the admin able to monitor , or better if can
    coordinate the transaction.determine the network
    traffic on my web app. etc.
    any advise or wise opinion please ..thank you for
    time reading too.Read about ACID properties, isolation, and locking mechanisms. It's a database issue, not a network traffic problem.
    Please tell me that this is just a homework assignment. If not, please tell me the name of the bank that employs you so I can be sure to never have dealings with them.
    %

  • Transaction Process not rolling back

    Hi Experts,
    I am testing the Transaction Process which uses a DB Adapter (which calls a procedure) to insert data into a table. There are 2 fileds in the table (employee id and employee name) and in this employee id is the primary key. In the same scope I invoke this DB Adapter PL twice and for the first invoke it went fine but for the second invoke it has thrown me a unique constraint exception (as again I am passing the same data). I am catching the exception with a catch all block which is working absolutely fine.
    The problem is in the table I am getting the data entry for the first invoke which should have roll backed as i am using the *'transaction=participate'* property and respective changes have been done in bpel.xml for supporting the transaction.
    There should be no entry in the table but yet I am getting it. Please help me.
    Where could I have gone wrong?????
    I am using BPEL-10.1.3.1 version.
    Thanks in advance.
    Cheers,
    Ankit
    Edited by: user11083689 on Apr 24, 2009 4:41 AM

    hi,
    There are two mechanisms to force a rollback from a BPEL process.
    Explicitly — throw a bpelx:rollback fault within your flow:
    <throw name="Throw" faultName="bpelx:rollback"/>
    Invoke a partner link that marks the JTA transaction for rollback only.
    For example, in Oracle SOA Suite for 10.1.3.1.0, if Oracle BPEL Process Manager invokes an Oracle Enterprise Service Bus (ESB) flow that in turn fails to call a Web service endpoint, the JTA transaction is marked for rollback. Since the Oracle ESB flow enlists its local transaction in the JTA transaction, a rollback on the JTA transaction impacts Oracle BPEL Process Manager's ability to dehydrate (as the JTA transaction is used by Oracle BPEL Process Manager for persistence).
    regards
    Rajesh

  • Distributed Transaction Processing Services in Oracle RAC 11.2

    Hi,
    Do we have to set the DTP parameter to TRUE for workload services that are going to be used for distributed transaction processing?
    Something like this ...
    srvctl modify service -d crm -s xa_01.service.us.oracle.com -x TRUE
    Oracle 11.2 document is not very clear on this requirement. At one stage it says...
    "Tightly coupled XA transactions no longer require the special type of singleton services (that is, Oracle Distributed Transaction Processing (DTP) services) to be deployed on Oracle RAC database. XA transactions are transparently supported on Oracle RAC databases with any type of services configuration."
    But at the end of the same section...
    "An external transaction manager, such as OraMTS, coordinates DTP/XA transactions. However, an internal Oracle transaction manager coordinates distributed SQL transactions. Both DTP/XA and distributed SQL transactions must use the DTP service in Oracle RAC."
    So do we have to use DTP services with RAC or not?
    Thanks,
    -Sanjeev
    Edited by: user12219014 on 28 Jan, 2011 8:04 PM

    Hi Sanjeev,
    I have some critical applications using Tuxedo on 10gR1/R2 RAC databases and there is no doubt to have with this versions.
    Starting with 11gR1 it seems the main limitation is over...but there are still limitations ! To be honest I will keep the DTP parameter to true after the migration in 11.2 to avoid any problem. It is still recommended even if not mandatory :
    To provide improved application performance with distributed transaction processing in Oracle RAC, you may want to take advantage of DTP services. Using DTP services, you can direct all branches of a distributed transaction to a single instance in the cluster. To load balance across the cluster, it is better to have several groups of smaller application servers with each group directing its transactions to a single service, or set of services, than to have one or two larger application servers.
    Also check note 462060.1.
    Best regards
    Phil
    Edited by: Philippe Florent on Jan 30, 2011 10:07 AM -- add documentation precision

  • Can I have no transaction processing with esql (proc)?

    Hello all,
    I'm using embedded sql (via proc) and am trying to use the database without transaction processing. I am porting an application from Informix and this is possible with Informix . Is there some way to tell Oracle to autocommit or to turn off transaction processing?
    Thank you for your time.

    Can you connect?  I can not connect to it, but it shows in the finder. (and LG's detector utility)
    I get a:
    "the version of the server you are tryinng is not supported" when acessing a timemachine volume or via Finder>go>connect to server>afp://<ip>
    And fior a standard volume:
    "The server may not exist or is unavailble at this time"
    (ML Server)

  • How to Transactional Processes in BPEL

    Hi,
    TestCase:
    I have some BPEL processes which needs some Transaction Processes. These process can be DB process with Multiple insertion/selection/retrieval.
    I could see the 'scope' process activity however I would like to know that:
    1) Is there any alternate way to define Transaction/Isolation level or any other Transaction related parameters?
    2) Is there is any way that I could set Transaction related parameters in 'scope' process activity?
    TIA
    regards
    JD

    Hi,
    the transaction behaviour is not related to the scope activity...
    The transactions are defined on the db connections which are defined in the webservices.
    I think there is no way to use distributed transactions via webservices... (At least there is no documentation for this...)
    If i am wrong, i am very interested in a concept of using 2 PCs in Oracle BPEL/Webservices....

  • Transaction (Process ID 477) was deadlocked on {lock} resources

    hi !!!
    Has anyone encountered the following error:
    java.sql.SQLException: [Microsoft][SQLServer JDBC Driver][SQLServer]Transaction (Process ID 477) was deadlocked on {lock} resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
    My prgram contains many thread which Update the database, the same table but different rows.
    Thanks and Regards,

    This problem relates to the Microsoft SQLServer, the server has decided to decline the request from that instance due to an internal deadlock issue. Your instances request was arbitrarily chosen as the one to terminate. So the SQLServer sent an error status back that would have been passed on thru the ODBC bridge to the JVM and then to your application.
    How you want to handle this event within your app is up to you.

  • Transaction (Process ID 112) was deadlocked on lock resources

    i got a error when i run the ssis,how to fix it.
    Transaction (Process ID 112) was deadlocked on lock resources with another pr
                                   ocess and has been chosen as the deadlock victim

    i got a error when i run the ssis,how to fix it.
    Transaction (Process ID 112) was deadlocked on lock resources with another pr
                                   ocess and has been chosen as the deadlock victim
    Moderators please  move this to Databse engine forum.Can you see if this ooutput gives you deadlock graph.If you are on SQL server 2008 or later
    SELECT
    xed.value('@timestamp', 'datetime2(3)') as CreationDate,
    xed.query('.') AS XEvent
    FROM
    SELECT CAST([target_data] AS XML) AS TargetData
    FROM sys.dm_xe_session_targets AS st
    INNER JOIN sys.dm_xe_sessions AS s
    ON s.address = st.event_session_address
    WHERE s.name = N'system_health'
    AND st.target_name = N'ring_buffer'
    ) AS Data
    CROSS APPLY TargetData.nodes('RingBufferTarget/event[@name="xml_deadlock_report"]') AS XEventData (xed)
    ORDER BY CreationDate DESC
    --Got from Erland
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Distributed Transaction Processing Services in Oracle 11.2

    Hi,
    Do we have to set the DTP parameter to TRUE for workload services that are going to be used for distributed transaction processing?
    Something like this ...
    srvctl modify service -d crm -s xa_01.service.us.oracle.com -x TRUE
    Oracle 11.2 document is not very clear on this requirement. At one stage it says...
    "Tightly coupled XA transactions no longer require the special type of singleton services (that is, Oracle Distributed Transaction Processing (DTP) services) to be deployed on Oracle RAC database. XA transactions are transparently supported on Oracle RAC databases with any type of services configuration."
    But at the end of the same section...
    "An external transaction manager, such as OraMTS, coordinates DTP/XA transactions. However, an internal Oracle transaction manager coordinates distributed SQL transactions. Both DTP/XA and distributed SQL transactions must use the DTP service in Oracle RAC."
    So do we have to use DTP services with RAC or not?
    Thanks,
    -Sanjeev

    Hi Sanjeev,
    I have some critical applications using Tuxedo on 10gR1/R2 RAC databases and there is no doubt to have with this versions.
    Starting with 11gR1 it seems the main limitation is over...but there are still limitations ! To be honest I will keep the DTP parameter to true after the migration in 11.2 to avoid any problem. It is still recommended even if not mandatory :
    To provide improved application performance with distributed transaction processing in Oracle RAC, you may want to take advantage of DTP services. Using DTP services, you can direct all branches of a distributed transaction to a single instance in the cluster. To load balance across the cluster, it is better to have several groups of smaller application servers with each group directing its transactions to a single service, or set of services, than to have one or two larger application servers.
    Also check note 462060.1.
    Best regards
    Phil
    Edited by: Philippe Florent on Jan 30, 2011 10:07 AM -- add documentation precision

  • Item Category usage & Main Item Category(Transaction Process)

    Hi Friends,
    Can you help me to know the details of Item Category usage & Main Item Category in Transaction Process.
    I couldn't able to find the usage of these, while we are assigning Transaction type, Item category group, Item category usage & Main item to the Item category determination, the system is taking Transaction type data from Leading transaction type & Item category group from Product master data, then what is the use of Item category usage & Main item, where we need to maintain these details in system, Is it mandatory?, How come we know this is mandatory while doing configuration?..........
    Can you let me know the use of Item Category usage & Main Item Category in Transaction Process.
    Thanks & Regards.......
    Arun

    Hi Arun,
    Item category usage is mailnly used for text items not for products..
    its not all mandatory.
    In item category determination only Transaction type, Item category Group and Item category is mandatory,
    The main item category is necessary only when ur lower level item is dependent on ur higher level item.
    For more Info read the documentation in SPRO.
    Regards,
    PePe

  • Detailed transaction process documentation?

    Hello,
    I am working currently on a project based on "Oracle NoSQL" as the head storage unit. I am a bit curious, how ONDB handles their transactions. I have scoured the attached documentation but without success. The only thing I could find were headlines or marketing sentences (like "Flexible ACID transactions, a la Berkley DB")
    Oracle NoSQL Database transactions
    Oracle NoSQL Database (Version: 12cR1.2.1.57 Enterprise Edition, 2014-01-10 06:21:46 UTC
    Oracle Berkeley DB Java Edition | Oracle Berkeley DB
    http://indico.cern.ch/getFile.py/access?resId=0&materialId=slides&confId=159716
    In the documentation of Berkley DB I have found a section claiming that BDB handles their transactions through JTA. Since ONDB is based on Berkley DB I've assumed that the transactions will be handled the same way. Please correct me if i am wrong.
    However, this is not the result I would like to hear. Are there any detailed documentation for the transaction processing?
    If anyone of you have an idea or a tip where I could find such a thing?
    greeting
    Sascha

    Hi Sascha,
    The short answer is that you can perform KVStore.execute operations:
    execute(List<Operation> operations) (see execute)
    Operations on records with the same major key, but different minor keys will be wrapped in an ACID transaction. All other single-record operations are in effect "auto-commit" transactions. You can perform CAS/RMW style operations using putIfVersion and deleteIfVersion.
    Charles

  • Transaction process in Abap

    HI,
    There is a way to do transaction process in Abap (interaction between two process),
    Thanks,
    Micheal

    hi...
    to do so you can see link
    http://help.sap.com/saphelp_nwpi71/helpdata/en/8c/5ff22a5f584772a088d460719e20a7/content.htm
    regards

  • Coherence and XTP(Extreme Transaction Processing)

    There are many articles and reports about Coherence and XTP(Extreme Transaction Processing), however I think in many cases Coherence can improve performance for query operation not for write operation dramatically, because there are many restricts for cache persistence through Coherence, for example global transaction, XA datasource, transaction spans among many caches. So I think there is a long way to go if Coherence wants to implement real XTP, am I right, any comments?

    any comments?

  • Designing Online Transaction Processing System

    What factors do one need to watch for while designing online transaction processing system (around 450 transactions per second).
    Thanks

    Depending on the complexity of what you're calling a transaction and the interdependency of the information, sustaining 450 transactions per second may be a non-trivial exercise. If most of your transactions involve inserting or updating information you're application is likely to be IO bound.
    You may want to prototype something that benchmarks raw throughput to your database and disk of choice. Meaning writing records that will approximate the size of what you'll be writing in your transactions. You'll need to find the right combination of number of Threads and transaction size that provides optimal throughput for your environment. Don't underestimate the importance of database tuning. If your prototype can't achieve the throughput you're looking for then you're final application will have no hope.
    Recently I worked on an application with similar performance requirements. We prototyped and benchmarked raw throughput as I described above and were able to insert over 2000 200 byte records per second to our database. Our finished application sustains about 75% of that performance. This is on SMP hardware with high-end disk. Good luck.
    -S

  • Mobile transaction processing

    How Oracle 9i lite implements mobile transaction processing

    Your question is too vague. Are you requesting information on
    - how Oracle 9i Lite applies data after a synchronization
    (client or server) ?
    - the transaction control language used by the compose
    processes ?
    - the transaction control language used on the mobile device ?
    - the transaction control features of the ODBC call level
    interface ?
    Please be more specific and maybe someone can help you ?
    RP.
    How Oracle 9i lite implements mobile transaction processing

Maybe you are looking for

  • IPod cannot sync with iTunes

    Hello everyone. I have a small problem with my brothers iPod. It cannot sync with iTunes, but mine can sync perfectly. We have the same iPod (Nano, 2GB) but his is black, and mine is white. When the iPod is plugged in, iTunes freezes for a minute or

  • Back up contacts from cloud to samsung galaxy s5

    I just updated to the Samsung Galaxy s5 from the iPhone 4s.  I backed everything up to the cloud. It initial transfer was fine but I noticed I had a lot of duplicates. (It wasn't the clouds fault. It is because of the way I had my contacts in my blac

  • Has any one come up with a solution to the "the disk was not ejected properly" when using time machine with an iMac and seagate back up drive?

    I recently bought an iMac and love it. Only proplem I have is I keep getting an error message "the disk was not ejected properly" Everything is backing up fine on my Seagate 2TB external USB drive. Each time there is access on the seagate and it stop

  • FM for calculating interest on partial released SD

    Hi, I have business requirement wherein I have to release SD partially and then calculate interest on partially release SD. I have tried to search FM or BAPI for interest on SD (FPI2) but in vain. On checking through SE30, I could get following FMs C

  • Lightroom between Windows and Apple products

    I have a new windows 8 desktop that I have been using for Lightroom 4 work and now I want to get a laptop and am considering the Apple but wanted to know the following: -Can I use the same Lightroom on both my desktop and laptop? -If i get a Apple la