How to make "MXKollection + ADDT" work with php 5.3+

Hello Everyone,
I am back again to this forum after i suffered a lot while trying to use my old website created with "MXKollection" and "ADDT" tools, i have faced a lot of deprecated functions along with the "Registration" + "Login" + "Send Email". Even there is a lot of fixes for other plugins that terminated by Adobe such as: "MX Dynamic Charts" + "MX Site Search" and even more.
** Now for the "MXKollection" and "ADDT" tools please use the following patch:
- Download the patch from here.
** The source of the patch and other useful patches for "MXKollection" and "ADDT" tools can be found here:
- Friends of InterAKT

Jacob,
it worked for QA. They where mentioning the problem with mod_osso configuration in forms90.conf file. This is from their answer on how to change the configuration (guess you know that, but maybe other reading this thread don't)
1. Open %IAS_HOME%\forms90\server\forms90.conf
At then end of file, there is one line for mod_sso
#Forms mod_osso authentication directive #<IfModule mod_osso.c> #<Location
/forms90/f90servlet> # require valid-user # AuthType Basic #</Location>
#</IfModule>
2. User must change the format like this
#Forms mod_osso authentication directive
<IfModule mod_osso.c>
<Location /forms90/f90servlet>
require valid-user
AuthType Basic
</Location>
</IfModule>
3. Restart opmn
4. Run a test form
If you cannot connect even when specifying the userid in the URL in non-SSO mode, the my assumption would be that the tnsnames entry is not working okay. Are you sure that the SQLPlus program you use uses the same tnsnames.ora file of the same home (Forms_BI Home) ? What happens if you specify the connect information in the formsweb.cfg file under the application definitions
[myApp]
userid=username/passw@db
If this still displays the logon screen then obviously there is a configuration problem that needs to be chased down. Let me know if you can establish teh connection from Forms when defining username/passw in the formsweb.cfg file.
Frank

Similar Messages

  • YES! How to make PRINT QUOTAS WORK with 10.4

    How to make PRINT QUOTAS WORK in 10.4
    After struggling for quite some time, I finally found a pretty simple way to make print quotas work.
    First, I’ll tell you our setup. We have 3 different computer centers with a variety of eMacs and new Intel iMacs, all clients are running 10.4.8, and each of those 3 centers has its own HP Laserjet 4200 printer. Our dual G5 server is running Server v.10.4.8. Client computers and printers have static IP addresses. All clients are bound to the server with the standard WorkGroup Manager/ LDAPv3 Directory Access scheme - such that all students login to the clients with their network username/password to mount their home directory on the client.
    Next, I’ll tell you what does not work. IF YOU WANT PRINT QUOTAS TO WORK, you cannot use Workgroup Manager to assign a printer to any managed user account, user group, or computer group. Why? Because when you go to a client, and Show Info on the printer that is being pushed by Workgroup Manager, you’ll see that the queue name is not the queue that you’ve setup in Server Admin. Instead, you’ll see the queue name is “MCX” or something along those lines. Even if you manually edit the Workgroup print preference file that is being pushed to clients, it still will not work.
    Drawbacks of my technique: In my case, students will see all 3 printers (1 from each lab) available to them no matter which lab they are in. Not the best, but for now I think it’ll be worth it to be able to control wasteful printing. Students may be able to move/delete the preference file (see below), but they’ll only be hurting themselves, as they won’t have any printers at all then.
    Okay, here’s how I did it:
    1. If you have setup any printers to be pushed out via Workgroup Manager’s preference enforcement to individual users, usergroups, or computer groups, turn those preferences off and leave them off.
    2. Delete any existing printers in your Printer Setup Utility and/or Server Admin. Add and setup a new printer queue using the Server Admin> Print service. I added the printer through the Server Admin application, not Printer Setup Utility (may not matter). However, I did go into that latter utility to set the model of the printer. Now, back in Server Admin, edit the printer queue to turn on these services IPP, LPR (bonjour off), and of course check off the enforce quotas box. (No student Windows clients, so I didn’t tinker with SMB print service). I went ahead and specified the standard cover sheet – it will be handy while troubleshooting.
    3. In Workgroup Manager, select the users that you want to enforce quotas upon, go to the Printer Quota tab (not the preference pane) and, in my case, I selected All Queues and specified a quota, and clicked Save.
    4. Delete all printers that appear in the Printer Setup Utility from each client computer (I know, UGH).
    5. For all network users, you need to edit a preference file and put it into each user’s home directory. That file is “com.apple.print.favorites.plist” and as you guessed, it needs to go into the Library> Preferences folder of every one of your network users’ home directories. Now, the content of that file is crucial… what it should show is the name of the queue(s) you created in Server Admin above, and be immediately followed by an “@” and the address of the server that is hosting that queue. For example, my queue’s name is TCStudentQ and the server’s address is student.mydomain.org… so my preference file has this entry: [email protected]. If you have more than one queue, you’ll have more entries. Be sure that the network user has at least Read level access under Group or Others. I’d recommend making the server System account the Owner of the file, and be sure to lock the file so the users can’t easily trash it. If you don’t know how to create this file in the first place, what you can do is go to a client computer, and log into the client with a dummy network account. Then open Printer Setup Utility, and you should see the queue you created in step 2. Add that printer, and then the file will be created in your dummy account’s home directory under Library> Preferences. Now you can use that file to distribute to other user’s folders… but don’t forget that each user needs Read level access.
    6. That’s it. Works for me. When they exceed the quota, all that spits out is the cover page. It’d be nice if there was a quota monitor utility on the client side so users can see how many pages they have remaining and when the quota will automatically reset. I plan to start the quota on a Monday morning and go on a weekly duration. Not sure what a good starting point is… perhaps 25 pages every school week.
    7. Hey Apple Computer, Inc. Server Developers & Project Managers, I truly hope you’re reading this and can explain why print quotas don’t function as you have documented and advertised. I don’t mean to toot my own horn, but I’ve spent way too much time discovering this workaround, and I know it will help thousands of others with the same problem. I can see where your Print Quota system breaks down, and I think you need to fix these issues or at least document them. Don’t forget to fix serious 10.4 Server bugs before leaving it behind for 10.5 Server – many of us will continue using 10.4 Server for at least another year or two.

    David,
    Your assumption that I didn't read the documentation is incorrect. I read that 10.4 documentation over and over - followed it to the letter to no avail. Perhaps it was updated in the last few weeks? So, do you have a fully operable printer quota system in conjunction with a managed computer or user group that has a managed printer pushed to the group via Workgroup Manager? I can push a managed printer to a managed group without a problem, but the quotas won't be enforced unless I use the workaround above and cut Workgroup Manager's managed/pushed printer out of the picture.
    I know this is a user-to-user forum - however, I'm also aware that Apple tech support often chime in here, so it doesn't hurt to post a message to them in the context of a larger posting about a 'known issue'. I have used the server feedback form... hasn't seemed to me to be very helpful in the past.

  • How to make Canon printers work with Snow Leopard

    Can anyone explain simple language (I'm not technical which is why I chose Apple) how I can get my Canon MP 980 printer/scanner to work with Snow Leopard.
    Everything used to work perfectly and I'm beginning to regret the upgrade to Snow Leopard (what other suprises are waiting for me when I'm in a hurry?).
    I have other Canon printers in various locations (MP 600, MP 530 and iP90). Will I have similar problems with all of them and, if so, is there a simple way to resolve the issues across the board?
    I checked the Canon web-site but was totally confused
    Any help truly appreciated.

    According to Apples website; they should work. Please see: http://support.apple.com/kb/HT3669#canon
    The driver version should be: 10.26.1.0 (or greater)
    The above article was modified in December 15th 2009
    If after installing the most-up-to-date driver, via the link provided, the issue persists, reset the printing system.
    How-to reset the printing system:
    http://docs.info.apple.com/article.html?path=Mac/10.6/en/14001.html
    Then install the printing driver supplied by Canon on Apples website here:
    http://support.apple.com/downloads/CanonPrinter_Drivers_for_Mac_OS_X_v106
    If that still does not work, reset the printing system again. Now go to Canon's website and get the driver(s) for mac there.
    Canon's website for driver download for the PIXMA MP980:
    http://www.usa.canon.com/consumer/controller?act=ModelInfoAct&tabact=DownloadDet ailTabAct&fcategoryid=334&modelid=17357
    There is the possibility the drivers on canon's website could be newer than apples. The version numbers, size of file to download, and release date all appear to be quite different.
    On *apples website*, the driver info stats:
    * Version: 2.2
    * Post Date: November 16, 2009
    * Download ID: DL899
    * File Size: 274.59MB
    On *canon's website*, the various driver info stats:
    File Name and Description Version File Size Date Posted
    ICA Driver Ver. 1.3.0m (Mac OS X 10.6)
    icaosx130m.dmg
    1.3.0m
    5.37 MB
    01/05/2010
    MP980 series CUPS Printer Driver Ver. 10.26.2.0 (Mac OS X 10.5/10.6)
    mp980sosxcp102620ea8-2.dmg
    10.26.2.0
    10.11 MB
    12/25/2009
    MP980 series Scanner Driver Ver. 14.8.2 (Mac OS X 10.3/10.4/10.5/10.6)
    mp980sosxsd1482ea8-2.dmg
    14.8.2
    23.86 MB
    09/01/2009
    MP980 series MP Driver Ver.1.0 for Network (Mac OS X 10.6)
    mp980sosxns10ea7-3.dmg
    1.0
    39.56 MB
    11/05/2009
    MP980 series Printer Driver Ver. 7.13.1 (Mac OS X 10.3/10.4/10.5)
    mp980sosxpd7131ea8-2.dmg
    7.13.1
    7.34 MB
    06/15/2009
    +I do not own the same printer+, however I would suggest installing some of or all of the following 3 drivers.
    If your printing via USB:
    MP980 series CUPS Printer Driver Ver. 10.26.2.0 (Mac OS X 10.5/10.6)
    If your printing via a Networked Printer:
    MP980 series MP Driver Ver.1.0 for Network (Mac OS X 10.6)
    If your going to use the scanner:
    MP980 series Scanner Driver Ver. 14.8.2 (Mac OS X 10.3/10.4/10.5/10.6)
    If you scroll down further, past the 'drivers', that same website from Canon also includes step-by-step guides/manuals for setting up the printer/scanner, both via USB & WiFi.
    If the steps above did not resolve the issue, please respond back.
    Good Luck!
    *The website for the Pixma MP600 (sorry no MP600R listed) is here:
    http://www.usa.canon.com/consumer/controller?act=ModelInfoAct&fcategoryid=238&mo delid=13800#DownloadDetailAct
    Message was edited by: MacLovin54321

  • How to make Time Capsule work with L2TP

    How do I setup Time capsule to work with an L2TP connection? The technical specification says that it should work with VPN Passthrough options (including L2TP) - but I see no options to select.

    Agreeing with Jolly Giant that you don't need anti-virus software to protect your Mac.
    You do, of course, need the usual array of security stuff if you're running Windoze, but only on the Windoze side. TM won't back-up a Boot Camp partition, and if you're running via Parallels, vmWare, or the like, you should exclude the virutal machine from TM anyway, and back it up separately via a Windoze app.
    If you're worried about passing Windoze viruses between your PC friends, get the (free) ClamXav app (via Google). It's the least intrusive.

  • Does anyone know how to make WireTap Studio work with Lion?

    I installed Lion in August, but I have been so busy that I haven't tried to use some of my applications with it until now. One of my favourite sotware suites, Wire Tap Studio, does not seem to be compatible with Lion. This is more than disappointing; it is such a disappointment that I am prepared to ditch Lion and go back to Snow Leopard, if I knew how. Has anyone had a similar experience, and is there a solution?

    I am a bit late to the party . Just discovered that wiretap studio no  longer works..Ive regularly  upgraded the OS and recently  I upgraded to  Yosemite and its the first time  I've had this issue.
    I cant wiretap other than  via a mic  which results in crappy  sound. Apparently Ambrosia are not going to  make a fix..
    Anyone   know of an alternative that can capture sound internally without the  use of a mic the way  wiretop  did.   Ive looked at  MixPAd... It doesnt capture internal sound as far as I can see   and Onedesof Audio recorder   came with a Firefox  Warning about  possible corruption  or tampering .
    I want to capture  good quality sound so I can study the arrangements  without  background  noise filtering  in  via  a  mic.

  • How to make my iphone work with itunes on new macbook air?

    I previously used a PC which I used to put music on my iphone from itunes however I now have a macbook air and I don't know how to change my iphone so that it now recognises my new computer as the right one. I can use my macbook to sync my phone however if I try to drag music or videos onto it it won't work.
    Thanks

    An iPhone 5 requires iTunes 10.7 (minimum) which in turn requires OSX 10.6.8 (minimum) which in turn requires an Intel Mac (which you have).
    1) Make sure your computer meets Snow Leopard technical specifications - http://support.apple.com/kb/SP575  This mostly means making sure it is an Intel Mac and has at least 1GB RAM (at least 2 GB is recommended).  Go to the Apple in the upper left corner of any window to "About This Mac".  To check RAM continue to "More Info...".  It should say you have at least 1GB of "memory".
    2) Buy a Snow Leopard disc from Apple online
    http://store.apple.com/us/product/MC573/mac-os-x-106-snow-leopard - USA
    http://store.apple.com/uk/product/MC573/mac-os-x-106-snow-leopard - UK
    or telephone Apple. In the USA: (800) 676-2775 (contact information for other countries: http://support.apple.com/kb/HE57)
    Alternatively you can buy from online retailers but anticipate paying much more than the original price which is the price still charged by Apple
    3) Backing up your computer before upgrading is always a good idea.
    4) After installing from the DVD, update your Snow Leopard installation using Software Update or manually downloading and installing the Mac OS X 10.6.8 Update Combo v.1.1 - http://support.apple.com/kb/DL1399

  • How to make Library Update work with XFL format

    Hi, all. When you keep your Flash file as a fla, it remembers where bitmap and audio files were so that if you edit the original file you can easily pull in that update by selecting the library icon, right-clicking, and selecting "Update." However, when you use xfl, that gets broken. I think the theory is that you are supposed to be able to dig through the library folder and be able to update the file there. However, in the case of audio files, there's not actually anything in the library directory, so you can't really do that.
    Is there a way that I'm missing to let you easily update bitmap and audio library assets with xfl? Is there a setting somewhere I should be setting that would enable my library assets to "remember" where they were imported from after the file is closed and reopened?  Note that I'm still on cs5.5 for the most part, because I feel like it's more stable than CS6 and definitely more stable than the CC versions, but I have also had this problem in CS6.

    "However, in the case of audio files, there's not actually anything in the library directory, so you can't really do that."
    I don`t remember how xfl was handled in older versions, but in CC the LIBRARY folder that you see inside your XFL File is an exact mirror of the LIBRARY Folder that can be found on your HD where the xfl file is located.
    So any Sound that you imported in your xfl file will be copied to that specific folder. And updating that file will automatically update it in your LIBRARY, so there is actually no need anymore to "update" your assets via the context command.
    (Windows 7-64bit)

  • How to make File-Sharing work with Firewall?

    Hello everybody,
    I try to connect two laptops via FileSharing, running 10.5.5. Both have the following settings:
    - Sharing: File-Sharing (AFP) on
    - Firewall:
    + Only allow essential services (wording might differ, I translated it)
    + File-Sharing (AFP) appears in the text area below
    I can see the other laptop in the Finder sidebar, but connecting fails, the firewall telling me that the connecting attempt was refused without giving any hint why. This is happens vice versa as well.
    Allowing all incoming connections will solve the problem, but since it introduces other difficulties, this is not an option in my setting.
    Any help will be greatly appreciated.
    Regards
    Jim

    Hi Jim,
    I'm glad it worked for you as well. As for being asked to play gate keeper to allow incoming connections, I would note which applications request this. You can add the application to the application firewall list ( third option) by dragging it into the box.
    There, you can choose either allow incoming or block incoming.
    Perhaps by not having a particular application sitting in there causes you to be asked all the time.
    You will have to decide what you want in there.
    In that window there is file sharing and printer sharing placed in there, and I have added two items underneath, Safari and RealPlayer, both set to allow incoming. I had previously set them to block incoming, but saw no difference in their operation, so I think it is more important to have the application sitting in there, than the choice of allow or block.
    Again it may be that this new Application Firewall, once introduced to these applications, may stop requesting your assistance, regarding the allow incoming query.
    regards roam

  • How to make htis code work with select options???

    REPORT YTEST.
    TABLES: MARA,MARC,MARD,MBEW,MVKE,MAKT.
    DATA: BEGIN OF I_MARC OCCURS 0,
    MATNR LIKE MARC-MATNR,
    EKGRP LIKE MARC-EKGRP,
    PSTAT LIKE MARC-PSTAT,
    DISPO LIKE MARC-DISPO,
    BESKZ LIKE MARC-beskz,
    END OF I_MARC.
    DATA: BEGIN OF I_MARD OCCURS 0,
    MATNR LIKE MARD-MATNR,
    LGORT LIKE MARD-LGORT,
    ERSDA LIKE MARD-ERSDA,
    WERKS LIKE MARD-WERKS,
    END OF I_MARD.
    DATA: BEGIN OF I_MBEW OCCURS 0,
    MATNR LIKE MBEW-MATNR,
    BWKEY LIKE MBEW-BWKEY,
    PEINH LIKE MBEW-PEINH,
    END OF I_MBEW.
    DATA: BEGIN OF I_MARA OCCURS 0,
    MATNR LIKE MARA-MATNR,
    MTART LIKE MARA-MTART,
    MATKL LIKE MARA-MATKL,
    MEINS LIKE MARA-MEINS,
    MBRSH LIKE MARA-MBRSH,
    BSTME LIKE MARA-BSTME,
    END OF I_MARA.
    DATA: BEGIN OF I_MVKE OCCURS 0,
    MATNR LIKE MVKE-MATNR,
    VKORG LIKE MVKE-VKORG,
    VTWEG LIKE MVKE-VTWEG,
    VRKME LIKE MVKE-VRKME,
    KONDM LIKE MVKE-KONDM,
    END OF I_MVKE.
    DATA: BEGIN OF I_MAKT OCCURS 0,
    MATNR LIKE MAKT-MATNR,
    SPRAS LIKE MAKT-SPRAS,
    MAKTX LIKE MAKT-MAKTX,
    END OF I_MAKT.
    DATA: BEGIN OF I_OUT OCCURS 0,
    MATNR LIKE MARC-MATNR,
    MEINS LIKE MARA-MEINS,
    MBRSH LIKE MARA-MBRSH,
    MATKL LIKE MARA-MATKL,
    MTART LIKE MARA-MTART,
    BSTME LIKE MARA-BSTME,
    WERKS LIKE MARD-WERKS,
    EKGRP LIKE MARC-EKGRP,
    PSTAT LIKE MARC-PSTAT,
    DISPO LIKE MARC-DISPO,
    BESKZ LIKE MARC-BESKZ,
    LGORT LIKE MARD-LGORT,
    ERSDA LIKE MARD-ERSDA,
    BWKEY LIKE MBEW-BWKEY,
    PEINH LIKE MBEW-PEINH,
    VKORG LIKE MVKE-VKORG,
    VTWEG LIKE MVKE-VTWEG,
    VRKME LIKE MVKE-VRKME,
    KONDM LIKE MVKE-KONDM,
    SPRAS LIKE MAKT-SPRAS,
    MAKTX LIKE MAKT-MAKTX,
    END OF I_OUT.
    select-options: s_matnr for marc-matnr.
    SELECT MATNR EKGRP PSTAT DISPO BESKZ FROM MARC INTO
    CORRESPONDING FIELDS OF TABLE I_MARC where matnr in s_matnr.
    SELECT MATNR MTART MATKL MEINS MBRSH BSTME FROM MARA INTO
    CORRESPONDING FIELDS OF
    TABLE I_MARA FOR ALL ENTRIES IN I_MARC
    WHERE MATNR EQ I_MARC-MATNR.
    SELECT MATNR SPRAS MAKTX FROM MAKT INTO
    CORRESPONDING FIELDS OF TABLE I_MAKT
    FOR ALL ENTRIES IN I_MARC
    WHERE MATNR = I_MARC-MATNR.
    SELECT MATNR LGORT ERSDA WERKS FROM MARD INTO
    CORRESPONDING FIELDS OF TABLE
    I_MARD FOR ALL ENTRIES IN I_MAKT
    WHERE MATNR = I_MAKT-MATNR.
    SELECT MATNR BWKEY PEINH FROM MBEW INTO
    TABLE I_MBEW
    FOR ALL ENTRIES IN I_MARD
    WHERE MATNR = I_MARD-MATNR.
    SELECT MATNR VKORG VTWEG VRKME KONDM FROM MVKE INTO
    TABLE I_MVKE
    FOR ALL ENTRIES IN I_MBEW
    WHERE MATNR = I_MBEW-MATNR.
    LOOP AT I_MARC.
    MOVE I_MARC-MATNR TO I_OUT-MATNR.
    MOVE I_MARC-EKGRP TO I_OUT-EKGRP.
    MOVE I_MARC-PSTAT TO I_OUT-PSTAT.
    MOVE I_MARC-DISPO TO I_OUT-DISPO.
    MOVE I_MARC-BESKZ TO I_OUT-BESKZ.
    READ TABLE I_MARA WITH KEY MATNR = I_MARC-MATNR.
    MOVE I_MARA-MTART TO I_OUT-MTART.
    MOVE I_MARA-MBRSH TO I_OUT-MBRSH.
    MOVE I_MARA-MEINS TO I_OUT-MEINS.
    MOVE I_MARA-MATKL TO I_OUT-MATKL.
    MOVE I_MARA-BSTME TO I_OUT-BSTME.
    READ TABLE I_MAKT WITH KEY MATNR = I_MARC-MATNR.
    MOVE I_MAKT-SPRAS TO I_OUT-SPRAS.
    MOVE I_MAKT-MAKTX TO I_OUT-MAKTX.
    READ TABLE I_MARD WITH KEY MATNR = I_MARC-MATNR.
    MOVE I_MARD-LGORT TO I_OUT-LGORT.
    MOVE I_MARD-ERSDA TO I_OUT-ERSDA.
    MOVE I_MARD-WERKS TO I_OUT-WERKS.
    READ TABLE I_MBEW WITH KEY MATNR = I_MARC-MATNR.
    MOVE I_MBEW-BWKEY TO I_OUT-BWKEY.
    MOVE I_MBEW-PEINH TO I_OUT-PEINH.
    READ TABLE I_MVKE WITH KEY MATNR = I_MARC-MATNR.
    MOVE I_MVKE-VKORG TO I_OUT-VKORG.
    MOVE I_MVKE-VTWEG TO I_OUT-VTWEG.
    MOVE I_MVKE-VRKME TO I_OUT-VRKME.
    MOVE I_MVKE-KONDM TO I_OUT-KONDM.
    APPEND I_OUT.
    CLEAR I_OUT.
    ENDLOOP.
    Loop at i_out.
    write:/ i_out-MATNR,
    i_out-EKGRP,
    i_out-PSTAT,
    i_out-DISPO,
    i_out-BESKZ,
    i_out-LGORT,
    i_out-ERSDA ,
    i_out-WERKS,
    i_out-BWKEY,
    i_out-PEINH,
    i_out-MTART,
    i_out-MATKL,
    i_out-MEINS,
    i_out-MBRSH,
    i_out-BSTME,
    i_out-VKORG,
    i_out-VTWEG,
    i_out-VRKME,
    i_out-KONDM,
    i_out-SPRAS,
    i_out-MAKTX.
    endloop.
    regards,
    sriram

    REPORT YTEST.
    TABLES: MARA,MARC,MARD,MBEW,MVKE,MAKT.
    DATA: BEGIN OF I_MARC OCCURS 0,
    MATNR LIKE MARC-MATNR,
    EKGRP LIKE MARC-EKGRP,
    PSTAT LIKE MARC-PSTAT,
    DISPO LIKE MARC-DISPO,
    BESKZ LIKE MARC-beskz,
    END OF I_MARC.
    DATA: BEGIN OF I_MARD OCCURS 0,
    MATNR LIKE MARD-MATNR,
    LGORT LIKE MARD-LGORT,
    ERSDA LIKE MARD-ERSDA,
    WERKS LIKE MARD-WERKS,
    END OF I_MARD.
    DATA: BEGIN OF I_MBEW OCCURS 0,
    MATNR LIKE MBEW-MATNR,
    BWKEY LIKE MBEW-BWKEY,
    PEINH LIKE MBEW-PEINH,
    END OF I_MBEW.
    DATA: BEGIN OF I_MARA OCCURS 0,
    MATNR LIKE MARA-MATNR,
    MTART LIKE MARA-MTART,
    MATKL LIKE MARA-MATKL,
    MEINS LIKE MARA-MEINS,
    MBRSH LIKE MARA-MBRSH,
    BSTME LIKE MARA-BSTME,
    END OF I_MARA.
    DATA: BEGIN OF I_MVKE OCCURS 0,
    MATNR LIKE MVKE-MATNR,
    VKORG LIKE MVKE-VKORG,
    VTWEG LIKE MVKE-VTWEG,
    VRKME LIKE MVKE-VRKME,
    KONDM LIKE MVKE-KONDM,
    END OF I_MVKE.
    DATA: BEGIN OF I_MAKT OCCURS 0,
    MATNR LIKE MAKT-MATNR,
    SPRAS LIKE MAKT-SPRAS,
    MAKTX LIKE MAKT-MAKTX,
    END OF I_MAKT.
    DATA: BEGIN OF I_OUT OCCURS 0,
    MATNR LIKE MARC-MATNR,
    MEINS LIKE MARA-MEINS,
    MBRSH LIKE MARA-MBRSH,
    MATKL LIKE MARA-MATKL,
    MTART LIKE MARA-MTART,
    BSTME LIKE MARA-BSTME,
    WERKS LIKE MARD-WERKS,
    EKGRP LIKE MARC-EKGRP,
    PSTAT LIKE MARC-PSTAT,
    DISPO LIKE MARC-DISPO,
    BESKZ LIKE MARC-BESKZ,
    LGORT LIKE MARD-LGORT,
    ERSDA LIKE MARD-ERSDA,
    BWKEY LIKE MBEW-BWKEY,
    PEINH LIKE MBEW-PEINH,
    VKORG LIKE MVKE-VKORG,
    VTWEG LIKE MVKE-VTWEG,
    VRKME LIKE MVKE-VRKME,
    KONDM LIKE MVKE-KONDM,
    SPRAS LIKE MAKT-SPRAS,
    MAKTX LIKE MAKT-MAKTX,
    END OF I_OUT.
    select-options: s_matnr for marc-matnr.
    SELECT MATNR EKGRP PSTAT DISPO BESKZ FROM MARC INTO
    CORRESPONDING FIELDS OF TABLE I_MARC where matnr in s_matnr.
    if i_marc[] is not initial.
    SELECT MATNR MTART MATKL MEINS MBRSH BSTME FROM MARA INTO
    CORRESPONDING FIELDS OF
    TABLE I_MARA FOR ALL ENTRIES IN I_MARC
    WHERE MATNR EQ I_MARC-MATNR.
    SELECT MATNR SPRAS MAKTX FROM MAKT INTO
    CORRESPONDING FIELDS OF TABLE I_MAKT
    FOR ALL ENTRIES IN I_MARC
    WHERE MATNR = I_MARC-MATNR.
    endif.
    if i_makt[] is not initial.
    SELECT MATNR LGORT ERSDA WERKS FROM MARD INTO
    CORRESPONDING FIELDS OF TABLE
    I_MARD FOR ALL ENTRIES IN I_MAKT
    WHERE MATNR = I_MAKT-MATNR.
    endif.
    if i_mard[] is not initial.
    SELECT MATNR BWKEY PEINH FROM MBEW INTO
    TABLE I_MBEW
    FOR ALL ENTRIES IN I_MARD
    WHERE MATNR = I_MARD-MATNR.
    endif.
    if i_mbew[] is not initial.
    SELECT MATNR VKORG VTWEG VRKME KONDM FROM MVKE INTO
    TABLE I_MVKE
    FOR ALL ENTRIES IN I_MBEW
    WHERE MATNR = I_MBEW-MATNR.
    endif.
    LOOP AT I_MARC.
    MOVE I_MARC-MATNR TO I_OUT-MATNR.
    MOVE I_MARC-EKGRP TO I_OUT-EKGRP.
    MOVE I_MARC-PSTAT TO I_OUT-PSTAT.
    MOVE I_MARC-DISPO TO I_OUT-DISPO.
    MOVE I_MARC-BESKZ TO I_OUT-BESKZ.
    READ TABLE I_MARA WITH KEY MATNR = I_MARC-MATNR.
    MOVE I_MARA-MTART TO I_OUT-MTART.
    MOVE I_MARA-MBRSH TO I_OUT-MBRSH.
    MOVE I_MARA-MEINS TO I_OUT-MEINS.
    MOVE I_MARA-MATKL TO I_OUT-MATKL.
    MOVE I_MARA-BSTME TO I_OUT-BSTME.
    READ TABLE I_MAKT WITH KEY MATNR = I_MARC-MATNR.
    MOVE I_MAKT-SPRAS TO I_OUT-SPRAS.
    MOVE I_MAKT-MAKTX TO I_OUT-MAKTX.
    READ TABLE I_MARD WITH KEY MATNR = I_MARC-MATNR.
    MOVE I_MARD-LGORT TO I_OUT-LGORT.
    MOVE I_MARD-ERSDA TO I_OUT-ERSDA.
    MOVE I_MARD-WERKS TO I_OUT-WERKS.
    READ TABLE I_MBEW WITH KEY MATNR = I_MARC-MATNR.
    MOVE I_MBEW-BWKEY TO I_OUT-BWKEY.
    MOVE I_MBEW-PEINH TO I_OUT-PEINH.
    READ TABLE I_MVKE WITH KEY MATNR = I_MARC-MATNR.
    MOVE I_MVKE-VKORG TO I_OUT-VKORG.
    MOVE I_MVKE-VTWEG TO I_OUT-VTWEG.
    MOVE I_MVKE-VRKME TO I_OUT-VRKME.
    MOVE I_MVKE-KONDM TO I_OUT-KONDM.
    APPEND I_OUT.
    CLEAR I_OUT.
    ENDLOOP.
    Loop at i_out.
    write:/ i_out-MATNR,
    i_out-EKGRP,
    i_out-PSTAT,
    i_out-DISPO,
    i_out-BESKZ,
    i_out-LGORT,
    i_out-ERSDA ,
    i_out-WERKS,
    i_out-BWKEY,
    i_out-PEINH,
    i_out-MTART,
    i_out-MATKL,
    i_out-MEINS,
    i_out-MBRSH,
    i_out-BSTME,
    i_out-VKORG,
    i_out-VTWEG,
    i_out-VRKME,
    i_out-KONDM,
    i_out-SPRAS,
    i_out-MAKTX.
    endloop.
    reward points to all helpful answers
    kiran.M

  • How to make BPEL process work with  Oracle Business Rules

    Hi
    I know that we can use business rules in BPEL process as decision services.
    But how should I do in real development? Are there any samples or tutorials that explain how to do that in details on otn or somewhere?
    Could somebody help?
    Thanks a lot
    Peter

    Thanks a million.
    But I have an other problem now.
    That is my JDevelper has no Decision service activity. And I saw the list label name is BPEL Extension Activities. But my JDev has no such a list item. What should I do?
    Hope somebody could help me!
    Thanks
    Peter

  • How to make Time Capsule work with Symantec Antivirus

    I have a MacBook that backs up well with my Time Capsule as long as I disable Symantec Antivirus (version 10.1.1). There are plenty of postings that suggest to just turn of the antivirus and leave things as such, but I am wondering if there is an actual way to have both the Antivirus running ("enabled") and have the MacBook successfully backup to the Time Capsule. When the Antivirus is enabled, the Time Machine is not able to create the backup directory (that's the error message I get).

    Agreeing with Jolly Giant that you don't need anti-virus software to protect your Mac.
    You do, of course, need the usual array of security stuff if you're running Windoze, but only on the Windoze side. TM won't back-up a Boot Camp partition, and if you're running via Parallels, vmWare, or the like, you should exclude the virutal machine from TM anyway, and back it up separately via a Windoze app.
    If you're worried about passing Windoze viruses between your PC friends, get the (free) ClamXav app (via Google). It's the least intrusive.

  • How to configure OCI of Oracle9i to work with PHP or ASP on IIS5

    I've been trying to make OCI of Oracle9i to work with PHP for all week. I went thourgh millions of documents and forums. And I still can't make them work. Anyone, please help me.
    I used to have Oracle8i on my machine and it worked fine with both PHP and ASP on IIS5. Then I decided to change to Oracle9i. So I install Oracle9i in seperate home. And they worked fine. But one day I couldn't access some of my websites via "localhost/mywebsite". And I thought there is something wrong with IIS coz I ran very huge queries. So I reinstall IIS5. Then everything crash. PHP and ASP can't work with OCI. So I uninstalled every Oracle component (database and services) and PHP out of my machine. Then I installed Oracle9i database, redownload "php-4.3.1-installer.exe" , and install PHP.
    Since I can't seem to find "php_oci8.dll" in "c:\php\" after I installed, I assume that oracle9i must provide OCI and I found the file "oci.dll" in "c:\OraHome9\Bin" directory. So I changed the extension directory in php.ini to
    extension_dir = "c:\OraHome9\Bin"
    And it still doesn't work. I'm kinna new to ASP so I don't know how to fix this problem.
    Anyone, would you please give me any suggestion how to solve this problem or where to find the solution for this problem? I'd be very appreciated.

    I've been trying to make OCI of Oracle9i to work with PHP for all week. I went thourgh millions of documents and forums. And I still can't make them work. Anyone, please help me.
    I used to have Oracle8i on my machine and it worked fine with both PHP and ASP on IIS5. Then I decided to change to Oracle9i. So I install Oracle9i in seperate home. And they worked fine. But one day I couldn't access some of my websites via "localhost/mywebsite". And I thought there is something wrong with IIS coz I ran very huge queries. So I reinstall IIS5. Then everything crash. PHP and ASP can't work with OCI. So I uninstalled every Oracle component (database and services) and PHP out of my machine. Then I installed Oracle9i database, redownload "php-4.3.1-installer.exe" , and install PHP.
    Since I can't seem to find "php_oci8.dll" in "c:\php\" after I installed, I assume that oracle9i must provide OCI and I found the file "oci.dll" in "c:\OraHome9\Bin" directory. So I changed the extension directory in php.ini to
    extension_dir = "c:\OraHome9\Bin"
    And it still doesn't work. I'm kinna new to ASP so I don't know how to fix this problem.
    Anyone, would you please give me any suggestion how to solve this problem or where to find the solution for this problem? I'd be very appreciated.

  • HOW LONG TIME YOU NEED TO MAKE GPS TO WORK WITH OV...

    Question to NOKIA:
    HOW LONG TIME YOU NEED TO MAKE GPS TO WORK WITH OVI MAP 3.1 in N97?
    On all N97 I know and as you can read here in forum the GPS doesn't work usable in N97 and with MAP 3.1.
    I believe that this is a software problem because often I get a GPS signal inhouse and in the wood, but from one second  to the other N97 lost the GPS signal. And this in the best weather condition under free sky. Sometimes gps signal works for 15 minutes, then the signal will drop every minute or so.
    The current position on map is shift (past) abaout 40-50 meters from the real position, so its unable to use.
    The calculated speed is always changing between 0 and the current speed. 
    I have updated phone to de newes software and firmware also to ne newest maps also has hard reseted and reformatet and the problem ist still the same. If I switch off the option "Maps improvment" (which SENDS DATA TO NOKIA!!!) the the drop outs are fewer. But evreytime the position on maps is shift about 40-50 Meters from right position. Is there a mistake in calculation the position?  Also the speed is jumping sometimes from 0 to x and back.
    CAN NOKIA TELL US WHEN THIS BUG WILL BE FIXED, AND CAN NOKIA OFFER US A REFUND.
    I have payed a lot for N97 and alot for the navigation licence and a lot for accesoires and a lot for the traffic security assistance. So I want a working phone! I dint have payed money for e alpha-stadium phone.
    If this is realy the quality of nokia phone, then It is the latest phone I have buyed from nokia.
    By the way, the phone has many many many many other bugs as described in this forum.
    Really bad work NOKIA! :-(
    I was so excited with my N95 and now this mess...
    NOKIA please answer us forum members, what you plan to do with the N97 bugs. When we can hope that the bugs are gone? Otherwise I will return my phone and want my money back and I sue for compensation.

    I have no word to disagree with you and hoping that Nokia soon will make some press statement or something else to tell us what they do with their flagship, sorry bugship Nokia N97.
    Could be a shame recognize errors, but it's worst not to say nothing ant let the bad news of Nokia N97 spread for internet even if they want to sell a Nokia N97 Mini in the near future.
    I understand and supose that we will no have no new version till september because we are in the last week and july and the activity in august decrease really high... but at least someone of Nokia could tell something about this problems and if it's possible all the other problems.
    Why Nokia Beta Labs Forum there is a direct contact with Nokia workers, and in discussions is relly rare to find?
    Yesterday is history.
    Tomorrow is a mistery.
    Today is a gift.

  • Is it possible to work with PHP pages in Oracle ERP R12 and how to set up ?

    Hi,
    Is it possible to work with PHP pages in Oracle ERP R12 and how to set up ?
    Regards
    Nandhakumar P

    Hi Nandhakumar,
    To be able to access any Oracle database using PHP you require the following:
    A server with Apache 2+  (Unix, windows etc)
    PHP enabled using OCI8
    tnsnames.ora
    Oracle instant client and associated libraries
    This gives you direct access into oracle database. As for E-Business, you will compromise the security and safty of of R12 by going in through php. Oracle is not likely to support it either.
    I have got a apache/php/Oracle XE working on a test environment and Ithe performance is not a big issue. If you must I would hughly recommend Oracle Linux for quality and security.

  • I have Win 7 saved (installation file) in My MacBook Pro Licence version. How can i install it on MacBook Pro. After installation how can i make it to work with Parallel desktop or VMware fusion software.

    I have Win 7 saved (installation file) in My MacBook Pro Licence version. How can i install it on MacBook Pro. After installation how can i make it to work with Parallel desktop or VMware fusion software. I can buy these softwares.

    http://www.simplehelp.net/2009/02/02/how-to-install-windows-7-in-os-x-using-para llels-desktop-a-complete-walkthrough/
    http://blogs.parallels.com/consumertech/2011/10/24/install-windows-right-from-wi thin-parallels-desktop-7-guest.html

Maybe you are looking for

  • IPhone not showing up in devices list

    I have an iPhone 3Gs and a 27" iMac i7. I downloaded the remote app from the store, and the setup worked the first time I tried it. I added an AppleTV to this mix, and now the phone won't show up in the devices list (and can't find my library). The T

  • Account Doc is not created

    Hi, The original credit memo document 96873997, was cancelled because the wrong part number was entered on the order. They reversed the Goods Issue and deleted the delivery and deleted the ZO. Now what has happened is accounting can not clear documen

  • Are these Permission OK?

    When I run repair permissions, these seem to always pop up, even after I just had a huge problem and had to reinstall the OS ... is this OK? In case it matters, this is my mac pro, on which i have a dedicate boot volume with library, system, applicat

  • Pagecontent tag adding footer clear div - problem

    I am trying to figure out how to remove the div that the pagecontent tag adds to my website. As you can see here the dark gray box under the product is added by a div labeled footer clear. When I remove that div, the layout problem goes away. Problem

  • AltKey Uniqueness Rule firing when it shouldn't

    Hello, I am using JDev 11.1.1.4.0. I have a 'Name' field that has Altkey for uniqueness rule. It works fine. In fact, it works too well that the rule fires when it shouldn't. So I was looking for an example to execute the validation conditionally, fo