RSBBS program or TA jump in R/3 not working

hi gurus,
I have a problem in RSBBS configuration. I have a query in BW and i want to link it to a program in R/3
I created the program in R/3. my program has 5 parameters.
This program was set upin a transaction . By this way i can see the value of the parameter. But they are always empty.
Example of one parameter definition.
In my program i have this definition :
p_rbukrs LIKE glpca-rbukrs,
So in the transaction i have this selection as criteria.
this field has this properties :
Field Name : RBUKRS
Data element : BUKRS
Domain : BUKRS
Parameter ID : BUK
in my RSBBS assignement detail i set up for this field :
3 - Table field
Field name : RBUKRS
Selection : *
Data Element : BUKRS
Domain : BUKRS
SET/GEt parameter : BUK
It doesn't work. What's wrong ?
Thanks for help
PirLouis

Hi Dave,
While running the Setup Jobs in transaction OLI3BW did you specify any selection criteria?
Did you give sufficient Termination Date/Time ?
Did you run the job in foreground or background?
If background was the job successful?
Regards,
Praveen.

Similar Messages

  • Program only coverted half my PDF and not working, Please refund me

    Program only coverted half my PDF and not working, Please refund me

    Hi,
    I am sorry that it did not work for you.
    May i know is this happening with all files?
    Would it be possible for you to send me the document so that i can check what is the actual issue.?
    Regards,
    Florence

  • I want to save with alt s in the program Exact Online. This function is not working. this is the first time that i use this program with firefox.

    Question
    I want to save with <nowiki><alt><s></nowiki> in the program Exact Online. This function is not working. this is the first time that i use this program with firefox.
    '''edit''', mod escaped the '''<nowiki><s></nowiki>''' to prevent line through question

    Submitted too soon... To change your accelerator key for accesskeys to Alt alone (or a different combination), you can change a setting using Firefox's about:config preferences page.
    (1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (2) In the filter box, type or paste '''ui.k''' and pause while the list is filtered
    (3) Make sure '''ui.key.generalAccessKey''' is set to its default value of -1 (or right-click and choose Reset if it is not).
    (4) Double-click '''ui.key.contentAccess''' to open a dialog box to change the value from its current default (on Windows, 5) to your choice of the following:
    * 2 = '''Ctrl''' (Fx default on Mac thru Fx13)
    * 3 = Ctrl + Shift
    * 4 = '''Alt''' (IE/Chrome/Safari default on Win/Linux)
    * 5 = '''Alt + Shift''' (Fx default on Windows & Linux)
    * 6 = '''Ctrl + Alt''' (Fx default on Mac from Fx14) (Chrome/Safari default on Mac)
    * 7 = Ctrl + Alt + Shift
    This should take effect as soon as you OK the dialog, so you can experiment in a separate tab. Other combinations are available if you want to try them. See http://kb.mozillazine.org/Ui.key.contentAccess (inaccessible at the moment?)

  • Jump and Skip does not work

    I have written a program that executes certain instructions.It reads these instruction from an array of Textfield.I have a for loop to go through the Textfield.I am unable to implement a JUMP instruction that will jump to a specified Textfield as well as the SKIP instruction that will skip the next Textfield based on some condition.
    I tried the code below but it does not work
    private class Executionionhandler implements ActionListener
    { public void actionPerformed(ActionEvent event)
    { int StartLocation=(int)(Integer.parseInt(start2.getText()));
    //start1.setVisible(false);
    //start2.setVisible(false);
    //r, StartLocation, End, Stop are global
    for(int r=StartLocation;r<End && Stop==false;r++)
    {/content[r] is a Textfield
    String read=Content[r].getText();
    String com1=read.substring(0,2);
    int com11=(int)(Integer.parseInt(com1));
    String com2=read.substring(2,4);
    instruction(com11,com2);
    public void instruction(int IN1,String IN2)
    { switch(IN1)
    { case 1:
    //do something
    break;
    case 3:
    //do something break;
    case 7://the JUMP INSTRUCTION
    int JmpLoc7=(int)(Integer.parseInt(IN2));
    r=JmpLoc7;
    //StartLocation=JmpLoc7;
    break;
    case 8://the SKIP INSTRUCTION
    int copy81=(int)(Integer.parseInt(BUTTON.getText()));
    if(((copy81<0) && (IN2.equals("00"))) ||
    ((copy81==0) && (IN2.equals("01"))) ||
    ((copy81>0) && IN2.equals("02")))
    r++;
    case 11:
    error1.setText("End of command");
    Stop=true;
    break;
    default:
    error1.setText("BAD COMMAND");
    Stop=true;
    Any idea why or how can I achieve this?

    Hi,
    Not exactly sure what you code is trying to do and you didn't explain it either ...
    Some thoughts that might help:
    The variable r is only valid inside the for loop. Therefore setting it in another method will result in nothing happening. You will need to make r a class variable (like your comment says) to have access to a single variable in more than one method. Then you need to stop declaring it inside your for loop otherwise you will just create a local variable and all will be lost again.
    Something like:
    private class Executionionhandler implements ActionListener
      public void actionPerformed(ActionEvent event)
        for( r = StartLocation; r < End; ++r )
          instruction();
    }Regards,
    Manfred.

  • Captivate 5. Jump to slide button not working

    I'm using Captivate 5.0.2.630 and I have issues with Jump To buttons as well.  My layout is as follows:
    Main Menu (with jump buttons to each section prior to the Quiz Question)
    Section 1 - Demo slides
    Section 1 - Simulation Slides
    Section 2 - Demo Slides
    Section 2 - Simulation Slides
    Section 3 - Demo slides
    Section 3 - Simulation Slides
    Section 4 - Demo Slides
    Section 4 - Simulation Slides
    Quiz Slide
    Quiz Slide
    Certificate
    For whatever reason, the "Jump To" button set to jump to Section 4 from the Main Menu will not work.  All it does it "Continue". And, please don't tell me I need to change the entire module's quiz settings to Optional. We want the actual Quiz Slides to be required. It's just the rest of the module that the user should be able to jump back and forth freely.

    Hi there and welcome to our community
    You piggybacked onto an existing question with basically a new question about a different version. I've branched this to a new thread of its own.
    Please do take a moment and read through the links below. They are designed to help you get the best forum experience.
    Click here for the forum guidelines
    Click here for frequently encountered issues
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Jump to slide does not work

    Hi,
    I am working on a captivate project, we have more than two buttons on almost every slide that are triggered to "jump to slide". I tried keeping elearning output as SCORM 1.2 while publishing, to no avail.
    I also tried to link two projects using "open another project" and "Open URL or file" but even that does not solve the issue.
    Please advise.
    Regards,
    dshah

    Hi again.
    I am using a licensed version of Captivate 6.
    I had published the project in HTML5 before testing.
    Since the 'jump to slide' action was not working, I tried replacing it with 'open another project' and then 'open URL or file', none of which  worked as well.
    I also observed that when we insert two buttons/click boxes/hyperlinks, having triggered as 'jump to slide', they work fine but as soon as the number increases the problem begins. Strange but true!
    Regards,
    dshah07

  • Captivate 4. Jump to slide button not working

    Hello.
    I have a material that has the following sequence:
    Lesson1
    Quiz 1
    Lesson 2
    Quiz 2
    Lesson 3
    Quiz 3
    The problem happens when I click on the button that SHOULD jump to the last Quiz for Lesson 3.
    I have changed the slide settings to 'jump to' but everytime, the button leads to me to Quiz 1.
    Does anyone have an answer for this particular issue?
    I'd appreciate the help. Thanks!

    Welcome to our community
    Try changing and/or examining the Quiz settings. Likely you have configured things so each question must be answered before proceeding. This blocks any ability to skip over questions to different slides.
    You also may be facing a question of Quiz Scope.
    Click here for more
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Following program to send email to gmail accounts not working..help me.

    after deployment the following program leads to this error
    com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.0 Must issue a STARTTLS command first. 39sm1006913yxd.27
    <%@ page import="javax.mail.internet.*" %>
    <%@ page import="javax.mail.*" %>
    <%@ page import="java.util.*" %>
    <%@ page import="java.io.*" %>
    <html>
    <body>
    <%
    String name=request.getParameter("name");
    String from=request.getParameter("mail");
    String message1=request.getParameter("msg");
    try{  
    String toAddress="[email protected]";
    String fromAddress=from;
    String fromName=name;
    String messageSubject="feedback";     
    String messageBody1=message1;
              Properties props=new Properties();          
              props.put("mail.smtp.host","smtp.gmail.com");          
              Session session1=Session.getDefaultInstance(props,null);     
              Message message=new MimeMessage(session1);
              message.setFrom(new InternetAddress( fromAddress, fromName));
              message.setRecipient(Message.RecipientType.TO,new InternetAddress( toAddress));
              message.setSubject( messageSubject);
              message.setText( messageBody1);
              message.setSentDate(new Date());
              Transport.send(message);
    catch(Exception e)
    {out.println(e);
    %>
    </body>
    </html>

    When I run the code
    <html>
    <%@ page import="javax.mail.internet.*" %>
    <%@ page import="javax.mail.*" %>
    <%@ page import="javax.mail.Transport.*" %>
    <%@ page import="java.util.*" %>
    <%@ page import="java.io.*" %>
    <%@ page import="com.sun.mail.smtp.*" %>
    <body>
    <%
    try{  
    String to="[email protected]";
    String from="[email protected]";
    String subject="feedback";     
    String message="Hello";               
         Properties props = new Properties();
              props.put("mail.smtp.host","smtp.gmail.com");
              props.put("mail.smtp.auth", "true");
              props.put("mail.smtp.starttls.enable", "true");
              Session session1 = Session.getDefaultInstance(props);
              session1.setDebug(false);
              // create a message
              MimeMessage msg = new MimeMessage(session1);
              if ( from == null ) from = "[email protected]";
              InternetAddress fromAddress = new InternetAddress(from);
              msg.setFrom(fromAddress);
              InternetAddress[] toAddresses = InternetAddress.parse(to);
              msg.setRecipients(Message.RecipientType.TO, toAddresses);
              msg.setSubject(subject);
              msg.setHeader("X-Mailer", "smtpsend");
              msg.setSentDate(new java.util.Date());
              msg.setText(message);
              SMTPTransport t = (SMTPTransport)session1.getTransport("smtps");
                  try {
                   t.connect("smtp.gmail.com", "[email protected]", "password");
                   t.sendMessage(msg, msg.getAllRecipients());
             finally {
              out.println("Response: " + t.getLastServerResponse());
                   t.close();
    catch(Exception e)
    {out.println(e);
    %>
    </body>
    </html>I got the following exception
    Response: javax.mail.MessagingException: Exception reading response; nested exception is: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

  • Why are programs that ran on v3.6.18 not working on v4 & 5

    I had A greeting card program & a password saver, neither work on Firfox v5 They worked on V3.6.18, can I go back to V3.6.18

    I had A greeting card program & a password saver, neither work on Firfox v5 They worked on V3.6.18, can I go back to V3.6.18

  • End jump for Play All not working

    Below is my question on an earlier post, followed by an answer from a forum member, which I thought was the solution. I followed his suggestion to link the play all button to Track 1, and then clicked in the track to get the track inspector and linked the end jump to Menu 1. It must have worked in the simulator, because I marked Steve's answer 'solved', but now when I play the discs I've burned, the play all button plays only the first selection and then return to the menu. Same thing happens in the simulator.
    So please tell me how to get that play all button to really play all. It's driving me crazy, and I have to recall 2 discs I sent out to clients so far. If someone could walk me through it, I'd really appreciate it, thanks!
    MY POST: I have 9 markers on the track for 8 selections, the 9th was added so that the track would play all the way through when the Play All button on the menu was clicked. When the user clicks on any one selection it plays through and returns to the menu. I can't get the Play to do that, it just stops at the end and the user has to click play to get the menu back on the screen. Again, the manual on page 490 mentions setting end jumps and says the end jump for the last marker is not linked to any targets, and must be set yourself. So I have tried several times to do this in an number of ways as suggested by the book. No go.
    Again, simplest possible explanation, please, as I've used a lot of time on this, and have lost most of my concentration and patience(!)
    thanks
    Dual 1.25 GHz PM/G4 Mac OS X (10.3.x) DVDSP3
    Steven Cohen
    Posts: 103
    Registered: Jul 10, 2001
    Re: End Jump Setting for Play All
    Posted: Aug 19, 2008 1:43 AM in response to: Keith Rodan
    Solved
    Click to reply to this topic Reply email Email
    Link the "Play All" button to the track, not the first chapter marker. Then click on the track. In the inspector, settings for the track will appear. For end jump, select menu 1. (or whatever you want it to jump to.) If you want each segment on the track to play individually and then jump back to the first menu, easiest way to do that is with stories. Check manual or do search of this forum on ways to do that. Hope that helps.
    Steve

    Hi Keith - there are several ways to do this. By far the simplest is to use stories, but there are two ways of doing that, too.
    Here's one way:
    Make sure you have the 8 markers that you need, and make sure that each marker has got an end jump on it to return you to your menu and the button for that section. Now add a single story and add ALL of the markers to that (drag them over from the story editor window left to right). You'll notice that the markers are labelled 'Chapter 1 Entry', which means you are not adding the end jumps to the story... each marker will play and then go on to the next in the sequence, ignoring any end jumps you have already put on the markers.
    Now set your play all button on your menu to go to the story container (NOT chapter 1 inside the story). All you other buttons should point to the relevant markers on the track and not in the story.
    Set the end jump for the story to go back to the 'play all' button on your menu, and set the menu call for the story to do the same. You can set the menu call for the markers as you want, too.
    You should now have a single track, eight markers with end jumps, a single story with 8 chapter entry markers in it and a disc that alows you to play a single marker or the entire lot.
    The alternative way to do this is to add your 8 markers as before (no need for 9), make sure there are NO end jumps on the markers and then add 8 stories. Put one marker into each story and set the end jumps on each story to go back to the relevant menu button. Set the menu calls for each story to do the same.
    Now set your single chapter play menu buttons to the relevant story container (and NOT the chapter inside it), and your pay all button to the track itself. Set the end jump and menu call for the track to go where you want them to.
    There are then at least two other ways to do this using scripts... but I figure these here should cover what you need right now! I'd recommend using the first method - it's quicker to set up and more simple to implement.

  • I'M AN AMERICAN ON TEMPORARY ASSIGNMENT IN ITALY AND CANNOT GET TO ANY HELP SOURCE ONLINE OR BY THE PHONE NUMBERS LISTED ONLINE.  I'M TRYING TO RENEW MY ONE TO ONE SUPPORT PROGRAM AND THE "RENEW NOW" LINK DOES NOT WORK!  HELP!

    APPLE SENT ME AN E-MAIL WITH A LINK TO RENEW MY ONE TO ONE SUPPORT.  THE LINK DOES NOT WORK.  AFTER I LOG INTO MY APPLE ACCOUNT AND CLICK "RENEW NOW" FOR ONE TO ONE, AN ERROR MESSAGE APPEARS SAYING "PAGE NOT FOUND".  AMAZING.  WHEN I TRY TO CALL THE TOLL FREE APPLE SUPPORT NUMBER FROM MILAN, ITALY WHERE I AM NOW LIVING, IT DOESN'T WORK. THE ITALIAN SUPPORT DESK APPEARS TO BE AVAILABLE ONLY ON WEEKDAYS DURING NORMAL BUSINESS HOURS.  HOW CAN I REACH A LIVE APPLE SUPPORT PERSON?

    Start by going here - https://expresslane.apple.com/GetproductgroupList.action?locale=it_IT
    Best of luck.

  • Program does not Work

    I have a for loop in which I am reading the content of an array.Also a method is called within the for loop the purpose of this method is to be able to jump to a another array index.
    I have written the program as shown below but it does not work.
    private class Executionionhandler implements ActionListener
    { public void actionPerformed(ActionEvent event)
    { for(int i=0;i<62;i++)
    { int x=array[i];
    int k=x+2;
    look(x);
    public void look(int j)
    { if(j==0)
    button.setText(�Readyl�);
    else if(j=1)
    button.setText(�Go�);
    else if(j=2)
    button.setText(�Stop�);
    else if(j==5)
    i=20;
    else button.setText(�Successful�);
    Any idea why or how can I achieve this?

    http://forum.java.sun.com/thread.jsp?thread=265406&forum=31&message=1006380
    http://forum.java.sun.com/thread.jsp?thread=265328&forum=31&message=1006048
    http://forum.java.sun.com/thread.jsp?thread=265310&forum=31&message=1005982
    http://forum.java.sun.com/thread.jsp?thread=265307&forum=31&message=1005979
    http://forum.java.sun.com/thread.jsp?thread=265307&forum=31&message=1005969

  • Programs not working

    So, I just got back from my college's spring break and updated my computer over the break with the latest software update and since then, numerous programs, to include skype, pages, numbers are not working at all and even system preferences freezes up. I've re-installed skype and restarted my computer several times to no avail. I'd prefer to not reinstall the OS (seeing as it's more than just iWork that's not working) or anything else since I have been unable to backup my files in a very long time. Any assistance would be greatly appreciated.

    The updates may just be a coincidence. Back up your hard drive and prepare for a possible hard drive failure. Boot to the Lion recovery disk and run Repair Disk from Disk Utility.

  • Copied screen program not working

    Dear experts,
    There is one screen program which is already created.
    I have to remove One push button from text box.
    I had this program and removed the push button .
    Now when I test the program through SE51 the other pushbuttons are not working.
    When I debugged It . The program is not calling my screen but it is calling   SAPLSCR0 and screen Number 0401.
    My doubt is from where this program is called.
    After copying the program which screen numbers I have to give to copied program.
    Can I give the same screen numbers Or I have to change screen number.
    how to check the available screen numbers which I can use.

    Hi,
         What Raghavender said is exactly correct. Also Besides this,  You have to create Transaction since it is the module pool program. While creation of the transaction code, make sure that you have to provide the main screen number. I mean the initial screen number. This effects the screen execution alot.
    Cheers,
    Murali Krishna T

  • HT5278 my iphone is not working because i removed a program from cydia it is starting ang stopping

    i removed an important program from cydia and my iphone is not working now it is starting and stopping all by it self

    That's one of the drawback to jailbreaking. Things don't work properly.
    Read: http://support.apple.com/kb/HT3743
    Another drawback is that you can't get support here.

Maybe you are looking for

  • Some songs are louder then others, can I balance the volume?

      Windows XP Pro   My nano plays songs at different volumes for some reason, I have to constantly adjust the volume level. is there a way for itunes, or ipod to level the volume?

  • Help on Database Trigger

    Hi Users, I have a requirement like whenever there is a insert or update on a table, some of the column values have to be inserted or updated into another table. There is a table reporter_status with the following column. All are varchar2 data type S

  • Dynamic Type Declaration

    Hi. I need to declare an internal table TYPE based on a dynamic table whose name at design time is unknown. I tried the following codes, but it is not working and generated an error: DATA: TXT_FILENAME_VALUE(14) TYPE C. FIELD-SYMBOLS: <FS_TXT_FILENAM

  • Several different add-on in one system

    Hello Collegues, we have installed Add- on A in ECC 5.0 system and going to install the next one -lets say B. We are not sure that these two add- ons will work properly together... - Can you tell pls how works add- ons inside of system? - Is it chang

  • What is a Regular Expression?

    I have been programming for a couple of years, and I keep hearing people talk about regular expressions and perl like regular excpression. Java has an api for regular expression's, and I would just like some one to lay down the facts and explain to m