New to BSP. Where do I start from?

Hi experts,
        I am new to BSP. I see lot of things in BSP like tag libraries, extensions and BHTML.
1.Can somebody tell me in a simple way what are the components of BSP programming?
2.When to use tag libraries, extensions and BHTML. What is the difference between them?
3.Where do I start from in order to learn BSP?
4.Are there any books on BSP to start with?
Please help!
Thanks
Gopal

Hi Gopal,
Go through the following links :
http://help.sap.com/saphelp_47x200/helpdata/en/e5/edae3b59e17646e10000000a11402f/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/c8/101c3a1cf1c54be10000000a114084/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/21/8cec3ada87e076e10000000a11405a/frameset.htm
https://www.sdn.sap.com/irj/sdn/weblogs?blog=/weblogs/topic/24
Reward points if helpful.
Thanks,
Ramya.

Similar Messages

  • HT1766 When I started my new iPad 2 I could not start from a previous backup because the os on the new iPad is not the latest 7.x used to backup the previous ipad2  to install the new os I had to start the iPad as new. But now I cannot backup from the pre

    When I started my new iPad 2 I could not start from a previous backup because the os on the new iPad is not the latest 7.x used to backup the previous ipad2  to install the new os I had to start the iPad as new. But now I cannot backup from the previously backup ipad

    Hi there,
    You may find the troubleshooting steps in the articles below helpful.
    iCloud: Troubleshooting restoring an iCloud backup
    http://support.apple.com/kb/ts4036
    iOS: If you can't back up or restore from a backup in iTunes
    http://support.apple.com/kb/ts2529
    -Griff W. 

  • Trigger SEQ column for every new value of ID it should start from 1

    I have
    table table_A
    (ID NUMBER,
    SEQ NUMBER,
    DETAIL VARCHAR2(2000))
    In this table ID and SEQ are combined primary key
    Data looks like
    ID     SEQ     DETAIL
    1000     1     COMMENTS1
    1000     2     COMMENTS2
    1001     1     COMMENTS3
    1002     1     COMMENTS4
    1002     2     COMMENTS5
    1002     3     COMMENTS6
    1003     1     COMMENTS7
    I have ID as oracle generated seq Number , but I need trigger to generate SEQ column value for every new value of ID it should start from 1

    This is probably not something you would want to do in a trigger. You would generally be much better off storing ID and detail in the table and generating SEQ in a view, i.e.
    CREATE VIEW my_view
    AS
    SELECT id,
           DENSE_RANK() OVER( PARTITION BY id ORDER BY <<something>>) seq,
           detail
      FROM table_AUnless you can guarantee that only one session will be inserting data at a time, I don't see how you could make a trigger work here.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • New to IOS, where do I start?

    Hello everybody,
    I am new in apple environment, never use Mac OS before or have apple's hardwares (pc/iphone/ipad).
    I am interested to build application for iphone or ipad.
    I have computer ready to install for Mac OS. Someone offers me Mac OS 10.5.7 for a good price.
    With these hardware and OS ready, where do I start? I have a looked on Xcode 3.26 and IOS SDK for Snow Leopard in apple's download section. Is this application supported in Mac OS 10.5.7?
    Thanks in advance and regards,
    incendio.

    Thanks for your reply.
    I am aware about this program, but since I am new, I want take a round for a while in apple development first before decided to getting more serious with this no free programs.
    incendio.

  • I want to learn Oracle VM: where should I start from ?

    Hi all,
    I am an Oracle dba ( OCP ) interested in learning how to setup and manage Oracle VM.
    I'm looking for advices about where to start from : I didn't find any book about Oracle VM in the Oracle Press catalogue and I'm not going to start my learning path with a LVC .
    I'd prefer to start with a reliable book and some tutorials to have a first glance at it, so any suggestion would be appreciated
    Thanks,
    Andrea

    There a couple of youtube videos work a look ....
    http://www.youtube.com/watch?v=BzhVhGhIuxY ... and ohers.
    And dont forget the obious ... the oracle on-line documentation itself ...
    From http://docs.oracle.com driling down to http://download.oracle.com/docs/cd/E15458_01/index.htm ( for for 2.2 )
    http://www.oracle.com/us/technologies/virtualization/index.html
    http://www.oracle.com/us/technologies/virtualization/oraclevm/index.html
    You may also need to get yourself some kit for a lab to practice on .... some processors and motherboards will do better than others ... more ram and disk is good!

  • New to Java, where do I start??!?!

    Hello everyone, let me just introduce myself. My name is Jeff and I am from PA, I am a recent graduate of Penn State university with a bachelors of science in information science and technology, application/integration. My major dealt with alot of analysis/requirements/testing/planning/documentation, with a little bit of programming in such interfaces as HTML, CSS, ASP.Net, and I had one Java course which I could have done better in.
    I started my career for a very large well known company in an entry level position. I went in with very little development skills, in the languages that we use here. Mostly everything is Java/Javascript, both of which I am pretty clueless about. They also do alot of web 2.0 stuff using ajax/xml/dojo. I just want to have some suggestions on how I could maybe learn this language a little better, I am not getting anything really so far, because ive just been doing e-learnings and such. I want to start shadowing the developers, but I dont want to go in seeming stupid! Who has some suggestions?

    Hi and welcome.
    This is the beginner's set:
    [Sun's basic Java tutorial|http://java.sun.com/docs/books/tutorial/]
    [Sun's New To Java Center|http://java.sun.com/learning/new2java/index.html]
    Includes an overview of what Java is, instructions for setting up Java, an intro to programming (that includes links to the above tutorial or to parts of it), quizzes, a list of resources, and info on certification and courses.
    jGuru
    A general Java resource site. Includes FAQs, forums, courses, more.
    JavaRanch
    To quote the tagline on their homepage: "a friendly place for Java greenhorns." FAQs, forums (moderated, I believe), sample code, all kinds of goodies for newbies. From what I've heard, they live up to the "friendly" claim.
    [Yawmarks List|http://forums.devshed.com/java-help-9/resources-for-learning-java-249225.html]
    [The Java Developers Almanac|http://www.amazon.com/exec/obidos/tg/detail/-/0201752808?v=glance]
    [http://javaalmanac.com|http://javaalmanac.com]
    Bruce Eckel's [Thinking in Java(Available online.)|http://mindview.net/Books/DownloadSites]
    Joshua Bloch's [Effective Java|http://www.amazon.com/Effective-Java-2nd-Joshua-Bloch/dp/0321356683]
    Bert Bates and Kathy Sierra's [Head First Java|http://www.amazon.com/exec/obidos/tg/detail/-/0596004656?v=glance]
    James Gosling's [The Java Programming Language|http://www.amazon.com/Java-TM-Programming-Language-4th/dp/0321349806/ref=sr_1_1?ie=UTF8&s=books&qid=1247059012&sr=1-1]
    Gosling is the creator of Java. It doesn't get much more authoritative than this.
    Joshua Bloch and Neal Gafter [Java Puzzlers.|http://www.javapuzzlers.com/]

  • New to mac where do i start

    I just received my new macbook pro today and am totally new to mac (had pcs forever).  Any suggestions on where to start or helpful hints?

    download "cheatsheet" on app store.
    its free and you can know all the shortcuts for each individual app.
    just press command key (the one with apple logo on it) and the screen will show you a screen of all the shortcuts on that app.
    tip #1
    dont edit folders and subfolders, learn how to manage your itunes, iphoto, aperture, documents inside the app.
    tip#2
    create an apple id
    https://appleid.apple.com/ca/
    and go to your macbook pro Settings, icloud, and log in
    iCloud will be your back up for your contacts, Mail, iCalendar, etc. Even Find my iPhone. and it will sync to all your apple devices seamlessly.
    tip#3
    learn to back up with Time Machine.
    hope that helps.

  • Where should I start from to use HP4145B with LabView?

    I am not familiar with LabView, but I have to set up LabView to make it work with HP4145B.
    I downloaded the driver from NI, placed it at the correct directory, and can see VI's in function palette.
    Also, when I run MAX, it shows "Instrument 0" under GPIB0.
    When I click on "Scan for Instrument", it says something about IDN query, but now I know HP4145B is too old to understand IDN query.
    I saw a lot of posts that say they can write to the instrument but cannot read.
    However, I don't even know how to test whether my labview can write to 4145B or not.
    My questions are....
    1. 4145B manual says it has "ID"  code.
    I tried testing it by using "Interactive Control"
    And I got this by NI Spy
    1.  ibsic(GPIB0)
    Process ID: 0x00000C1C         Thread ID: 0x00000EB4
    Start Time: 15:23:22.485       Duration 00:00:00.000
    ibsta: 0x160       iberr: 0             ibcntl: 0(0x0)
    2.  ibsre(GPIB0, 1)
    Process ID: 0x00000C1C         Thread ID: 0x00000EB4
    Start Time: 15:23:26.070       Duration 00:00:00.000
    ibsta: 0x160       iberr: 1             ibcntl: 0(0x0)
    3.  ibcmd(GPIB0, "@?1", 3 (0x3))
    Process ID: 0x00000C1C         Thread ID: 0x00000EB4
    Start Time: 15:24:18.606       Duration 00:00:00.000
    ibsta: 0x178       iberr: 0             ibcntl: 3(0x3)
    4.  ibwrt(GPIB0, "ID", 2 (0x2))
    Process ID: 0x00000C1C         Thread ID: 0x00000EB4
    Start Time: 15:24:30.242       Duration 00:00:00.010
    ibsta: 0x168       iberr: 0             ibcntl: 2(0x2)
    5.  ibcmd(GPIB0, "? Q", 3 (0x3))
    Process ID: 0x00000C1C         Thread ID: 0x00000EB4
    Start Time: 15:25:12.333       Duration 00:00:00.010
    ibsta: 0x174       iberr: 0             ibcntl: 3(0x3)
    > 6.  ibrd(GPIB0, "", 20 (0x14))
    > Process ID: 0x00000C1C         Thread ID: 0x00000EB4
    > Start Time: 15:25:23.289       Duration 00:00:16.784
    > ibsta: 0xc164       iberr: 6             ibcntl: 0(0x0)
    There are four LED's on the front panel of HP4145B.
    It shows status of HP4145B whether it is talker or listener.
    LED changes properly to my command. (So I don't think there is any problem with harware connection)
    But, I still get nothing but EABO error when I want to read something.
    What am I doing wrong?
    How can I test "ID" code?
    (I do not have ultra-fast typing speed so I think I gave 4145 enough time to respond before I typed new command)
    2. I tried to use driver I downloaded from NI.
    Other posts say that people used "HP 4145 Example.vi" for testing.
    However when I put "HP 4145 Example.vi" on the block diagram, I cannot run it.
    How do I test with "HP 4145 Examble.vi"?
    3. I tried testing other vi's such as "HP 4145 source setup.vi".
    I put that vi on the block diagram window, added constant of 17 to GPIB address,
    and other constants to other inputs and run it.
    A new window popped up, so I ran it again.
    However it does not seem to work since I see no change when I go into source set up menu directly from HP4145 front panel.
    Again, LED indicator changes to LTN(which means HP4145B is in listener mode) when I run vi.
    What would be the problem?
    I'm experiencing a lot of trouble with this HP4145B, and I know too little to solve this by myself.
    Somebody please help me with this.
    Thanks in advance.

    My 4145b uses address 17.
    I checked switch setting on the backpanel of 4145b and CRT on the front panel says "HPIB(17, COMMA, EOI)". Also, when I change address to 16 and execute vi file, it gives me an error message of "HP 4145 Define Channel; HP 4145 Send Message"
    When I change back to 17 and execute, error message disappears(and no more error message comes in when I send command to 4145b), but nothing happens on 4145b.
    As I said eariler, LEDs on 4145b seems to be saying that 4145b understands basic command such as "change to listener" or "change to talker".
    In addition, when I try to read from 4145b from "HP4145 example.vi", for example by clicking on "Display Graphics and Plot" and execute, I get error message "HP 4145 Take Measurement; Wait for Interrrupt (GPIB)". However, reading is not the problem to think right now because I don't even know how to read.
    I have Newport 1830-C with me, and I checked this instrument with same GPIB-USB-HS and same PC I am using with HP4145b.
    It works with 1830C. Therefore, it doesn't look like there is something wrong with  my PC and GPIB-USB-HS.
    Anyway, thank you for your attention.
    메시지가 06-25-2008 01:28 AM에 Min Yoon에 의해 편집되었음
    메시지가 06-25-2008 01:36 AM에 Min Yoon에 의해 편집되었음

  • TS1702 Since I updated to ios6 my City of Warfare game shuts down when I try to go to battle. I removed my original game app and reinstalled a new game, which I had to start from the beginning and it still crashes. I'm sure that others are having similar

    Since I installed ios6 my City of Warfare game shuts down when I try to battle. I removed my original game and reinstalled a new game app which started a new game..and it still shuts down, help?

    Use the trackpad to scroll, thats what it was designed for. The scroll bars automatically disappear when not being used and will appear if you scroll up or down using the trackpad.
    This is a user-to-user forum and most people will post on here if they have problems. You very rarely get people posting to say there update went smooth. The fact is the vast majority of Mountain Lion users will not be experiencing any major problems with the OS, or maybe with apps which are not compatible, but thats hardly Apple's fault if developers don't update their apps.

  • New to Photoshop WHERE do I start?? HELP

    So I have purchased photoshop 3 for mac 2 weeks ago. I have read the pfd file on getting started. I have browsed through this site but after daily tinkering on the computer with PSE 3.0 I still feel like I know NOTHING and-don't know where to start.
    Can anyone direct me to a good and through "getting started" place?
    I see that a bunch of really cool things can be done with this software but I don't know how. I feel like I may just have to revert back to editing in iphoto...

    One thing to do is get
    this book.
    Open PSE. In the upper left click on the folder icon with the magnifying glass on it.
    That gives you your HD.
    Navigate to a folder with photos, click on it.
    Double click on an image and go nuts.
    You can also set iPhoto to open an image in PSE, when double clicked.
    Find that in iPhoto preferences.

  • New to GUI where do i start....

    hi i have this project the first half was to build a flight reservation program that took the flights of passengers etc etc i finished that and everything worked that was built using bufferreader now i gotta turn it to a GUI using jtapped pannels now im pretty sure i can figure it out i just need to get the right start like this is my main
    import java.io.*;
    import java.awt.*;
    import javax.swing.*;
    import java.util.*;
    public class Reservation {
         ArrayList airlineList = new ArrayList();
         private void makeReservation(Passenger p) {
              for (int i=0; i<airlineList.size(); i++)
                   Airline a = (Airline)airlineList.get(i);
                   a.addPassenger(p);
         private void listAllPassengers(String a) {
              for (int i = 0; i < airlineList.size(); i++) {
                   Airline a2 = (Airline) airlineList.get(i);
                   if (a2.getAirline().equals(a)) {
                        System.out.println(a2);
                        ArrayList pList = a2.getPassengerList();
                        for (int j = 0; j < pList.size(); j++) {
                             Passenger pL = (Passenger) pList.get(j);
                             System.out.println(pL.toString());
                   } else {
                        System.out.println("The Airline you entered doesn't exist!");
         private void checkReservation(long confNo) {
         for (int i = 0; i < airlineList.size(); i++) {
                   Airline a2 = (Airline) airlineList.get(i);
                   ArrayList pList = a2.getPassengerList();
                   for (int j = 0; j < pList.size(); j++) {
                        Passenger pL = (Passenger) pList.get(j);
                        if (confNo == pL.getconfNo()) {
                             System.out.println(pL.toString());
                        } else {
                             System.out.println("Confirmation number doesn't match!");
         private void listAllAirlines() {
              for (int i = 0; i < airlineList.size(); i++)
                   Airline a = (Airline)airlineList.get(i);
                   System.out.println(a.toString());
         private void addAirline(String aairLine, String aCarrier, String atype, int aCapacity, String departureCity, String arrivalCity) {
              Airline lAirline = new Airline(aairLine);
              lAirline.setAirline(aairLine);
              lAirline.setCarrier(aCarrier);
              lAirline.setArrivalCity(arrivalCity);
              lAirline.setDepartureCity(departureCity);
              lAirline.setCapacity(aCapacity);
              airlineList.add(lAirline.toString());
         System.out.println(lAirline.toString());
         BufferedReader br;
         public static void main(String[] args) {
              Reservation menu = new Reservation();
              menu.menup();
              public void menup()
                   System.out.println("");
                   System.out.println("1. Reservation");
                   System.out.println("2. Cancellation");
                   System.out.println("3. List All Airlines");
                   System.out.println("4. List Passengers by Flights");
                   System.out.println("5. Check Reservation");
                   System.out.println("6. Add an Airline");
                   System.out.println("7. Quit");
                   br = new BufferedReader(new InputStreamReader(System.in));
                  Passenger p = new Passenger();
                  Reservation r = new Reservation();
                  Airline a = new Airline();
             try {
                      String str = br.readLine()  ; 
                      int i = Integer.parseInt(str);
                      switch(i)
                                        case 1:
                                        System.out.println("Please enter your name");
                                        p.setName(br.readLine());
                                        System.out.println("Please enter your sex");
                                    br.readLine();
                                    System.out.println("Please enter Departure City");
                                    p.setDepartureCity(br.readLine());
                                        System.out.println("Please enter Arrival City");
                                        p.setArrivalCity(br.readLine());
                                  menup();
                                  case 2:
                                  System.out.println("Enter comfirmation number to cancel");
                                  String c = br.readLine();
                                  long cnum = Long.parseLong(c);
                                  menup();
                                       case 3:
                                 System.out.println("List All Airlines");
                                 listAllAirlines();
                                 menup();
                                    case 4:
                                  System.out.println("Enter Airline:");
                                  String aName = br.readLine();
                                  listAllPassengers(aName);
                                  menup();
                                  case 5:
                                  System.out.println("Enter Confirmation number to check Reservation:");
                                  String c2 = br.readLine();
                                  Long cn2 = Long.parseLong(c2);
                                  checkReservation(cn2);
                                  menup();
                                 case 6:
                                 System.out.println("Please enter Airline");
                                 String aline = br.readLine() ;
                                 System.out.println("Please enter Airline Carrier");
                                 String carrier = br.readLine() ;
                                 System.out.println("Please enter Airline Type");
                                 String atype = br.readLine() ;
                                 System.out.println("Please enter Capacity");
                                        String cap = br.readLine() ;
                                        System.out.println("Please enter Departure City");
                                        String depart = br.readLine() ;
                                        System.out.println("Please enter Arrival City");
                                        String arrive = br.readLine() ;
                                        int capacity = Integer.parseInt(cap);
                                        addAirline(aline, carrier, atype, capacity, depart, arrive);
                                        menup();
                     catch (IOException ioe)
                       System.out.println("Error with input");
                       System.exit(1);
    }     so do i have to enter the gui code in the main like the menu i made each one of them has to go in a tab so do i start a new class if someone can help me start that would be great or any ideas places i can look too thanks
    Message was edited by:
    Stulloch

    Hi,
    I haven't viewed all of your code and probably the other ten views so far haven't either. Look up MVC, model view controller pattern. You already have the model and a console view so far if I follow? if so then adapt your code to a swing GUI. Failing this ask a more theoretical question for now.

  • New in BSP

    Hi All,
    I am new in BSP can anyone let me know from where to start???
    Thanks in advance
    MM

    Welcome to SDN world..
    Here you go..
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/bsp/main&
    http://www.sapdevelopment.co.uk/webapps/bsp/mvc_example1.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/101c3a1cf1c54be10000000a114084/frameset.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/e5/edae3b59e17646e10000000a11402f/frameset.htm
    http://www.sapdesignguild.org/resources/htmlb_guidance/
    Look at the below links.. Some of them are step by step procedures.
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/weblogs/topic/24
    http://help.sap.com/saphelp_nw04/helpdata/en/7a/b86041397211d5992200508b6b8b11/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/7a/b86041397211d5992200508b6b8b11/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/4e/ac0b94c47c11d4ad320000e83539c3/content.htm
    https://www.sdn.sap.com/irj/sdn/weblogs
    /people/durairaj.athavanraja/blog/2005/08/21/running-your-first-bsp-application-in-sap-netweaver-04-abap-edition--nsp
    www.thespot4sap.com/Articles/SAP_WAS_BSP_Apps.asp
    www.thespot4sap.com/Articles/SAP_WAS_Overview.asp
    help.sap.com/saphelp_nw04/helpdata/ en/56/e6f3409ade8631e10000000a1550b0/content.htm
    New to BSP
    New to BSP. Where do I start from?
    New to BSP's ....Please Help me.......................
    And also recommend you to go through the BSP Weblogs in the BSP forum...highly Suggested and Helpful
    ;\ New BSP Weblogs
    <i>* Reward each helpful answer</i>
    Raja T

  • Audio only plays when started from the beginning?

         Hi! I'm fairly new to flash, i'd consider myself a beginner, but recently i've been tasked with making an animation for someone! There is a song playing in the animation, it's a wav and it's on its own layer. There are also drawings i imported in too.
         My problem is, i want to be able to sync up the little drawings to the words of the song, but the audio only plays when i start at 0 on the timeline. If i were to start at let's say frame 24, it won't play. Does anyone know how to fix this? This commission needs to be finished by Wednesday and it's a S L O W process, having to start it over only to hear like one or two words later on

    change the sync property (in the properties panel after clicking the keyframe where your sound starts) from event to stream.  retest.

  • HT1414 i was trying to updates the new version but there was error occured so i was trying to restore but the massage come to connect yo wi-fi so i dont know where to start from there

    i was trying to updates the new version but there was error occured so i was trying to restore but the massage come to connect yo wi-fi so i dont know where to start from there

    Downloading past purchases from the App Store, iBookstore, and iTunes Storehttp://support.apple.com/kb/HT2519
    Message was edited by: michael08081

  • How do I get a numbers spread sheet to open where I left it and not start from the beginning every time I open it?

    How do I get a numbers spread sheet to open where I left it and not start from the beginning every time I open it?

    There is no built-in setting for redirecting a bookmark to a new tab.
    Is it possible that the computer which does that has an add-on such as the Tab Mix Plus extension installed? TMP has a setting for that (Events > Tab Opening).
    https://addons.mozilla.org/firefox/addon/tab-mix-plus/

Maybe you are looking for

  • This is a problem for the experts around here

    I really need help with this - I have been trying to get this to work for 2 weeks now and so far no one has been able to help. See http://www.kirupa.com/forum/showthread.php?t=248030 and http://www.kirupa.com/forum/showthread.php?t=249806 for my prev

  • Cant view adobe training videos

    Cant view adobe training videos

  • Can't Delete RAID

    I have 4 Discs. Mirrored raid sets One Raid Slice is 'System Mirror' One Raid Slice is 'Data Mirror' There is a lock symbol on all 4 discs.  Status is online. I can't delete the raid sets.  I can't unmount them.  I am the admin but the Disk Utility s

  • Fuji X-10 RAW files in Lightroom mobile

    Hi! I have encountered a strange issue with files from my wive's Fuji X-10. I synched them to Lightroom mobile and they seem to display fine, but when I try to edit them, they get distorted and the the picture is not updated with the edit. When I swi

  • Prepping Leopard Mac for Sale and removing old details

    Hi all, I'm about to sell my Mac Mini with Leopard installed on it, and I want to remove all my details and user accounts from it, preferably in such a way that the Mac is at the same state it was when I bought it - i.e. asking me for my details, etc