B1_JournalTransSourceView and JDT1 regarding

Dear Friends,
Can you please clarify the significance of the following two lines in the code given below? I have commented these two lines as I am getting any difference by enabling or disabling it.
--               AND (T3.[TransType] <> N'I'  OR  (T3.[TransType] = N'I'   
--               AND T3.[InstlmntID] = T0.[SourceLine] ))
Here, basically the B1_JournalTransSourceView is primary concern and it's exact behavior.
GO
/****** Object:  StoredProcedure [dbo].[AgeingForCustomer]    Script Date: 03/15/2011 23:07:05 ******/
--EXEC AgeingForCustomer '2000-04-01 00:00:00','2011-04-03 00:00:00', 'C99998'
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
alter PROCEDURE [dbo].[AgeingForCustomer](
@DateTo          Datetime                    --Mandotary -Y
,@DateFrom          Datetime                    --Mandotary -Y
,@CardCode varchar(20)
AS
SELECT
T0.[TransId]
,MAX(T2.CardType) 'BP Type'
,MAX(T0.[ShortName])'BP.Code'
,MAX(T2.[CardName])'BP.Name'
,MAX(T2.[Balance])'Balance'
,MAX(T0.[TransType])'Trans.Type'
,MAX(T0.[Account])'GL Account'
,MAX(T4.AcctName) 'GL Name'
,MAX(T0.[BaseRef])'Doc.No.'
,MAX(T0.[RefDate])'Posting Date'
,MAX(T0.[DueDate])'Due Date'
,MAX(T0.[TaxDate])'Doc.Date'
,MAX(T3.[NumAtCard])'BP Ref.No.' -- Customer / Vendor Ref. No. in the marketting docs
,DATEDIFF(Day,T0.DueDate,current_timestamp )'Tot.Due Age'
,SUM(T0.[Debit]) + SUM(T0.[Credit])'Org.Amt.'
,SUM(T0.[SYSDeb]) + SUM(T0.[SYSCred])'Sys.Org.Amt.'
,MAX(T0.[BalDueDeb])- MAX(T0.[BalDueCred]) 'Bal.Amt.'
,MAX(T0.[BalScDeb]) - MAX(T0.[BalScCred])'Sys.Bal.Amt.'
,(Select MainCurncy from OADM) 'Main Curr.'
,(Select SysCurrncy from OADM) 'Sys.Curr.'
,MAX(T2.[Currency])'BP Curr.'
,MAX(T0.[FCCurrency])'FC Curr.'
,MAX(T5.U_Name) 'Crteated By'
,MAX(T0.[LineMemo])'Journal Remark'
,MAX(T0.[Project])'Project'
,MAX(T2.[PymCode])'Pmt.Code'
,MAX(T3.[BlockDunn])'Doc. Block Dunning' --- "Bloc&k Dunning Letters" of marketting docs (logistics tab), the same field in OJDT table does not work.
,MAX(T2.[BlockDunn])'Cust. Block Dunning' --- "Bloc&k Dunning Letters" of the customer
,MAX(T3.[DunnLevel])'Dunning Level'
,MAX(T2.[DunTerm])'Dunning Term'
FROM
[dbo].[JDT1] T0  -- Journal table  - row
INNER JOIN [dbo].[OJDT] T1 ON T1.[TransId] = T0.[TransId] -- Jounal table - header
INNER JOIN [dbo].[OUSR] T5 ON T1.UserSign = T5.UserID
INNER JOIN [dbo].[OCRD] T2 ON T2.[CardCode] = T0.[ShortName]   
INNER JOIN [dbo].[OACT] T4 ON T0.[Account] = T4.AcctCode
LEFT JOIN [dbo].[B1_JournalTransSourceView] T3 ON T3.[ObjType] = T0.[TransType]
               AND T3.[DocEntry] = T0.[CreatedBy]
--               AND (T3.[TransType] <> N'I'  OR  (T3.[TransType] = N'I'   
--               AND T3.[InstlmntID] = T0.[SourceLine] ))
WHERE
T0.RefDate BETWEEN CONVERT(VARCHAR, @DateTo, 112)  AND CONVERT(VARCHAR, @DateFrom, 112)
AND T2.CardType='C'
AND T2.Balance <> 0
AND (T0.[BalDueCred] <> T0.[BalDueDeb] OR T0.[BalFcCred] <> T0.[BalFcDeb])
AND T0.ShortName = @CardCode
GROUP BY T0.TransId,T0.Line_ID,T0.RefDate,T0.DueDate   
ORDER BY T0.RefDate

https://websmp109.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000705857&_SCENARIO=01100035870000000183&_ADDINC=011000358700001192682007E&
check link or
Go to Channel.sap.com
login to channel partner portal using suid and pwd.
Go to solutions---Then SAP Business one.
on the left hand side
click on link Product availability.
U will get the data you want
regards,
Neetu

Similar Messages

  • I have a iMac 21,5" Intel mid 2011 and I need to know if is possible I change the original 500Gb HD for a 512Gb SSD? If yes, where I find a tutorial about this? Thanks a lot and best regards all.

    Hi people,
    I'm typing from Brasil, sorry my English.
    I have a iMac 21,5" Intel mid 2011 and I need to know if is possible I change the original 500Gb HD for a 512Gb SSD?
    I intend to keep the original DVD driver and install the SSD in the same HD place.
    If yes, where I find a tutorial about this?
    And I will like to know if the 512GB Solid-State Drive Kit for Mac Pro is compatible with iMac.
    http://store.apple.com/us/product/MC731ZM/A/512gb-solid-state-drive-kit-for-mac- pro?fnode=5f
    What brand and model of SSD do you recommend?
    Thanks a lot for now and best regards all.
    Carlos Sgrillo
    Porto Alegre, RS, Brasil

    Tukaine
    Sep 23, 2012 10:59 PM
    Since the late 2009 iMacs came out, replacing the hard drive has caused the internal Hard Drive Fan to start running at around 6000RPM.
    This is due to Apple replacing the external Hard Drive temperature sensor with a proprietary firmware and using the drives internal sensor.
    Replacement drives do not contain the firmware to deliver temperature data on the temperature sensor cable.
    When the iMac does not receive a good signal from the hard drive it puts the fan at full speed to protect the drive.
    If you replace your drive, your iMac will initially seem fine, but soon the fan will begin to speed up to full speed. Resetting the SMC (System Management Controller) will have a temporary effect, but again the fan will speed up.
    Fixes people have used in the past included:
    Using smcFanControl and the terminal to set a MAX speed for the fan and writing scripts to start this after every sleep/restart.
    Shorting the temperature sensor cable (Not a possibility on 2011 iMacs) this tricks the iMac into thinking the drives temperature is very low, hence slow fan speed.
    Both these fixes are less then perfect and leave the drive in a dangerous situation with no protection from overheating.
    Another option people try is other Fan Control software. These programs will not work for this particular issue as they often only control the base speed, and if they do control the fans actual speed they rely on the temperature reported by the sensor which is now incorrect.
    HDD Fan Control
    HDD Fan Control works to fix this issue by reading the drives internal temperature using the S.M.A.R.T protocol and set the fans actual speed to a value good to protect the drive.
    It runs at startup and continually to always control the fan correctly, prevent the loud fan noise and protect the drive from overheating
    Instead of HDDFan Control, get the free SSDFan Control
    http://exirion.net/ssdfanctrl/

  • Question for dketcham and redfalconf35 regarding their "homework" solutions

    I have a question for dketcham and redfalconf35 regarding their "homework" solutions in my handy-dandy homework solutions thread:
    http://forum.java.sun.com/thread.jspa?threadID=5227051&messageID=9925415#9925415

    I promise I came up with that completely without the use of these forums!
    (Well, with the exception of the quality commenting, which is a vital part of any "urgent" set of code)
    Also, regardless of the question, the answer is 42, as any experienced programmer should know.

  • Query to join ohem and jdt1

    Hi Everyone,
    i make  a query for employee Advance trial it working fine but it show me the result of employee that have any of the transaction between these dates.
    i want all employee which have no transaction between these dates but have Opening.
    for example empoyee a have no debit credit but have opening on 1 july 10000. this employee is not showing.
    ==========================================Employee Advance Trial===========================
    With OB as
    Select OHEM.empID, Sum(Jdt1.Debit- JDt1.Credit) as [Balance]
    FROM 
    JDT1 INNER JOIN
                OJDT ON JDT1.TransId = OJDT.TransId INNER JOIN
                OACT ON OACT.AcctCode=JDT1.Account  full outer JOIN  --AND OACT.AcctCode=JDT1.ContraAct  INNER JOIN  --left outer join
                OHEM on JDT1 .Ref2 = OHEM .empID                                            
    where JDT1.Account IN('_SYS00000000264' ,'_SYS00000000265', '_SYS00000000266','_SYS00000000267')
    and Convert(date,JDT1.RefDate) < Convert(date,'1.jul.2014') and OHEM.empID BETWEEN 1  AND  1940
    Group By OHEM .Empid
    SELECT OHEM.firstName,OHEM.middleName,OHEM.Jobtitle, OHEM.jobtitle,OUDP.Name,OUBR.Name,
    OHEM.empID, OHEM.lastName,
    SUM(JDT1.Debit) AS Debit, SUM(JDT1.Credit) AS Credit --,isnull(Ob .Balance,0) AS OpeningBalance
    FROM         JDT1 INNER JOIN
                           OJDT ON JDT1.TransId = OJDT.TransId INNER JOIN
                           OACT ON OACT.AcctCode=JDT1.Account  left JOIN  --AND OACT.AcctCode=JDT1.ContraAct  INNER JOIN  --left outer join
                           OHEM on JDT1 .Ref2 = OHEM .empID LEFT JOIN
                           OACT OACT2 ON OACT2.AccTCode=JDT1.ContraAct
                           full outer join OB On OHEM .Empid = OB .EmpID
                           left outer join OUDP ON OUDP.Code=OHEM.dept left outer join
                           OUBR ON OUBR.Code=OHEM.branch
    where JDT1.Account IN('_SYS00000000264' ,
      '_SYS00000000265', '_SYS00000000266','_SYS00000000267') AND
       Convert(date,JDT1.RefDate) BETWEEN  Convert(date,'1.jul.14') AND Convert(date,'31.jul.14') AND OHEM.empID BETWEEN 1  AND  1940
    GROUP BY  OHEM.empID , OHEM.lastName,isnull(Ob .Balance,0),
    OHEM.firstName, OHEM.middleName,OHEM.Jobtitle,
    OHEM.jobtitle,OHEM.dept,OUDP.Name,OHEM.branch,OUBR.Name
    ========================================================================================

    Hi Safeer Khan..,..
    Try This
    SELECT t.firstName,
       t.middleName,
       t.jobTitle,
       t.jobTitle,
       t.Name,
       t.Name,
       t.lastName,
       SUM(debit),
       SUM(credit),
       SUM(t.OpeningBalance)
    FROM
      (SELECT OHEM.firstName,
       OHEM.middleName,
       OHEM.Jobtitle,
       OUDP.Name AS OuName,
       OUBR.Name,
       OHEM.empID,
       OHEM.lastName,
       SUM(JDT1.Debit) AS Debit,
       SUM(JDT1.Credit) AS Credit ,
       0 AS OpeningBalance
       FROM JDT1
       INNER JOIN OJDT ON JDT1.TransId = OJDT.TransId
       INNER JOIN OACT ON OACT.AcctCode=JDT1.Account
       RIGHT OUTER JOIN --AND OACT.AcctCode=JDT1.ContraAct INNER JOIN --left outer join
    OHEM ON JDT1 .Ref2 = OHEM .empID
       LEFT JOIN OACT OACT2 ON OACT2.AccTCode=JDT1.ContraAct
       LEFT OUTER JOIN OUDP ON OUDP.Code=OHEM.dept
       LEFT OUTER JOIN OUBR ON OUBR.Code=OHEM.branch
       WHERE JDT1.Account IN('_SYS00000000264' , '_SYS00000000265', '_SYS00000000266','_SYS00000000267')
       AND Convert(date,JDT1.RefDate) BETWEEN Convert(date,'1.july.2014') AND Convert(date,'30.july.2014')-- AND OHEM.empID BETWEEN @Employeeid AND @EmployeeidTo
       GROUP BY OHEM.empID ,
       OHEM.lastName,
       OHEM.firstName,
       OHEM.middleName,
       OHEM.Jobtitle,
       OHEM.jobtitle,
       OHEM.dept,
       OUDP.Name,
       OHEM.branch,
       OUBR.Name
       UNION ALL SELECT OHEM.firstName,
       OHEM.middleName,
       OHEM.jobtitle,
       OUDP.Name AS OuName,
       OUBR.Name,
       OHEM.empID,
       OHEM.lastName,
       0 AS Debit,
       0 AS Credit ,
       (SUM(JDT1.Debit)- SUM(JDT1.Credit))AS OpeningBalance
       FROM JDT1
       INNER JOIN OJDT ON JDT1.TransId = OJDT.TransId
       INNER JOIN OACT ON OACT.AcctCode=JDT1.Account
       RIGHT OUTER JOIN --AND OACT.AcctCode=JDT1.ContraAct INNER JOIN --left outer join
    OHEM ON JDT1 .Ref2 = OHEM .empID
       LEFT JOIN OACT OACT2 ON OACT2.AccTCode=JDT1.ContraAct
       LEFT OUTER JOIN OUDP ON OUDP.Code=OHEM.dept
       LEFT OUTER JOIN OUBR ON OUBR.Code=OHEM.branch
       WHERE JDT1.Account IN('_SYS00000000264' , '_SYS00000000265', '_SYS00000000266','_SYS00000000267')
       AND Convert(date,JDT1.RefDate) < Convert(date,'1.july.2014') --AND OHEM.empID BETWEEN @Employeeid AND @EmployeeidTo
       GROUP BY OHEM.empID ,
       OHEM.lastName,
       OHEM.firstName,
       OHEM.middleName,
       OHEM.Jobtitle,
       OHEM.jobtitle,
       OHEM.dept,
       OUDP.Name,
       OHEM.branch,
       OUBR.Name) AS t
    GROUP BY t.firstName,
       t.middleName,
       t.jobTitle,
       t.Name,
       t.Name,
       t.lastName
    Regards
    Kennedy

  • Errors and Queries regarding manually create database in oracle 9i

    Create database manually with following steps:
    1) Create SID
    C:\> set ORACLE_SID=mynewdb
    2)Create suitable database directories within oracle directory.
    Create folders udump,cdump,bdump within C:\oracle\admin\mynewdb\
    3)Create PFILE
    4)Create a password file using:
    C:\> orapwd file=C:\oracle\ora90\database\PWDmynewdb.ora password=oracle
    5)Create an instance of database
    C:\> oradim -new -sid mynewdb
    6)Start sqlplus:
    C:\> sqlplus\nolog
    7)connect / as sysdba
    8)startup nomount
    9)Run CREATE DATABASE script
    'Database Created' prompt display on screen.
    11) Run two scripts i.e. catalog.sql and catproc.sql
    Following are errors and queries related to database creation. :
    Errors+_
    Following error occur when start database:
    Total System Global Area 336359616 bytes
    Fixed Size 282816 bytes
    Variable Size 234881024 bytes
    Database Buffers 100663296 bytes
    Redo Buffers 532480 bytes
    Database mounted.
    ORA-01092: ORACLE instance terminated. Disconnection forced
    For start database I give following command, but it gives me same error:
    STARTUP OPEN PFILE='c:\ORACLE\ORA90\DATABASE\initmynewdb.ora'
    or
    STARTUP FORCE OPEN PFILE='c:\ORACLE\ORA90\DATABASE\initmynewdb.ora'
    or
    STARTUP OPEN
    or
    STARTUP FORCE OPEN
    Queries_
    *1)There are one databases in my machine name "orcl"*
    when I give commands
    C:\> connect / as sysdba
    C:\> startup nomount
    When I run "connect / as sysdba", in this which database instance connect?
    how the oracle will know to start mynewdb database instance in nomount? although I am not create database.
    *2) Step "startup nomount". In this, which database started in nomount?*
    *3) There is no reference for PFILE in CREATE DATABASE script. How the oracle will know which is the PFILE for database mynewdb?*
    *4) I create password file, how the oracle will know password file for which database (in this case mynewdb database)? How to map password file with particular database?*
    Thanks and Regards,
    Sachin

    Hi,
    not any thing new from the already given answer. But, i hope this examples gives more clarity.
    Answers below:
    1) ORACLE_SID is the answer
    2) see the output below.
    SQL> startup nomount
    ORACLE instance started.
    Total System Global Area 61785680 bytes
    Fixed Size 730704 bytes
    Variable Size 58720256 bytes
    Database Buffers 2048000 bytes
    Redo Buffers 286720 bytes
    SQL> select instance_name from v$instance;
    INSTANCE_NAME
    mytestdB
    SQL>
    SQL> show parameter db_name
    NAME TYPE
    VALUE
    db_name string
    mytestdB
    3) Check environment variables for ORACLE_HOME variable will let you know the location of the PFILE. By default it will be ORACLE_HOME/database (windows), ORACLE_HOME/dbs (LINUX/UNIX).
    SET command will help you or use widows options.
    In some other cases, the PFILE contains the link to it with IFILE value left in PFILE which should show the location.
    4) Check environment variables for ORACLE_HOME variable will let you know the location of the password file. By default it will be expected in ORACLE_HOME/database (windows), ORACLE_HOME/dbs (LINUX/UNIX).
    Regrds,
    Vasu.

  • Searching for documentation and information regarding programmes/sponsoring

    For development within software and CRM I am searching for documentation regarding actual programmes-sponsoring and information to correspond with experts within software development and CRM management placed and available by this portal of Oracle.
    Looking forward to your comments and notes!
    gjh03278

    I don't understand the question.

  • Account entity and Cases Regarding

    Hi,
    In our CRM when I open an Account in the left-hand navigation there is a Cases Regarding entry. Is this out of the box with CRM? If so, how would I know that? And what does this Cases Regarding actually meant to signify? Is there any good resource that points
    one to the OOTB user interface for the main entities and the associated left hand navigation entries.
    Thanks,
    Maz

    Hi,
    Yes, the link in the Navigation menu is added for some 1:N system relationships and all custom 1:N relationships - this is why Cases are in there, it will show all Cases for the Account that you're looking at. You can remove the link in the Navigation menu
    if you want via customizations but you can't add anything in there unless the relationship exists.

  • Toshiba Satellite a505-6005 hard drive issue and questions regarding options I may have

    Issue: start up computer and windows does not start. It eventually goes to a startup repair screen and eventually says "resolving disk errors...", and that's if it even gets to that screen. Unfortunately I never made a recovery disk or system image discs (I know that was not smart). I did however kept my files backed up so that was good.
    Steps I took: Took it to Best Buy and the tech advised me that the Black Tie 2 year protection had expired on Jan 30th 2012, and so it could not be repaired for free. I asked the tech there how much it would cost to fix and they had advised me that it was most likely a hard drive issue and that it would cost nearly $400 to replace/fix it. So I decided to buy a new Asus K53E-BBR14 laptop since it was not much more. When I got home and loaded everything up and got the computer to how I want, I went ahead and made a recovery disc and system image disc's. I tried using the recovery disc that I had made with my Asus in the Toshiba laptop and boot it from the dvd drive and it did not get anywhere. So I ASSUME that it really is a hard drive error because the RAM worked just fine in my new laptop and "repairing disk errors.." means something is wrong with the hard drive:
    Now that you know the background of what has happened my questions are as followed:
    1. Can I buy a new hard drive for the Toshiba and use the recovery and system image disc's i created on the new hard drive that i install in the toshiba? and just removed the bloatware from Asus (or does that not even get added to the disc's I created)?
    2. If so, will it prompt me to enter the Windows 7 product key? and therefore using the product key located on the bottom of the toshiba?
    3. What other steps could I take to make this toshiba laptop salvageable? This way i can turn around and sell it.
    Thanks,
    Russell States

    Also,
    I noticed that i can purchase (well pay the shipping anyways) recovery media from Toshiba. Can I use that on a new hard drive installed in the toshiba?
    BTW ran the Windows Memory Diagnostics Tool and no problems were found with the memory. and i do not care about the old hard drive as I have MY files backed up. I just want to try to get this toshiba laptop back to being "like new".
    Thanks,
    Russell

  • Has there been any change in FF21 and newer regarding background music file playing?

    Access this URL : http://www.mamarocks.com/cats.htm in FF20 lets the background music associated with it play. However, accessing the same URL in FF21 and newer results with the webpage being displayed but the music associated with it does not play. Microsoft Windows Media Player plugin is installed but is not selectable from the file type play selection. The Quicktime Player plugin is also installed. Selecting that or Windows Media Player to handle midi files has no effect on the behavior. I don't believe the plugins are at fault but rather something in how Firefox handles background file use that has changed.
    I have done searches on the Internet and found numerous reports of this problem. Please look for yourself and decide if there is a problem or at least tell us how to fix this situation.

    That is a midi file (Content-Type: audio/mid), so you need a plugin that can handle this MIME type (see the about:plugins page).
    *Tools > Options > Applications
    *http://kb.mozillazine.org/File_types_and_download_actions
    *https://support.mozilla.org/kb/change-firefox-behavior-when-open-file

  • Some History and Context Regarding the HP Soldier Video

    I consider myself a lucky man.  I’ve had the great opportunity to dedicate nearly my entire career (more than 25 years and counting!) to working for one of the greatest technology companies in the world.  HP is a part of my life – my friends and family all know I am proud to be a member of this team, and of my particular passion for helping customers.
    So, when in 2006, a video surfaced of a U.S. soldier in Iraq taking his frustrations with an HP support policy out on his printer – you can imagine how that resonated with me and within HP.  This video seems to be reaching a new audience as many of my colleagues have had it forwarded to them by family members, friends and co-workers in recent weeks.
    I was compelled to write this post because many do not realize that when HP received this “message to HP tech support” we quickly reached out to this soldier and resolved his issue.  And for years now, HP has provided free phone support for all active duty overseas U.S. military personnel, even if the product is out of warranty.  
    I continue to be extremely proud of the company I work for and was particularly proud of our response to this customer’s feedback.  
    HP Product Expert for the Officejet Pro X Series.
    Was your question answered? Mark it as an Accepted Solution!
    See a great post? Give it a Kudos!

         "what he did was inexcusable, probably because he was impatient and he didn't get the correct answer from HP on the first try."
    so, for the record, how many times should one expect to have to call HP tech support before receiving the correct answer?

  • Details and issue regarding V_V2 Back orders

    Dear Friends,
    Where can I get the the complete functionality of V_V2 T.code. Further when we run v_v2 it is also picking up the materials which are very near to expire date. For example we kept a setup that the materials which has expire date below 150 days time should not be picked up for the sales order but  when we run v_v2 , the system is picking up such materials which are near to expiry..so we like to stop them..can you please let me know your ideas.

    well, V_V2 just re-calculates availability of materials in existing orders. So, if you have the order already for your material which is close to it's expiration date - this transaction will just re-check available supply and recalculate confirmed dates qty (some other orders may have been rejected and released supply, or you have more qty available in stock, since the order was created/confirmed).
    So, I really see no issue here as it does not create new orders for these materials it just re-calculates availability.

  • WebHelp Output files distribution and deployment regarding

    Hi,
    I am just starting to try, learn RH7 to generate WebHelp.
    I successfully did a very simple and basic test project and
    our developer displayed the topic help on pressing F1.
    Good.
    Our application is a backoffice payment system. Currently the
    application is deployed on the Application Server which is
    Macromedia JRUN 4 with the OS - MS Windows 2003 std edition SP1.
    My compnay is planning for the following:
    The application shall be deployed on the Application Server
    Weblogic 10x on a UNIX box (could be IBX AIX/HP UX).
    The application is bundled as .WAR.
    Could you please clarify this for us?
    - Should the WebHelp output folder be bundled along with the
    above .WAR?
    - Can the Help files reside on Application server or the Web
    Server (only the Help not the application) and
    can still work effectively? (We prefer the Help to be on the
    App Server tho')
    Well, if I am not clear, I'll be glad to get you more
    details.
    Thanks in advance for your help.
    Radha Renganathan

    Hi Radha.
    Don't get confused between the generated and the published
    output. The published output is the actual output required to be
    placed where your users will access it. The location is defined in
    the final part of the WebHelp single source layout. The help can
    reside just about anywhere. You may want to check out our resident
    WebHelp juru Peter Grainge's
    website
    which has all the options on calling webhelp plus all manner of
    other stuff.

  • Dataelement and Datatype regarding photo

    hi this is praveen we are connecting .net to sap  .
    .net people  give photo to us so we have option in se78 direct we can insert photo
    but in my requirement is i need datatype and dateelement and table to insert a photo
    can any one pls help me
    thanking you

    HI Praveen,
    Try using the Tcode OAER where we can have the document type - as color photos etc. pls cehck this
    OAER- Document type - HRIEMPFOTO, HRICOLORFOTO etc try searching as HRI* we can also do this way
    OR
    save the photo in BMP format before uploading it in SAP. it doesn't support gif or other format.
    go to se78.give the name of the photo in graphics->BMAP-> F4. it will ask for the path. select from the path and upload the photo.give the desired resulution. Resulation will decide the size of photo. try different combination in form u'll get the desired size.

  • Hello, I just found out that my newest version of Firefox 5.0 is not compatible with the LinkedIn companion toolbar. Any ideas? Thanks in advance and best regards

    Firefox 5.0 for Mac 10.6 not compatible with LinkedIn companion toolbar

    You got it backwards, add-ons need to be compatible with Firefox, not the other way around. When Firefox is updated, the add-on needs to be updated.
    The Firefox version of that toolbar, available from here - http://www.linkedin.com/static?key=browser_toolbar_download - and here - https://addons.mozilla.org/en-US/firefox/addon/linkedin-companion-for-firefox/- hasn't been updated for Firefox 5.0 yet.
    You can force "compatibility" with this extension, but if that extension isn't coded correctly for Firefox 5.0, it ain't gonna fix it. <br />
    https://addons.mozilla.org/en-US/firefox/addon/add-on-compatibility-reporter/ <br />
    You'll have to see how well that add-on works in Firefox 5.0.
    Of course, you can ask LinkedIn when they plan to update their add-on.

  • Needs suggestion and help regarding my preparation

    I am looking for new job from my existing role. Here all the interviews are I am getting are scenario based and I am not able to reply most of them and as a result getting rejecting in every instance. . In my day to day work I am a part of DBA Monitoring team and everyday job is to monitor tablespace, listener, checking important mountpoint space, instance health check and backup monitoring, it is becoming boring day by day, hence I want to switch. But how to prepare for these typical scenarios based queries, I have both and single and Dataguard setup in my own laptop to play with but I am not getting any idea how to stimulate the different scenario's which can help me to crack the interviews.
    Any idea/advice and suggestions will be highly appreciated and will be followed diligently. Thanks in advance.

    Hi,
    i hope ....in real time world ...they expecting more from you than what your doing now....as DBA...
    actually as a DBA you have to do practice/play on your laptop or test environments...lots of things are there to do....
    how to prepare myself to reply those type problem scenario's and their solutions
    practice and ...........practice...practice...practice.......practice...practice...practice......practice...practice...practice......practice...practice...practice...... various scenarious.......on your test machine......
    example: 1st thing is you have to learn oracle architecture and gain the sound knowledge on that.... book expert oracle architecture by thomas kyte...
    2:backup and recovery ....every interviewer is expecting more info from you ..in this category...i hope..you have to practice various scenorious on your test machine ...
    like some of below....take a full backup of your database before proceeding any.R&D....
    1:datafile loss...system datafile losss... delete from the disk and try to restore/recover the db....do practice by using offline backup/online bcakup...
    2 redo corruption....modifing redo log size....
    3)controfile corruption/lost
    4)data gaurd archive log missing sequence like gap at standby side..wrt primary.....break the N/W connection try this scenario...practice switch over/fail over scenarious..etc..
    5)practice point in time recovery....
    6)take hot backup of database practice above ones...like datafile lost/corruption...etc...
    7) unconsciously table drop...flashback technology...
    8)RMAN..beauty of oracle...lots of thing are there to play on test by using RMAN...
    configuration....show all...it will give you the some conf parameter try to read each and every conf parameter do if its configure other than default...if you ..backup..restore...of any file missing...like datafile missing controfile file missing..etc...practice/play RMAN cmds....
    now a days every interviewer will ask lots of things about RMAN....
    9) do the cloning by using offline backup/online backup/RMAN
    http://gavinsoorma.com/2010/06/some-more-rman-recovery-scenarios/
    http://docs.oracle.com/cd/B28359_01/backup.111/b28270/rcmintro.htm
    http://docs.oracle.com/cd/B19306_01/backup.102/b14191.pdf
    once you got the sound knowldge on above things...then performence tuning.... analyzing statspack report/awr...etc..
    my suggestion is make a habit of to fallow oracle forum every day..if possible every Hr..and try to read old posts in the form.....reproduce problem by your self and fallow the.experts solution and document those it will useful for you in future ..things makes good for you...all the very best....
    thanks,
    DBC,
    Sr DBA.
    Edited by: dbc001 on Mar 10, 2013 10:36 AM

Maybe you are looking for

  • Freeze on blank screen with sound loop  when playing steam games

    Hi, I would really appreciate some advice. I've been troubleshooting this problem without success, Problem: Playing games on steam*, at some point, sometimes 5 minutes in, sometimes 2 hours in: - Screen goes blank, - last sound loops continuously, -

  • How to share calanders with my colleagues

    Myself and my colleagues want to share our calanders with each other. We will all be on the same page! How can we do this? Thank you! Garry

  • I can't register my apple care in Hungary.

    Sorry to post here, but i couldn't find any other topics related to this. I bought a new MBP 15 and an extended apple care and i can't reach any phone number i've been given which is impossible to reach. The retailer said apple severs are down for we

  • Standard Infoset base Attribute list cretion.

    Hi Experts, I am facing an issue in EHP1 while creating an infoset data source base marketing attribute selection for country or any other standard field for infoset (CRM_MKTTG_BP_ADDR). The values are available while using CR7.0 and can be further u

  • How do I decrease the space before a footnote

    I cannot figure out how to decrease the amount of "leading" space before the footnotes begin.  The paragaraph before the footnote line has not ended, so cannot simply decrease the amount of space after that particular paragraph.  The answer must be p