Jump into WAD Tab and filter Characteristc?

Hello Experts,
I want to jump from one Portal WEB-Application to another Portal WEB-Application.
The jump target has several Tabs and I want to jump into a different Tab than the initial one.
I also have to filter the Characteristic from that line that I start from.
I have tried the “Web Address” in the Maintenance of the Sender/Receiver Assignments and change the initial Tab by a Command Sequence in he URL (using Parameters to Call Web Applications). In this case I can jump into a Tab, but I can’t filter a Characteristic. In fact it doesn't’t even work to select a Tab if I map a Characteristic in the Field assignments.
How can I jump into a Web Application and choose a different Tab than the initial one AND filter a Characteristic?
Thanks for your Help.
Release BI 7.0

Hi Tom,
Ok now I see what you are talking about.. I just made a small change to above program and then the FILT ok_code dialog box does not appear..
The following is the revised logic..
REPORT ZSRITEST.
DATA: gt_bdcdata LIKE bdcdata OCCURS 0 WITH HEADER LINE,
      gt_bdcmessages LIKE bdcmsgcoll OCCURS 0 WITH HEADER LINE.
PARAMETERS: p_matnr LIKE mara-matnr,
            p_werks LIKE marc-werks.
  PERFORM bdc_dynpro USING 'SAPMM61R' '0300'.
  PERFORM bdc_field USING 'RM61R-MATNR' p_matnr.
  PERFORM bdc_field USING 'RM61R-WERKS' p_werks.
  PERFORM bdc_field USING 'RM61R-DFILT' 'X'.
  PERFORM bdc_field USING 'BDC_OKCODE' 'FILT'.
****Added new
<b>  PERFORM bdc_dynpro USING 'SAPMM61R' '0300'.</b>
<b>  PERFORM bdc_field USING 'RM61R-FILBZ' 'SAP_ALL'.</b>
<b>  PERFORM bdc_field USING 'RM61R-ERGBZ' space.</b>
  CALL TRANSACTION 'MD04' USING gt_bdcdata MODE 'E'
                          MESSAGES INTO gt_bdcmessages.
*&      Form  bdc_dynpro
*       text
*      -->P_0439   text
*      -->P_0440   text
FORM bdc_dynpro USING    lv_program
                         lv_screen.
  CLEAR gt_bdcdata.
  gt_bdcdata-program  = lv_program.
  gt_bdcdata-dynpro   = lv_screen.
  gt_bdcdata-dynbegin = 'X'.
  APPEND gt_bdcdata.
ENDFORM.                    " bdc_dynpro
*&      Form  bdc_field
*       text
*      -->P_0153   text
*      -->P_RV13A_BOART_AG  text
FORM bdc_field USING fieldname fieldvalue.
  IF fieldvalue NE space.
    CLEAR gt_bdcdata.
    gt_bdcdata-fnam = fieldname.
    gt_bdcdata-fval = fieldvalue.
    APPEND gt_bdcdata.
  ENDIF.
ENDFORM.                    " bdc_field
Hope this helps..
Sri

Similar Messages

  • New Adobe Photoshop elements 11-can not share pictures. I do use AOL email. Get error of "Elements 11 Organ. has stopped working,  I have looked into sharing tab and my only option is Adobe email settings.  I do have outlook set up to work on computer run

    New Adobe Photoshop elements 11-can not share pictures. I do use AOL email. Get error of "Elements 11 Organ. has stopped working,  I have looked into sharing tab and my only option is Adobe email settings.  I do have outlook set up to work on computer running windows 8.1  Please help, Mainly use to share pictures.  Thanks!

    One thing puzzles me:
    RedClayFarmer wrote:
    I then found one suggestion that the problem might involve permissions. The suggestion was to right click PhotoshopElementsOrganizer.exe in its installation folder (which on my computer is at at D:\Photo\Elements 11 Organizer) and run Organizer as an administrator. This also failed.
    I don't understand why running the exe from the installation folder would have worked.
    I would have simply tried to run that exe from its real location :
    Sorry, I can't help you more about permissions...

  • When i have 4 or 5 browser windows open at the same time, sometimes they get grouped into one tab and i can not ungroup them. why does this happen?

    4 or 5 browser windows open at the same time. Tabs are down in the control bar. every now and then they just combine into one pop up. can't undo and very annoying. Have to close all out and start over.

    This can happen if you drag a tab slightly down in the browser window while clicking.
    Firefox has a feature called tear-off tabs
    You can detach a tab from the current window and open it in a new window by dragging a tab in the browser window.
    You can also do this via the right-click context menu of a tab: Move to New Window
    You can drag that tab back to the tab bar in the original window to undo that detaching.
    * https://addons.mozilla.org/firefox/addon/bug489729-disable-detach-and-t

  • How to insert more t then one web item into single tab in WAD

    Hi Gurus , How can i insert one Chart , table and dropdown item into same tab in wad
    Please advice
    TQ
    BR

    Hi,
    Currently it is not possible to assign more than one item to a tab. But you can use a container item and place several items in this container item. Afterwards you assign the container to one tab.
    Best regards,
    Janine

  • I just got the new itunes and I can open itunes and see my music but whenI try and go to the itunes store it just loads to a white page. I try and refresh and go to the home page and nothing happens. I can sign into my account and the tabs for the itunes

    I just got the new itunes and I can open itunes and see my music but whenI try and go to the itunes store it just loads to a white page. I try and refresh and go to the home page and nothing happens. I can sign into my account and the tabs for the itunes store pop up like they normally would when browsing the itunes store but when I click on one of them, it is a blank page. Is there a setting I need to change? Does it just take an extremely long time to load? Please help!!

    Bucktr09:
    I'm having the exact same problem.  I upgraded to the newest version of iTunes on my iMac and ever since I did the store is a blank white screen.  I can get my library content but the store is a no go.  Is there any one out there with a solution?

  • How to move multiple components into a Tab Component and still keep layout?

    I have created a Combination Chart with multiple combo boxes and a slider on my Xcelsius Canvas.  Now, I realize that I want to put all of this into a Tab Set Component.  How can I move everything into this new Tab Component without messing up all the layout and alignment I have done on all my components already?  I tried shift-selecting everything and doing a drag --> drop into the Tab Canvas but they just all stack on top of each other.
    Can this be done?  Would it be wiser to start a new Xcelsius document, place a Tab Set Component on the canvas and then copy --> paste from the original document into the new one? I'm reluctant to do this though (even within the same document) because it forces all components to be renamed back to their defaults such as Chart 1, Combo Box 1, etc etc.
    Edit:
    Bolded my biggest concern on this topic, can components be copy/pasted or cut/pasted and still retain their original name?

    i think this scenario would work fine for you
    choose all the components you want to move from the "Object Browser"
    you can show the Object Browser from the View Menu
    after you select them all, you can drag them to your Tab component
    or you can make them as a group, so it will be easy to move them as the same layout they have.
    to make them as one group
    select them all, go to format menu, and select Group
    now you have all of them as one item, move them to the tab and then you can ungroup them the same way
    good luck
    Amr

  • I want to bookmark all of the open tabs into a folder and have FF automatically assign H + todays date as the name of the folder

    I am in the habit of leaving all of the pages open the whole day, whether I use them for 10 seconds or 10 hours. At the end of the day I will bookmark them all into a folder and use a name like "H March 23 2014" with H meaning home. If using the computer in the office, the bookmark would be "O March 23, 2014". Is there anyway to make FF do this automatically? One step nicer, if it would store each folder within a folder that I have designated for daily work documentation.

    Hey there,
    Try [https://addons.mozilla.org/en-US/firefox/addon/bookmark-current-tab-set/ Bookmark Current Tab Set], it might be what you're after!
    Hope this helps!
    Curtis

  • When I right click on a link "Open link in new tab" since a few days, it "jumps over" the tab to the right and opens in the tab next to that. How can I change this back to opening in the tab next to the page from which I opened as it used to be?

    When I right click on a link "Open link in new tab" since a few days, it "jumps over" the tab to the right and opens in the tab next to that. How can I change this back to opening in the tab next to the page from which I opened as it used to be?

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

  • After an recent OS7 update my iPad2 requested a restore which I did, at the end my iPad jumped into "communicating with iTune" but it never communicates. I restored 3 time alreaady and I am not able to communicate with iTune to be able to use my iPad

    After an recent OS7 update my iPad2 requested a restore which I did, at the end my iPad jumped into "communicating with iTune" but it never communicates. I restored 3 time alreaady and I am not able to communicate with iTune to be able to use my iPad which is my working tool.
    What should I do?

    Communicate with iTunes? What does this mean? Tell us what you are seeing on your screen and what you then try to do?

  • I dragged my tabs into the "Tab Group" button and now cant find those tabs but they are there in Firefox Home.

    I probably did this wrong since i just started using Firefox, but i dragged a tab into the Tab Groups button on my tool bar and lost all of the tabs when viewing on my laptop. When viewing on my smartphone can still view them in Firefox Home, please help.

    The app tabs feature is still in a relatively early stage of development. The option to remember app tabs independently of sessions has not yet been implemented, but it will be part of the release version of Firefox 4.

  • I need write tab and newline into an excel type file

    Hi,
    I need write special characters tab and newline into an excel type file as attachment of Email, but my system is 46C, there are no class cl_abap_char_utilities( I can't find it in SE24 ), so I can't use cl_abap_char_utilities=>horizontal_tab and cl_abap_char_utilities=>cr_lf, then is there any other way to get such special characters in 46C?
    Thanks

    hi,
    for tab use hex '09':
    DATA: BEGIN OF tabulator,
            x(1) TYPE x VALUE '09',
          END OF tabulator.
    CR, i think is hex '0D'
    A.
    Message was edited by:
            Andreas Mann

  • Update deleted my tabs, made Close Tab buttons vanish and made entering an address into a tab not work

    Had some problems with Firefox being ridiculously slow yesterday, so I updated in the hope of speeding it up. Big mistake. Firstly, the 54 tabs I use for work were all replaced with Fast Dial screens. Assuming the add-on had gone rogue, I removed it, but am still having more problems.
    All my tabs have gone mad. For one thing, any time I open a new tab, enter an address into the address bar and press Enter, or select an address from the Autocomplete menu, it does nothing. Only if I click a link that opens in a new tab can I open a new tab and get it to navigate to an actual address, but then, I can't access my other tabs until I've closed the new one. Also, all the Close Tab buttons have vanished from my tabs. To fix this, I have already tried:
    a) Disabling hardware acceleration, which made no difference.
    b) Starting in Safe Mode, which worked, so I went through my add-ons, narrowing it down. The problem appeared to be caused by Tab Utilities, so I disabled it, which solved the address entering problem. However, the Close Tab buttons were still absent, so I made the mistake of trying to find another tab management add-on that would be compatible with this version of Firefox. Found out the hard way that Tab Mix Plus and Tab Utilities Lite aren't, because the previous problem returned, but even now I've disabled both those add-ons (I think: can't double-check without closing this tab and losing the message), I still can't navigate to addresses in new tabs or look at any tab other than the most recent one I have open.
    Any ideas what to do about this, please?

    To check extension status, you can open a new instance of the Add-ons page by pressing Ctrl+Shift+a. This should open in a new tab next to the current tab. When disabling an extension, it often is necessary to restart Firefox before it actually is disabled (in that case, Firefox shows a link above the extension). To close that tab, you can use Ctrl+w.
    I'm not sure why Tab Mix Plus would cause a problem using the address bar. Perhaps it is interacting with another add-on??
    Could you describe the problem with the close tab buttons in more detail? Previously, it was possible to easily ''hide'' them on background tabs but now if the background tabs are wide enough they are always visible. There probably is a custom style rule (user style) to tackle that issue, but I'm not sure that's the problem you're having.
    Not sure if this is relevant, but the Facebook Disconnect, Google Disconnect, and Twitter Disconnect extensions have been superseded by the (consolidated) Disconnect extension. They've switched from having individual icons inside the address bar to a single D button on the toolbar. Maybe that will help?

  • When I go into my mail and select the sent item tab it boots be out. Without letting me view my sent email

    When I go into my mail and select the sent item tab it boots be out. Without letting me view my sent email

    Another easy thing to try is to quit the mail app completely and restart the iPad.
    Go to the home screen first by tapping the home button. Double tap the home button and the task bar will appear with all of your recent/open apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner of the app that you want to close. Tap the home button or anywhere above the task bar. Restart the iPad.
    Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Did you send an email with a large attachment by any chance?

  • I jumped into a swimming pool, did a few lengths and then realised that my iPod was in my pocket!!! I have tried putting it in rice but it still won't turn on or anything! Could I get it fixed anywhere?

    I jumped into a swimming pool, did a few lengths and then realised that my iPod was in my pocket!!! I have tried putting it in rice but it still won't turn on or anything! Could I get it fixed anywhere? Or is there another trick to recover it?

    If it is dry (in rice for a week and changing the rice every day or so)
    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer          
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       
    Apple will exchange your iPod for a refurbished one for this price. They do not fix yours.
      Apple - iPod Repair price                             

  • HT5312 I've seen where I can go to my id and click on password and security after logging into my account and should be able to reset my questions, but I do not see a button or section on this tab that says to reset my questions. What else is there to do?

    I've seen an answer to the question of resetting the security questions is by logging into the account and click on security tab and there you should be able to reset the questions, but I don't see this option.what else can I do to reset my questions?

    See Here > Apple ID: Contacting Apple for help with Apple ID account security
              Ask to speak with the Account Security Team...
    Or Email Here  >  Apple  Support  iTunes Store  Contact

Maybe you are looking for

  • Issue  while sending mails using classes

    Hi Experts , i have one issue when i try to send mails using classes cl_document_bcs,cl_cam_address_bcs,cl_bcs etc ISSUE : i put some data in selection screen and i get some output ( say i got 5 records), i select 3 records and press some button to t

  • IPhone 4 Case WITH Screen Protector

    what case do you guys recommend to use WITH a screen protector? I read that a lot of the cases will cause the screen protector to peel up on the edges thus causing bubbles thanks

  • Multiple series in a chart

    Hi I want to create a chart with multiple series, each serie referring to a specific country. The query below is not accepted: SELECT null url,s.date_from,s.country,sum(s.unique_players) unique_players FROM   my_table s ...As a workaround I changed t

  • [MVC] Call controller with Javascript - How to pass model?

    Hi, In one of my requirement, I have to pass the main model to a controller that I simply create through Javascript (let's say I call it with : window.open( 'http://.../popup.do '); ) How sould I proceed to set an existing model to this controller? M

  • How do I mark read emails as unread?

    I have an iPad 2 and it when it updated the new IOS, I no longer had the "Mark" button in my email.  I want to use the Mark button to make emails "Unread" again.