Which tool is best for this kind of application,

Hi Everyone,
I need your advise/help.  I need to create a simple web application to do as below:
1) Enter / Edit / Delete data on web
2) Save the data in BW cube
3) E-mail to Managers for approvals
4) Click a button to approve
5) Show web reports
Which tool is best fit for this request, VC or WAD?
Thanks alot, Jin Freda

hi
check out the following links and you can have information on CAF for approvals. You have to adjust the rest according to your requirement.
<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6deea37b-0601-0010-c8a0-e13401056ad9">SAP CAF</a>
<a href="/people/dipankar.saha3/blog/2007/05/31/how-to-create-dynamic-approval-process-using-conditional-loop-block-in-guided-procedure approval process</a>
<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/52d536d1-0c01-0010-72a9-e96f3f885b06">Design a Process Form</a>
Thanks & Regards
Harsimran

Similar Messages

  • Is BI Integrated Planning / STS right tools for this kind of application

    Hi Everyone,
    I need your advise/help. I need to create a simple web application to do as below:
    1) Data Entry Form on web - Enter / Edit / Delete data i.e. order entry
    2) Save the data in BW cube or datastore
    3) E-mail to Managers for approvals
    4) Click a button to approve
    5) Retrieve the data from BW and show it as a web report
    Is BI Integrated Planning / STS right tools for this kind of application?  If yes, can you please recommend some documentations?; if no, Which tool will be the best fit for this kind of requirement?
    Thanks a Million, Jin Freda

    STS allows you to lock/release/approve one set of plan data (say many records). I thought your requirement is to approve individual order documents. configuring this in STS would be unnecessarily complicated I think.
    Similarly IP is to work on a set of data (say all order quantity for a region or period), not for individual orders. Building all the checks and validations that you would probably want in an order entry may not be easy to build in IP.
    VC or Webdynpro can't post to a infocube. They can certainly write to a transactional ODS (which probably would be a better place to write such data).
    I have limited knowledge of your requirement so can't say whether it is a problem - probably not a show-stopper. If you are entering a set of orders in one go, may be IP is appropriate, but if you are looking for an application where users may be posting individual orders at random times, IP would be a bad choice I think.

  • Which Tool is better, VC or WAD for this kind of application

    Hi Everyone,
    I need your advise/help.  I need to create a simple web application to do as below:
    1) Enter / Edit / Delete data on web
    2) Save the data in BW cube
    3) E-mail to Managers for approvals
    4) Click a button to approve
    5) Show web reports
    Which tool is best fit for this request, VC or WAD?
    Thanks alot, Jin Freda

    None other than help.sap.com. STS is still a feature in IP and you have to use the features of STS from BPS.
    Ravi Thothadri

  • Just bought imac5.1 and needing os. which is the best for this model? only 2gb of ram

    Just bought imac 5.1 2gb ram need os which is the best to run?

    Here are the specs for your machine:
    http://www.everymac.com/systems/apple/imac/specs/imac-core-2-duo-2.16-20-inch-sp ecs.html
    I'd suggest purchasing a retail Snow leopard disk at the Apple store; it is a very stable system and will run well on 2 GB RAM.
    http://store.apple.com/us/product/MC573Z/A/mac-os-x-106-snow-leopard

  • Which tool is best for DI *adobe CC Package

    Hi friends !!

    What is DI ?
    Cloud Plans https://creative.adobe.com/plans
    -and subscription terms http://www.adobe.com/misc/subscription_terms.html

  • How can I define an XML schema for this kind of XML

    Hi, There:
    I want to generate an XML file like:
    <customer>
    </customer>
    <transaction>
    </transaction>
    <customer>
    </customer>
    which have multiple customer elements and multiple transactions as well, and they can happen in mixed sequence. Can any one give me some idea about how can I create an XML schema for this kind of xml? (<xsd:complextype> <xsd:sequence> ) seems not work)
    Thanks in advance
    David

    Use a group then make it a choice, like this;
    <xs:element name="Parent">
    <xs:complexType>
    <xs:group ref="Group" minOccurs="1" maxOccurs="unbounded" />
    </xs:complexType>
    </xs:element>
    <xs:group name="Group">
    <xs:choice>
    <xs:element ref="OptionOne" type="xs:string" />
    <xs:element ref="OptionTwo" />
    </xs:choice>
    </xs:group>
    <xs:element name="OptionOne">
    <xs:complexType>
    <xs:attribute name="name" type="xs:string" />
    <xs:attribute name="Type" type="xs:string" />
    </xs:complexType>
    </xs:element>
    <xs:element name="OptionTwo">
    <xs:complexType>
    <xs:attribute name="name" type="xs:string" />
    <xs:attribute name="Type" type="xs:string" />
    </xs:complexType>
    </xs:element>
    This allows XML like this
    <Parent>
    <OptionTwo ........ />
    <OptionOne ........ />
    <OptionTwo ........ />
    <OptionOne ........ />
    <OptionOne ........ />
    </Parent>
    HH

  • Which tool is better for ETL?

    I want to transfer data from RLDB to Essbase, there are many method and tools, I don't know which tool is better for my case. Now, what I am doing now is:
    1. Create views in Oracle
    2. Export view to falt file
    3. Import flat file to Essbase using rule file and MaxL import script.
    4.The data size: flat file rows 3-4 million, time used: 13 hours
    I want to use more powerful ETL tools, such as: Informatica PowerCenter, OBIEE, FDM, EIS, ..., I have basic knowledge for the above tools, but don't know which tool is better for my case? Please advise?

    First to streamline your existing process, you could get rid of step 2 and add a odbc connection to the server and Sql statement to the load rule to pull directly from your Oracle database. Of course with the number of rows you have, if you use the same extract multiple times, I would create a table to load into from the view and pull from that table.
    As for using an etl (Elt) tool, Informatica is pretty powerful and there is a version of it (although not supported in the future called DIM). I might go the ELT route with ODI(Oracle Data Integrator). In the future I might use OBIEE, but I don't think it fully ready for Essbase until the next version and I don't think it will rank on the same level as a full ETL tool for conversions.
    Edited by: GlennS_2 on Jan 2, 2010 9:58 AM
    As for EIS, I would not use it, but might use Essbase Studio. (It can use OBIEE as a source) again this is not an etl tool, it would just take youe existing views and load them.

  • Which tool is used for database designing

    Hi,
    Can you please share which tool is used for database(Oracle) designing most
    Thanks

    Kim Berg Hansen wrote:
    Personally I use brain, pen and paper for designing/modelling - then simply write scripts to create those tables.Me too.
    But of course I realize that is not the way of a modern programmer :-)No, modern programmers rely less on the brain part.
    I have heard other people saying that the (now free) [url http://www.oracle.com/technetwork/developer-tools/datamodeler/overview/index.html]SQL Developer Data Modeler is helpful for modelling. I haven't any personal experience, though.
    I have used it to reverse engineer the design resulting from the brain / pen / paper / scripts process and produce pretty pictures for the modern programmers to try and understand. It works quite well for this.

  • Which PAYG is best for overseas calls, with a monthly contract? Thanks

    I will be living in the UK for a few months, which PAYG is best for overseas calls with a monthly contract (extended month by month)? Thanks

    Hi , Welcome to the EE Community! I'm not entirely sure if there's a 'perfect package' for this, but I found some information you may find helpful. Good luck,
    Titanium
    Was my post helpful? Please take 2 seconds to hit the 'Kudos' button below

  • Which book is best for learning Lightroom 5 for a complete beginner?

    I'm an Aperture user and as everyone has heard the news, a lot of us are considering switching over. I went through the Apple pro-training aperture, logic, and FCP books and loved the format of those. I've been reviewing my options for LR5 books on Amazon and I see a couple, Kelby, Evening, and The Adobe Classroom in a book. I kind of like the classroom in a book format as it resembles the Apple book's format. Which book is best for learning LR5, from a complete beginner's perspective?

    I would avoid Kelby like the plague. I didn't like his book, I felt his chapters on the Library module were effectively useless and off the mark.
    I would start with the free e-book Lightroom 5 - Free Quick Start Guide PDF eBook | The Lightroom Queen
    I would also watch some videos at Products | Lightroom | Adobe TV

  • Which macbook is best for automobile student?

    I am taking automobile engineering course &amp; I need a laptop.. Please give me a right suggestion!
    Which macbook is best for automobile student?

    Any of the new MacBook Air or MacBook Pro models will do.  Check their features at Apple.com > Mac.  The Air and Pro models are now very close to each other with the Air a little less expensive and a little lighter (3 vs. 3.5 lbs.).  I would purchase 8 GB of RAM no matter which machine you buy.
    The question is how much permanent (SSD) storage do you need?  128 GB, 256 GB, more?  You need to decide this up front and you cannot increase it once it is delivered so choose carefully.  How much storage do you use on a current Mac or PC?  How much additional storage do you plan to use?
    If you undersize the SSD storage all is not lost.  You can offload seldom-used data onto an external hard drive.  However it is easier to manage the storage if it all fits on your system drive.
    Also check out refurbished Macs at http://store.apple.com/us/browse/home/specialdeals.  These come with the standard Apple one year warranty.

  • Which subscription is best for a non profit organization (with limited funds) who needs CC for 1 day a week for maybe 2 or 3 months?

    Which subscription is best for a non profit organization (with limited funds) who needs CC for 1 day a week for maybe 2 or 3 months?

    Hi sonnetje,
    Kindly go through Creative Cloud pricing and membership plans | Adobe Creative Cloud
    If you need it for 2-3 months please check of month-to-months plan as the Annual membership comes with a contact and there would be an early termination fee attached to it. which is 50% of the remaining months.
    For more info check the below mentioned link.
    Link : Cancel your membership or subscription | Creative Cloud
    Thanks,
    Atul Saini

  • Which tool you use for your datamodel?

    Which tool you use for your datamodel?
    To show your tables with pk and fk and all.
    designer
    jdev
    other?

    I am using ERwin® Data Modeler r7.1 (7.1.1.1207). It supports most new features of Oracle 10g such as hash, list, composite hash, setting LOB storage properties etc.
    We just upgraded from version 4 recently. In the old version, I had to manually modify the generated scripts.
    ERWin r7 supports all Oracle 10g (Release 2) new features we need for our projects. It offers far more functionality and options than the old version. It supports all partition types in Oracle 10g: Range, Hash, List, Composite-Hash and Composite-LIST and offers more storage settings.
    Another nice new feature of ERWin r7 is that it offers purge option in the DROP TABLE statement. In Oracle 10g, the recycle bin contains all the dropped database objects until you permanently drop them with the PURGE option. Otherwise, you will see many funny looking objects like this: 'BIN$0+ktoVChEmXgNAAADiUEHQ==$0'.
    With the purge option, you don't need to purge the recycle bin after the forward engineering.
    SQL> purge recyclebin;
    My favorite is Oracle Designer.
    http://www.oracleabc.com/forums/thread-24-1-1.html

  • Which headset work best for iPad Air

    Which headset work best for iPad Air

    This can be highly subjective. I would pick a few models that you think you'd like, then read the reviews at the Apple Store link that Diavonex directed you to. Also read the reviews on Amazon.com as well to get a feel for a few models and what kind of sound they can produce.
    Back to the "subjective" aspect I mentioned...when the Apple Ear Pods were released (they now come standard with all new iPhones), I had an iPhone 4 at the time and had the older headphones (the new Ear Pods were introduced/released with the iPhone 5). I heard great things about them and almost purchased a set when they went on sale as a stand-alone item but I decided not to. When I upgraded my phone to an iPhone 5, I got them included with the new phone. Great, I thought...well, after trying them, I hated them and I still do. They produce way too much bass for my personal taste and sound boomy. I much prefer the older model. It's just personal preference.
    Read the reviews and see if they describe how the headphones sound...boomy, tinny, clear, muddy, etc and try to match that to what your preference may be.

  • *Pls Help* Which macbook is best for me; 13" or 15"?

    I have always been anti Apple but after my first iphone (4s) I have decided to get an Iphone 6 and a MacBook Pro. I am an accountancy student, I understand I would have to buy the sage and Microsoft softwares separately for it but apart from doing my accountancy work on it, I would like to use my spare time to make videos to post on YouTube, make DJ mixes using Traktor, make beats on it using Fruity Loops, record songs and manage some online business such as eBay - these that I have just listed are my main priorities on the macbook. I would of course watch videos and play games on it too but not so much. So mainly for education and media purposes for a starter which would be best for myself? The 13" retina or the 15" retina? My friend is a professional DJ and advised me that he does all his DJing on his 13" macbook, he thinks the 15" isnt necessary and is a waste of money. Can someone please help me in making this decision?
    Many Thanks!!
    Sujon Miah

    It depends on what you really want.  Personally I have the 13 inch. But the nice thing about the 15 inch is it has two speakers. If the size really doesn't matter then I would say go with the 13 inch because its more cost effective

Maybe you are looking for

  • Problem opening project, JSE 8.1

    Hello I just reinstalled the OS and subsequently JSE 8.1. When I try to open my project it appears JSE cannot. When I navigate to the folder which contains my project folder, the project folders show as valid project folder, that is they have a small

  • Ipad is blank

    my i pad is blank

  • Itunes deauthorization issues...

    I have I tunes installed on my work pc, laptop and home pc. i, however, have 4 OS on my laptop and like to share my music between them...when i first started using itunes, i didn't realize that in order to deauthorize a computer you had to do it FROM

  • Locked file. Cant Empty Trash even w/ Command or Option Keys

    I copied the MY DOCUMENTS folder from my PC when I switch over to the Mac and within that the MY PICTURES folder which is locked and I can't delete them using any of the remedies mentioned in this forum (opt key, empty from finder, hold cmd key - eve

  • Alert SID .log file size too big ,How to keep it under control

    alert<SID>.log file size too big ,How to keep it under control? -rw-r--r-- 1 oracle dba 182032983 Aug 29 07:14 alert_g54nha.log