F4 help in BSP

Hi ,
     How do we create F4 help in BSP?
Can we create F4 help in BSP just by giving data element/domain refrence like ABAP and it will populate all the values.
Say , I have a Plant field on my screen. So i want to display all the plants from T001w table.
So how do i display it in BSP?
Regards,
Divyanshu

HI Divyanshu
   There is no specific tag of or extension inside BSP for this purpose...But you can create your own ....
Just check out these weblogs  ..It will solve your purpose....
/people/thomas.jung3/blog/2004/09/17/bsp-150-a-developer146s-journal-part-xii-150-value-input-help-popups
/people/thomas.jung3/blog/2005/08/22/bsp-value-input-help-popups-version-30
/people/thomas.jung3/blog/2004/11/01/bsp-value-input-help-popups-version-20-part-1
Cheers:)
Mithlesh

Similar Messages

  • Input Help in BSP application

    Hi,
    I need to associate standard and custom input helps to a custom field in the standard BSP of Opportunity in the Details tab. I don't know nothing about this so where can I find some documentation?
    I want to understand the meaning of:
    Field Name --> Obj. Type
    Method
    Field --> Object ID
    Field Name --> Method
    Example:
    How the standard Input help COMM_BUPA_SEARCH for the field PROSPECT_LIST is linked to the standard Search Help BUPA? 
    How can I create a custom Input help?
    Thanks a lot,
    Sara

    Hi Shailaja,
    I've recuperated the PCUI book and I'm implementing the method FILL_DROPDOWN_LISTBOX but I have an error in htmlb code:
    <htmlb:dropdownlistbox>: (table) Table does not have FIELDNAME column from nameOfKeyColumn attribute
    What does it mean? I'm using the standard BSP so I don't have the html code.
    Have you any idea?
    Thank you for your help,
    Sara

  • F4 Help in BSP for a input field in the Selection Screen...Urgent

    Hi ,
    Can anyone possible tell me how to put F4 help in a BSP
    Regards...

    Hi Pavan,
    It's a reccurring question in BSP forum that cannot be solved that easily...
    You will find some examples of how it can be handled in demo BSP :
    <b>bsp_valuehelp</b>
    <b>bsp_vhelp</b>     (this one is MVC-oriented)
    To go further, you should have a look at the following blog :
    /people/thomas.jung3/blog/2004/09/17/bsp-150-a-developer146s-journal-part-xii-150-value-input-help-popups
    /people/thomas.jung3/blog/2004/11/01/bsp-value-input-help-popups-version-20-part-1
    Hope it helps.
    Best regards,
    Guillaume

  • Search help in BSP? E.g. employee number etc.

    Hello everyone,
    Before i begin to develop that much, it is worth a question, cos not being able to find something in the docs.
    For things like htmlb:inputField, is it possible to get a standard search help when it is bound to data "types" like PERNR?
    The help says that it only knows basic data type like INTEGER, STRING etc. and that the searchHelp attribute currently only(?) supports a calendar for type DATE (which i successfully implemented months ago).
    I wonder if BSP is leaking such great features that even DynPro (at least those w/o the "Web" prefix, i don not kno) have :-).
    Thank you,
    Timo

    Hallo Timo,
    The only thing leaking at the moment is the NA2 in Hamburg port But you are right, BSP lacks such a F4-help feature. It is something that was always on the plan, but never made it to the door.
    Unfortunately, in this case you will have to roll your own, which means as much as saying "lots of development work". (I see here a small business idea:).
    It is true that CRM did implement such a feature, but it was done specifically for CRM and in their context. Maybe they have a few ideas for you.
    regards, brian

  • Calling SAP GUI Search help from BSP

    Hi,
    Please find my requirement below:
    I have a Sales Order field with a Search button.
    Once Search button is clicked, it should call standard F4 composite search help.
    I have tried calling the search help VMVA for sales order, using the Function Module DD_SHLP_CALL_FROM_DYNP.
    Once search i clicked this FM is called but in CALL SCREEN statement it goes to page error/dump.
    Kindly let me know if there is any other solution for the same.

    Hi
    As far as I am aware there is no standard way of calling a search help from a bsp.  You have to create your own bsp tags to do this.
    Check out this link
    http://scn.sap.com/people/community.user/blog/2006/12/20/bsp-value-help-input-field-and-select-options-ranges
    Darren

  • Need Help in BSP-Urgent

    Hi All,
    I am new in BSP and having some issues,need help from someone it is very urgent for me.
    1) How to create a F4 help/LOOKUP TABLE?
    Having one parameter like COMPANY NAME with search button.If i click on search button it should populate all the company information like company name,city and country into lookup table with filter option.If i select particular row from lookup table then company name should pass into parameter.
    2)Having 6 parameter's like Employe ID,name,email-id,phone,city and country.My requirement is if i enter employe ID and press enter then other detail should populate into corresponding parameter?
    If possible send me the code in ABAP.
    Appreciate your help.
    Thanks in Advance.
    Regards,
    Vicky

    Welcome to SDN
    You are aksing us to write the complete application for you. This is not the place for that. If you have some specific issues/clarification we are all more than happy to help you. For the kind of questions you had asked, you should first learn BSP by going through various resources here in SDN and in help.sap.com
    Regards
    Raja
    PS: avoid using urgent in your subject line.

  • Help on bsp concept

    hi
    I want to develop a report by using bsp , I done everything ie coding and desiging part but when I executed it is giving internal server error 404.
    regards

    Go the transation sicf and there select sap->bc>bsp>and click on active services
    Regards

  • Help me BSP

    Hi i have to create page to records of catsdb table on page so please help me on
    coding and step to do
    thank you,
    Regards,
    Jagrut BharatKumar Shukla

    Hi i have to create page to records of catsdb table on page so please help me on
    coding and step to do
    thank you,
    Regards,
    Jagrut BharatKumar Shukla

  • How to set F4 help for an inputfiled of BSP page?

    hi friends,
    I have to set F4 help for a Field in my BSP page. for this i am doing like this.
    Oninitialization Event....
    tables : t001p ,pa0001 ,t554t.
    data : begin of it,
            awart like t554t-awart,
            atext like t554t-atext,
           end of it.
    data : it_t554s like it occurs 0 with header line.
    parameter : k_pernr like pa0001-pernr.
    data : werks like pa0001-werks,
           btrtl like pa0001-btrtl,
           abs_grp like t001p-moabw.
    clear it_t554s.
    refresh it_t554s.
    select single werks btrtl into (werks ,btrtl) from pa0001
                        where pernr = K_pernr.
    select single moabw into abs_grp from t001p where
                              werks eq werks and btrtl eq btrtl.
    select awart atext from t554t into corresponding fields of it_t554s
                                   where moabw eq abs_grp..
    append it_t554s.
    endselect.
    now it_t554s contails the values to display F4 help in BSP page inputfield.
    how to assign this as F4 help to inputfield....
    I saw some threads. It's getting me to confuse...
    I am new to this topic...
    plz help me.........
    Regards,
    Shankar.

    solved

  • BSP: Problem in F4 help

    Hi All,
    While displaying a custom field as an input field with F4 Help. i used the statement:  
    onValueHelp = ="ICWCShowF4HelpExtern(... )"
    by passing the relevant values(structure-attribute name etc..) and i am able to see the F4 help as a pop up..
    But the problem here is when i select an entry from the F4 list. it is not flowing into the input field!.
    Any help/hint really appreciated..
    Thank You,
    sudeep v d.

    Just go through the blogs of Thomas for input help in BSP. Hope this will help you.
    Link : <a href="/people/thomas.jung3/blog/2005/08/22/bsp-value-input-help-popups-version-30">BSP Input help</a>
    Regards,
    Animesh

  • Help Required : Error in BSP (hrrcf_cand_reg) for E-Recruiting

    Hi All,
    I needed help on BSP. I am getting an error ["Internal Error" - An internal error occured please try again later.] I have done a lot of debugging on this. This error occurs when i am using the BSP Application (hrrcf_cand_reg) which is used for registeration of an external candidate in E-Recruiting 3.0. I am also checking the error in Display Logs. It states the following <b>The system detects a technical inconsistency</b>.An attempt was made to start the E-Recruiting application with a user that is not assigned a candidate or an employee. But in this case the new person is getting added in my SAP Db as well. So i am wondering what the error could be? Please help and advice at the earliest.

    HI Samir,
    I am getting the similar problem.Will you pl let me know how you have solved this issue.You may pl send the info [email protected]
    Thanks
    Uday

  • Creating a New PO using BSP Application

    Hello BSP Gurus,
    Newbie in BSP and want to create a BSP application that uploads PO data using Transaction ME21N. Its like this, an BSP application displays the Header and Line item data. and then I need to create a New PO by inputting the fields in the BSP Application.
    Any suggestions would be rewarded.
    Regards
    Leo

    <b>Since you are new to BSP refer the below links to create the BSP..</b>
    https://wiki.sdn.sap.com/wiki/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
    <b>TO Create the PO:</b>
    Get the data from BSP & Use the BAPI:- <b>"BAPI BAPI_PO_CRE</b>ATE1 " to create the PO.
    See the link for more detail..
    BAPI_PO_CREATE1
    <i>* Reward each helpful answer</i>
    Raja T

  • Call SmartForms In BSP

    Hi experts,
    I am implementing of copy of standard bsp application "hap_document" and I would like to call a smartforms anytime I click on print button. Does anybody can tell me what are the different steps to call a smartforms which will display all the data in a nicer layout than the bsp?
    Thanks in advance,
    Best Regards,
    Murai

    Hi Murai,
      Please check the below links may helpful you :
        BSP/HowTo: Generate PDF Output from a BSP.
        Smart Form output into a BSP page?
    Regards,
    Prakash.

  • FAQ's of bsp's

    Hi All,
    I want FAQ's of bsp.

    Hi Rankumar,
    See if the following links help:
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/wiki?path=/display/bsp/javascript">javascript - Business Server Pages - Wiki</a>
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/wiki?path=/display/bsp/data%2bbinding">data Binding - Business Server Pages - Wiki</a>
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/wiki?path=/display/bsp/htmlb">htmlb - Business Server Pages - Wiki</a>
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/wiki?path=/display/bsp/miscellaneous">miscellaneous - Business Server Pages - Wiki</a>
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/wiki?path=/display/bsp/browser">browser - Business Server Pages - Wiki</a>
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/wiki?path=/display/bsp/xhtmlb">xhtmlb - Business Server Pages - Wiki</a>
    You can also see the following threads:
    Fresher, help plz
    BSP Fundamentals
    Bye
    Ankur
    Do reward points for helpful as well as solved answers!!

  • Call SAP function from BSP

    Hi BSP Gurus,
    I am new to BSP World.
    I was told that review the existing BSP module and modify the SAP function module to take care of the new business unit.
    Now my question is where to start ?....do I need to know the existing BSP module ? How would I know what SAP function is being called from BSP ?
    Please help.
    With regards,
    Pranav

    calling Function module is same in ABAP & BSP..there is no difference..Look at the layout or any one evenings (Under event Tab) for CALL FUNCTION '...'..
    Since you are new to BSP look at the below links:
    <b>some links:</b>
    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
    <b>BSP Book:</b><a href="http://www.sap-press.com/current_releases.cfm?account=">Advanced BSP Programming</a>
    <i>* Reward each helpful answer</i>
    Raja T

Maybe you are looking for

  • Memory Dump :FBL5N No roll storage space of length 1753104 available for internal storage.

    Dear Friends,            I am getting below error during T-Code FBL3N Report. No roll storage space of length 1753104 available for internal storage. Our Server' RAM size is 24 GB,and existing parameters are as below ztta/roll_area: 6500000 ztta/roll

  • 10.4.6 update boogers primarily affecting Entourage

    I updated to 10.4.6 yesterday with mixed results. Most things are fine, and after some research on these boards my Airport connectivity issues (using Belkin router) seem to be resolved. Here's my observations, please CHIME IN if you have an idea on w

  • Existing pdf print mag to ipad? New to this

    So this is probably a question that is asked a milion times, but I currently have a 7.875in x 10.75in magazine created with indesign that I want to get on newsstand. How does sizing work in terms of converting these pdfs to iPad? I'd rather not make

  • What is BTHF addon for?

    Does somebody know  what is the BTHF addon (appeared with patch 38) and where can we find any documentation of it?

  • String[] sa = {"one", "two", "three"} with other types, too?

    String[] sa = {"one", "two", "three"} is a nice abbreviation in instantiating an object and initialize with multiple elements in one line of code. are there similar syntax abbreviations for e.g. HashSet?                 HashSet hs = new HashSet();