WLPI, Tutorial and Creating Business Operations

Hi,
I'm trying to follow the tutorial on creating a Business Operation for WLPI
1.2.1. However, I get the following errors whenever I try to add a new
Business Operation:
The server was unable to complete your request.
RemoteException: EJB Exception: ; nested exception is:
java.lang.NoClassDefFoundError
java.rmi.RemoteException: EJB Exception: ; nested exception is:
java.lang.NoClassDefFoundError
java.lang.NoClassDefFoundError
<<no stack trace available>>
===================
I'm using WLPI 1.2.1 and Java 1.3 (which from the docs seems like it should
work). Any help/insight is appreciated...
Dave.

Hi,
Please helpme if you get any solution to this problem:
I am trying to follow the tutorial and create a Work Flow Process.Defining Tasks
etc.
I used the WL Process Integrator Studio and created a Diagram and when I try to
save,
I am getting this error.BTW, I am using Oracle 8i as Database:
--------------- nested within: ------------------
weblogic.utils.NestedRuntimeException: Error writing 'Context hashcode: '8856607
22', primaryKey: '41', flags: '', needsRefresh: 'false', needsFlush: 'true', pin
ned: 'true', ejbObject hashcode: '881204274', bean hashcode: '885136434'' to per
sistent store - with nested exception:
[java.sql.SQLException: ORA-01461: can bind a LONG value only for insert into a
LONG column
I checked my drivers and everything.I was able to successfully run the ddl
provided for Oracle and also when I created a
WorkFlow template, the name of the Template got saved into the database.
Thanks in Advance.
Sreenivas Makala
David Mullens wrote:
Hi,
I'm trying to follow the tutorial on creating a Business Operation for WLPI
1.2.1. However, I get the following errors whenever I try to add a new
Business Operation:
The server was unable to complete your request.
RemoteException: EJB Exception: ; nested exception is:
java.lang.NoClassDefFoundError
java.rmi.RemoteException: EJB Exception: ; nested exception is:
java.lang.NoClassDefFoundError
java.lang.NoClassDefFoundError
<<no stack trace available>>
===================
I'm using WLPI 1.2.1 and Java 1.3 (which from the docs seems like it should
work). Any help/insight is appreciated...
Dave.

Similar Messages

  • How to create business operation for starting workflows

    How to create business operation for starting workflows from worklist?
    When I call methods that implements business operation from java class everything
    works fine(wlpi-ejb.jar is required), but when I call business operation from
    Studio I can't use classes from wlpi-ejb.jar.

    Business operation is called by WLIS. So, I include wlpi-ejb.jar into WLIS classpath.
    Studio uses deployed EJB from wlpi-*.jar, I don't know why Studio doesn't see
    methods from deployed EJBs when WLIS classpath contains wlpi-ejb.jar.
    "Andrew Pitonyak" <[email protected]> wrote:
    >
    When studio starts, what is your classpath? If you use the included batch
    file to start it, then your class path may not include this :-)
    Andrew
    "Raul" <[email protected]> wrote in message
    news:[email protected]..
    How to create business operation for starting workflows from worklist?
    When I call methods that implements business operation from java classeverything
    works fine(wlpi-ejb.jar is required), but when I call business operationfrom
    Studio I can't use classes from wlpi-ejb.jar.

  • Sync and Create project operation from DTR is taking more than one hour

    Hi All.
    Recently basis team has implemented the track for  ESS/MSS application.So When we import the track to NWDS its showing 500 Dcs.
    I have successfully done the Sync and create project operation from DTR for 150 DCS and its take 5 min per Dcs.
    However after that when i am trying to sync Dc or create project DC from DTR the operation is taking more than 3 hour per DC.Which should not be the case because for rest 150 DC that i ahve done Sync operation adn Create project operation from DTR it hardly takes 5 min per Dc.As this operataion is taking so much time finally i have close the NWDS to stop this operation.
    I am using NWDS 2.0.15 and EP7.0 portal SP15 and NWDI is 7.0
    Can any body tell how to solve this issue so that i can Sync and Create project from DTR for a DC within 5 min?
    Thanks
    Susmita

    Hi Susmita,
    If the DCs are fine in CBS build, then I feel there is no need to test all of them locally in NWDS.
    You can verify some certain applications in these DCs, then you sync & create project for these DCs & test run these applications.
    As I get you only need to check ( no changes will be done ), yes you can verify them in small groups (say 20-25 DCs/group) in different workspaces so that no workspace is overloaded.
    But why do you want to keep a copy of them locally as you are not making any changes, you can Unsync & Remove these projects once verified & use the same workspace to work on the next set of DCs.
    Hope this clarifies your concerns.
    Kind Regards,
    Nitin
    Edited by: Nitin Jain on Apr 23, 2009 1:55 PM

  • What si the difference between crete and create insert operations.

    Hi
    In ADF 11g,what is the difference between create and createinsert operations.
    if anyone knows plz tell me.Any document about this plz provide me.
    Any help is appreciated.
    Sailaja.

    Hi,
    CreateInsert: Creates a new row that becomes the current row, and inserts the
    new blank row into the data source.
    Create: Creates a new row that becomes the current row, but does not insert it.
    --> normaly you would use createinsert
    Doc you can find here (search for Createinsert): http://download.oracle.com/docs/cd/E12839_01/web.1111/b31974.pdf
    br
    Peter

  • Programmatically Importing Reports and Creating Business Elements

    I am working on a project that requires creating new Business Objects environments from time to time. At the moment, we have a dedicated person creating the Business Elements and importing reports manually and it is a time consuming and error prone task. We want to store the report template .rpt files as well as the configuration of all their dependencies in source control and be able to re-create a new environment as a step in the deployment script.
    We manually import report templates using the Central Management Console and we manually define the dependencies using the Business View Manager. Are the APIs of these applications open?
    Is this possible to programmatically create environments with report templates, business elements and all other dependencies?

    You are able to publish a report to Enterprise through the SDK, a sample is available [here|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/c0cdcdd6-c21e-2d10-019c-9f9ddd4ff336]
    You are also able to create and modify reports through the SDK, samples are available [here|http://wiki.sdn.sap.com/wiki/display/BOBJ/JavaRASSDK+Samples#JavaRASSDKSamples-ReportModification]
    Lastly, there is no SDK that deals with Business Views.  This also relates to being able to create new reports through code, as we are not able to create a new report from scratch based on a Business View through the SDK.  It must first be created in the designer to create the connection.  You could then publish it to Enterprise and modify the report.

  • WLPI: business operations JNDI lookup & service pack

    Hello,
    I ran into a problem attempting to define a business operation in the Studio application
    using WLPI 1.2.1 (without service pack 1). Everything works up to the point where
    I press the Done button and Studio attempts to create a new business operation
    object. I am getting a JNDI lookup exception. It appearsejb-name of method in
    isolation-level must be the same name as that of the weblogic-enterprise-bean
    Studio is looking up the name 'com.bea.wlpi.businessoperation' while the business
    operation bean is bound under 'com.bea.wlpi.BusinessOperation'.
    In an attempt to fix this problem I upgraded to service pack 1, but am now unable
    to deploy wlpi-ejb.jar because of the following error: "ejb-name of method in
    isolation-level must be the same name as that of the weblogic-enterprise-bean".
    Can anyone help me create a business operation?
    Thanks,
    Martin

    Make sure that this Datasource you created is Targetted to Admin Server and full Cluster (incase of cluster domain). From Admin Console, select your datasource and check for the Targets tab. Since its JNDI lookup error, most probably it may not be deployed properly.
    HTH
    Ravi Jegga

  • [q] variables not seen in WLPI business operation window

    hI,
    I am assigning a java object instance to WLPI variable.
    Then I try to call one of the methods of this Java Object (Using business
    operation)
    but in the Drop Down list in the WLPI I don't see the assigned variable !
    Am I missing something ?
    ( I Use WLPI 2.0 on WL6.0 sp 2 )
    Thanxs,
    Ronen Yaari

    I seem to have answered my own question...
    The problem was fixed when I defined 2 business operations, a GetBusOpInstance
    operation and for example, a PerformSomeProcessing business operation.
    The GetBusOpInstance maps to the constructor in my class file, while the PerformSomeProcessing
    business operation maps to some other public method.
    I am only interested in the PerformSomeProcessing operation, but in order to use
    it, i first need to create an instance of the class, So i explicitly need to call
    GetBusOpInstance to do this (Remember to assign it to a java class).
    Subsequently, this "instance variable" is used to execute the PerformSomeProcessing
    operation.
    This seems quite verbose, but can probably be overcome by using statically defined
    methods. (I need to try this out to confirm it)
    Regards
    "Soteri Panagou" <[email protected]> wrote:
    >
    Hi there
    I have experienced a similar problem. With the business operation in
    my studio
    classpath, i am able to select a workflow variable in the instance variable
    dropdown
    box. However, when i try to run the workflow, i get an exception when
    wlpi attempts
    to run the business operation :
    <<wlpirequest>
    <started>2001-08-09 16:38:24.080</started>
    <requestor>wlpisystem</requestor>
    <templateid>5001</templateid>
    <template-name>test</template-name>
    <templatedefinitionid>4001</templatedefinitionid>
    <instanceid>9008</instanceid>
    <actions>
    <error time="2001-08-09 16:38:26.391">WorkflowException: An error
    occurred
    during exception handler processing.
    Empty instance object for business operation "CreateReply"
    in template
    "test".</error>
    </actions>
    <completed>2001-08-09 16:38:26.393</completed>
    </wlpirequest>>
    It does not seem to have saved the instance variable.
    However when I look at the workflow task, i can see that the instance
    variable
    assignment is still valid.
    What gives?
    Sean Garagan <[email protected]> wrote:
    Hi Ravi,
    This is a known issue with WLI 2.0. The workaround for it is to put
    the
    Java class you are using for your business operation into the classpath
    of
    Studio.
    Hope this helps,
    Sean
    Ravi wrote:
    Hi,
    Can you please elaborate your reply.
    I am also facing the same problem. Instance variable defined is notseen in the
    drop down box. Please help me.
    Thanks,
    Ravi.
    "Sicheng Yu" <[email protected]> wrote:
    Starting from WLPI 2.0, the business operation will do automatic
    type
    filtering on variables that perform business operation, and variables
    that
    to be assigned the result of business operation. This filteringreflects
    WLPI variable casting policy which is documented.
    Please reexamine types of your variables and see if the filteringmakes
    sense to you.
    Sicheng Yu
    "Ronen Yaari" <[email protected]> wrote in message
    news:[email protected]...
    hI,
    I am assigning a java object instance to WLPI variable.
    Then I try to call one of the methods of this Java Object (Using
    business
    operation)
    but in the Drop Down list in the WLPI I don't see the assigned
    variable
    Am I missing something ?
    ( I Use WLPI 2.0 on WL6.0 sp 2 )
    Thanxs,
    Ronen Yaari
    Content-Description: Card for Sean Garagan
    begin:vcard
    n:Garagan;Sean
    tel;cell:(902) 452-1393
    tel;home:(902) 829-3129
    tel;work:(902) 829-3129
    x-mozilla-html:FALSE
    org:BEA Systems Inc.;ECI Division
    adr:;;;;;;
    version:2.1
    email;internet:[email protected]
    title:Senior Software Engineer
    fn:Sean Garagan
    end:vcard

  • Configuring Business Operations in WLIntegrator 2.1 Studio

    Hi,
    I deployed a SessionBean and few CMPs in a deployable jar on WLI 2.1.I was able
    to test the deployment through a java client.
    Now, when i go to a workflow template in WLI Studio and select Configuration-->Business
    Operations and click on add button, I`m getting following exception on server console:
    Started WebLogic Integration - BPM Server version 2.1
    WebLogic Integration BPM server does not support NULL.
    ***** ASSERTION FAILED *****[ Unable to load remote interface: java.lang.ClassNotFoundException:
    amit.lal.cmp.ProductCmp ]
    Make sure your EJB is configured in the same Application as the WLPI code
    Any pointers to what may be the problem and how to solve it.
    Thanks,
    Amit Lal

    Hi,
    check in your administration console/Deployments/EJB: the WLPI application
    code is propably deployed into the WLPI_Application. I did not find another
    way to tell my EJB to be deployed in the same application than editing the
    config.xml (which is hopefully not the recommended way to do it).
    In the config.xml should be a tag like:
    <Application Deployed="true" Name="WLPI_Application" Path="lib">
    insert your myEjb.jar like the following (the URI has to be relative to the
    given path, in this case "lib"!):
    <Application Deployed="true" Name="WLPI_Application" Path="lib"
    [other WLPI applications]
    <EJBComponent Name="myEjb" Targets="myserver"
    URI="../../../src/toplink/tutorial/ejbtest/myEjb.jar"/>
    </Application>
    Regards,
    Astrid
    Amit Lal <[email protected]> schrieb in im Newsbeitrag:
    3d04a6e8$[email protected]..
    >
    Hi,
    I deployed a SessionBean and few CMPs in a deployable jar on WLI 2.1.Iwas able
    to test the deployment through a java client.
    Now, when i go to a workflow template in WLI Studio and selectConfiguration-->Business
    Operations and click on add button, I`m getting following exception onserver console:
    >
    >
    Started WebLogic Integration - BPM Server version 2.1
    WebLogic Integration BPM server does not support NULL.
    ***** ASSERTION FAILED *****[ Unable to load remote interface:java.lang.ClassNotFoundException:
    amit.lal.cmp.ProductCmp ]
    Make sure your EJB is configured in the same Application as the WLPI code
    Any pointers to what may be the problem and how to solve it.
    Thanks,
    Amit Lal

  • Using HR data in R/3 to create business partners in Solution Manager

    Is it OK for me to setup Solution Manager to automatically download HR data from R/3 to create the Business Partners (employee role) in Solution Manager?
    We have setup SAP CRM 4.0 to automatically download the HR data and create Business Partners (employee role) in CRM.  Since Solution Manager has the CRM component in it, I assume we can do it as well in Solution Manager.
    Regards,
    Mel Calucin
    Bentley Systems

    We did it, i don't see the problem...

  • JasperReports tutorial and Image Hiper Link list

    Hi,
    I have a problem with jasperreports. I followed the tutorial and created a list of hiperlinks on a page with 10 image hiperlinks to call 10 diferent reports with diferent parameters. The problem is that it seems that the action queue is never cleared after call facesContest.responseComplete() on getApplicationBean1().jasperReport(....).
    In debug mode if i click an hiperlink the action is invoked with the last actions clicked before. Example:
    - click on hiperlink1 -> hiperlink1Action invoked
    - click on hiperlink2 -> hiperlink1Action and hiperlink2Action invoked
    - click on hiperlink3 -> hiperlink1Action and hiperlink2Action and hiperlink3Action invoked
    The result is wrong report generated.
    Why is this happening?

    Thank you for the answer. Apple support has been working on this question for several days.
    I don't think they see any difference between the two tabs as I didn't think there was any seperation and the arrow was the place to clic on the price.
    What would it take to get your statment added to the iTune tutorial?
    For that matter what would it take to get actual tutorials listed under the heading Tutorials listed at the bottom of most iTunes screens. If you clic on the heading Tutorials at the bottom of iTunes pages it lists ads not tutorials.
    Thanks again for your help.

  • DIFFERENCE BETWEEN TALLY ERP AND SAP BUSINESS ONE

    Hello Experts,
    From where i can find the  comparison between TAlly ERP and SAP business  one ?

    Tally 9.0
    Accounting
    . To fulfill legal requirements - records as per standards and practices
    . To pay taxes to various bodies - statutory needs
    . Keep the business running - manage receivables & payables, cash, bank...
    . Keep a watch on the pulse of the organisation - key performance indicators
    . Respond to queries - to locate the right transaction immediately
    . With the entry of a voucher (this is what we call all accounting transactions) all books  of accounts, all reports, all totals & sub-totals are updated instantly. There is  nothing more that needs to be done - whether you are inserting a forgotten entry, or correcting one.
    . Taxation requirements of all the states of India are available, in the prescribed formats.
    . Supporting tasks like reminder letters, delayed interest, ageing, bank reconciliation.
    . One single dashboard to look at all important business ratios.
    . Drill down from any report, even the Balance Sheet, right to any voucher or filter and search.
    . Data entry in the language of the users choice - and report in any other  language (from the languages supported).
    . Mark vouchers that are draft as 'optional' and convert these to final- with one button click
    Financial Management & Controls
    Tally.ERP 9 comes with rich features & financial reports that give you the necessary management and control of your business. A few of these are listed below:
    u2022 Funds Flow & Cash Flow reports - help you locate bottlenecks
    u2022 Bank reconciliation - keeps your bank books in sync, and identify unclear instruments
    u2022 Customer Credit Limits - to limit risk of default and large losses
    u2022 Budgets - keep tabs on projected expenses against actuals
    u2022 Mark vouchers post dated - these will reflect into the books of accounts only on/after that date
    u2022 For needs where reports have to consider a transaction that has not happened  (say salaries for this month that get paid the next month) vouchers (called 'reversing  journals') can be marked to 'disappear' for reports post a specific date
    u2022 "Scenario" management - helps you with your business forecasting and planning. You can use optional, reversing journals and memorandum vouchers, to aid in recording provisional entries that are useful for interim reports
    u2022 Multiple inventory valuation. You can decide one valuation method for the business,  and be able generate financial reports using any other valuation method - as the  statutory method may not be appropriate for your needs, your bankers and for other decisions
    u2022 Cash balances can go negative - you can get warned if this is about to happen, or  see reports and make the necessary corrections
    u2022 Several business exceptions are available (negative stocks, negative ledgers) - for
      you to exercise control over these activities
    u2022 A one-screen business ratios with drill down right up to the transactions - help you to  correct course frequently u2022 Item wise & document wise profitability statements to control revenue leakage and inappropriate pricing
    u2022 Internal audits are supported with audit controls - authorised users can mark  vouchers as 'audited' and can get to see reports on changes made post audit, and the name of the person making the change
    Inventory Accounting & Management
    If you deal in goods, of any type, you'll appreciate the Inventory capabilities in Tally.ERP 9.
    You can comprehensively record all types of inventory transactions, using goods receipt notes, delivery notes, stock journals, manufacturing journals and physical stock journals. All stock movements are fully recorded and maintained in stock registers.
    Developed for all manufacturers, distributors, wholesalers or traders a small list of features are briefly described below:
    Manufacturers:
    . Bill of materials and Manufacturing Journals, to record material conversions
    . Compound bill of materials support, for units that contain assemblies
    . Multiple locations (godowns)
    . Excise for manufacturers, including all documentation and invoice
    . Costing for jobs
    Distributors & Wholesalers:
    . Multiple price lists, with effective dates of applicability
    . Use multiple units of measure (say KG's & grams)
    . Dual units of measure (say KG's and bags, to support variations as happens in commodities)
    Traders:
    . High speed billing, with support for POS printers
    . Bar code support
    . Automatic application of taxes
    . Service billing & service tax
    . Integrated sales return in bills
    . Print bills (and any other document) in the customers language
    Common:
    . You can choose to de-link the computed inventory value to automatically appear in
       your financial statements - and enter this figure manually.
    . Stock ageing reports, to identify slow and non-moving stocks
    . Invoice profitability reports to keep a pulse on sales
    . Multi-currency transactions - buy and sell across the world - with integrated forex  gain/loss calculations
    . Physical stock take records to adjust physical vs. actual stocks
    . Maintain batch & expiry details
    Purchases & Payables: from Order to Payment
    Tally.ERP 9 delivers the entire purchase cycle whether the need is the complete purchase order - goods receipt - rejections & returns - advances, debits & payments or a single payment entry, fulfilling all needs.
    To ensure that you have the right stocks and minimize carrying costs, Tally.ERP 9 delivers the following to improve purchase orders:
    . Define Re-order levels as a definite number or based on consumption
    . Define minimum quantity to order as a definite number or based on consumption
    . Pull up a report that shows the stock position, including complete details of open purchaseorders, sales orders that need to be fulfilled - check on past purchase history, and then place orders
    . Optionally stagger delivery dates in the PO
    When receiving goods:
    . Make entries in accordance with supporting documentation, including errors your suppliers could have made (say of multiplication & round off)
    . Incorporate additional costs
    . Automatically manage input taxes
    . Flexibility allows receipt of goods, quantities and rates different from that ordered - since this is common in real life
    . Record samples & free items (using different 'actual' & 'billed' quantities)
    . Multiple receipts for one order or one receipt for multiple orders, or against verbal ordersIn case there is a need to add other costs (say coolie and cartage) these additional charges can be apportioned to the cost of goods purchased.
    Supplied goods may not match your needs and these are managed by the 'Rejections Out' inventory voucher. Supplier dues, input taxes and inventory positions are updated.
    Suppliers often indicate likely profits, which may not be met. In case such assurances are made, you can look at Item profitability reports, and get the facts right. You could then negotiate a rebate and record this as a debit note.
    Keep tabs of how much is due to whom, when. Manage advances, payables & post dated checks. Ensure there are no errors in payments - print checks from Tally.ERP 9.
    Sales & Receivables: from Order to Receipt
    The lifeline of a business, efficiencies in sales operations, both of goods & services, directly impact growth and profitability. The need to optimise and keep a close watch here requires exceptional capabilities from your business IT system - and Tally.ERP 9 meets these demands.
    The sales process is supported with the following documents:
    . Quotations - records of quotes
    . Sales orders - accepted customer orders
    . Deliver Notes - documents that accompany goods
    . Sales Invoices/Cash Bill - to record the sale
    . Credit Notes - for financial adjustments
    . Rejections in - for goods returns
    . Receipts - for advances and receipts
    Do you have cash sales (sales across the counter)? With support for Point of Sale printers, bar codes and receipts in multiple tenders, you POS enable your business at no additional cost. Product sales may come with added services - and the integrated product & service billing will close this.
    Enforce credit limits, where needed. Along with the Payment Performance of Debtors report you can identify persistent problems and take necessary business decisions. Interest for delays & reminder letters aid in collection.
    For businesses engaged in Excisable goods, you get full support for Excise for Traders & Manufacturing Excise - matter of fact a business could be both!
    Make multiple deliveries from one order, or one from multiple orders - this common need is available across all documents of the sales process.
    Do you have multiple classes of customers? You can easily setup multiple prices (even in advance and specify the date from which they are effective).
    Discounts against the line, or for the document, additional charges as a percentage or lump sum, automatic round off of bill totals, automatic computation of VAT & Service tax, returns & exchanges are all available.Need to verify that you are making the desired sales margins? Item wise and bill wise profitability reports will help you keep tabs.
    Multi-company
    Security: With multiple companies, possibly including personal accounts, you may need to control who gets access to which companies, and to do what. You can set up users, grant or deny access - and these are defined for each company.
    Remote Access: You choose to specify which company is accessible remotely. You choose which remote users have access; you decide what access a remote user gets.
    Central User Management: Users come and go. You might also have a password policy requiring users to change passwords every few weeks. You can take advantage of the ease of central user and password management that Tally.NET identities carry - and even remotely manage these while not in office.
    Special NeedsMulti-CompanyMulti-PeriodMulti-Cost/Profit CentresMulti-CurrencyMulti-UnitsMulti-Location InventorySecurity and Access Control Remote Access
    What is Series B
    This Series will deliver major enhancements both in entirely new areas of functionality as well as in technology capabilities.
    Technology & Capability Enhancements
    Multi-session
    Support for multiple application windows, which can even be launched by clicking on a mail link or a 'shortcut., Each of these are simultaneous 'windows' into different areas of your business processes & reports. Dynamic data refresh and the display of different views when resizing - for e.g. smaller windows displaying a more consolidated view of data, will improve organizational management and productivity.
    Multi-threaded
    A 'thread' is a specific task that is being performed by the microprocessor. Enhanced capabilities will be enabled such that each application window can perform more tasks simultaneously instead of linearly, including processing messages from the server. Multi-core processors, even on the desktop, are now common. We will take full advantage of these as well.
    Multi Stack Architecture for Scale-up & Scale-down Deployments
    To deliver the capabilities described above, and the ones that follow, Tally.ERP 9 will become 'componentised' - consisting of several layers of programs - often referred to as 'n-tier architecture'.
    These software components are horizontally scalable, meaning that you can add one more computer to increase the computing power needed for a layer. In the same way, you can remove systems as needed, or collapse them into a single system - all of them even on a notebook, if required.
    High Transaction Capacity with Low Latency & Management
    Let us say that you start generating a report that needs to be extracted from a few thousand vouchers. This process is run in a 'session', which is isolated from all other users. Even if other users delete or modify any of the vouchers needed for the report while the report is being compiled, there is no impact on this session and you will get to see the report as if these other users did not exist.
    In the same way, the user performing the edit will also be isolated. After the edit, he can open the voucher and see it with the changes he made, perhaps even delete it.
    The architecture described above will in itself deliver substantial performance and transaction handling capacity. To push performance further in those cases when the storage media (typically the hard disk) is busy with other operations, additional capabilities will store these transactions 'temporarily' in a 'Q' for later write, while the user is free to continue his work (these transactions are protected against power failures and so on).
    Payment Engine for Debit & Credit Cards
    The facility for online payments using a variety of payment mechanisms (NEFT, online banking, credit cards), as well as receive payments (Debit / Credit Cards, NEFT etc) will be available.
    Functional Enhancements
    Online Banking and Reconciliation
    Collaborating with Banks who wish to facilitate their customers with this capability, we will provide Online Banking - including Payment Instructions, Standing Instructions, DD, NEFT,RTGS Transfers, Balance Queries, Instruction Status, Automated or Semi-Automated Bank Reconciliation.
    Point-of-Sale for most Retail Environments
    Series B will support dedicated POS terminals, with Credit/Debit Card, Discount Coupons and various other payment mixes, Loyalty support, schemes, multi-layered supervisory control, simultaneous keyboard and scanner controls, integrated or isolated printing of bill and credit card authorisation slips, item substitution, rate markup/markdowns, integration with measuring devices - such as weighing scales, bill suspension and retrieval, bill reversals and cancellations, etc. It can also be used for other store operations (receipting, inventory management etc), and general business operations (finance and accounts) - both on the same machine or separate machines.
    Income Tax
    Comprehensive IT coverage encompassing corporate & individual income tax, including typical payroll requirements and e-Returns will be available.
    EXIM Documentation
    Import & export documentation has become a growing need with the world economy becoming more open. This requirement will be supported, additionally covering the processes that need to be managed along with the documentation.
    Job Costing
    The enhanced Job Costing functionality will support most job costing needs to a level of granularity that is increasingly needed. We expect that you will be able to handle most, if not all, project accounting needs as well.
    Fixed Assets
    To take advantage of tax breaks as well as to manage organizational assets, this feature will support all requirements - from opening assets, adding, removing, amalgamating, grouping, vendor tagging, AMC's, servicing, service calendars, repairs and upkeep, refurbishing, breaking-down, depreciating and disposal for complete fixed asset management.
    Tally Addons Manufacturing Excise software, Tally Report Writer, Material Requirement Planning, Audit TrailVoucher-Type Level Security, SMS Plugin for Tally

  • I used to have an application in my iPhone 4 and 4s that captures business card and creates its content to my contacts. Its no longer working with my i5. Can you recommend me a new apps for this same function

    I used to have an application in my iPhone 4 and 4s that captures business card and creates its content to my contacts. Its no longer working with my i5. Can you recommend me a new apps for this same function

    Try CardMunch it works well for me

  • Creating Business event in training and event management

    Hi Gurus!!!,
       can you please instruct me the steps involved in creating business events in Training and Event Management.(HR Module)
    Thanks and regards,
    Prosper

    Hi Prosper,
    You need to configure lot of settings, prior to Business Event, because one BE is based on various elements like Location, Attendee type, Instructor, Fees, Resources, Time Schedule, Services, BE type, BE Group.
    After configuring all these for BE type, you need to create a BE for the BE type. Then, you can go for day to day activities like Booking, Pre Booking, Cancellation.
    I hope, this link will help you
    http://help.sap.com/saphelp_47x200/helpdata/en/26/865738c185f50ce10000009b38f8cf/frameset.htm
    Good Luck
    Om
    Reward it, if u feel helpful.

  • How to create business functions and expose as webservice?

    Hi...
      How to use Java to create business functions and expose that as a webservice.

    Hi Leela,
    Can you please post the answer to the question posed?
    We are also looking for a similar implementation in our integration and would really appreciate any help.
    Regards

  • To set and activate 'Create Business Workspace' for Internal Order (KO02)

    Hi All,
    I have an requirement to set and activate the 'Create Business Workspace'  for Internal Order (tcode: ko01,ko02). Can anyone please provide the steps to follow the above configuration. Please find the attached screen shot for your reference.
    Thanks,
    Jamie

    Hi Mani,
    I checked in KO02 and KO03. Please find the below screen shot for your ref. The same issue occurs ie. 'create business workspace' is hidden.
    I checked the authorization for my id, I have SAP_ALL and SAP_NEW profiles so there is no issue in authorization.

Maybe you are looking for

  • Pricing conditions in extended classic

    hai friends, can we replicate the pricing conditions,and access sequence and pricing procedure from r/3.how can we exactly maintain the same pricing procedure in srmas in r3.and in extended classic po has created in srm and the copy will sent to r/3.

  • Localization languages

    Hi everyone, I am in the process of making dynamic templates that are goin to be localized into different languages. The font we are using for the dynamic text is Verdana. I have created font symbols in the library for verdana regular, bold and itali

  • Cannot download/use pc suite for w395 - other management software available?

    actually I haven't found a way, to manage my contacts on my w395 using my pc. pc suite is installed on my computer, but it cannot find/identify my mobile... is there any other way to manage my contacts? pls help! I don't want to use the sony ericsson

  • Contiguous memory error

    Hi      We are passing a value of 20 K bytes of length to a stored procedure having Varchar2 parameter, sometimes it comes out with the error below      -2147217900-ORA-06505: PL/SQL: variable requires more than 32767 bytes of contiguous memory ORA-0

  • Issues after Update

    Every time my phone goes to its home page I get a "Loading" message for several seconds, then when the home page does show up the clock display is incorrect and does not show weather.  After several more seconds it corrects itself and adds weather.