Web dynpro ALV and some other questions

Hi All,
I have couple of question for experts.
I am very much new into Web Dynpro world, and i have one web dynpro application built by my old colleague.
I want to add search feature into the application so that out of 1000 records i could search one based on some field value, how can we achieve that ?
I have read lot abot ALV list in web dynpro, How to find that specific approach has been used into particular web dynpro application or not ?
Thanks for your time for reading my question and hope to get some response..
Pranav.

Hi Pranav,
Hope the following helps you.
<u>Searching for a record based on some field value</u>
You can have an input field (bound to a context attribute) in your view. Whatever you type in the field will now be associated with the context attribute in your context. Place a button on your view. Define an action for this button (e.g. SEARCH), in the property onAction of the button. Now, in the action handler for the button (ONACTIONSEARCH), access the context attribute (can be done using WD Code Wizard). Then using your business logic, get the date into another context attribute, which can be displayed in the view using a textview (or textviews)
<u>Find whether ALV is used in your WD Application</u>
Go to your WD Component, in the used components you should find a use for component SALV_WD_TABLE. Also, in one of the views, the Interface View TABLE of the ALV component will be embedded in its ViewContainerUIElement. This information can be found in the Window of your own WD Component.
Regards,
Neha
<i><b>PS:Reward if helpful</b></i>

Similar Messages

  • Understanding Flex: Can it be used without Flash-knowledge, and some other questions

    Hi.
    I'm trying to understand how Flex works. My understanding is
    that Flex is like the integration link between Flash-content and
    .NET-applications on the web. We need rich interface on our
    .NET-applications - without ActionScript-coding required from the
    programmer's side.
    Can this be acheived with Flex alone?
    What is Coldfusion required for? Can Flex be used without it
    to create the rich web interface?
    Are basic components included and ready-to-be-used? What if
    special components are needed? E.g. multi-level menu-tree or some
    special data grid. Can this be developed by a Flash-programmer and
    used as a "generic" component?
    My reason for choosing this would be that we easily can
    acheive great web-layouts that are Flash-based, and that interact
    with our .NET-applications. Is this the product I'm looking for?
    Thanks alot in advance! :D

    It is absolutely possible to create complex custom components
    in Flex and without FlashPro.
    Flex can communicate with the server in several ways.
    WebService: SOAP-based
    HTTPService: XML over HTTP, (like REST and AJAX)
    RemoteObject: uses proprietary amf protocol, needs Java or CF
    on back-end
    There are some others like URLLoader and sockets.
    Unless you need your back end functionality to be generally
    available to anonymous third parties (hence the wsdl), WebServices
    are unnecessarily complex.
    I prefer HTTPService, I post xml strings in the normal
    name=value format to the server and use e4x xml as the resultFormat
    in flex.
    Even though you said "roughly", that is still an impossible
    question to answer, there are too many variables: On the back-end,
    do you need to install a database? Create the schema? or is some of
    that part done already? On the front-end, How will you navigate the
    records? See, too many variables.
    The communication part is by far the easiest. Almost
    negligible, although the Flash Player security can cause some
    head-scratching!
    Tracy

  • FTP Proxy not being denied (and some other questions)

    I have a simple BM37+NW6SP5 test server for testing rules prior to moving them to production (2x BM38+NW65SP6). Recently we tried to block all access to FTP sites and allow only a select group of users access. The rules on the test proxy looked something like this:
    1. Action: Deny / Source: Any / Access: URL / Dest: SurfControl
    2. Action: Allow / Source: FTP_User_Group / Access: FTP Proxy / Dest: Any
    3. Action: Allow / Source: WWW_User_Group / Access: URL / Dest: Any URL
    Default Rule:
    4. Action: Deny / Source: Any / Access: Any / Dest: Any
    Yet with this setup, anybody in the WWW_User_Group (but not in the FTP_User_Group) was able to access FTP. I temporarily closed the hole by doing this ruleset:
    1. Action: Deny / Source: Any / Access: URL / Dest: SurfControl
    2. Action: Allow / Source: FTP_User_Group / Access: FTP Proxy / Dest: Any
    3. Action: Deny / Source: Any / Access: FTP Proxy / Dest: Any
    4. Action: Allow / Source: WWW_User_Group / Access: URL / Dest: Any URL
    Default Rule:
    5. Action: Deny / Source: Any / Access: Any / Dest: Any
    I don't understand why I have to explicitly deny access to FTP Proxy for this to work. I think the rule that grants access to URL for WWW_User_Group is also allowing FTP access. If I turn that rule into a Deny rule in the first ruleset, it deny's all FTP (as well as all HTTP).
    Also, we are using SurfControl to block access to certain categories. I read that the URL rule only affects port 80 requests (which would seem weird when its affecting my ftp proxy over port 21 above). How would I go about blocking those same categories over HTTPS?
    Finally, does anybody have any general guidelines on how many rules should exist in a typical medium business BM environment (assuming modern hardware)? I'm trying to get the customer to avoid adding so many adhoc rules as the production environment is pretty complex which is why I am testing on a test proxy with few rules to avoid accidental rule overlap. I'm going to have to do an audit of their existing production environment and prefer the KISS principle when it comes to rule definitions.
    P.S. Since most sites require both a HTTP and HTTPS rule, almost every desired "rule" in BM needs to be repeated twice to allow (or deny) secure communication as most websites switch to SSL from the launcher (non-ssl) parent page. The rulebase expands quite quickly and gets confusing due to this.

    cam wrote:
    > Perhaps I should have said that this was being tested using normal dos
    > FTP. Open a command prompt, type FTP proxyservername, open
    > [email protected](for example), etc... no browser involved, but
    > that does bring up another point of WHY do I need a dozen rules to block
    > access to a single site over a single protocol?
    Then you're doing something wrong or you're not telling the whole
    settings. your rule was calling nds groups so you need authentication
    enable and the checkbox for " Authenticate only when user......."
    unchecked. Then the syntax once you open the connection to the ftp proxy
    is ndsusername@[email protected]. In your example there is not
    nds authentication.
    you do not need ANY rule to block a single site. The default rule will
    do for you. If you do not make an specific allow one, then sites will be
    blocked.
    Even if I use a web
    > browser and access it as ftp://, it should use the FTP protocol, not
    > the HTTP protocol.
    When your browser is configure to go thru proxy and you access a ftp
    site, you'll hit two situations with IE:
    1. With default settings, IE will use its miniftp client build in and
    try to access the ftp site directly. that can fail if there is a
    firewall stopping this traffic as it will bypass bm.
    2. If the option "enable ftp folder view" is unchecked and the "use pasv
    ftp..." checked, IE will encapsulate ftp traffic into http and send it
    to border, to the http proxy. So bm gets http traffic, remove the http
    envelope and makes a ftp connection to the ftp server. But to apply
    rules, this is a http traffic thru http proxy. A single LAN trace on the
    server will show you this behavior
    Firefox always uses the configured proxy settings.
    > Regarding the point you bring up about HTTPS, I can't wrap my mind
    > around how if this is true, we can still keep things secure and safe.
    > Let's look at a single website, www.novell.com. The novell.com domain
    > is not listed in a SurfControl category filter that places would
    > normally block. Therefore most approved internet users would be able
    > to access it. Now let's say you go to www.novell.com and log into the
    > user portal; it switches to HTTPS! Without an allow port 443 rule,
    > this should fail then. However, if that's the case, I need to know
    > that this website needs access to port 443, so I am forced to manage
    > another rule for port 443. This rules destination filter will grow to
    > thousands if not millions of websites as almost every valid website
    > known to man requires HTTPS if they want you to create a login on their
    > site. This is unmanageable.
    You;re exaggerating here.You will need indeed an port 443 rule but this
    is how it works. SSL traffic and normal http traffic are two very
    different things. But with a single allow all port 443 you can
    accomplish here. Read below
    > So you're solution is to create a Destination ALL rule for Port 443.
    > While this removes the need to manage a list of millions of websites,
    > it now opens you to all the vicious websites (domains listed in blocked
    > categories in SurfControl for example) which use https. My company pays
    > Websense thousands of dollars a year to block certain categories of
    > websites, but if any of those websites use HTTPS, based on what you are
    > telling me it seems it is impossible to block it using SurfControl since
    > the Deny Port rule does not allow a Destination of ANY third party
    > filter.
    The allow all port 443 it has to be placed after the surfcontrol one and
    after other third party rule or websense or whatever you use to block
    specific sites. that means that the allow all port 443 only will be hit
    if surfcontrol and other rules above this one did not find a match. If a
    match is find, bm applies the rule and stop reading so if it hits a site
    that websense or SF blocks, it will block it, regardless of the allow
    all port 443.
    Also you can make an allow port 443 with a domain name destination, just
    for specific destination
    if sites are on the blocked category for SF then it will blocked. You
    can go to SF website an check it and if it is not blocked then is a SF
    problem not a bm and you should contact them.
    Gonzalo

  • Aspect ratio and some other questions...

    I haven't purchased an Apple TV yet (emphasizing YET) but I'm very interested and may make the leap tomorrow. I've been reading a lot on the discussion boards but still had a few questions. I have a widescreen 46" Samsung LCD TV that I'm planning to use as my primary TV. The wife and I have rented a few movies from the iTunes store and noticed the aspect ratio leaves the picture fairly small. I wasn't expecting a full screen picture, but something a little more than barely half the screen. Will the Apple TV improve the picture size or is this what I'm going to expect going forward? Any pictures would be great!
    Second, as far as I've read, you cannot connect an external hard drive to the Apple TV itself, but if I hook it to my PowerBook and use my external HDD as my iTunes Library source, will everything work fairly seamlessly? I have an Airport Extreme base station so I'm hoping things work pretty well.
    Next, between the 40GB and 160GB Apple TV's -- is there an overwhelming reason to get one or another?
    And last (I think), I've started ripping some of my old movies using Handbrake and was curious how the picture comes out on an Apple TV after extracting from DVD's. I've been using the standard "Apple TV" settings within Handbrake.
    Thanks in advance for the help, I appreciate it! BTW, definitely a BIG fan of the iTunes rentals!
    Brad

    I don't know what monitor you have but there is a fair chance it has a resolution of at least 1600 x 1000 which is why your 640 x 480 rental doesn't fill it although itunes does have an option tto show movies full screen.
    Tv's typically have much lower resolutions than monitors and the output from the tv is matched to such resolutions. In short your rentals will fill the screen on your tv when played on the tv.
    Many of us here use external drives attached to either a desktop or a laptop to hold out libraries, yes they work flawlessly.
    We can't actually discuss methods for ripping commercial DVD's but needless to say handbrake does give good quality exports, I've used it on a few non commercial discs and found the results to be more or less the same quality as the original. In addition to the  preset I always enable 2 pass encoding.

  • Streaming problems and some other questions

    1) i've read that some people have problems streaming youtube as well as me. but mine is terrible, i can't stream at all. my curve 8900 can barely stream with wifi.......why is this? is there any updates? ALSO, i have version 4.6, can i update this to a more recent blackberry version? if so, where? thank you! x p.s. i just tried with wifi now, and it doesn't stream at all, it says i may have either javascript turned off or old version of adobe flash player........
    2) can we not have adobe flash?...because i can't stream any video off any website...
    3) through an e-mail i was sent a pdf file and i opened it and i'm not sure if i saved it. if i did save it, where could it be stored? i've looked everywhere!
    4) under 'setup' there is an 'interactive' button. what i that for?
     5) BLUETOOTH PROBLEM: i've paired it and tried (when to media and done the 'recieve using bluetooth') and it didn't work. so i deleted the pair and tried it without, and still nothing. i've tried fixing some options in settings but still nothing...i think i played with the options a bit too much now...lol. but is there an ideas? please help. also, is there anything in options that i have changed which might be hindering the process (i.e. firewall)? 
    p.s. i read both manuals that came in the both and the help they provide is all common sense!...they need a more detailed manual in my opinion. Also, is there a number i can call for support/help for my questions regarding my 8900?
    thank you! x
    Message Edited by mtpac2001 on 08-02-2009 10:03 PM
    Message Edited by mtpac2001 on 08-02-2009 10:04 PM

    mtpac2001 wrote:
    1) i've read that some people have problems streaming youtube as well as me. but mine is terrible, i can't stream at all. my curve 8900 can barely stream with wifi.......why is this?
    Many possible reasons -- poor coverage area, old OS, trying to use the full YouTube rather than their mobile site, etc.
    mtpac2001 wrote:
    is there any updates? ALSO, i have version 4.6, can i update this to a more recent blackberry version? if so, where?
     http://na.blackberry.com/eng/support/downloads/download_sites.jsp
    mtpac2001 wrote:
    2) can we not have adobe flash?...because i can't stream any video off any website...
    No. Flash is not available for BB's at the present time. I'm pretty sure that your "any" words are overstated -- perhaps the sites you try cannot stream, but there are others who can stream, so any is a bit over the top.
    mtpac2001 wrote:
    3) through an e-mail i was sent a pdf file and i opened it and i'm not sure if i saved it. if i did save it, where could it be stored? i've looked everywhere!
    Just send yourself another attachment...then pay attention when you save it, then go there and that should be the same place that older PDF should have gone.
    mtpac2001 wrote:
    4) under 'setup' there is an 'interactive' button. what i that for?
    Sorry, no clue...might be something specific from your carrier.
    mtpac2001 wrote:
    p.s. i read both manuals that came in the both and the help they provide is all common sense!...they need a more detailed manual in my opinion. Also, is there a number i can call for support/help for my questions regarding my 8900?
    thank you! x
    Your support is, by contract, provided by your carrier...that is how it works. For general use of the devices, these forums are, frankly, the best place as the folks here are other users just like you.
    Cheers!
    Message Edited by sdgardne on 08-02-2009 02:06 PM
    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

  • Imac G3 clock not working - and some other questions

    This iMac is starting to act slow, especially browsing with FireFox. Also, the clock will not hold its time. Won't browse at all with IE or Safari. Well, Safari will sorta work - but for some reason automatically downloads FAD messages on desktop.
    Does this computer just need a new battery for the clock? Also, will that battery also improve the general sluggishness?
    What battery does it need and how can I replace it?
    Also, regarding browsing - there are less and less browsers that work with this computer. I'd like to upgrade (currently using 10.2.8) but not sure if it can handle an upgrade. Will it actually start handling even slower because an upgraded OS is wearing it down? Any suggestions? More computer info listed below:
    Proc. 500 MHZ PowerPC Gc
    iMac version 22.14
    Mem 348 MB
    OS Version 10.2.8
    Thanks for any feedback/suggestions on both the clock issue and improving browsing sluggishness.

    You can run the top command in the terminal to get an idea about system and memory usage.
    Macintosh-HD -> Applications -> Utilities -> Terminal
    type
    top -u
    then press enter and you will some memory stats. The display is hard to digest, but if you watch for awhile (days) you will get some hints.
    Look for this line. The number in yours will be different.
    PhysMem: 58.8M wired, 101M active, 271M inactive, 431M used, 336M free
    so
    wired + active + inactive = used
    used + free = installed memory (768 off by a meg )
    336M free means total unused memory. I have lots of free memory.
    The next line
    VM: 4.22G + 118M 22499(0) pageins, 0(0) pageouts
    VM is virtual memory.
    You notice I have 0(0) pageouts which says that I am not using my harddrive for extra memory space. 0 is the total (0) is this time period
    Hence, I would not benefit from more memory.
    You could post your number here for comments.
    Mac OS 10.2 doesn't do the best job of cleaning up after itself. Perhaps a little housekeeping would help.
    Here is what Apple says, "Mac OS X performs background maintenance tasks at certain times if the computer is not in sleep mode."
    http://docs.info.apple.com/article.html?artnum=107388
    Perhaps you should try running the periodic jobs. These jobs are run daily weekly monthly to do general system maintenance. These jobs will clean up the logs.
    Macintosh-HD -> Applications -> Utilities -> Terminal
    sudo periodic daily weekly monthly
    Note: Enter your logon password. You need to be logoned on with an administrator id.
    Maybe you should try one of these general clean up programs. You might backup your system before pounding too hard. I'd repair permissions as suggested earlier.
    Yasu is a “Universal Binary” Macintosh utility that performs maintenance routines and clears the many cache files used by OS X. Yasu was designed to be a simple, first line of attack for a workstation that has started “acting up.” More often than not, a thorough purge of the cache files of a Mac will bring its behavior back into line.
    http://jimmitchell.org/projects/yasu/
    OnyX allows you to run misc tasks of system maintenance, to configure certain hidden parameters of the Finder, Dock, Safari, Dashboard, Expose, Disk Utility... to delete cache, to remove a certain number of files and folders that may become cumbersome, to see the detailed info of your configuration, to preview the different logs and CrashReporter reports, and more.
    http://www.versiontracker.com/dyn/moreinfo/macosx/20070
    Robert

  • Web Dynpro ALV grid equivalent of onLeadSelect

    Hi,
    I am new to web dynpro alv and would like to know how to implement the equivelent of the action onLeadSelect that you can do with a table UIElement, but I want to do this for the ALV table that I have.  Many thanks,
    Samir

    Hi,
    Go to the View's property tab and include you ALV in that.
    whenever you instantiate the ALV then in the view, METHODS tab, you can find the Event handler for the lead selection for that ALV. Implement that.
    Method name           Method type         Event        
    ONLEADSELECT     Eventhandler        ON_LEAD_SELECT
    Check out the links -
    Re: click event on ALV
    http://www.flickr.com/photos/31042772@N08/3408386623/
    Regards,
    Lekha

  • Web Dynpro ALV vs. Table

    Hello,
    can u please describe the main differences between Web Dynpro ALV and Web Dynpro Table ?
    When do I choose which component for my applications ?
    Thanks in adavance
    Best regards
    hermannh

    Hi,
    SAP List Viewer (ALV) is a  tool which is used to display lists and tabular structures and provides a lot of flexibilty for report generation.
    Flexible in the sense , it has a lot of inbuilt functionalities which are used in general in a reporting and thus helps in reducing a large amount of coding.
    for eg: <code> CALL METHOD alv_grid->set_table_for_first_display
       EXPORTING
         I_STRUCTURE_NAME              = 'YCLII_CUST_STRU'
       CHANGING
         it_outtab                     = CUST_TAB
    <code>
    The above method is used for table generation. Mny more funtionalities such as sorting and re-arranging of result output is also available.
    for further info check this link.
    http://www.sap-img.com/abap/what-is-alv-programming.htm
    http://www.sdn.sap.com/irj/sdn/index?rid=/webcontent/uuid/f0b107e4-dc72-2c10-08a7-b822c9abf0e2
    Thanks

  • Wrapping text with web dynpro ALV

    Hi there,
    I have got an web dynpro ALV and have set the SET_FIXED_TABLE_LAYOUT value to abap_true. This provides what i need apart from instead of not showing the text that can not be fit into the available column width I would like it to wrap the text, so it is all displayed. Is this possible?
    Also is there a way to allow the user to change the width of the columns by clicking on them and dragging them bigger/smaller.
    Thanks and Regards
    Mart

    Hi Mart,
    Please refer this [thread|Wrap in ALV], it might help.
    Also is there a way to allow the user to change the width of the columns by clicking on them and dragging them bigger/smaller.
    Refer the reply of Thomas Jung in this [thread|Adjusting Column width on Web Dynpro ALV].
    Regards
    Arjun
    Edited by: Arjun on Feb 23, 2009 10:48 AM

  • I have a Macbook Pro june 2011... I have 8GB ram but I only have 256mb VRAM... I've read some other questions about this and I realized... Why do I not have 560mb of VRAM since I have 8GB of RAM? Is there any way to get more VRAM to play games on steam?

    I have a Macbook Pro june 2011... I have 8GB ram but I only have 256mb VRAM...
    I've read some other questions about this and I realized... Why do I not have 560mb of VRAM since I have 8GB of RAM?
    Is there any way to get more VRAM to play games on steam?
    I've learned  by reading other topics that I can't upgrade my graphics card on my Macbook Pro because it's soldered into the motherboard or somthing like that, but please tell me if there is any way to get more video ram by chaning some setting or upgrading something else. I'd also like to know why I only have 256MB of VRAM when I have 8GB of RAM, since I have 8GB of RAM I thought I was supposed to have 560mb of VRAM...
    So the two questions are...
    Is there any way to upgrade my VRAM, so that I can play games on steam?
    Why do I only have 256MB VRAM when I have 8GB total RAM?
    Other Info:
    I have a quad core i7 Processor.
    My graphcics card is the AMD Radeon HD 6490M.
    I am also trying to play games on my BOOTCAMPed side of my mac, or my Windows 7 Professional side.
    THANK YOU SO MUCH IF YOU CAN REPLY,
    Dylan

    The only two items that a user can change on a MBP are the RAM and HDD (Retinas not included).  You have what the unit came with and the only way you will be able to change that is to purchase a MBP with superior graphics
    If you are very much into gaming, the I suggest A PC.  They are far superior for that type of application to a MBP.
    Ciao.

  • I Need some Itractive Reports not using alvs and any other advanced

    I Need some Itractive Reports not using alvs and any other advanced topics like include and any other i need simple Intractive reports.

    Hello,
    Check this sample reports:
    Program name                   Report title
    DEMO_LIST_INTERACTIVE_1        Creating Detail Lists
    DEMO_LIST_INTERACTIVE_2        List Administration
    DEMO_LIST_INTERACTIVE_3        Page Headers in Detail Lists
    DEMO_LIST_INTERACTIVE_4        Messages in Lists
    If useful reward,
    Vasanth

  • Can't see any video from Apple Web Site and some others, MacBook Air 13"

    i need help, i cant see the videos on the apple website and some others. I can hear the sound of the video but the video seems all black nd i cant see it. I was watching some other videos that needed a program called DivX, i first thought it was because of that but then i unistalled it but it still doesnt work. Hope anyone can help me
    Thank you

    I had the same problem... very simple to solve...
    With Safari open, click "SAFARI" on the top bar, scroll down and click "PREFERENCES"...
    With Preferences open, mouse over to "EXTENSIONS" and click to move the slider to turn off extensions created by third-party developers...
    That's all I did and when I tried to open the videos on Apple's site everything worked normally again...
    Hope that helps!

  • Web Dynpro ALV grid format

    Hi,
    I have a web dynpro alv table that has many columns (about 20) I would like it to be displayed so that the user does not have to scroll right to see all the data.
    at the moment columns:
    col1 col2 col3 ......col19 col20
    i would like the second half of the table under the 1sta half:
    col1 col2 col3...col9 col10
    col11 col12...col19 col20
    Is there any way that i can get the table to be split into two or some other nice way to display without scrolling?

    You won't be able to do this with a single ALV.  I suppose you could have two ALVs and bind them both to the same context.  You wouldn't be able to sync the veritcal scrolling between the the two ALVs however.  I'm also not sure how usage this design is from a UI design pattern.  I would think the acceptible approach would be to use horizontal scrolling within the ALV.  You don't have to make the ALV display all columns at once as this can make your entire page very wide and require using the browser scrolling.  Instead consider using the set_scrollable_col_count method.

  • Input field in Web Dynpro ALV does not have correct focus

    Hello Friends,
    Our client's SAP system is recently upgraded with ECC 6.0 SP 18.
    After that the focus in the editable field of Web Dynpro ALV does not working properly by down arrow navigation.
    The common scenario:
    The ALV has more than one rows and one column is editable...
    when user is selecting field of first row and making some entries...
    after that pressing down arrow it is going to next row and coloring the field like focusing...
    but the 'cursor' is not blinking so user can not make entry without clicking by mouse...
    this was working Ok before upgrade...
    Could you please anyone have a look and propose a suitable solution?
    Thanks
    Krish

    Hello,
    The problem was with Javascript....which play an important role in layout of web dynpro ALV...
    which resides in MIME repository -> SAP ->PUBLIC - >BC ->NW5 ->JS ->SAPURI_Ie6....
    We wrote to SAP for giving us the fix...
    after we got a new file from SAP the problem is solved...
    also we have to clear server cache through SMICM and client cache...
    Thanks.
    K.

  • Action on selected row in Web dynpro ALV grid

    Hello,
    i'm pretty new on web dynpro development, and i need some help.
    I have a working grid alv and i would like to create an event when i select a row (not editable).
    I have looked around and didn't find anything interesting.
    Do you have a solution?
    Thanks a lot.
    Cedric

    Hi.,
    U have to use onLeadSelection  Event Handler.,
    Check this tutorial.,: [ALV onLead Selection another ALV|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/7020c76f-c40e-2e10-a795-d88e67740ee4?quicklink=index&overridelayout=true]
    hope this helps u.,
    Thanks & Regards
    Kiran.

Maybe you are looking for

  • FBL5N Review Open and Cleared Invoices per Customer

    WHen one of our users goes into FBL5N to review open and cleared invoices he adds the WBS and the Profit Center. When the report runs it is blank. I looked at the invoice itself and the WBS and Profit center is on the invoice but I don't know why it

  • XML Publisher Report not displaying Chart/Graph in Excel Output

    Hi All, We are currently on Oracle EBS 11.5.10.2 I am facing an issue with XML Publisher based report when i try to fetch the output in Excel. We have created an RTF in which i have embedded a graph. While viewing the output in PDF everything seems t

  • Help needed in passing parameters between custom pages

    Hi, Thanks in advance for your help gurus. I am developing 2 new pages and both should have link between them. WHen I click a button on page A it will navigate to page B, I am passing 2 parameters to page B. Page B is rendered with the help of values

  • How can i connect my i-pad to my tv ?

    please can you help , I need to know how can i connect my i-pad to my tv ? thank you

  • Help me-Export HDV to WHATEVER looks like utter garbage!

    Hi, I'm currently on FCP Studio 2, latest software updates, Tiger, PowerMac Dual Core G5. I'm editing HDV 1080/50i material. Like all HDV, there's a few spots where you can see chroma noise but overall the footage looks quite good. Now, what I used t