General Question WAS - Development

Hello,
i have never developed an sap-application and i am
a java developer.
Which components does i need to develop an Application on the WAS.
For example to develop an address-input-form, that puts
the address into the sap-system?
Which licences does i need and how much does they cost?
Has anyone some helpful links?
Kind regards
Christian Horn

Hi Armin,
thank you for your answer. I can have a Demosystem for 180 Days.
But which licences does i need to develop a professional webapplication.
Think of a webshop, which is based on sap-system.
I get the following answer from a sap-employer:
1. A developer licence "Developer User" costs 6.000 €
and you need minimum 5 Developer User.  Result: 30.000 €.
2. The whole paket (Productivsystem) mySAP Business Suite costs 20.000 €. 2 Developer User and 2 mySAP Business Suite Professional User.
50.000 Euro investment for me to develop an application? That`s very hard? Isn`t there a smarter way, with lower costs, to develop a sap-application?
Kind regards.
Christian Horn

Similar Messages

  • Camileo charging problem (solved) and a general question!

    Hi all!
    First of all, I was going to ask for help as to why the Camileo S10 was not charging (the orange light wasn't flashing), and I'd seen a few people with similar problems.
    The solution?
    Give the contacts on the battery a clean.
    The insulation sticker that comes on it must leave some kind of residue on it, and it's enough to prevent charging. Now it's flashing away happily :]
    So my general question was, is it possible/advisable to use the camera on the mains?
    Rather than constantly draining and charging the battery during long shoots, I'd prefer to just leave it plugged in!
    Thanks very much in advance!
    Paul

    Hi
    I think the battery handling is always the same no matter what product it is
    From time to time the battery should be recalibrated.
    This means that the battery should be discharged fully and after then you should charge it again until the battery would reach 100%
    I do this with all my batteries; mobile phone battery, digi cam battery and notebook battery.

  • General question regarding "parallelism" of iPhone execution

    I've got a general question and hope somebody can shed some light on this.
    While I'm relatively new to iPhone development I've been in software programing for more than 15 years now and have a solid background in Java, C, C++, C# and other languages. I've created a couple of applications for the iPhone, easy and complex ones, some using UIKit, others using Open GL and Open AL. With that said I think it would be fair to say that I know pretty much what I'm talking about.
    For those who tend to refer everybody back to the Apple Samples or PDF guides, please believe me, I've read them all.
    Here's my "question":
    I occasionally ran into a situation where I got the impression that code on the iPhone got executed in a "non sequential" or "parallel" manner even when I did not explicitly created threads. I'm not referring to code buried in a framework or so, I'm talking about code I've written. (English is not my mother tongue, so please excuse me if my explanation might be somewhat difficult to understand.)
    I try to give an example. Assume a code snippet like this:
    _gameEngine = [GameEngine alloc];
    [_gameEngine initSomeStuff];
    In my understanding the second statement (the initSomeStuff) gets executed once alloc returns and _gameEngine for sure is a valid pointer. Is that fair to say? I sometimes got the impression that the iPhone starts executing code without waiting that a method returned.
    I had similar issues when I tried to show an ActivityIndicator while another method was doing a lengthy operation. Pseudocode like this:
    [_activityIndicator show];
    [self longLastingOperation];
    [_activityIndicator hide];
    In code like the one above: Can I be 100% sure, that the hide message is not sent until longLastingOperation returns? I ran into a situation where I had the impression that show and hide got called immediately without waiting until longLastingOperation returned.
    Final example:
    [self performSelectorOnMainThread:@selector(doSomething) withObject:nil waitUntilDone:YES];
    [self nextStatement];
    -(void)doSomething {
    [self longLastingOperation];
    1.) In the above code, I understand the idea is that doSomething will be executed on the MainThread and that nextStatement will in no way be executed before doSomething has returned. Is that true?
    2.) doSomething is supposed to run on the MainThread but does this hold true for longLastingOperation, too? Or could it be that longLastingOperation WITHIN doSomething gets dispatched to another thread and doSomething returns PRIOR to longLastingOperation been finished?
    This might all sound pretty wired but as I said from time to time I ran into a situation where I got totally confused as to how stuff executes in – or out of – sequence. I helped myself with using NSNotificationCenters etc. but I'd like to understand what's going on in detail and crystal clear here.
    Your help is more than appreciated.
    Thanks,
    R.
    Message was edited by: BeSharp

    It is never safe to assume that any allocation was successful, and while it's incredibly unlikely that you're running into any such situation, it's entirely possible for a formal protocol to declare that a given message send should return immediately without waiting around:
    http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/Articles/ch apter13_section_8.html#//appleref/doc/uid/TP30001163-CH9-BAJIGHAF
    An "impression" doesn't prove much unfortunately, so I'd recommend getting friendly with the debugger to see what's really going on.

  • General question on SQL Server 2000 to Oracle 10g

    Hello all,
    I just have a general question on migration from SQL Server 2000 to Oracle 10g using SQL Developer.
    How does it migrate Users with proper privileges from SQL Server to Oracle? Follow the interface steps? Or should the users be created on destination Oracle side?
    Thank you.

    Hi,
    It depends which type of migration you are making.
    For a 'Standard' migration when you migrate data a 'create user' statement is created as part of the migration and you will see this in the generated code.
    If you are using the 'Quick' migration option then you need to create the Oracle user or use an existing user to receive the data.
    Your best option is to review the documentation available from -
    http://www.oracle.com/technology/tech/migration//workbench/index_sqldev_omwb.html
    or directly from -
    http://download.oracle.com/docs/cd/E12151_01/index.htm
    and then get back with specific questions if this does not give you the information you need.
    Review the chapter -
    2. Migrating Third-Party Databases
    in -
    Oracle® Database SQL Developer User’s Guide Release 1.5
    Regards,
    Mike

  • Report Builder Question - OA AR Aging - and a general question

    I'm sure this is the wrong forum for this question, but I thought there might be someone here who might be using Oracle Applications and Report Builder who'd be kind enough to help me out.
    We've recently implemented Oracle Applications 11.5.10 and I have to use report builder to change the Accounts Receiveable Aging (7 bucket) to a 5 bucket report. I've already made some changes to the seeded "ARXAGMW.rdf" report, but I'm not a big Oracle Reports guy. I've stumbled through making some changes in various other reports. But this one is just plain nasty! :)
    I was thinking that I could simply add buckets 6 & 7 to bucket 5, then just hide or delete the 6 & 7 buckets. But I'm not sure where to even start. Any help with this would GUARANTEE a Christmas or other holiday card this year! :)
    I really want to keep this simple as possible, so any help would be very....helpful. :)
    Oh, my general question is: Are there any resouces/books for Oracle Reports (Report Builder)? I feel so lost trying to modify existing reports, let alone creating new ones.
    Thanks again!
    Steve

    Hi Steve,
    I am working on the 7-bucket aging report and i want to add a new field in data model.
    As the query is build dynamically, i have modified the function BUILD_CUSTOMER_SELECT to meet my requirements.
    But the problem is that in the data model, the field is not present in my Grouping. and if I try to add the field in the Data Model query (Q_ Customer) section,
    i get the following error: ORA-01789: query block has incorrect number of result columns.
    The query is as shown below:
    select rpad('a',50,'-') short_cust_name,
    0 cust_id,
    rpad('a',30,'-') cust_no,
    rpad('a',500,'-') sort_field1,
    rpad('a',40,'-') sort_field2,
    0 payment_sched_id,
    rpad('a',32,'-') class,
    sysdate due_date,
    0 amt_due_remaining,
    0 days_past_due ,
    0 amount_adjusted,
    0 amount_applied,
    0 amount_credited,
    sysdate gl_date,
    'x' data_converted,
    0 ps_exchange_rate,
    0 b0,
    0 b1,
    0 b2,
    0 b3,
    0 b4,
    0 b5,
    0 b6,
    rpad('a',25,'-') bal_segment_value,
    rpad('a',500,'-') inv_tid,
    rpad('a',32,'-') invoice_type
    , 'y' parent_cust --I WANT A NEW FIELD HERE TO BE VIEWED ON THE REPORT LAYOUT LATER
    from dual
    where 1=2
    UNION ALL
    &common_query_cus
    Did i missed somthing 4 me to be able to add the field here?

  • General Question re logical workflow (Multiple Products/Sales Teams)

    Currently we are upgrading from a highly customized CRM environment developed in CRM 4.0.  We are hoping to move to an out of the box solution with 2015.
    But I have a general question. We are a service company with different sales groups for each of our products.
    Currently we have customization for each service so a Sales person is assigned to a specific product for the customer.
    So my question is, how is this handled out of the box.  I am sure there are many many many companies in the same situation.
    So say 10 products with sales group for each product.
    Then a customer with multiple departments.  Each sales group needs to contact the specific department.
    So a customer could potentially have 10 different sales people contacting different people in the customers organization.
    How do you know when someone has already made contact?
    If we just look at the activities it is not very clear that contact has been made for a specific product. 
    Even with our customizations, there have been many situations where 2 sales people contact the same person at a clients office and we end up looking very unorganized.
    Any thoughts or comments are appreciated.
    If this is not the right place to post this type if discussion, please redirect me.
    Thanks

    As an example, for 37-minute sequence of footage (made up of multiple clips) it's taking 50 minutes to first export a non-self-contained, time-code-reader-filter-added Quicktime.
    Did you render fully before you exported? That helps. But this is also a GOP format, and it takes longer to do pretty much everything, as it is a processor intensive format.
    1) How much more memory would help this work flow go faster, and approx. how much faster??
    None. RAM doesn't come into play here. PROCESSOR speed is all that matters. What will make it go faster is enabling QMaster to have Compressor access all cores of the processor. Or getting hardware to help with the compression, like the Compress HD from Matrox. But that only boosts encoding to H.264.
    2) Has anyone else done this type of work-flow, and been able to do it more quickly? Is RAM the issue? Any suggestions for a more efficient work-flow?
    RAM isn't the issue. Faster Processors, hardware boosting...converting the footage to ProRes before you begin editing...all help.
    RAM isn't what is hindering you here.
    Shane

  • Newbie question - general question about e-mail sync

    Hi,
    I have a general question about email sync and BlackBerry smartphones.  Are there any devices that allow email syncing with a Microsoft Exchange 2007 system that do not require the BlackBerry Enterprise server?
    Thanks; sorry if this has been asked before but I was unable to find it in the forums, documentation, etc.  Everything I found assumes that for this kind of environment you will be using a BlackBerry Enterprise solution, but I can't assume.
    Thanks again.
    Solved!
    Go to Solution.

    Hi and Welcome to the Forums!
    If the Exchange server has anything that faces the internet (OWA, POP, IMAP), then BIS can be used to handle email (only email...calendar and contacts require BES to sync OTA).
    Or, a PC, inside the network (but with an internet path) and logged into the email server (using Outlook), can be left running, using the RIM Desktop Software's Desktop Redirector capability to forward  messages to the BB.
    Those are basically the options.
    Hope that helps! Let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • I have a handful of general questions about Firefox OS as a consumer..

    I couldn't find a better place to post this, so I'm trying on here.
    I'm in the market for a tablet (high-end), and I'm holding off on getting an Android-powered one because of Firefox OS. However, I have some general questions and concerns regarding performance, software and hardware. Here they are.
    1. Is the Firefox OS interface as responsive as a native experience on say an iPad or an Android tablet? (Is there any lag on swipes between screens, button presses, etc?) If not, will it be in the future?
    2. Will I miss the Android marketplace or the Apple app store, being restricted to only HTML5 apps? Do you think this will become an irrelevant question as the HTML5 app ecosystem grows?
    3. Do you think the quality of HTML5 apps will be inferior to those from existing app stores because they are free?
    4. Will the Firefox browser be the only one available in Firefox OS? (i.e. will there be the option to use Chrome, Opera or any other browser if the user so wishes?)
    5. Will Firefox OS include useful utility apps, such as an alarm clock, a calendar, a weather app, etc?
    6. I read a lot, both on the web (news, video game reviews), as well as ebooks. Will Firefox OS on a tablet be a pleasant experience conducive to e-reading? (Will it include a good ebook reader app?)
    7. Will there be a high-end Firefox OS tablet that is comparable in specs to the Nexus 10? (i.e. impressive screen resolution, powerful CPU/GPU, lots of inputs/outputs like USB, HDMI, microSD, etc) When do you think such a device might become available?
    8. Would it be possible to flash Firefox OS onto say a Nexus 10 or other tablet or phone if one wanted to use it as their OS instead?
    Thanks!

    1. Depends on the phone but a avererage power android phone would likely cost the same as a high end firefox os phone.
    2. HTML 5 is really the future of the web, I've heard that Firefox will let you package apps to be playable offline, but not sure if thats true.
    3. I '''think''' Firefox OS may have paid apps that will be restricted to users who buy them.
    4. I think Mozilla will be nice enough to let Google and Opera make browsers. Google let Mozilla do that with FF for android.
    5. See the simulator https://addons.mozilla.org/en-us/firefox/addon/firefox-os-simulator/
    6. too early to say
    7. too early to say, but Foxconn (helps apple) makes some apple products, so yes in the future is see a high end Firefox OS tablet 2-3 years down the road.
    8. not sure
    NOTE: Please note that we are only contributors, we dont develop firefox os.
    You can ask more on the IRC channel as there are likely devs there.
    https://client00.chat.mibbit.com/?server=irc.mozilla.org

  • Njawin - jcomgen and some general questions

    Hi.
    I'm currently evaluating njawin, and some questions came up:
    Will there be a command line interface for jcomgen?
    The interactive GUI isn't really suitable for an automated build process.
    njawin compared to jawin:
    njawin seems to be more advanced, but there's no source available.
    Does anybody know if this will change in the future?
    regards,
    roman

    Carl,
    The njawin distribution available for "evaluation" download around the web comes with no license, as it is a version of OLE for Java (OLEJA), a commercial product, which was developed before OLEJA went retail.
    One thing you'll notice is that OLEJA and Njawin have remarkably similar APIs. If your application's functionality does not have very complex requirements, you can simply replace all references to "oleja" with "njawin", and all references to "compose" with "develop". This holds true for the generated .java files, the .xml file, etc. I am not sure if OLEJA introduces or uses more APIs than the ones that appeared in Njawin, but for my application, this approach was successful.
    One other thing to keep in mind is that I don't see why you'd actually need to build your sources into a jar, if you simply include them in a larger package as part of your application's source code. Just put njawin.jar, njawin.dll, and yourdll.dll on the build path and the rest of your problems should be solved for you. Keep in mind that, since OLEJA is commercialized, it's been debugged a lot (as the author has stated in mailing lists) and that means Njawin could have some unexpected problems. In this case you should thoroughly test your usage of Njawin with your application to be sure it runs well in your environment. Errors that could potentially crash your JVM may appear when certain functionality (especially multi-threaded functionality) inside your ActiveX control is executed.
    Regards
    Sean McNamara

  • CS6 General Question

    hey guys -
    I have a pretty general question, that I hope is a simple answer.  Will the (javascript) scripts that work in CS5 still work perfectly in CS6 if we upgrade?  We have become quite dependant on our scripts, and we're trying to decide if the upgrade is worth it.  So much about Photoshop and Illustrator was broken in CS5 and never addressed, so now I get pretty nervous about upgrading for fear of being less productive.  Any thoughts/comments about existing scripts moving into CS6?

    Your only real way is test for your self… In principle it should work but I've heard that a couple of times before. You will still have CS5?

  • Messaging 6.x general questions

    hi,
    just some general questions -
    (a) is there a netbackup agent for doing messaging backups and message level restores (e.g. like the one for exchange). I know solstice backup has a backup agent somewhere but not sure about netbackup. any experiences with this?
    (b) is it possible for messaging/calendar to authenticate users off a different directory? i.e. just use the uid/password info from another directory i.e. novell edir. it seems like directories and ldap were supposed to make all this simple, but getting a product like messaging that is "supported" against another directory isn't in reality.
    Also organisations don't seem to like having to only use messaging against sun directory as a selling point sometimes when they already have a directory. Any thoughts/experiences?
    thanks

    A: imsbackup may be used with many backup packages. Granularity down to the individual user. Imsbackup/imsrestore is the recommended backup/restore technique.
    B: No. Messaging Server was not designed to store part of the authenticatio data in one ldap and the rest in another. You could use Meta Directory to synchronize a portion of your other ldap to the one Messaging uses.
    Some customers have successfully deployed against other Directory server, BUT . . .
    1. The installer uses non-standard, propriatary stuff, and will fail against non-sun directory servers.
    2. If there is a problem after ou successfully get install done, and you call tech support, the burdon is on you to prove that the problem is within how Messaging Server works, and is not with the non-sun directory server. So far, we haven't found any such to fix, though. I think there may be one or two customers using non sun DS.
    In most cases, Meta is able to sync their ldap system with ours, and that works much better. Directory Server is the most popular LDAP server around, far as I know.

  • Asking general questions about 'computing' matters.

    Hello
    I'm new to the Mac world - I posted my first question on the forums today!
    I have reviewed the discussions site - everything seems very specific to apple products. Where, if anywhere, could I post a general question - like this one:-
    I have a notion that when one connects to a server directly (Usenet newsgroups for example) one makes a deliberate 'hole' in one's firewall, be it software or simply because one is using a NAT router. Sending messages to and receiving posts from Usenet is far quicker than using email, so I'm fairly confident that this is so.
    I am well aware that any URL one visits can instantly determine much information about the connecting machine. (see http://www.browserreport.com/ as an example).
    Anti-malware programs can only detect known viruses and spyware - I see no reason at all why, once one has granted a direct connection facility, between a group on a private server to
    one's own machine, malware could not relatively simply be injected onto one's computer.
    If the malware was currently unknown, how would one ever know?
    Thanks in anticipation of a helpful response
    David B

    HunterBD wrote:
    I'm new to the Mac world - I posted my first question on the forums today!
    Excellent!
    I have reviewed the discussions site - everything seems very specific to apple products. Where, if anywhere, could I post a general question - like this one:-
    Unfortunately, not in this forum. This forum is specifically about the discussion forum itself. It is kind of like a meta-forum. Hopefully, the moderators will just move your post somewhere more appropriate. (As indeed they just did!)
    I have a notion that when one connects to a server directly (Usenet newsgroups for example) one makes a deliberate 'hole' in one's firewall, be it software or simply because one is using a NAT router.
    Kind of and kind of not. Firewalls are greatly misunderstood. But essentially, yes, any internet connection you establish has some risk involved. However, the risk of making an outgoing connection is infinitesimally smaller than setting up a server to let hackers bang on 24x7.
    Sending messages to and receiving posts from Usenet is far quicker than using email, so I'm fairly confident that this is so.
    Really? I don't think so.
    I am well aware that any URL one visits can instantly determine much information about the connecting machine. (see http://www.browserreport.com/ as an example).
    Not really. It depends on what you are doing. You always give away your IP address, unless you are behind a proxy. In that case, you give away the proxy's IP address. But the proxy still knows who you really are.
    If the protocol in question supports such information, then it can be determined. A web browser does send some information about you, but you can easily change it and masquerade as some other browser. With other protocols, it isn't so easy to tell what kind of OS or software is being used.
    Anti-malware programs can only detect known viruses and spyware - I see no reason at all why, once one has granted a direct connection facility, between a group on a private server to
    one's own machine, malware could not relatively simply be injected onto one's computer.
    If the malware was currently unknown, how would one ever know?
    You wouldn't
    Don't grant anyone direct connection to your machine.

  • General question - deploying via drac/iLO vs. USB stick inconsistencies

    This is going to be kind of a general question and see if anyone has experienced something similar and if there is a better way to go about this.
    I have the need to send a Windows 2008 r2 image to a new data center via USB stick.  I built my task sequence and created an ISO from it and mounted it in virtual media in an HP iLO session and built a physical server to test the task sequence.  This
    was just a test to see if the build was good.  It was.
    So I used an ISO to USB tool to put the ISO on USB stick to make it bootable media.  I built the same server via the USB device.  The build got 90% of the way through and during one of the last reboots, it comes up to "Preparing your computer
    for first time use" and immediately reboots itself.
    I have had this experience before where building via a USB stick gives me different results than deploying the same ISO via iLO/drac.  Any clue why that might be?  It's very frustrating and I can't pinpoint any differences.

    I don't know exactly what happened, but a couple of observations based on your description:
    - Are you using bootable media or stand-alone media? If bootable, non task sequence info whatsoever is but on the media. If stand-alone, why are you using stand-alone instead of bootable?
    - Why not directly build the media on a USB device using the console instead of converting the ISO? There are inconsistencies with this at best because of drive letter changes that the media takes into account.
    Jason | http://blog.configmgrftw.com

  • General Question Index

    Hi,
    I've a question on index.
    Say in a big sql query, which has join of two tables.
    SELECT A.COL1,A.COL2,B.COL4
    FROM A INNER JOIN B
    ON A.COL1 = B.COL1
    AAND A.COL2 = B.COL2
    General question , if I want to tune this do I need to create index on B.COL4?
    what I am trying to understand is, for tuning index is needed on columns in the WHERE condition or Columns from the select list or both.
    I understand it is all relative, we need to see the plan etc.. but my question is in general.
    Thanks
    Neil

    Neil
    Does not the query have a WHERE clause? If it does, look at the columns that participate in WHERE clause + COVER (include clause all column you have in SELECT).. Also col1+col2 should have indexes. 
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • General question about iTunes Match and multiple libraries

    Hello to everyone,
    I have a general question about the iTunes Match service, which is available since yesterday in my country (Italy). Currently my library situation is the following:
    Computer A (desktop, Windows 7): "big" iTunes library (about 20 GB), at the moment not associated with my Apple ID
    Computer B (MacBook Air 2011): "small" iTunes library (about 5 GB), associated with my Apple ID
    At the moment, both my iOS devices (iPhone 4 and iPad 2) are synchronized with the smaller library on the MacBook Air.
    Question is as follows: should I subscribe to iTunes Match, would it be possible to upload the "big" library (provided I associate it with my Apple ID) to iCloud while keeping my devices synchronized with the "small" one?
    Ideally, at the end of the day, the situation should be the following: both iOS devices with music from the small library + possibility of downloading songs from iCloud (coming from the big one). Is this possible?
    Maybe the question sounds stupid, but I want to be sure about this before paying for the service.
    Thanks a lot.

    Yes, you could also associate your larger library with iTunes match if you associated your Apple ID with it. However any purchases in the library made from another Apple ID will not be matched with iTunes much.
    If both libraries are part of iTunes match, then all your devices will see all of the content from both libraries, which content you choose to have on those devices and which you have accessible via iTunes match is entirely up to you.

Maybe you are looking for

  • Brightness not working on HP ENVY TouchSmart 15-j178ca

    Hi, Brightness was working fine on my HP ENVY TouchSmart 15-j178ca with Windows 8.1 64 bits (F2 key, F3 key and Windows brightness slider).  NVIDIA GeForce Experience showed there was an update available.  After doing the update I have lost all brigh

  • Poor proofs of imported line art

    Line art scanned into InDesign CS2 from a Canon CanoScan LiDE 60 scanner looks good the first time it is printed on an HP PhotoSmart 4280 printer, and it looks good on the screen. The second and subsequent times it is printed, especially if the docum

  • Where are Hotmail emails stored if you copied them from the server?

    I downloaded all my emails off the server, or should I say copied and left a copy of them on the server. Now I can't find them on my computer. IT did say they were saved successfully, and all. Because I knew that Microsoft would screw up one day, and

  • My Images and styles are missing on some pages

    Important Notes: The BC System has a great and simple way to know to read correct file locations for things like your CSS styles, Javascript files and your images. The BC system has a number of elements that create folder like structures such as web

  • How do I stop itunes playing music through appleletv

    how do I stop itunes playing music through appleletv