Using Spry Panels & Browser BackButton

Hi,
I successfullly programmed opening a Spry panel from a remote
link. However, I have run into another issue. Say a user clicks on
a link appearing on a panel, for instance, with a tab index of 2
(IOW, not the default panel), is taken to the page to which the
link is referring, and then hits the browser back button to get
back to the panel where he or she was. I know it is a redirect
situation, but don't know how to program it. Can you all help me
with this?
Thanks,
KT Pardue

This document contains JavaScript code for a widget that no
longer exists. If you don't remove
the code, the browser might display JavaScript errors when
loading the page. Would you like
Dreamweaver to find all instances of this code for you?
var sp1 = new Spry.Widget.SlidingPanels("PANELS",{
duration:850, fps: 60, defaultPanel:0 });
Yes No
Just above the end-body tag I have the script:
var Accordion1 = new Spry.Widget.Accordion("Accordion1",{
duration: 350, useFixedPanelHeights: false, defaultPanel: 0 });
The only ID I have is " <DIV id="Accordion1"
class="accordian_div Accordion">" as a container for the panels.
Should I
change an ID name or a var name ? The SlidingPanels work
fine. It's just that I'm using the "open recent files automatically
on startup" sort of option and each page displays the above
error and stops, until I reply to it, then continues to load the
next file.
- GR

Similar Messages

  • Disable a  mitre of spry panel with mitre

    hello,
    I use spry panel with mitre of dreamweaver in a dynamic
    website (PHP) , and i want to disable a mitre of spry panel with
    mitre ,by code ( javascrypt or PHP).
    How to do ?
    thanks

    im so sorry im just a newbie in php, i still dont know how to publish it on the net, im using wamp server.
    here are the codes for the recordset paging navigator which are inside the spry accordion content:
    <td><?php if ($pageNum_rs_ProgramList > 0) { // Show if not first page ?>
                        <a href="<?php printf("%s?pageNum_rs_ProgramList=%d%s", $currentPage, 0, $queryString_rs_ProgramList); ?>">First</a>
                        <?php } // Show if not first page ?></td>
                      <td><?php if ($pageNum_rs_ProgramList > 0) { // Show if not first page ?>
                        <a href="<?php printf("%s?pageNum_rs_ProgramList=%d%s", $currentPage, max(0, $pageNum_rs_ProgramList - 1), $queryString_rs_ProgramList); ?>">Previous</a>
                        <?php } // Show if not first page ?></td>
                      <td><?php if ($pageNum_rs_ProgramList < $totalPages_rs_ProgramList) { // Show if not last page ?>
                        <a  href="<?php printf("%s?pageNum_rs_ProgramList=%d%s", $currentPage, min($totalPages_rs_ProgramList, $pageNum_rs_ProgramList + 1), $queryString_rs_ProgramList);?>">Next</a>
                        <?php } // Show if not last page ?></td>
                      <td><?php if ($pageNum_rs_ProgramList < $totalPages_rs_ProgramList) { // Show if not last page ?>
                        <a href="<?php printf("%s?pageNum_rs_ProgramList=%d%s", $currentPage, $totalPages_rs_ProgramList, $queryString_rs_ProgramList); ?>">Last</a>
                        <?php } // Show if not last page ?></td>
                    </tr>
                  </table></td>
    thanks in advance...

  • How to use H1, h3, h4 etc when using Spry Tabbed Panels?

    Hi folks,
    I am using Spry Tabbed Panels 2 on my site as it's the only way I know to direct visitors to particular tabs with links.
    Unfortunately I can't use any of my header tags because H2 is dedicated to the Spry tabs, and for some reason has also taken "ownership" o all H tags.
    Is there another way to mark my headings accordingly without having them turn into tabs?
    My site is at www.qtnz.co.nz/activities
    Thanks in advance for advice,
    Jo

    To help you on your way, have a look at the following. Just copy and paste into a new document and view in your favourite browser.
    <!DOCTYPE html>
    <html>
    <head>
      <!-- To avoid horizontal scrolling in this code listing. -->
      <base href="http://ajax.googleapis.com/" />
      <!-- Reference the theme's stylesheet on the Google CDN -->
      <link href="/ajax/libs/jqueryui/1.7.2/themes/start/jquery-ui.css"
            type="text/css" rel="Stylesheet" />
      <!-- Reference jQuery and jQuery UI from the CDN. Remember
           that the order of these two elements is important -->
      <script src="/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
      <script src="/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js"></script>
      <!-- Initialize the tabs when the document is ready -->
      <script type="text/javascript">
        $(document).ready(function() {
          // See the jQuery UI Tabs documentation for
          //  more information about how this works.
          $('#tabs').tabs();
      </script>
    </head>
    <body>
      <div id="tabs">
        <ul>
          <li><a href="#tab-1">Tab 1</a></li>
          <li><a href="#tab-2">Tab 2</a></li>
          <li><a href="#tab-3">Tab 3</a></li>
        </ul>
        <div id="tab-1">
          <p>These tabs were created with JavaScript, CSS, and
            images hosted on Google's AJAX APIs CDN.</p>
          <p>Thanks, Google!</p>
        </div>
        <div id="tab-2">
          <h1>YEAH!</h1>
          <p>My header!</p>
        </div>
        <div id="tab-3">
          <!-- Tab 3's content goes here. -->
        </div>
      </div>
    </body>
    </html>

  • How to make a photo STAY in the assets panel for future use for In browser editing?

    How to make a photo STAY in the assets panel for future use for In browser editing?
    When I delete a photo from a page, it does not stay in the assets panel. My client uses in browser editing daily. Once a week he changes a photo just for a day, then needs the previous photo to replace it. The original photo is not in the asset panel (or folder) for him to choose.
    When you upload a photo, it has an arrow in the asset panel. How do you use this as an asset?

    Sure ... right mouse click on  your page and choose 'Exclude Page from Menus' :-)

  • Problems with using Spry photo gallery and Opera browser

    Using Dreamweaver CS3. I'm working on a website for a friend.
    It looks great in:
    -IE 6 and 7
    -Firefox
    -Safari
    But in Opera, the photo gallery I put in (uses spry to change
    images as the user rolls over the thumbnail) pops up a login box in
    Opera. It doesn't do this in any other browser and it works
    perfectly in all other browsers.
    WDYT? TIA, Steve

    Using Dreamweaver CS3. I'm working on a website for a friend.
    It looks great in:
    -IE 6 and 7
    -Firefox
    -Safari
    But in Opera, the photo gallery I put in (uses spry to change
    images as the user rolls over the thumbnail) pops up a login box in
    Opera. It doesn't do this in any other browser and it works
    perfectly in all other browsers.
    WDYT? TIA, Steve

  • Help Using Spry tabbed panel as a menu.

    Thanks in advance to all who take the time to read and any assistance you can offer.
    I'm picking up where someone else started a website. They used Spry tabbed panels as a menu system (CS4). Each Panel is a top-level "menu" and when it opens, sub-menus (hyperlinks) come up vertically under the panel.  I REALLY don't want to start over if I don't have to - need the site up and running - but cannot figure out how to make the "HOME" tabbed panel (the first one) actually take users back to the home page.  For now, I've created a "submenu" (link) under HOME tabbed panel to help the user navigate back to the home page.
    HELP? 
    http://www.orange.k12.nc.us/ec/beta/default.html

    Thank you Gramps - for your prompt and helpful response!  Your solution absolutely fixed the problem I asked about.
    If I had followed forum advisories and asked the question correctly, the navigation on this website would probably be working perfectly by now. Your solution fixes the home page.  Can you look at one more page and advise please??
    On the "subpages" of this site, the same tabbed panel "fake menu" exists.  I replaced the equivalent line of code in the template for those pages (at line 45) with what you gave me.  I'm obviously missing something in the code to send the user back to the HOME page from these pages.
    In the sample link below, you will be starting from a "subpage" of the site.  Clicking on the "HOME" tab leads you not to the actual home page (default.html in the root directory) but to a default.html page within the subdirectory for the page you are on (which doesn't exist.)  Can I add something to that line of code to get them back to the home page?
    Again... thank you!!
    http://www.orange.k12.nc.us/ec/beta/Students/Student_Resources.html

  • Problem Previewing Spry in Browser

    Hi,
    I've been following the Adobe online tutorials, and I'm
    failing miserably with Spry. Even the pre-worked, finished example
    files will not display properly in Internet Explorer 7. I refer to
    the files regarding "Using the Spry Framework for Ajax" and "Using
    Spry Widgets". In both cases, an XML file called Events.XML is used
    to supply the bound data.
    This is the error message I get when I view in Internet
    Explorer 7:
    Exception caught while loading events.xml: [object Error]
    Am I missing something? I have used bound databases before
    with ASPs, but I feel like I'm missing something fundamental.
    If anyone has any ideas what could be causing this I would be
    grateful. I'm not very confident with it otherwise.
    Many thanks,
    Karen.

    I have inserted a spry collapsible panel into my website, made ZERO
    adjustments to any of the scripting or even css styling
    That is good, that means that I have a local copy of the scripting and css files eliminating the need to attach the code to a post.
    Is something wrong with the js file? I tried the panel earlier on a
    different site on the same computer and it was working fine
    The fact that it works on a different site means that something is correct. My assumption is that the scripting and css files are doing their job correctly and to answer your question regarding the js file, no.
    Having eliminated the Spry original JavaScript and CSS files as being the culprits, there must be a problem with the rest of the site, incorrect HTML, other interfering JavaScript or CSS.
    I can keep guessing, but only those persons that are privy to your code can give you any positive input. Please find a way to upload your files so that we can see the code in context.
    To this end, screen captures do not assist in solving the problem, they only add to others' amusement at seeing the problem.
    Ben
    PS I forgot to say, welcome to our community and yes I am a cynical old codger, sorry.

  • How to automatically open and close collapsable spry panels?

    I designed a collapsable spry panel in DW to open and close automatically, with a 10 sec delay, unless person clicks on tab to close immediately.
    The spry panel opens automatically, but will only close if i click the tab.
    Is there a way for the collapsable spry panels to close automatically?
    [Moved to Spry forum by moderator]

    Arnout,
    I feel certain the answer I need is in the reply you posted here, but I need a little more help to know exactly what to do.  I am using a collapsible panel to show and hide a series of onload panoramic photos near the top of my page.  What I want is for the collapsible panel to be open on some pages and closed on others and I want the animation of the panel closing to be seen too.  I'm thinking this should be achievable with some sort of onload trigger or something.  Currently I've gotten close to what I want by referencing two different .js files (one for the "open" panel state and another for the "closed" panel state), but this doesn't show the graceful animation of the panel closing.  Any ideas on how to achieve what I want?  Here is the url of the test site I'm developing:  http://www.gregdanpartners.com/lrre2/index.html
    Thanks in advance.
    Dan

  • Issue using spry regions in spry tabbed content

    I am having a slight issue with making a slideshow in a spry tabbed panel set. I have tested my XML used for the slideshow in a basic blank page, where I created the spry source and detail regions, and it loads fine. When you click on the thumbnail, the detail region loads the image. But when I place the slideshow in my websites page, it is inside a spry tabbed panel set. Where it just doesn't seem to want to work.
    Has anyone had this issue?
    I posted a copy of the page at the link below. The slideshow is under the portfolio tab
    http://www.fscproductions.net/spry/
    Thanks
    JF

    Hi,
    On the main forum page you will have read the following.
    Announcement: New to Spry, or  the Spry forums?
    Hide Details
    Before you post a topic please verify that:
    You are using the latest Spry files
    The latest version of the Adobe Spry Framework is 1.6.1, this is the same version that ships with Dreamweaver CS4. If you use Dreamweaver CS3 (uses Spry 1.4), its wise to upgrade your files to the latest version. This can easily be done using the Spry Updater that can be found here.
    After you have upgraded and not removed the remarks from the Spry files, we will have another look at it.
    Ben

  • Site Definition Requirements to use Spry

    What do my site definitions need to be set at to use Spry.  I am using both DW 4 & 5.
    Thanks

    Thank you Murray,
    Now a bit more detail.  I currently manage a site that has been around for a long time.  When I try to use spry accordian within that site (in a new or existing shtml document), the accordian features don't work properly (panel tabs and content are not distinguishable - just a list, and he tabs do not expand).  If I save an existing or create a new shtml page to my desktop, and add spry accordian there, then save back to my original site, no problem.  Adobe tech support told me that it was a problem with my "definitions" file.  Any clues to what my problem is?
    Best Regards....

  • How to display SubVI on secondary monitor using remote panels?

    I am trying to have a SubVI called from a Main VI open on a secondary monitor.  I am using Remote Panels to control my Main application, which is opened in a web browser on the secondary monitor.  I have tried setting the VI Properties - Window Run-Time Position - Monitor to "1" and also tried setting this value programatically using the Front Panel Property Node but neither seems to work.  My SubVI still appears on my primary monitor.
    I'm using LV 8.6.1 RT and my application is running on a CRIO.
    I'd appreciate any help.
    Thanks
    Dan
    Solved!
    Go to Solution.

    Mike,
    All the SubVI does is prompt the user for some text.  The front panel is a simple string control.  The SubVI is called from my Main application (not using VI Server) and I have the Window Properties for the SubVI set so that the front panel opens when called, and closes when finshed.  The SubVI displays teh fornt panel when called but does not open a new browser window.  I have attached the SubVI in case you want ot have a look.
    Attachments:
    New Name.vi ‏25 KB

  • I can't sign in to use my widget browser in cs6

    I get this error message when trying to sign in to use the widget browser in CS6:
    "Unable to load WSDL. If currently online, please verify the URI and/or format of the WSDL (http://www.adobe.com/cfusion/exchange/exchangedwwidgetsfacade.cfc?wsdl)"

    Sorry to report that the widget browser was discontinued; some time ago. Pleas use JQuery instead.
    http://www.amananet.com/dreamweaver-cc-replaces-the-popular-spry-widgets-with-jquery-count erparts/
    Good luck

  • Creating a replacement for Timeline using Spry & Javascript

    I am using Spry and Javascript to create a set of images that appear and fade after time - like a slideshow.
    I want to be able to REPEAT the whole slideshow in a loop but have had no success.
    Any ideas? or ideally a SIMPLER way of doing the whole thing!
    Here is a cut down version of the script / source code:
    <script src="SpryEffects.js" type="text/javascript"></script>
    <script type="text/javascript">
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    function MM_goToURL() { //v3.0
      var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
      for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
    function MM_effectAppearFade(targetElement, duration, from, to, toggle)
    Spry.Effect.DoFade(targetElement, {duration: duration, from: from, to: to, toggle: toggle});
    function fade1(thetime) { setTimeout("MM_effectAppearFade('homePagePic1', 3000, 100, 0, false)", thetime);
    function show2(thetime) { setTimeout("MM_effectAppearFade('homePagePic2', 3000, 0, 100, false)", thetime);
    function fade2(thetime) { setTimeout("MM_effectAppearFade('homePagePic2', 3000, 100, 0, false)", thetime);
    function show3(thetime) { setTimeout("MM_effectAppearFade('homePagePic3', 3000, 0, 100, false)", thetime);
    function fade3(thetime) { setTimeout("MM_effectAppearFade('homePagePic3', 3000, 100, 0, false)", thetime);
    function show4(thetime) { setTimeout("MM_effectAppearFade('homePagePic4', 3000, 0, 100, false)", thetime);
    function fade4(thetime) { setTimeout("MM_effectAppearFade('homePagePic4', 3000, 100, 0, false)", thetime);
    function show5(thetime) { setTimeout("MM_effectAppearFade('homePagePic5', 3000, 0, 100, false)", thetime);
    function fade5(thetime) { setTimeout("MM_effectAppearFade('homePagePic5', 3000, 100, 0, false)", thetime);
    function show6(thetime) { setTimeout("MM_effectAppearFade('homePagePic6', 3000, 0, 100, false)", thetime);
    function fade6(thetime) { setTimeout("MM_effectAppearFade('homePagePic6', 3000, 100, 0, false)", thetime);
    function show7(thetime) { setTimeout("MM_effectAppearFade('homePagePic7', 3000, 0, 100, false)", thetime);
    function fade7(thetime) { setTimeout("MM_effectAppearFade('homePagePic7', 3000, 100, 0, false)", thetime);
    function show8(thetime) { setTimeout("MM_effectAppearFade('homePagePic8', 3000, 0, 100, false)", thetime);
    function fade8(thetime) { setTimeout("MM_effectAppearFade('homePagePic8', 3000, 100, 0, false)", thetime);
    function show9(thetime) { setTimeout("MM_effectAppearFade('homePagePic9', 3000, 0, 100, false)", thetime);
    function fade9(thetime) { setTimeout("MM_effectAppearFade('homePagePic9', 3000, 100, 0, false)", thetime);
    function show1(thetime) { setTimeout("MM_effectAppearFade('homePagePic1', 3000, 0, 100, false)", thetime);
    //-->
    </script>
    </head>
    <body onload="MM_preloadImages('images/home/071103wc211289.jpg','images/navigation/navigation_0 5OVER.gif','images/navigation/navigation_06OVER.gif','images/navigation/navigation_07OVER. gif','images/navigation/navigation_08OVER.gif','images/navigation/navigation_09OVER.gif',' images/navigation/navigation_05.gif','images/navigation/navigation_06.gif','images/navigat ion/navigation_07.gif','images/navigation/navigation_08.gif','images/navigation/navigation _09.gif','images/home/071103wc211347.jpg','images/home/071103wc211398.jpg','images/home/07 1103wc211391.jpg','images/home/P3280465websize.jpg','images/home/090320wc223207.jpg','imag es/home/071213wc214342.jpg','images/home/090320wc223152.jpg');
    fade1('5000');show2('5500');
    fade2('15000');show3('15500');
    fade3('25000');show4('25500');
    fade4('35000');show5('35500');
    fade5('45000');show6('45500');
    fade6('55000');show7('55500');
    fade7('65000');show8('65500');
    fade8('75000');show9('75500');
    fade9('85000');show1('85500');
    ">
    [Moved by moderator to Spry forum]

    Thank you for your suggestions.
    The problem with the pre-formatted slide shows is that they have the horribly clunky panel of thumbnails and the ugly animated resizing of photos. All of which have been seem on loads of other sites.
    I am looking for just the enlarged images to change through pre-determined time intervals then repeat in a loop.
    The images FIT into the design of the page - there is no need for the other panel of thumbnails.
    Hope this clarifies things!
    I JUST WANT TO LOOP THE SPRY EFFECTS nothing more.

  • How to hyperlink to particular spry panel tab

    I have spry panel which has 3 tabs. Everythings works fine.
    When I load the page which has spry panel, the content of the
    first tab is shown which is fine.
    Now I am trying to make a link from another page which points
    to the page which has spry panel. I can easily put the link but
    what I want to do is when the link is clicked I was show the
    content of third tab instead of the first tab. How do I do this?
    Can someone please help me?

    Meant to do? Meant to do anything you can get it to do
    Put this in the head of your document:
    <script src="SpryAssets/SpryURLUtils.js" type="text/javascript"></script>
    <script type="text/javascript">
    var params = Spry.Utils.getLocationParamsAsObject();
    function MM_goToURL() { //v3.0
      var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
      for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
    </script>
    Link the SpryURLUtils.js per the first line in my quoted code.
    The second script bit above calls the variable and sets up a function. Don't mess with it, just use it.
    You'll have material like this in the foot of your page, just before the closing body tag:
    <script type="text/javascript">
    <!--
    var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1", {defaultTab: params.tab ? params.tab : 0});
    var Accordion1 = new Spry.Widget.Accordion("Accordion1", {defaultPanel: params.panel ? params.panel: 0});
    var Accordion2 = new Spry.Widget.Accordion("Accordion2", {defaultPanel: params.panel ? params.panel: 0});
    var Accordion3 = new Spry.Widget.Accordion("Accordion3", {defaultPanel: params.panel ? params.panel: 0});
    //-->
    </script>
    These help to make your widgets work. Don't worry if you don't have what I have exactly; I copied this from one of my sites. But the
    var TabbedPanels1 = etc. etc. line you WILL have. You will also have a second one if you have TWO sets of tabbed panels on your page. The first should be TabbedPanels1, the second will be TabbedPanels2, etc., etc.
    Here's a quote from my site, showing a "call" or link to widgets in other parts of the page. I set my whole site (except more recent pages) as ONE page, so this should be similar to how you set up your call:
    <div class="image_gallery">      <a href="?tab=5&amp;panel=3#TabbedPanelsTab&amp;Accordion1" title="Disappeared Children" target="_self"><img src="images/homeArgentina.gif" alt="Argentina website" /></a><br />
          <em>Website (early project):<br />
          &ldquo;Disappeared Children: We Search for Them&rdquo;</em></div>
    Note the <a href... tag. You don't need a page name, because you are staying on the same page. But this calls tab 5 AND panel 3. If you look at my page www.gravenimagedesign.net, look for the fourth image from the left on the top row on the "home" screen. Click on it, and see where it takes you.
    Remember that all is based on zero being the first tab, 0, 1, 2, 3, etc.
    Oops, gotta go. Let me know if you need more help with this. It is something that I have to dig back into my own code to remember.
    Best,
    Beth

  • CF & Spry Crash Browser

    I have a popup that uses Spry. If the user closes the window
    before the Spry dataset has completed loading the entire IE7
    browser session stops responding. It actually takes it happening
    twice for this to occur.
    I am using a CFC to generate XML for Spry to consume, and
    most likely the page is closed before the CFC has had time to
    return the XML. Any suggestions on what I can do to prevent this
    from happening? I have tried calling cancelLoadRequest() but it
    seems to not really do anything.
    Edit: I just tested this on FireFox and it does not seem to
    happen. I am going to be using this on an Intranet where the
    companies "standard" browser is IE7 so I have to have it work for
    that.

    "Adam3060" <[email protected]> wrote in
    message
    news:g43i43$lkv$[email protected]..
    > That being said, do you know of any good ways to
    generate JSON from a
    > query in
    > CF7?
    http://www.cflib.org/udf/jsonencode
    Massimo Foti, web-programmer for hire
    Tools for ColdFusion, JavaScript and Dreamweaver:
    http://www.massimocorner.com

Maybe you are looking for

  • Displaying selection screen details in Alv Report  output display as Header

    Hi all, May be somebody knows how I can show selected values with select-options in top_of_page using REUSE_ALV_GRID_DISPLAY. This shoud work for all the reports and diff selection screens . I need one dynamic process which will for display any repor

  • XMLTYPE and International Characters

    Database: Oracle9i Characterset: US7ASCII I am trying to insert a very small xml document into an XMLTYPE column in a table. My xml document, however, contains international characters like French and Spanish letters with their accompanying accent ma

  • CHOPPY VIDEO ON MENU AND DROP ZONES

    I am ready to burn the DVD but the video on a menu page is very choppy. The drop zone is rotating slowly, etc. Any ideas on why this is happening? Any ideas on how to fix it? Thanks.

  • Product  Proposal in CRM 4.0

    Hello everybody, Just for information I would like to know something please : In R/3 SD we use product proposal from tables VBPV and VBPK while creating sales documents for our customers. We would like to use just the same in our CRM and Mobile Sales

  • Error in processing inbound Idocs

    Hi, i have a file to idoc scenario. the message gets picked at the sender and in SXMB_MONI the message has success flag but the outbound status tab in SXMB_MONI has red flag. i cheked the transactions sm58, we05 in R3 systems, their are no messages f