How to display popup at the web interface side while checking a sh cart

Hi Experts,
I have a requirement to get the popup while checking the shopping cart..
I have implemented the badi BBP_DOC_CHECK_BADI..(Classic scenario)
In this badi , i am using one RFC FM to check the item details availability in the backend..I am getting the desired functionality. But I have a specific requirement to show popup when the items in the shopping cart are not available in the inventory that is maintained the backend R/3 system..
Can you please advise me how to write a popup in the web interface when stock is not available for a perticular item? Any HTML code available for the same?
Please advise me?
2) How to change status of an shopping cart item or else need to display some customized information for the item like 'This Item is in back order status '.
    The above situation arises when we are trying to check a shopping cart item status after ordering the shopping cart.
thank you!!

Hi Ravindranath,
Try to add a standard message like:
message e100(ZBBP_SC) into lf_dummy.
clear ls_message.
ls_message-msgty       = sy-msgty.
        ls_message-msgid         = sy-msgid.
        ls_message-msgno     = sy-msgno.
        shift ls_message-msgv1 left deleting leading '0'.
        select single text from t100 into ls_message-message
                                    where sprsl = sy-langu
                                      and arbgb = sy-msgid
                                      and msgnr = sy-msgno.
        append ls_message to et_messages.
Regards,
Marcin Gajewski

Similar Messages

  • How can I find out the web interface a module function is executed from?

    Hello all,
    I was wondering if anybody knows how would be possible de determine the web interface a function is being launched from, within the function.
    I've got this function that is used for a exit variable that updates the variable value depending on another variable in a web interface. The thing is that this very same function and variable will be used in many web interfaces and the "source" variable will be different for each mask.
    So, for example, mask 1 will have variable 1 as a selector variable and variable X will be updated by it. Then I also have variable 2 in mask 2 as a selector variable and variable X will be updated by it as well.
    I want to develop a code, within the function module, that depending on the web interface that is calling it, it will use a source the correct variable and for this I need to know which web interface is calling the function.
    I hope to have been able to explain myself clearly. It's a purely technical question.
    Thanks in advance.
    Best regards.

    Hi Francesco,
    Are you talking about that ??? )) It will explain you about to get the name of the web page when you are executing an abap function for determining the values of variables...
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/g-i/how%20to%20make%20a%20variable%20even%20more%20flexible%20in%20bw-bps.pdf">How to make a variable even more flexible in BW-BPS?</a>
    This is weird: I wrote that document a few weeks ago, it is theorically published on SDN but this is not possible to find it by using the research tool... Maybe because it applies only to BPS in 3.5. I did not have enough time to migrate that solution to BI-IP 7.0.
    Regards
    Laurent

  • How to display applet in the web browser?

    Hi Just want to ask help. Im making an application and i want to display applet in JSP. The problem is when i run my application there's no display in the browser. I already try to put the JSP and the Java Class with the same folder but still not working. Kindly help me with this one..
    Code:
    <jsp:plugin code="appletImage.class" codebase="applet" type="applet">
    </jsp:plugin>
    With this one i put my class in a package

    I think (correct me if im wrong) that that is the old way to do it i.e. it is now deprecated and that the recommended way now is to use the object tag
    Old deprecated way example
    <APPLET code="Bubbles.class" width="500" height="500">
    Java applet that draws animated bubbles.
    </APPLET>New recommended way example
    <OBJECT codetype="application/java"
            classid="java:Bubbles.class"
            width="500" height="500">
    Java applet that draws animated bubbles.
    </OBJECT>

  • How to configure the web interface of service desk

    Hi All,
    We are currently doing a configuration on solman service desk. I am on a stage where in i need to use the web interface of service desk via tcode notif_create_bsp. However, every time i call the transaction code (call the url) i cant view the web. Only an error the "Network Access Message: The website cannot be found".
    I already activate needed services and already publish
    SIAC_PUBLISH_ALL_INT but it still doesnt work.
    I might have missed some configs/procedure on how to do it correctly.
    My questions are.
    1. How am i going to know the qualified domain name
    of the Web AS for solman? How to configure it?
    2. Can anyone give me some guide and any step by step documentation/procedure on this.
    You help/suggestion will be very much appreciated
    Thank you very much,
    Ice

    Hi,
    +"Check the following 2 things. See if the port 8000 is open and in the url for the BSP in internet explorer, replace the host name with the IP address of your Solman server.+
    +"+
    That was a helpful tip. I change the host name with the ip address ofour solman server. However, upon login, it promts me to enter username and password. I've tried to login using my solman password but it shows an error like this.
    Business Server Page (BSP) error
    What happened?
    Calling the BSP page was terminated due to an error.
    SAP Note
    The following error text was processed in the system:
    Die URL enthält keine vollständige Domainangabe (10.123.161.125 statt 10.123.161.125.).
    Exception Class CX_FQDN
    Error Name 
    Program CX_FQDN=======================CP
    Include CX_FQDN=======================CM002
    ABAP Class CX_FQDN
    Method CHECK
    Line 10 
    Long text -
    Error type: Exception
    Your SAP Business Server Pages Team
    Is there anything i need to configure so that i can maintan the username and password?
    Thank you for your assistance,
    Ice

  • Sorry if tis is naive.  I have just bought my first iPad Retina Display.  I have WiFi at home but it has taken ages for me to connect as I needed all sorts of codes, passwords, detauils etc.   How does one connect to the web (Google) when one is out and a

    Sorry if this is a bit naive.  I have just bought my first iPad (Retina Display).  I have WiFi at home but it has taken me ages to get on-line as I needed all sorts of codes, passwords, numbers etc.
    How does one connect to the web (Google) when one is out and about?
    Thanks

    haha, You're welcome
    Maybe these links will be useful
    ipad manual/user guide
    http://manuals.info.apple.com/en_US/ipad_user_guide.pdf
    ipad support page
    http://www.apple.com/support/ipad/
    ipad assistant
    http://www.apple.com/support/ipad/assistant/

  • How to insert the logo of my company in the web interface page

    Hi Experts,
    I have created one web interface using the web interface wizard. I have to show logo of my company in the page created by web interface wizard. I think I can do so by creating one sub compnent called 'Text, Image, HTML'. Here I can change the property of text. I can click on property of text and then select 'Edit long text' option.
    Then I can insert the HTML code. The HTML code can call the image.
    I am not sure from where the HTML page will call the logo of my company. I think logo should be stored in the server or any other place.
    Can you please let me know how to sort out the issue.
    Thanks

    Hi Raja,
    The link mentioned above is not working. Can you please let me know the solution. I have done following to get the result:
    1) Have uploaded the image in MIMEs at following location. The .jpg is located at following place in SE80:
    $TMP project1 --> BSP Library --> BSP Application --> ZIO_MY_WEB_INTERFACE --> MIMEs --> myimage.jpg
    2) I have created one subcomponent 'Text, Image, HTML'.
    3) I have set the property HTML of this subcomponent as 'true'.
    4) I have set property 'Text' as follows.
    Clicked on value of attribute field of 'Text'. Here I have selected Edit long text. Here I have done HTML coding. Can you please let me know what should be the path of image file here:
    <html>
    <html>
    <p>
    <img src="c:\image002.jpg">
    </p>
    </html>
    </html>
    I think path should be some thing like as follows:
    img src="??"
    I want to know what will be value for ??
    Thanks

  • How do I download images from Lightroom Mobile through the web interface?

    I am new to Lightroom Mobile. I would like to access the collections I've synced to the cloud and download individual images from my collections via the web interface. I see there is an option to copy the image via the iPad app but I don't see a copy image option via the web interface. I realize you can share entire collections of photos in the web interface but I would like to be able to simply download select photos via the Lightroom mobile web application. When I right click on the image there is no "save as..." option even - only an option to download the entire webpage.
    Any advice?
    Thanks.

    I was looking to do the same thing and spoke to an Adobe online chat staffer. It was a very confusing conversation. I think I eventually got him to understand what I wanted to do, and he seemed to think the answer was "not possible". Not very impressed with the technical support though.

  • Executing the planning function while opening the web interface

    hello all,
    I have created a planning area based on multiprovider.This multiprovider is based on two transactional cube ie,COPA cube and Cost Center cube.
    This planning area is meant for enabling integrated planning.One plans in COPA cube and other plans in Cost Center cube the income statement gets planned based on this two.
    I selected planning items in multiprovider layout to display the income statement.The layout is as follows:
    <b>PlanningItem</b>  <b>Amount</b>
    Net Sales<b>:</b>    9.000,00 INR   (This comes from COPA)
    Sales Overheads<b>:</b> 200,00 INR  (This comes from Cost Center)
    Depreciation<b>:</b> 200,00 INR (This comes from Cost Center)
    Other Expenses<b>:</b> 300,00 INR  (This comes from Cost Center)
    EBIT<b>:</b> 0,00 INR
    Interest Income<b>:</b> 0,00 INR
    Interest Expense<b>:</b> 0,00 INR
    Operating Income<b>:</b> 0,00 INR
    Taxes<b>:</b> 0,00 INR
    Now EBIT planning item is to be calculated from the planning items as follows:
    EBIT = Net Sales-Sales Overheads-Depriciation-Other Expenses
    For this i have created a planning function which calculates EBIT.This function works properly,there are no issues in it.
    My problem is that i want this function to be executed as soon as i open the web interface for my planning application and the result should be as follows:
    <b>PlanningItem</b>  <b>Amount</b>
    Net Sales<b>:</b>    9.000,00 INR   (This comes from COPA)
    Sales Overheads<b>:</b> 200,00 INR  (This comes from Cost Center)
    Depreciation<b>:</b> 200,00 INR (This comes from Cost Center)
    Other Expenses<b>:</b> 300,00 INR  (This comes from Cost Center)
    EBIT<b>:</b> 8.300,00 INR
    Interest Income<b>:</b> 0,00 INR
    Interest Expense<b>:</b> 0,00 INR
    Operating Income<b>:</b> 0,00 INR
    Taxes<b>:</b> 0,00 INR
    Can anybody suggest how to go about this problem?
    Thanks in advance.
    regards,
    Yogesh

    Hi Yogesh,
    as far as i know, there is no standard functionality for that purpose, but there are workaround for it.
    1. Modify the BSP Application.
       Go to SE80 --> Repository Browser --> BSP Application --> your WI name --> page with flow logic --> double click on page1.htm --> Event handler tabstrip --> on the drop down selection press F1 --> add a function module that call you BPS function in specific event (e.g: OnInitialization).
    2. Use WI-Exit Class / WI-Extention (ABAP OO).
    Here you need to create sub class from Class: CL_UPWB_BSP_APPL, and assign the class to your WI. You can then add a function module that call you BPS function in method:
    2.1. Load --> performed only once on intial execution of WI.
    2.2. Initialisation --> called once for each server response.
    2.3. Dispatch --> called at each action and also for each WI component.
    You can see further information in SAP how to paper:
    How to Validate manual input in WEB planning application, New BPS-Features delivered with SAP BW 3.5, etc.
    You can call your BPS function with BPS API FM (See F.Group: UPC_API)
    But there is also more easier way to realize your ebit calculation. If you define your EBIT calc. manually in layout (define with manually defined Lead column). With this way, You will always get your EBIT analog with inputed values.
    Then you add your EBIT calc.function to Layout Component in WI in property: 'Function After Data Change'.
    Best Regards,
    Suan Liono

  • How to display Selection screen on Web for RSCRM_BAPI

    HI,
    For a customer we want to create the possibility to extract data from BI2004s to other systems, therefore we want to use RSCRM_BAPI.
    Thing is that we want to provide the possibility for them to enter selectioncriteria, but we don't want them to log on using the Gui.
    We want to use the VC to create an interface cockpit.
    question is how we can allow users to use selectioncriteria but:
    variants can not be used
    TVARV can not be used
    is there any way to capture the selection screen and to display it on the web/VC?
    Anyone ever did this?
    Tnx
    rogier

    Gili.
    thank you for your quick reply,.
    Reason why we are looking into the RSCRM_BAPI is due to the layout
    requirements of the extract. the recieving systems requires specific layouts. If we do this with the infospoke we will have to use a BADI to perfom complex transformations which will need additional knowlegde (of BADI's) of the support organisation whereas with RSCRM_BAPI they can adjust the query.
    and as far as i know you can not define the variable input via the web for open hub.
    Grtz
    rogier

  • Problem with the icon "Display query on the web" in Query Designer

    Hi Friends,
             I was told by my PM to give them all FI Modules standard business contenet reports, so for that reason i have installed all FI business content & loaded the data in the Dev Server, now i just want to show the reports, but i want excute these reports in Internet Explorer using the Icon "Display Query on the WEB" in query designer, when i click on that it isn't getting displayed in the browser.
             the URL coming like this, "http://itcchqbd:8100/sap/bw/BEx?sap-language=EN&bsplanguage=EN&CMD=LDOC&INFOCUBE=0FIAA_C11&QUERY=0FIAA_C11_Q0001&VARIABLE_SCREEN=X&DUMMY=1"
    getting the message in the page, the page can't be displayed,
              How to solve this problem & how do i have to show the standard business content reports to all FI Superiors ?
    awaiting for ur answers
    Regards,
    Balaji

    Balaji,
    first check if you have enabled web reporting on your BW server ( there is a how to paper for the same )
    another way to check out the same is to find out if there are existing web templates being published which would make the server web ready.
    As for FI content - activate the FI relevant areas in Business content and then activate the respective datasources and then load the data.. or go trough the best practices for BW-FI ( service.sap.com/bestpractices) wnd then activate the best practices for the same.
    Hope it helps.
    Arun
    Assign points if useful

  • How to display duplicate key in web report?

    Hi Experts,
    Can anybody tell me how to display duplicate key in web report?
    I know in the Bex analyzer, we can allow the duplicate key to be dispalyed via the 'query property' by right click, and in the 'display option' tab, there is an option which named 'forbid duplicate key', if we don't select this option, the duplicate key will be dispalyed in the report result in BEx analyzer.
    But how can I do this in Web report? Thanks in advance.
    Eileen

    Hi,
    <b>I know in the Bex analyzer, we can allow the duplicate key to be dispalyed via the 'query property' by right click, and in the 'display option' tab, there is an option which named 'forbid duplicate key', if we don't select this option, the duplicate key will be dispalyed in the report result in BEx analyzer.</b>
    Do the same and execute report in web.You can able to see the same.
    Cheers
    Karthik

  • The URL in the web interface builder

    Hi
    In the web interface builder in BPS there are several components.
    When I click on them one by one I can see the planning functions and other details.
    There is a URL present in the web interface builder which corresponds to upload flat file data.
    How can we trace what are the planning functions used for this link.
    If we go to se80 how can we find whats the applicable BSP page for this particular URL which corresponds to a planning function.
    Please advise.
    Many thanks.

    Hi,
    From URL you can't find the details of planning objects. BUt you can find the BSP application that gets executed from that link and in that BPS application you can see the planning objects that are used in various events to upload the file data.
    Regards,
    Deepti

  • Sun x4170 ILOM - Can't get to the web interface 2 days after password reset

    Just bought a used x4170. I was able to get iLOM on the network and get to the web interface logon screen after setting the IP for it.
    I tried logging on but the password was not given to me. So I connected to the serial interface (rj45) from another machine and used putty to connect. Got to the preboot point and was able to reset the password to default, Rebooted.
    I was then able to log into iLOM. That was 2 days ago. Today for some reason, I can't get into iLOM. It pings but I can't get to the web interface. I get the IE error "cannot connect" or unable to connect or something like that.
    I'm completely new to this brand of server so consider me completely ignorant on all aspects of the hardware.......lol
    Thanks

    Hello
    By default, you connect to the server’s service processor (SP) using the out-of-band network management port (NET MGT). The ILOM sideband management feature enables you to select either the NET MGT port or one of the server’s Gigabit Ethernet ports (NET 0, 1, 2, 3), which are in-band ports, to send and receive ILOM commands to and from the server SP. In-band ports are also called sideband ports.
    You can refer more here : https://docs.oracle.com/cd/E19269-01/820-7959-11/820-7959-11.pdf
    If you want to use the NET MGT port of ILOM, then your output should display similar to below
    -> show /SP/network
    /SP/network
        Targets:
            interconnect
            ipv6
            test
        Properties:
            commitpending = (Cannot show property)
            dhcp_clientid = none
            dhcp_server_ip = xxxxxxxxx
            ipaddress = xxxxxxxxx
            ipdiscovery = dhcp
            ipgateway = xxxxxxxxx
            ipnetmask = xxxxxxxxx
            macaddress = 00:10:E0:65:2F:20
            managementport = MGMT   <<<<<<<<<<<<<<
            outofbandmacaddress = 00:10:E0:65:2F:20
            pendingipaddress = xxxxxxxxx
            pendingipdiscovery = dhcp
            pendingipgateway = xxxxxxxxx
            pendingipnetmask = xxxxxxxxx
            pendingmanagementport = MGMT    <<<<<<<<<<<<
            pendingvlan_id = (none)
            sidebandmacaddress = 00:10:E0:65:2F:21
            state = enabled
            vlan_id = (none)
    Hope this helps.
    Best Regards
    Bhavyesh

  • Values needs to be populated automatically in the web interface

    Hi,
    When the planner selects the value from a variable  in the web interface then automatically a planning function needs to be executed without pushing any push button.I do not use any planning folders as such.
    Could some one tell me how to achieve this functionality.
    points will be assigned.
    Thanks,
    Subha

    Hi Subha,
    You can assing default values to the Variables...Fiscal Year2008; Version100...etc. so that the user need not input all the variables.
    I am not sure whether you can assign a function--"on selection" of variables.  For better control It would be prudent to advise users to execute a function (if need be embed a SAVE function with in the sequence) on press of a button.
    Regards
    Srinivas

  • Medrec example getting unknown error on the web interface

    Hi, I've been able to set up my medrec server following the instructions and everything seemed to go fine. I try to go test it on the server and I get an error with the bery helpful error code of "Unkown Error". It appears on every .do file and .jsp files seem to be fine. I have scoured over all my logs and can't seem to find any errors. I have boosted up debug as much as I can and sitll nothing. The only thing that I can see is the following which I'm not completely sure is an eror and not sure how to fix if it is. This is from the admin server log:
    <Error> <JDBC> <spuvpars.zko.hp.com> <adminser
    ver> <ExecuteThread: '1' for queue: 'weblogic.admin.HTTP'> <<WLS Kernel>> <> <BEA-001151> <Data Source "MedRecTxDataSource" deployment failed with the following error: DataSource(MedRecTxDataSource) can't be created with non-existent Pool (connection or multi) (MedRecPool-PointBase-XA).>
    on the managed server (the one running MedRec) there is nothing in the log
    I hacve the pools created and everything looks happy

    Originally Posted by fcherriere
    Dear Gentlemen,
    I have a fresh installation of ZENworks Mobile 2.5.4 on Windows 2008 R2 SP1 with IIS 7.
    But now I'm not able to login to the web interface. On the index.php web interface, I enter the email address and password designated as admin login credentials when installing ZMM Web/HTTP Server Component, and for the domain, I indicate my Windows domain. But I have the next error : Login failed
    And on the dashboard web page, I have always the loading web page.
    Thank you gentlemen for sharing your experience and advice.
    Regards.
    Florian Cherrire
    I had a similar issue that had me confused for a few days. I was using the wrong URL.
    https://localhost/Dashboard
    If you go to just https://localhost you get the login for the end user.
    Tom

Maybe you are looking for