JSON, SAP & other AJAX stuff related.

Hi everyone,
Guess what, JavaScript is hot again, if you wanna be a cool kid, you got use it, do some and let everybody know
You’re on it. Lucky you’all I’ve been checking out what
you have to do to be a fashionable BSP developer.
First you want a JavaScript to be easiest to program, and
you want  more advanced functions. Then you just need
prototype (http://prototype.conio.net/).
It brings JavaScript shortcuts and function
like $(myId) instead of document. getElementbyId(myId),
iterator functions, full browser independant Ajax handler and more….
Another good one would be script.aculo.us more UI oriented (http://script.aculo.us/).
If you want light pages you got a problem, those library
can be as big as 60 k, that’s when JSMIN comes handy
(http://www.crockford.com/javascript/jsmin.html ).
It can divide your script size by at least 2. And if it is
still too big, some clients like IE, Firefox or Opera
handle gzip compression for your js and css files.
Now you have to forget everything about XML, XML is bad.
Satan is behind anyway. Look at JSON then, because you
always wanted, to have a way to describe an object in a
text and parse directly into a javaScript Object  right
A JSON is like  :
“myobject” : { “id” : ”0000”, “name” :  “john”}
}[/code]
In XML you would do :
[/code]
With the JSON parser script (http://www.json.org/json.js),
you will just do as simple as :
Var json_txt  = '{';
json_txt  +=  '"myobject" : { "id" : "0000", "name" :  "john"}';
json_txt  += '}';
/code
if you use the parser, it will and you will have a nice
JavaScript object.
Here is a little sample from what you can do with all that
(very basic, but it shows you how it works) :
Create 2 pages in a BSP application.
Display.htm et data.htm.
In display.htm just do a basic page
[/code]
json.js is the json parser script http://www.json.org/json.js
prototype.js http://prototype.conio.net/dist/prototype-1.4.0.tar.gz
my_handler.js (script to handle the page that you will do
later)
in data.htm
Gather some data from a random table and create some json
text like this :
<%@page language="abap" %>
<%
  DATA I_dude     TYPE zdude.
  data w_dude type line of Zdude.
  data w_str type string.
  CLEAR I_dude.
  *get data from the table I_dude
  select * into table i_dide
  from zdude.
*create the json text into the string w_str
  concatenate
  w_str '{ "dude": ['
  into w_str.
  data i type i.
  i = 0.
  loop at i_bdude into w_dude.
  if i gt 0.
        concatenate
      w_str ','
      into w_str.
  endif.
  concatenate
  w_str '{'
          '"objid":"' w_dude-objid '",'
          '"name":"' w_dude-name '"'
  into w_str.
  i = i + 1.
  endloop.
  concatenate
  w_str '] }'
  into w_str.
*display the string w_str
%>
<%= w_str%>
/code
You will construct a text that describe an object dude
from the table zdude .
Now create a mime object called my_handler.js
// a controller object that help us with a nice  window to display a log
var Controller =
     Controller.console.innerHTML += (message + "
// what you execute when you run the page display.htm (look at the body tag)
function Initialise() {
          var url = 'data.htm';
          var pars=””;
//call the data.htm page to get our json object Ajax object comes from prototype
var myAjax = new Ajax.Request( url, { method: 'post', parameters: pars, onComplete: showResponse });
function showResponse(req) {
var myObject = JSON.parse(req.responseText);
displayDude(myObject);
function displayDude(dude) {
     //$ is cool isn’t it
     var divDude = $(“dudeid”);
divDude.innerHtml = « » ;
//each comes from prototypes too
dude.besoin.each(function(d){ divDude.innerHtml += d.name})
}[/code]
Save everything and you will have to your first AJAX JSON
application
Hope you enjoyed the ride and that I’ve been clear enough
Read, comment, say something
Have great Day
Quentin.
Web site the I use to build that post :
AJAX tutorials :
     http://snyke.net/blog/2006/03/25/site-design-using-prototype/
http://snyke.net/blog/2006/02/05/ajax-design-patterns/
JSON related :
     www.json.org
     http://www.sergiopereira.com/articles/prototype.js.html

This seems interesting.  However it is a bit unusal for us to see content like this posted into the forums.  To be honest at first glace I mistook it for some SPAM Posting advertising some 3rd party tool - which on closer inspection is not the case.
Have you considered creating this same content as weblog and posting it within SDN.  This is generally where you would find this type of "article".  In the SDN Weblog area, you can classify your topic under BSP. We also have a sticky forum thread for any new BSP related weblog anouncements. 
If you need any help getting started on a weblog, feel free to ask for help from one of the SDN Community managers or one of your fellow SDN BSP contributors (myself included).

Similar Messages

  • Services in SAP management console and related window services and process

    hai
    can u please any one of you can send me the services in SAP management console and related window services(in adminstrator/services) and process in task manager.
    thanks in advance.
    Naga Laxmi

    Hi Naga,
    Please refer to this article for the processes relevant to the Java Instance:
    http://help.sap.com/saphelp_nw04/helpdata/en/62/1bf03eae11e16be10000000a114084/frameset.htm
    Except the processes of the Java instance you can find several processes of the IGS server and the ABAP disp+work processes.
    You can easily find the relevant services by their SAP prefix.
    Hope this helps.
    Best Regards
    Vyara

  • In need of help didn't install find my iPhone on my iPhone 5 and it got stolen from me at a dd's but I had my id and other important stuff in it I need to find it because I can't risk getting my identity stolen what can I do.

    In need of help didn't install find my iPhone on my iPhone 5 and it got stolen from me at a dd's but I had my id and other important stuff in it I need to find it because I can't risk getting my identity stolen what can I do.

    You don't have to install the Find My iPhone app - you need to switch the feature on in the settings on the phone.
    If you go here: https://www.icloud.com/#find does your phone show up?
    ~Lyssa

  • HT1212 When i connect to iTunes it says that i have enter my passcode to go in, but i have forgotten my passcode, and the power button is not worrking, is their any other way to do it without the computer or any other internet stuff or stores,

    When i connect to iTunes it says that i have enter my passcode to go in, but i have forgotten my passcode, and the power button is not worrking, is their any other way to do it without the computer or any other internet stuff or stores,

    No. You need a computer with iTunes and an internet connection.
    Place the iPod in recovery mode using one of these programs and then restore via iTunes:
    For PC
    RecBoot: Easy Way to Put iPhone into Recovery Mode
    If necessary:
    Download QTMLClient.dll & iTunesMobileDevice.dll for RecBoot
    and                                           
    RecBoot tip
    For MAC or PC       
    The Firmware Umbrella - TinyUmbrella
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: How to back up     
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        

  • What is the costliest module is sap other than b.i

    What is the costliest module is sap other than B.I  AND CRM

    HI
    like to learn only costliest model in sap ?
    then learn the module BMW
    Ciao.

  • Speaking of SATA, RAID & other fun stuff ...

    speaking of SATA, RAID & other fun stuff ...
    two new questions :
    1 - I have a massive SATA RAID drive in the "concatenated" format - ie, I too three smaller drives and RAIDed them into one big terrabyte drive (to house my massive iTunes library).
    However, I read where I can use a format called STRIPED and then it will put all the drives together, with the half the amount of space as the combined capacity, but twice as much speed.
    In other words, if I put together two 750 GB drives :
    concatenated - 1,500 GB, normal speed
    striped - 750 GB total, double speed (or near to it..)
    is my understanding correct? Has anyone tried this?
    2 - I have a couple of four-port eSATA cards in my powerMac G5 - and now I see where macgurus is now offering an EIGHT port eSATA card - holy smoke! Has anyone checked this out?
    [www.macgurus.com]
    thanks!
    w
    hm... I see there is a posting on 8-port eSATA - will check that out...

    Hi Will:
    With a medis Library that large, maybe a Digital
    Asset Program (DAM) is needed. iView media Pro or
    Extensis Portfolio comes to mind, but I really
    haven't used them. I agree iTunes was not meant to
    handle that large a library. See:
    http://www.versiontracker.com/php/search.php?mode=basi
    c&action=search&str=digitalasset&srchArea=mac%7Cosx&
    x=0&y=0
    -Robert
    I took a quick look - they both seem designed to handle photos & graphics - they say they also "handle" audio, but I can't imagine that they would do what iTunes does -
    - import CDs (with info from gracenote/CDDB)
    - let you quickly find & play a song
    - compile playlists
    - edit the meda-data on an individual track or an entire album..
    if there is a digital asset management program designed primarily for audio, that might be what I'm looking for...
    Ironically, I KNOW the G5 has enough computing power to do what I want - if it can quickly edit enormous video files it can certainly handle my audio library - it's just that there isn't a program that can do what I want. Even if I spend $5K on a super Mac Pro, it's like spending a ton of money to get a program to work slightly faster to do what it was never designed to do in the first place...
    If I thought a MacPro would significantly improve the speed of iTunes, I would be more inclined to consider it (not that I even remotely have that kind of money) - I wish there was a way I could experiment with my iTunes library on a Mac Pro and find out if it's any faster...
    thanks!
    W

  • SAP carbon and stuff

    Dear sirs,
    please comment on the idea:
    I have heard that the costs of the transfer of the email footers (like green wannabe stuff like "please consider the enivronment before printing this em-ail" etc.) are pretty high and in most of the cases not including the footer will help much more than adding the footer with this Message (big M).
    I use the follow thread function here on SDN and find most of the email I got useless.
    Please consider how much "energy"/ costs does it take to transfer:
    How to give ponts: Mark your thread as a question while creating it. In the answers you get, you can assign the ponts by clicking on the stars to the left. You also get a pont yourself for rewa-rding (one per thread).
    Mandatory Disclosure Statements: http://www.sap.com/company/legal/impressum.epx
    This e-mail may contain trade secrets or privileged, undisclosed, or otherwise confidential information. If you have received this e-mail in error, you are hereby notified that any review, copying, or distribution of it is strictly prohibited. Please inform us immediately and destroy the original transmittal. Thank you for your cooperation.
    when this email is send like million times every day.
    I am no green man but find that a little stupid. What do you think?
    Regards Otto

    Hi Otto,
    of course I do support your challenge.
    Actually, if you look at this paragraph
    This e-mail may contain trade secrets or privileged, undisclosed, or otherwise confidential information. If you have received this e-mail in error, you are hereby notified that any review, copying, or distribution of it is strictly prohibited. Please inform us immediately and destroy the original transmittal. Thank you for your cooperation.
    although it is probably based on some legal recommendation, I doubt that it would hold in any legal challenge, because
    it is an unsolicited email from my point of view
    the footer is usually at the end of the email but no one can force me to read any email until the very end
    so, I already know "the secret" but cannot be required to read the email till the end
    therefore I do not have to know that it is not intended for me to read and to pass on
    several corporate policies require me not to delete email and even if I do they are probably kept somwhere for audit reasons and stuff
    it would be funny if I really were legally required to immediately inform the sender, because this would be a welcome opportunity for mail address collecors to verify the activity of arbitrary email addresses
    e tc., etc...
    Actually, there is a simple solution to heavily reduce unauthorized and unintentional reading of email, the sender simply has to digitally sign and encrypt the message so that only the intended user can read it. The probability that someone sends a confidential email erroneously to otto.bold at xy.com instead of otto.gold at xy.com is very low because he will probably not have the public key of otto bold at hand ...
    my 2 cents, anton
    ps: kishan, your welcome to share our brainstorming from back than...

  • Nullpointer exception in SAP code (RFC model related)

    Hi,
    Some threads have already been opened on this issue, but none of them give me a solution.
    The problem is that a Nullpointerexception is thrown when I create a new Input element (to bind it to the input node of my rfc model).
    As you can see in the stack trace, the nullpointerexception is thrown in SAP code.
    This happens for all function modules I've created myself (even the simplest ones with no parameters/no code), but for the SAP BAPIs it works???
    So this is not an issue related to Javaconnectors/my java code because it works for BAPIs (I'm doing exactly the same).
    I've already restarted the J2EE server, recreated the whole application, tested with new applications (to avoid any caching problems) but nothing works.
    I've been trying to resolve this issue for several hours without success. It's really frustrating.
    Any help appreciated!
    Jeroen
    java.lang.NullPointerException
         at com.sap.tc.webdynpro.modelimpl.dynamicrfc.AiiModelClass.createNewBaseTypeDescriptor(AiiModelClass.java:220)
         at com.sap.tc.webdynpro.modelimpl.dynamicrfc.AiiModelClass.descriptor(AiiModelClass.java:186)
         at com.eozen.aif.ce5solman.Z_Jver_Create_Infosheet_Input.<init>(Z_Jver_Create_Infosheet_Input.java:51)
         at com.eozen.jver.aif.Infosheets.wdDoInit(Infosheets.java:98)
         at com.eozen.jver.aif.wdp.InternalInfosheets.wdDoInit(InternalInfosheets.java:181)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:95)

    I suddenly realized there is one last option and it works: I managed to sidestep the problem by doing the rfc via an R/3 SAP system that forwards the call to the CRM system. (The CRM 5.0 system is the one causing the nullpointerexception).
    Maybe some incompatibilities between J2EE/WDP SP14 & CRM 5.0?

  • SAP ABAP HR ------career related question

    Hye friends ,
    Friends i have 2.5 years of experience in sap abap . My major developments are related to sap HR . i have 1 full life cycle completion of sap netweaver .
    No i wanna my carrier as a SAP BAP HR .
    But dear gurus from india  ,  who has experience more than 4 years  please suggest  me ..
    Is it right for my future to become as a SAP ABAP HR  or i should try for simple  SAP ABAP..
    <<removed_by_moderator>>
    Over all i am very confused related to my new search criteriaa ..wheather SAP ABA HR  or SAP ABAP.
    Thanks in advance For Your Reply
    Edited by: Vijay Babu Dudla on Jul 2, 2009 1:45 AM

    > No i wanna my carrier as a SAP BAP HR .
    @PK..it is not a New Technology but a New Airlines which was introduced by SAP .
    >But dear gurus from india , who has experience more than 4 years please suggest me ..
    @Siegfried.. the criteria to reply to this thread does not suit you.
                         1.Gurus from India only.
                         2.Only 4 yrs Experience
    >Over all i am very confused related to my new search criteriaa ..
    Yep,New Version of SDN has changed its Search functionality and there is a [lot of discussions|What happened to SCN search?; going on in [Suggestions & Comments|SCN Support; forum, have a look into it.
    > if a glass is half filled and half full .......try to see the full part ??
    again you missed out something here which made the confusion. half filled with air & half full of water  Brittania 50:50 right?.
    Cheers
    Andrew
    PS:Edited with a SIMPLE EDIT SW called @FUN  and copyrighted only for Coffee  Corner.Take it in the [right spirit|http://www.whiskymag.com/whisky/brand/glenfiddich/whisky651.html] .
    Edited by: Andrew J on Jul 3, 2009 9:35 AM

  • What are other functional modules related to HRIS ?

    Hello friends,
    I have been handling HRIS and now wish to expand my knowledge to related modules.  So any suggestions as to which module or functional areas in SAP I should consider ?
    Thanks,
    - Chetan

    Varies per install, since you might not be using a given feature of lvm. add 'break=postmount' to your kernel cmdline and look at the output of lsmod. Those are the modules you're using.

  • SAP ABAP secure coding related training session

    Hi Experts,
    Do you know of any training or code jams provided by SAP for organizations related to SAP ABAP secure coding?

    Thanks Alex for your reply.
    The course and goals look perfect.
    But I was looking for something that could be arranged in my company's Mumbai(India) office.
    Can anyone help me with any classroom/virtual training or Code Jams related to secure ABAP programming.

  • How to start the discoverer - plz provide the stuff related to discoverer

    Hi,
    will you plz add the related links to learn discoverer for exporting and importing the data from excel and etc.
    i tried searching in google but i hope that i didnt get good stuff...
    plz add the links to go through the discoverer.
    Thanks,

    Hi,
    The Discoverer documentation is available here, you should look at Discoverer Plus first. You can use Discoverer to export data from the database into Excel, you cannot import data with Discoverer.
    Rod West

  • Load-modules.sh and other log stuff that i'm worried about

    Hello everyone.
    I was going through my log files today.  Its been the first time I've really looked at them since I reinstalled (about two weeks ago).
    Anyway, some interesting stuff in there this time. 
    First off load-modules.sh is dropping a lot of errors into everything.log (the other stuff is there so you know where in the log you are looking):
    Feb 17 14:32:23 leviathon kernel: skge eth0: Link is up at 100 Mbps, full duplex, flow control both
    Feb 17 14:32:23 leviathon kernel: NET: Registered protocol family 10
    Feb 17 14:32:23 leviathon kernel: lo: Disabled Privacy Extensions
    Feb 17 14:32:16 leviathon load-modules.sh: 'pci:v00001106d00002282sv00000000sd00000000bc06sc00i00' is not a valid module or alias name
    Feb 17 14:32:16 leviathon load-modules.sh: 'pci:v00001106d00004282sv00000000sd00000000bc06sc00i00' is not a valid module or alias name
    Feb 17 14:32:16 leviathon load-modules.sh: 'dmi:bvnAmericanMegatrendsInc.:bvr1010.003:bd01/26/2005:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASUSTeKComputerInc.:rnA8VDeluxe:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:' is not a valid module or alias name
    Feb 17 14:32:16 leviathon load-modules.sh: 'pci:v00001106d00007282sv00000000sd00000000bc06sc00i00' is not a valid module or alias name
    Feb 17 14:32:16 leviathon load-modules.sh: 'pci:v00001022d00001100sv00000000sd00000000bc06sc00i00' is not a valid module or alias name
    Feb 17 14:32:16 leviathon load-modules.sh: 'acpi:LNXSYSTM:' is not a valid module or alias name
    Feb 17 14:32:16 leviathon load-modules.sh: 'pci:v00001106d00003282sv00000000sd00000000bc06sc00i00' is not a valid module or alias name
    Feb 17 14:32:16 leviathon load-modules.sh: 'pci:v00001106d00001282sv00000000sd00000000bc06sc00i00' is not a valid module or alias name
    Feb 17 14:32:16 leviathon load-modules.sh: 'pci:v00001022d00001101sv00000000sd00000000bc06sc00i00' is not a valid module or alias name
    Feb 17 14:32:16 leviathon load-modules.sh: 'pci:v00001002d00004E48sv00001002sd00004F72bc03sc00i00' is not a valid module or alias name
    Feb 17 14:32:16 leviathon load-modules.sh: Not loading module alias 'pcspkr' because it is blacklisted
    Feb 17 14:32:16 leviathon load-modules.sh: 'pci:v00001002d00004E68sv00001002sd00004F73bc03sc80i00' is not a valid module or alias name
    Feb 17 14:32:16 leviathon load-modules.sh: 'platform:vesafb' is not a valid module or alias name
    Feb 17 14:32:16 leviathon load-modules.sh: Not loading module 'pcspkr' for alias 'platform:pcspkr' because it is blacklisted
    Feb 17 14:32:16 leviathon load-modules.sh: 'acpi:LNXSYBUS:' is not a valid module or alias name
    Feb 17 14:32:16 leviathon load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Feb 17 14:32:16 leviathon load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Feb 17 14:32:16 leviathon load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Feb 17 14:32:16 leviathon load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Feb 17 14:32:16 leviathon load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Feb 17 14:32:16 leviathon load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Feb 17 14:32:16 leviathon load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Feb 17 14:32:16 leviathon load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Feb 17 14:32:16 leviathon load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Feb 17 14:32:16 leviathon load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Feb 17 14:32:16 leviathon load-modules.sh: 'acpi:PNP0C01:' is not a valid module or alias name
    Feb 17 14:32:16 leviathon load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Feb 17 14:32:16 leviathon load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Feb 17 14:32:16 leviathon load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Feb 17 14:32:16 leviathon load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Feb 17 14:32:16 leviathon load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Feb 17 14:32:16 leviathon load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Feb 17 14:32:17 leviathon load-modules.sh: 'acpi:PNP0800:' is not a valid module or alias name
    Feb 17 14:32:17 leviathon load-modules.sh: 'acpi:PNP0C02:' is not a valid module or alias name
    Feb 17 14:32:17 leviathon load-modules.sh: 'acpi:PNP0200:' is not a valid module or alias name
    Feb 17 14:32:17 leviathon load-modules.sh: 'acpi:PNP0C02:' is not a valid module or alias name
    Feb 17 14:32:17 leviathon load-modules.sh: 'acpi:PNP0501:' is not a valid module or alias name
    Feb 17 14:32:17 leviathon load-modules.sh: 'acpi:PNP0C04:' is not a valid module or alias name
    Feb 17 14:32:17 leviathon load-modules.sh: 'acpi:PNP0C02:' is not a valid module or alias name
    Feb 17 14:32:17 leviathon load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Feb 17 14:32:17 leviathon load-modules.sh: 'acpi:PNP0000:' is not a valid module or alias name
    Feb 17 14:32:17 leviathon load-modules.sh: 'acpi:PNP0100:' is not a valid module or alias name
    Feb 17 14:32:17 leviathon load-modules.sh: 'acpi:PNP0501:' is not a valid module or alias name
    Feb 17 14:32:17 leviathon load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Feb 17 14:32:17 leviathon load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Feb 17 14:32:17 leviathon load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Feb 17 14:32:17 leviathon load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Feb 17 14:32:17 leviathon load-modules.sh: 'acpi:device:' is not a valid module or alias name
    Feb 17 14:32:21 leviathon init: Entering runlevel: 5
    Its a builder board, an asus A8V deluxe, with a radeon 9800 AIW for the graphics.  I'm using udev 151-3 and mkinitcpio 0.6.2-1 from core.
    Should load-modules.sh be trying all these aliases?  I do have autodetect as one of my mkinitcpio.conf hooks.  Is that hook responsible for trying to load all these aliases?  If so, I'm pretty sure I can get by with less in my initcpio.  I don't even have a sata drive in this box, so I should be able to get by with HOOKS="base udev pata filesystems"
    And on a slightly related note, does anyone else get these while they are running X?
    Feb 18 14:13:47 leviathon kernel: X:3373 freeing invalid memtype d02a2000-d02b2000
    Feb 18 14:13:47 leviathon kernel: X:3373 freeing invalid memtype d02b2000-d02c2000
    Feb 18 14:13:47 leviathon kernel: X:3373 freeing invalid memtype d02c2000-d02d2000
    Feb 18 14:13:47 leviathon kernel: X:3373 freeing invalid memtype d02d2000-d02e2000
    Feb 18 14:13:47 leviathon kernel: X:3373 freeing invalid memtype d02e2000-d02f2000
    Feb 18 14:13:47 leviathon kernel: X:3373 freeing invalid memtype d02f2000-d0302000
    It used to happen sometimes on the xorg-server 1.6 line, but seems to happen much more while I'm running xorg-server 1.7.  A quick count through everything.log, there are about 80 of those messages with a simultaneous timestamp, and about 40 earlier from me playing the UT2004 demo, all in adjacent memory ranges.
    Could this be causing it? (this is while X is loading)
    Feb 18 14:13:48 leviathon kernel: agpgart-amd64 0000:00:00.0: AGP 3.0 bridge
    Feb 18 14:13:48 leviathon kernel: agpgart-amd64 0000:00:00.0: putting AGP V3 device into 8x mode
    Feb 18 14:13:48 leviathon kernel: pci 0000:01:00.0: putting AGP V3 device into 8x mode
    Feb 18 14:13:49 leviathon kernel: [drm] Setting GART location based on new memory map
    Feb 18 14:13:49 leviathon kernel: [drm] Loading R300 Microcode
    Feb 18 14:13:49 leviathon kernel: platform radeon_cp.0: firmware: requesting radeon/R300_cp.bin
    Feb 18 14:13:49 leviathon kernel: [drm] Num pipes: 2
    Feb 18 14:13:49 leviathon kernel: [drm] writeback test succeeded in 1 usecs
    Feb 18 14:13:49 leviathon load-modules.sh: 'platform:radeon_cp' is not a valid module or alias name
    Also, in Xorg.0.log, there is a message about radeon microcode:
    (EE) RADEON(0): Microcode: cannot load microcode
    Note: I have kernel modesetting disabled for the time being.  I couldn't get it to start early or late.  Both gave me out-of-sync errors on my monitor.
    Any advice?

    dunno why but, to me, this happens when i blacklist modules in MODULES rc.conf section
    if you blacklist stuffs in modprobe.d/<whatyouwant> and add it to mkinitcpio.conf problem disappear
    [edit] anyway, it's harmless for me. things are done correctly in all cases
    don't have had time to investigate init scripts
    sorry but no advice for X problem
    Last edited by max.bra (2010-02-19 09:35:56)

  • SAP MM-PUR - Query - Relatório Valores Brutos Notas Fiscais

    Olá,
    Preciso criar um relatório de recebimento de notas fiscais onde conste o preço unitário bruto (com icms/pis/cofins) o valor total dos produtos, o valor total dos produtos, o valor total da nota fiscal, o valor dos custos complementar não planejados,o valor dos descontos, o valor dos impostos separados (icms/pis/cofins/ipi) e alíquota de cada imposto.
    Minha idéia é criar uma Query mas não consigo achar as tabelas onde se encontram estes campos.
    Alguém saberia me ajudar?
    No aguardo,
    FB

    Movendo para o fórum correto.
    Abs,
    Henrique.

  • Sap CRM 2007 Security related issue

    Hi All,
    I am working on SAP CRM 2007 security.
    I have scenario, which we are trying to fix.
    There are two users A and B.
    A is assigned to role X
    B is assigned to role y
    Business Partner 123 is created for user A
    Business Partner 456 is created for user B
    These Business Partners are assigned to Authorization Groups.
    See below:
    1)Authorization Group (LK01) is assigned to Business Partner --123.
    2) Authorization Group (LK02) is assigned to Business Partner --456
    3) Authorization groups LK01 is assigin to user A in PFCG role X
    4) Authorization groups LK02 is assigin to user B in PFCG role Y
    a) User A assigned with PFCG role X>Authorization Group (LK01)>BP 123.
    b) User B assigned with PFCG role Y>Authorization Group (LK02)>BP 456.
    Note:
    1) Authorization Groups are assigned to BPs under the Control tab.
    2) These Auth Groups are assigned in Authorization Object in PFCG role.
    Now, USER 'A' should not be able to work under the BP 456 as this BP is assigned to authorization group LK02.
    The issue is when we open the WEB UI and login with user A role X, He can search for the BP 456 assigned to Auth Group LK02.
    User A can open the Interaction History and edit the Service Order created using the BP 456.
    He can Edit the following in Service Order details:
    1) General Data Status (from created to complete), Contact person, Sale Rep name.
    2) Organization Data like Sales Office, Sales Org Unit, Distribution Channel
    3) Business Partner.
    However, one good thing is he cannot edit the Account details like Account ID, House No, Employee Resposible, the message he get is "No authorization to change partner with authorization group"  which is a
    good thing.
    I have tried to be precise, please let me know if you require more information.
    Regards,
    Dave.

    I suggest the following:
    Please, check whether the system works if you activate the implementation BUPA_F4_AUGRP.
    In addition check the notes 559662, 674869 and 782927. Maybe the notes are already implemented but you can try then the implementation of the BADI (SE19). It should resolve your issue.
    I have implemented this Badi solution before, and after activation; the search help ; nor search result list did NOT show any Business partners anymore that had an authorization group I was not allowed to see.
    kind regards
    Davy Pelssers
    SAP CRM/Security consultant

Maybe you are looking for

  • How to change default values in Answers

    Hi, I have a requirement to change 01/01/1901 date value to null in the reports. I've been trying to use EVALUATE but my syntax is not working. Can anybody help me? Thanks,

  • Hiding the web start security popup

    Dear friends, a simple question: if I sign my WS app with a comercial ceriticate from Verysign, it will eliminate that popup alerting the user about security tips ? i.e., I don�t want the system ask the user about the certificate.. the same behaviour

  • DW MX and DW 8 side by side?

    In the past various Dreamweaver versions have simply installed side by side so that both new and old versions could be used on the same machine. Does this hold true for DW 8? Will it coexist peacefully with DW MX? Thanks. Phil

  • Direct Delta, queued , Non-serialized V3 Update

    could someone out here help me in understanding the Direct Delta, queued , Non-serialized V3 Update... i mean a detailed level explanation.... or just in case u have any document then kindly pass it on.... to [email protected]

  • Is there a Yosemite fix on the horizon?  Lots of issues with Adobe CC and even Mac Apps

    What is Apple doing about Yosemite issues with Adobe, MSoft and its own apps?