XI 3.0 Demo Problem - TO Be Delivered

Trying to run the SingleFlightBooking demo, it runs but says "Booking Order Sent, Awaiting Confirmation". I check RuntimeWorkBench->Message Monitoring->Proxy105->Display and the message has a status of "To Be Delivered". I click details and it displays my SOAP message Header/Body and Payload.
Has anyone run into this issue before?

Have run SXMB_MONI and checked the queues, all grean. Ran SXMB_ADM Manager Queues->Deregister->Register->Activate again - still getting the status "To Be Delivered"

Similar Messages

  • File Upload demo problem

    Hi!, i have a problem with the File Upload Demo when it calls this line:
    hDirectoryObject := JFile.new(directory);
    and the error is: error 6508 "PL/SQL: could not find program unit being called"
    That's ok, but anybody knows why should the program couldnt find the routine ?
    And just one more thing...where can i look for JFile method description ??
    Thanks a lot :) !!
    Cristian.

    Is this 9i or 6i?
    JFile is an imported wrapper for a Java Class - it should be in the Demo form already - you could try a compile all on the file just in case.

  • Photo Gallery Demo Problem

    I'm trying to understand the Photo Gallery demo so I can
    replicate the function for use on various sites. I've copied the
    html, xml, javascript and some of the photo file elements to my
    hard drive. I initially modified the file structures to something
    more of my liking, but had some problems with the links. I've since
    mimicked the structures so I can reduce the initial errors, but I
    am stumped at the var dsGallery and var dsPhotos statements that
    dynamically link to the China, Paris and Egypt photo databases. In
    the original dynamic definition, DreamWeaver only parses the
    dsGalleries XML definition, not defining the dsGallery and dsPhoto
    nodes. I wasn't too concerned about that given the variable nature,
    but nothing except the pull-down menu and controls displayed in the
    browser. DreamWeaver shows correct parsing of the dsGalleries XML,
    dsGallery and dsPhoto nodes only when I eliminate the dynamic
    linking and set it to one of the static links (Egypt). This fails
    in the browser to link to the data, giving a display that shows the
    correct number of empty thumbnail frames but without the displayed
    photos, no Spry effects, and no large photo display. I'm sure I
    have multiple reference errors, but I don't see them. Any ideas?
    Initial Photo Demo page:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <!-- Copyright (c) 2006. Adobe Systems Incorporated. All
    rights reserved. -->
    <html xmlns="
    http://www.w3.org/1999/xhtml"
    xmlns:spry="
    http://ns.adobe.com/spry">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=ISO-8859-1" />
    <title>Gallery</title>
    <link rel="stylesheet" type="text/css"
    href="../css/screen.css">
    <script type="text/javascript"
    src="../SpryAssets/xpath.js"></script>
    <script type="text/javascript"
    src="../SpryAssets/SpryData.js"></script>
    <script type="text/javascript"
    src="../SpryAssets/SpryEffects.js"></script>
    <script type="text/javascript">
    var dsGalleries = new
    Spry.Data.XMLDataSet("galleries/galleries.xml",
    "galleries/gallery");
    var dsGallery = new
    Spry.Data.XMLDataSet("galleries/{dsGalleries::@base}{dsGalleries::@file}",
    "gallery");
    var dsPhotos = new
    Spry.Data.XMLDataSet("galleries/{dsGalleries::@base}{dsGalleries::@file}",
    "gallery/photos/photo");
    </script>
    <script src="../SpryAssets/gallery.js"
    type="text/javascript"></script>
    </head>
    <body id="gallery">
    <noscript><h1>This page requires JavaScript.
    Please enable JavaScript in your browser and reload this
    page.</h1></noscript>
    <div id="wrap">
    <h1 id="albumName"
    spry:region="dsGallery">{sitename}</h1>
    <div id="previews">
    <div id="galleries" spry:region="dsGalleries">
    <label for="gallerySelect">View:</label>
    <select spry:repeatchildren="dsGalleries"
    id="gallerySelect"
    onchange="dsGalleries.setCurrentRowNumber(this.selectedIndex);">
    <option spry:if="{ds_RowNumber} == {ds_CurrentRowNumber}"
    selected="selected">{sitename}</option>
    <option spry:if="{ds_RowNumber} !=
    {ds_CurrentRowNumber}">{sitename}</option>
    </select>
    </div>
    <div id="controls">
    <ul id="transport">
    <li><a href="#" onclick="StopSlideShow();
    AdvanceToNextImage(true);"
    title="Previous">Previous</a></li>
    <li class="pausebtn"><a href="#" onclick="if
    (gSlideShowOn) StopSlideShow(); else StartSlideShow();"
    title="Play/Pause" id="playLabel">Play</a></li>
    <li><a href="#" onclick="StopSlideShow();
    AdvanceToNextImage();" title="Next">Next</a></li>
    </ul>
    </div>
    <div id="thumbnails" spry:region="dsPhotos dsGalleries
    dsGallery">
    <div spry:repeat="dsPhotos"
    onclick="HandleThumbnailClick('{ds_RowID}');"
    onmouseover="GrowThumbnail(this.getElementsByTagName('img')[0],
    '{@thumbwidth}', '{@thumbheight}');"
    onmouseout="ShrinkThumbnail(this.getElementsByTagName('img')[0]);">
    <img id="tn{ds_RowID}" alt="thumbnail for {@thumbpath}"
    src="galleries/{dsGalleries::@base}{dsGallery::thumbnail/@base}{@thumbpath}"
    width="24" height="24" style="left: 0px; right: 0px;" />
    </div>
    <p class="ClearAll"></p>
    </div>
    </div>
    <div id="picture">
    <div id="mainImageOutline" style="width: 0px; height:
    0px;"><img id="mainImage" alt="main image" /></div>
    </div>
    <p class="clear"></p>
    </div>
    </body>
    </html>
    Fixed reference version:
    <head>
    var dsGalleries = new
    Spry.Data.XMLDataSet("Graphics/galleries/galleries.xml",
    "galleries/gallery");
    var dsGallery = new
    Spry.Data.XMLDataSet("Graphics/galleries/egypt/Egyptphotos.xml",
    "gallery");
    var dsPhotos = new
    Spry.Data.XMLDataSet("Graphics/galleries/egypt/Egyptphotos.xml",
    "gallery/photos/photo");
    </script>
    Supporting files galleries.xml and Egyptphotos.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <galleries>
    <gallery base="Graphics/galleries/egypt/"
    file="Egyptphotos.xml">
    <sitename>Egypt</sitename>
    <photographer>Don Booth</photographer>
    <contactinfo>
    http://www.adobe.com</contactinfo>
    <email>[email protected]</email>
    <security><![CDATA[]]> </security>
    </gallery>
    ... duplicate China and Paris declarations
    </gallery>
    </galleries>
    <?xml version="1.0" encoding="UTF-8"?>
    <gallery
    base = ""
    background = "#FFFFFF"
    banner = "#F0F0F0"
    text = "#000000"
    link = "#0000FF"
    alink = "#FF0000"
    vlink = "#800080"
    date = "1/10/2006">
    <sitename>Egypt Gallery</sitename>
    <photographer>Don Booth</photographer>
    <contactinfo>
    http://www.adobe.com</contactinfo>
    <email>[email protected]</email>
    <security><![CDATA[]]> </security>
    <banner font = "Arial" fontsize = "3" color =
    "#F0F0F0"> </banner>
    <thumbnail base
    ="../../gallery/galleries/egypt/thumbnails/" font = "Arial"
    fontsize = "4" color = "#F0F0F0" border = "0" rows = "3" col =
    "5"> </thumbnail>
    <large base ="../../gallery/galleries/egypt/images/" font
    = "Arial" fontsize = "3" color = "#F0F0F0" border = "0">
    </large>
    <photos id = "images">
    <photo
    path = "egypt_01.jpg"
    width = "350"
    height = "262"
    thumbpath = "egypt_01.jpg"
    thumbwidth = "75"
    thumbheight = "56">
    </photo>
    </photos>
    </gallery>

    Please delete this posting. I've found the full original
    information in the v1.6 pre-release information and will compare to
    that baseline.

  • 9i forms demo problem with jinitiator 1.3.1.9

    I'm trying to install the 9i forms demo from http://www.oracle.com/technology/sample_code/products/forms/index9i.html
    The install says it uses jinitiator 1.3.1.9. If you want to use another version, edit the forms90demo.cfg file. We have 1.3.1.17 and I edited the cfg file, but none of the demos will come up. I get "The page cannot be displayed" error. Our port is 8889 and the launchdemo90.html file is looking for 8888. I changed it to 8889 in the IE address field but the pages still won't come up.
    Can anyone tell me how to fix this problem?
    Thanks in advance.
    Jan

    Thanks for the reply. I can't tell by looking at these files what the OC4J administration port and the administration password is.
    Portlist.ini
    Oracle Developer Suite HTTP port = 8889
    Oracle Developer Suite JMS port = 9240
    Oracle Developer Suite RMI port = 23910
    Oracle HTTP Server Diagnostic port = 7200
    <ORACLE_HOME>\j2ee\DevSuite\config\default-web-site.xml
    <?xml version="1.0" ?>
    <!DOCTYPE web-site (View Source for full doctype...)>
    - <web-site port="8889" display-name="Oracle Developer Suite 10g instance of Oracle Containers for J2EE Web Site" host="[ALL]" log-request-info="false" secure="false">
    <default-web-app application="default" name="defaultWebApp" root="/j2ee" load-on-startup="true" shared="false" />
    <web-app application="forms" name="forms90web" root="/forms90" load-on-startup="false" max-inactivity-time="no shutdown" shared="false" />
    <web-app application="reports" name="web" root="/reports" load-on-startup="false" max-inactivity-time="no shutdown" shared="false" />
    <web-app application="reports" name="demo" root="/repdemo" load-on-startup="false" max-inactivity-time="no shutdown" shared="false" />
    <web-app application="demowebservice" name="demowebservice" load-on-startup="true" root="/demowebservice" max-inactivity-time="no shutdown" shared="false" />
    <access-log path="../log/default-web-access.log" format="$ip - $user - [$time] '$request' $status $size" split="none" />
    </web-site>

  • Forms demos problem / bigraph form unable to find javabean

    hi there,
    i've installed the developer suite 10g and the forms-demos with patches.
    i can call 127.0.0.1:8889/forms/formsdemos/demo.html, everything loads fine... beans, images (regering to the bigraph demo).
    but when i open the graph.fmb with forms developer, navigate to the PJC_canvas (second tab) ill get an error (frm 13008 bean not found oracle.forms.demos.bigraph.FormsGraph).
    nevertheless i can compile the form and run it (adding ?config=bigraph solves image related problems).
    to get rid of that error i tried to add the FormsGraph.jar to $ORACLE_HOME/forms/server/formsdemo.env (CLASSPATH) - didnt work.
    where are the parameters for forms-developer defining where to look for java-code?
    thanks in advance, cam.

    hi,
    sorry francois, that didnt solve the problem. while i'm now able to navigate the oracle.forms.demos.bigraph javapath in the <program>|<import java classes> dialog i still get the same error. (frm 13008 bean not found oracle.forms.demos.bigraph.FormsGraph)
    i've then tried to import the FormsGraph bean in said java tree - again an error (java.lang.NoClassDefFoundError: oracle/forms/ui/VBean).
    to my surprise another bean is visible in that tree: FormsGraph$1 - importing is successfull but useless regarding to the first error.

  • Mapviewer demo Problem

    I have seen a number of posts regarding this issue, but none seem to have solved it. I have installed OC4J, I have installed and imported the mapviewer demo data. I get all of the demos to come up but all I get is a blue screen with the words "Oracle Map viewer Demo" I installed the data with the mvdemo user not as scott/tiger Does that matter? Not sure what else it could be as I am getting no errors anywhere.
    Thanks in advance!
    -Scott

    Good Morning LJ,
    I have run that, results are below. I get the same problem, just a blus screen then when I click on the screen I get 500 Internal Server Errors.
    JServer Release 9.2.0.1.0 - Production
    SQL> @mvdemo.sql
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    Commit complete.
    counties a, terr_counties b
    ERROR at line 6:
    ORA-00942: table or view does not exist
    1 row created.
    Commit complete.
    insert into user_sdo_styles select * from styles
    ERROR at line 1:
    ORA-00942: table or view does not exist
    insert into user_sdo_themes select * from themes
    ERROR at line 1:
    ORA-00942: table or view does not exist
    insert into user_sdo_maps select * from maps
    ERROR at line 1:
    ORA-00942: table or view does not exist
    Commit complete.
    create index STATES_SDX on STATES(GEOM)
    ERROR at line 1:
    ORA-00942: table or view does not exist
    create index COUNTIES_SDX on COUNTIES(GEOM)
    ERROR at line 1:
    ORA-00942: table or view does not exist
    create index INTERSTATES_SDX on INTERSTATES(GEOM)
    ERROR at line 1:
    ORA-00942: table or view does not exist
    create index CITIES_SDX on CITIES(LOCATION)
    ERROR at line 1:
    ORA-00942: table or view does not exist
    create index TERRITORIES_SDX on TERRITORIES(GEOMETRY)
    ERROR at line 1:
    ORA-00942: table or view does not exist
    SQL>
    500 Internal Server Error
    java.lang.NullPointerException     at oracle.lbs.mapclient.MapViewer.pan(MapViewer.java:3726)     at demo.jview._jspService(_jview.java:152)     [SRC:/demo/jview.jsp:322]     at com.orionserver[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:347)     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:810)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)     at java.lang.Thread.run(Thread.java:534)

  • Running the demos problem...

    Hi guys!
    I'm a newbee in the Mapviewer forum and unfortunately I've a problem with running the mvdemo demos. I've ofc dployed mapviewer in the OC4J, imported the dmp file into scott schema, configured the mapviewer data source...but everytime I'd like to run a demo i receive the unpleasant warning = "No base map MV_DEMO.DEMO_MAP found...". I don't really know where to seek for the solution, because the Mapbuilder is able to see these Base Map ;/ Please help...
    With regards,
    PsmakR

    Similar problem here. I'm running: Windoze Server 2003 , Ver1033p5_B080908, OAS 10.1.3.1. The sever is a static IP. My admin console can't see my cached maps. I can see them in mapbuilder fine so I know the database is up. I know the user_sdo_cached_maps is configured, the data is there and the schema is set up. I have the datasource configured in my mapViewerConfig.xml and I have tried to manually create a datasource.
    When I do it manually I get ...
    ...so I log in to OAS and do a good faith restart of mapviewer so I can test it one more time and fill in the error message, which was MAPVIEWER 0000011 or something, and boom there are my tile layers.
    I have no idea what I did. I swear I've restarted mapviewer several times during this process and have no idea why now my tiles are there.
    This morning I changed my logging level and did a save & restart option from the mapviewer console but only when I bounced the application server did these finally show up.
    One thing that did happen to me during set up was my default tilecache path didn't exist. Perhaps that was the problem? I doubt just turning on loging would "fix" anything. Is restarting the application container for mapserver different than "save & restart" from the mapviewer management console?
    Anyhow I'm happy to have tiled maps working :)

  • JDK MetalWorks demo problems...

    Hello,
    I have been writing a Swing based MDI application (Taking the metalworks demo as a basis) and have come across some annoying, problems which i have tried to find a solution to and have also posted before without any responses... Can anyone tell me how I may go about verifying that these are indeed jdk issues and if there are any workarounds or known fixes... here is an example of a couple :
    (I am using Jdk 1.4.0_01 on win2k)
    Using the MetalWorks Demo as an example as we all have that code shipped with the jdk :
    // 1
    Add an accelerator to the open menu item like the following :
    open.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_F5, 0));
    Now Create a dialog using new, close the opened dialog and press F5 which is the new accellerator... NOTHING HAPPENS.... until you open another dialog and click on it...
    I am seeing this now in my own application whereby all my accelerator mappings get 'lost' when a window is closed, so when i have an accelerator to bring back up this window its disastrous as the mapping breaks.... HELP !
    // 2
    Another problem i have is the following :
    See http://forum.java.sun.com/thread.jsp?forum=57&thread=116814 , which is causing it to maximise over the windows start bar....
    I was told jdk1.4.x solves this but it does not... try it with the MetalWorksDemo...
    // 3
    Another problem is starting the MetalWorks demo, if you open the open dialog on Windows or Solaris it gets decorated with a green (!?) color, even though the rest of the application has the default sun purple decoration....
    Any help at all on any of these topics greatly appreciated...
    =A

    strange thing was, wicd and chromium worked when run as root. but i found the reason: no space left on my root partition =o| .

  • Delivery problem - naming of delivered report

    Hi everyone,
    I've got a problem with delivering reports via mail ... I'm using the following code
    DeliveryManager dm = new DeliveryManager();
    DeliveryRequest req = dm.createRequest(DeliveryManager.TYPE_SMTP_EMAIL);
    req.addProperty(DeliveryPropertyDefinitions.SMTP_SUBJECT, "XMLP Report"); req.addProperty(DeliveryPropertyDefinitions.SMTP_HOST, "mySMTPHost");
    req.addProperty(DeliveryPropertyDefinitions.SMTP_FROM, "[email protected]");
    req.addProperty(DeliveryPropertyDefinitions.SMTP_TO_RECIPIENTS, "[email protected]");
    req.addProperty(DeliveryPropertyDefinitions.SMTP_CONTENT_TYPE, "text/plain");
    req.addProperty(DeliveryPropertyDefinitions.SMTP_CONTENT_FILENAME,
    "something.out");
    InputStream in = new ByteArrayInputStream("Hi ... this is an e-mail".getBytes());
    Attachment m = new Attachment();
    m.addAttachment("reportDocument.pdf", "name.pdf", "application/pdf");
    req.addProperty(DeliveryPropertyDefinitions.SMTP_ATTACHMENT,m);
    req.setDocument(in);
    req.submit();
    Everything is working fine, except the naming of the attachment
    In Thunderbird, the attached file appears as "Part 1.2.pdf", in outlook it appears as "att001.pdf" ... what happend with the file name, that I've specified: name.pdf?
    Does anyone know the problem?
    Thank you

    I also have a similar problem, but its giving the following error: Missing Required Property Exception: SMTP_TO_RECIPIENTS, even though I've set this property

  • Demo problem

    Not sure if I'm in the right forum with this but this is an unusual problem. If I download a demo for a try out as soon as I open it up I get the message "You have been using this demo for 385 days".
    This has happened to the only 2 demos I have downloaded .
    If anyone can explain this I'd appreciate it.
    Thanks

    It's not that unusual a problem. The developer screws up the installer and that causes the problem. Contact the developer. I'm sure they'll set things straight.

  • ADF Toy Store demo - problem

    I have just downloaded JDeveloper for the first time and installed the ADF Toy Store demo, but when I try to run it I get:
    C:\adf\adftoystore\FwkExtensions\src\toystore\fwk\controller\ToyStoreInitModelListener.java
    Error(4,8): InitModelListener not found
    Error(5,8): UIXRequestEvent not found
    C:\adf\adftoystore\FwkExtensions\src\toystore\fwk\controller\ToyStoreDataForwardAction.java
    Error(29,8): MessageData not found
    Have I missed a step?

    The 10.1.3 EA1 release doesn't include UIX, which is definitely part of your problem, so you are better off trying the sample in 10.1.2. You don't need to uninstall 10.1.3 though; as long as you install them in different directories, the different releases can happilly coexist. I have at least five different versions currently installed on my laptop.
    Blaise

  • XSQL Demo Problems

    I am trying to install the XSQL Demo (FAQ), but I'm having a few problems -
    Problem 1:
    grant exceute on ctx_ddl to xdkdemo
    ERROR at line 1:
    ORA-00990: missing or invalid privilege
    Problem 2:
    When creating the MakeGlossary procedure, I receive the following errors:
    Errors for PROCEDURE MAKEGLOSSARY:
    LINE/COL ERROR
    8/8 PLS-00201: identifier 'XSLPROCESSOR.PROCESSOR' must be declared
    8/8 PL/SQL: Item ignored
    9/6 PLS-00201: identifier 'XSLPROCESSOR.STYLESHEET' must be declared
    9/6 PL/SQL: Item ignored
    31/4 PLS-00320: the declaration of the type of this expression is
    incomplete or malformed ............
    Any ideas what I am doing wrong?
    I'm running Oracle9i and I have verified that the Parser and XML SQL Utility are installed.

    Please double-check your JDK. This error is common if you are using a JDK that is 1.1.7 or earlier where there were bugs in the UTF-8 characterset conversion code.
    1.1.8 and 1.2.2 should work fine.
    Try a: java -version
    to see what version you're running.

  • 4 min. Demo problem

    This isn't a request for help but just passing along a problem with the Sun Update Connection web page at:
    http://www.sun.com/service/sunupdate/hosted/
    The pop up window for the 4 min. Demo displays the video outside (well below) the visiable part of the window and the window has no scroll bars.
    I don't know the correct procedure for reporting problems like is one. I'm hoping that if it's import, someone here can pass it along.
    Thanks,
    Glen

    Thanks for the heads-up, Glen.
    I've passed the issue to the website feedback team.
    Cheers.
    Mod.

  • PortalStudio demo problems

    The following demo Winzip files are missing the sounds needed to hear the demonstations. You can view the demos fine but you can not hear anything.
    CREATING_AN_APPLICATION3 (for Introduction to Application Components demo)
    CREATING_A_CHART1 (for Developing Chart & Report Components demo)
    CREATING_A_REPORT1 (for Deveoping Chart & Report Components demo)
    CREATING_A_URL_COMPONENT (for Developing URL Components demo)
    CREATING_AN_XML_COMPONENT (for Developing XML Components demo)
    DEMO_1 and DEMO_2 (for Bulk Loading Content...demo)
    DEMO_1, DEMO_2, and DEMO_3 (for Portlet-Enabling Static HTML Content demo)

    John,
    I just re-installed the demo and did not have problems with those two particular RSS feeds, see:
    htmldb.oracle.com/pls/otn/f?p=20514
    However the demo is just a demo, and I’m not sure that this is fully supporting the RSS specification. When I set up the demo, my intention was to help users getting started with their own implementations. The page process on page one is the one that’s parsing the RSS and I mostly hard-coded the path to extract the values. This isn’t very flexible. Working with an actual DTD or making the parsing more generic, would probably be a good idea.
    Regards,
    Marc

  • Ipad 16gb black-demo:  Problem is demo content are removed   so pls send solution

    Ipad 16gb black-demo
    MD331HN/A
    PART NO MD331HN/A
    SERIAL NO DM*******J8T
    Problem is demo content are removed
    so pls send solution
    <Edited By Host>

    This is a user-to-user technical support forum. You're not talking to Apple here. If you are an authorized reseller, you have ways of contacting Apple. Other contact information can be found using the Contact Us link at the bottom right of every page.

Maybe you are looking for

  • BAPI for Maintain Scheduling line agreement

    Dear ABAPer, I am using SAP version ECC 5.0. I want to develop Change Scheduling line agreement  enhancement. my requirement is, any BAPI is there for the same. if you have any idea, please help me. thanx. with best regards, Velmurugan.S

  • Not sure why, but my tab page with the 9 boxes is gone and replaced by some thing that piggy backed off another download. How do I get it back?

    <pre><i>Locking duplicate thread. Please continue here: [[/questions/970040]] </i></pre> The 9 box new tab page got replaced by something called Delta Search when I downloaded an update for something. I've never had this issue before and I don't know

  • Bdc recording with fk01 .. gives .. error

    hi experts i m now to .. abap .. i have done .. recordin on BDC fk01.. but .. it is not uploadin .. the the data from excel sheet .. kindly help me out in this ... here is the source code of it ..... report ZBDC no standard page heading line-size 255

  • Cisco loopback traffic?

    Hi, I have on a catalyst 2900 this config : interface FastEthernet0/1 switchport access vlan 600 switchport trunk native vlan 600 switchport trunk allowed vlan none switchport mode access switchport nonegotiate switchport block multicast switchport b

  • "Short Text" on Batch Master

    Hello Experts, I wanted to see in which table the "Short Text" field on Basic Data2 view of MSC3N is getting stored (I need to display this text on a program output list when batch and material is known). But it is using a structure field. Can I use