Would you happen to know the difference between these two fields from FI-GL

Hi,
Would you happen to know the differnce between these two field
i. UMSOL from 0fi gl6 and DMSOL from 0fi_ gl_4
ii. UMHAB from 0fi gl6 and DMHAB from 0fi_ gl_4
iii.In a test case on a system, where I was looking for the same values in comparison, I am getting inconsistent data.
which key figures in 0fi gl6  are equivalent to which in 0fi_ gl_4
Any hints
Thnx
Edited by: AmandaBaah on Jul 29, 2009 2:47 AM

Hi Amanda,
    They are both very different datasources. 0FI_GL_6 is the General Ledger: Transaction Figures which fetched data from the GLT0 table while 0FI_GL_4 fetched data from the BSEG and BKPF tables and fetched the line items from the general ledger.
You can refer the following links for more info
[0FI_GL_6|http://help.sap.com/erp2005_ehp_04/helpdata/EN/0a/558cabb2e19a4db3097b81bba4fd0e/content.htm]
[0FI_GL_4|http://help.sap.com/saphelp_bw33/helpdata/en/af/16533bbb15b762e10000000a114084/content.htm]
Regards.

Similar Messages

  • What is the Difference between these Two?

    Hi All,
    In Oracle University site i saw 2 Courses for Oracle Webcenter sites. Just i would like to know the difference between these two. Based on your input i can decide which one to take.
    *1. Oracle Webcenter Sites for Developers*
              http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=609&p_org_id=1001&lang=US&get_params=dc:D73886GC10,p_preview:N
    *2. Oracle Webcenter Sites 11g for Developers*
              http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=609&p_org_id=1001&lang=US&get_params=dc:D78300GC10,p_preview:N
    Is the 1st one is Fatwire and the 2nd one is Fatwire+Oracle latest implmentation ? Is my understanding is right?
    regards
    Sri

    It's the same lens, just different sellers.  The higher one is the MSRP, or close to it.  But since they use this lens in a kit it goes for less.  I have no idea who Celltime Inc is, but it's fullfilled by Amazon, so I'd feel reasonably safe.  Just look into their return policy.
    With the recent release of the 6D and somewhat recent 5d3, the market is flooded with these lenses from kits; I wouldn't pay more than 800 something for it.  Getting it through Amazon is a bonus over eBay.  If the seller checks out I'd go for it.
    Edit: DH beat me to it. 

  • How to get the difference between these two dates

    Hello Friends,
    I need to get the difference between these two fields which store dates but with varchar2 data types
    SELECT pac.segment1, pac.segment2 emp_no, pac.segment3 NAME,
    pac.segment4 POSITION, pac.segment5 start_date, pac.segment6,
    pac.segment7
    FROM per_analysis_criteria pac, fnd_id_flex_structures_vl ffs
    WHERE ffs.id_flex_structure_code = 'Employee Rejoin'
    AND ffs.id_flex_num = pac.id_flex_num
    AND TO_CHAR (TO_DATE (pac.segment7, 'YYYY/MM/DD HH24:MI:SS'))
    - TO_CHAR (TO_DATE (pac.segment6, 'YYYY/MM/DD HH24:MI:SS')) > 1;
    my query is something like this...
    am trying to find the difference between the last two columns but with not much luck..
    can some one suggest me a solution please

    SELECT pac.segment1, pac.segment2 person_id, pac.segment3 NAME,
    papf.employee_number, paaf.supervisor_id, pac.segment4 POSITION,
    pac.segment5 start_date, pac.segment6, pac.segment7,
    papf2.email_address,
    ( TO_DATE (TO_CHAR (pac.segment7), 'DD-MON-YYYY HH:MI:SS AM')
    - TO_DATE (pac.segment6, 'DD-MON-YYYY HH:MI:SS AM')
    + 1
    ) difference,
    POST.email_address
    FROM per_analysis_criteria pac,
    apps.fnd_id_flex_structures_vl ffs,
    per_all_people_f papf,
    per_all_assignments_f paaf,
    per_all_people_f papf2,
    (SELECT email_address, person_id
    FROM per_all_people_f
    WHERE person_id IN (
    SELECT person_id
    FROM per_all_assignments_f
    WHERE position_id IN (SELECT position_id
    FROM per_positions
    WHERE NAME LIKE 'HR Manager.704.')
    AND TRUNC (SYSDATE) BETWEEN effective_start_date
    AND effective_end_date)
    AND TRUNC (SYSDATE) BETWEEN effective_start_date AND effective_end_date
    AND business_group_id = fnd_profile.VALUE ('PER_BUSINESS_GROUP_ID')) POST
    WHERE ffs.id_flex_structure_code = 'Employee Rejoin'
    AND TO_CHAR (papf.person_id) = pac.segment2
    AND ffs.id_flex_num = pac.id_flex_num
    AND TRUNC (SYSDATE) BETWEEN papf.effective_start_date
    AND papf.effective_end_date
    AND papf.current_employee_flag = 'Y'
    AND papf.person_id = paaf.person_id
    AND TRUNC (SYSDATE) BETWEEN paaf.effective_start_date
    AND paaf.effective_end_date
    AND papf.person_id = paaf.person_id
    AND papf2.person_id = paaf.supervisor_id
    AND paaf.primary_flag = 'Y'
    AND TRUNC (SYSDATE) BETWEEN papf2.effective_start_date
    AND papf2.effective_end_date
    AND papf2.current_employee_flag = 'Y'
    and ( TO_DATE(to_char(pac.segment7), 'DD-MON-YYYY HH:MI:SS AM')-TO_DATE (pac.segment6, 'DD-MON-YYYY HH:MI:SS AM')+1) >1
    last line is giving me the error pls suggest a solution

  • Would you please summarize what the difference between tc and alv?

    hi, experts,
      would you please summarize what the difference between table control and alv base on the function and usage practice.
    for example, as i know:
    1.edit
      tc: can edit in the same screen and save.
      alv: pop up a sub screen to let user edit, so this is unconvenient.
    2.functional button
      alv: can have many functional button as default ,eg. sort, summary and so on
      tc:  developers must implements by himself.
    3.color
      alv: can have and change color
      tc:  cann't changed color
    some client may required the data displayed in alv and edit in tc ,such as example BCALV_EDIT_02.
    above are my idea, experts, would you give me some comments on my opinion and summarize what the difference between those two components? i should make it clear in order to consult the UI with my client.hunger for your advice, thanks!
    Message was edited by:
            liu shaochang

    ALV Grid is basically used for display puropse. It is more user friendly. There are arious features ( such as coloring, sorting, saving to a local file, sedning by mail etc. ) These featurs make ALV Grid a very good option to display the data .
    However , the table control is not only used to display data take from the database table, but also you can do operation such as deletion of data from database table, insertion of data into the database table and updation also. Yeah it has not got the various features whihc ALV has.
    So table control and ALV Grid , if you are just using for display purpose, then ALV Grid is a better option due to its layout and attractive features. But if you want to do the database operations other than display, table control can be used.
    As far as execution is concerned, I think ALV Grid is faster.
    ALV grid control is faster when compared to Table control. But the comaprision is Negligible .
    One of the major differences comes in taking of line items - ALV has an advantage over Table Control when it comes to update database from it.Table control only allows maximum of 999 records at a time where as this limitation is not there in ALV.
    Also,a main feature of ALV Grid is that it contains a standard set of functions. These functions extend beyond the functions of a table control.
    These two UI elements require different keyboard navigation, with ALV Grid being more user-friendly.
    An application can display table data in ALV Grid or in a table control. In some applications you can choose between displaying and editing data in either ALV Grid or a table control. If a configurable button () appears in the right upper corner of the table, it is a table control.
    Basically ALV is a way to display the output and Table Control is designed in screen painter through which you can get entries in Table Control, can delete some records etc for further processing and its not use only for Display.
    ALV is Application List viewer:-
    Sap provides a set of ALV (ABAP LIST VIEWER) function modules which can be put into use to embellish the output of a report. This set of ALV functions is used to enhance the readability and functionality of any report output. Cases arise in sap when the output of a report contains columns extending more than 255 characters in length.
    In such cases, this set of ALV functions can help choose selected columns and arrange the different columns from a report output and also save different variants for report display. This is a very efficient tool for dynamically sorting and arranging the columns from a report output.
    TABLE CONTROL:-
    ABAP offers two mechanisms for displaying and using table data in a screen. These mechanisms are table controls and step loops. Table controls and step loops are types of screen tables you can add to a screen in the Screen Painter.

  • Whats the difference between these two queries ? - for tuning purpose

    Whats the difference between these two queries ?
    I have huge amount of data for each table. its takeing such a long time (>5-6hrs).
    here whice one is fast / do we have any other option there apart from listed here....
    QUERY 1: 
      SELECT  --<< USING INDEX >>
          field1, field2, field3, sum( case when field4 in (1,2) then 1 when field4 in (3,4) then -1 else 0 end)
        FROM
          tab1 inner join tab2 on condition1 inner join tab3 on condition2 inner join tab4 on conditon3
        WHERE
         condition4..10 and
        GROUP BY
          field1, field2,field3
        HAVING
          sum( case when field4 in (1,2) then 1 when field4 in (3,4) then -1 else 0 end) <> 0;
    QUERY 2:
       SELECT  --<< USING INDEX >>
          field1, field2, field3, sum( decode(field4, 1, 1, 2, 1, 3, -1, 4, -1 ,0))
        FROM
          tab1, tab2, tab3, tab4
        WHERE
         condition1 and
         condition2 and
         condition3 and
         condition4..10
        GROUP BY
          field1, field2,field3
        HAVING
          sum( decode(field4, 1, 1, 2, 1, 3, -1, 4, -1 ,0)) <> 0;
    [pre]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    My feeling here is that simply changing join syntax and case vs decode issues is not going to give any significant improvement in performance, and as Tubby points out, there is not a lot to go on. I think you are going to have to investigate things along the line of parallel query and index vs full table scans as well any number of performance tuning methods before you will see any significant gains. I would start with the Performance Manual as a start and then follow that up with the hard yards of query plans and stats.
    Alternatively, you could just set the gofast parameter to TRUE and everything will be all right.
    Andre

  • What is the difference between these two sticks of RAM?

    I am upgrading my Macbook 2.2 GHz Intel Core 2 duo from 2GB of ram to 4GB
    What is the difference between these two kits?
    4GB Kit (2 x 2GB) 200 Pin DDR2-667 PC2-5300 256x64 CL5 1.8V SODIMM ($102.00)
    4GB Kit (2 x 2GB) eRam 200 Pin DDR2-667 PC2-5300 CL5 1.8V SODIMM ($88.00)

    Probably nothing of any consequence. Some places can just negotiate better deals with suppliers. Or one of a million other factors that can affect price is in play here.
    When buying RAM, I generally find it's better to pay a little extra to get a brand that's known for quality. I usually stick to Crucial myself. If you look around, you can probably find some real steals out there, but I don't know... With stories of people who literally go dumpster diving, salvaging stuff that was slated for disposal, then turning around and selling it... I prefer not to take chances. If you are, by all means, go for the cheaper one.

  • What is the difference between these two portalapps folders on the Server?

    Hello,
    On the Server there are two portalapps folder:
    1. Under: C:\usr\sap\JXX\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\portalapps
    2. Under: C:\usr\sap\JXX\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps
    Can someone please explain me what is the difference between these two portalapps folders and under which case will I turn to which folder?

    Hi Roy,
    The one at this location
    Under: C:\usr\sap\JXX\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\portalapps
    has all the files from the WEB-INF folder i.e. these are the non-web resources and cannot be accessed via HTTP(S) examples would be imgaes, CSS etc that you want only your application to access
    those under
    Under: C:\usr\sap\JXX\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps
    they have all the .JAR files, portalapp.xml, config properties etc. these are web resources and can be accessed via HTTP(S)
    Hope this is of help.
    Akhilesh

  • What is the difference between these two reports MC.1 and MB5L

    Hi
    what is the difference between these two reports MC.1 and MB5L?
    what is the Purpose of each report?
    Material ledger is activated for this plant, we found some amount difference between these two reports, my client accounting department used to compare these two reports while year end/month end closing
    Thanks
    Raju

    MC.1 will give you the report for plant analysis as per plant .
    MB5L report will give you list of stock value as per G/L account wise.

  • What is the difference between these two commands?

    What is the difference between these two commands?
    DROP TABLESPACE users INCLUDING CONTENTS;
    DROP TABLESPACE users INCLUDING CONTENTS AND DATAFILES;
    --------No.202

    http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_9004.htm#i2133717

  • What's the difference between these two networks?

    Have searched a lot but can not find a clear answer to the difference between these two networks.
    (I'm using these as examples only)
    Using Airport utility
    * sometimes theres a dotted line "......"
    *And sometimes there's a solid line like a " } "
    I chose these as an example because ours is just like the first example above.
    However sometimes our presents similar to the above example only with two devices, not three.

    Dotted line is wireless.. Solid line is ethernet..
    Normally all ethernet should show as your lower picture since all are directly wired..
    Wireless should show which Airport is the main base and which extend using wireless.
    But it is 50% science and 80% voodoo (voodoo cannot count even!!)

  • What is the difference between these two instant ink printers?

    Looking to get one of the HP instant ink printers from Best Buy. Either the Envy 4500 or the Envy 5530. There is a $20 diference and I did a side-by-side comparison of them on the Best Buy site, but the only difference I can notice is the 5530 seems to have more memory than the 4500 (128MB vs 32MB).
    Print speeds and resolutions seem to be the same. The cheaper one (4500) also seems to be able to do two-sided printing & reduction/enlargement (which I would have thought to be on the more expensive mode). So are there any other real differences between these two or have I pretty much covered them all?

    HI - great question, you identified a few of the differences.  Some additional differences are:
    4500 has a monochome display that is not touch enabled (you have to use scroll buttons on the side of the screen)
    5300 has a touch enabled color display
    Both printers can do duplexing (printing on both sides) and both have wireless.  
    We are excited about Instant Ink  and hope you enjoy the service & whichever printer you chose!  
    Although I am an HP employee, I am speaking for myself and not for HP

  • Whats the difference between these two iphone 5 model "md635ll vs md639ll"?

    i know theres alot of versions of iphone out there. I currently live in california, whats the difference between md635ll vs md639ll models?
    I currently have the md639ll one.

    My feeling here is that simply changing join syntax and case vs decode issues is not going to give any significant improvement in performance, and as Tubby points out, there is not a lot to go on. I think you are going to have to investigate things along the line of parallel query and index vs full table scans as well any number of performance tuning methods before you will see any significant gains. I would start with the Performance Manual as a start and then follow that up with the hard yards of query plans and stats.
    Alternatively, you could just set the gofast parameter to TRUE and everything will be all right.
    Andre

  • What is the difference between these two charging cycles??

    Hi,
    When u check out this http://www.apple.com/batteries/
    it says something about 2 hours Fast Charge and 4 hour Trickle Charge!!
    what is the difference between both of them?
    i charged my iPhone that day for 4 hours but i didn't notice any difference and it says Full after 2 hours!!
    does it matter if it is charged through the computer or a power outlet on the wall??
    Thank you

    agent_s87 wrote:
    When u check out this http://www.apple.com/batteries/
    it says something about 2 hours Fast Charge and 4 hour Trickle Charge!!
    what is the difference between both of them?
    In total it takes 4 hours to recharge the battery. You won't really know the difference actually if you plug it in when you go to bed for 7 hours. It actually states 2 hours to fast charge and 2 hours trickle charge. If you look closely at the chart it's based on 4 hours in total.
    i charged my iPhone that day for 4 hours but i didn't notice any difference and it says Full after 2 hours!!
    does it matter if it is charged through the computer or a power outlet on the wall??
    No it doesn't matter each one. You can buy any number of wall chargers and power packs at your local store. Go to Bestbuy.com and type 'iPhone Power' for select power plugin iphones.
    - Griffin - PowerBlock Charger for Apple® iPod® and iPhone
    - Griffin - PowerBlock Universal Dual AC Charger
    - DLO - Power Pack Home and Auto Chargers for Apple® iPod® and iPhone
    - DLO - Power Bug for Apple® iPhone
    - Apple® - USB Power Adapter for Apple® iPod® and iPhone
    - Belkin - Power Central with Cable Catch for Apple® iPod® and iPhone - White
    - Incase - Power Slider Case for Apple® iPhone 3G - Black
    With the last one "Incase - Power Slider Case for Apple® iPhone 3G - Black" gives you a whole day worth of a charge on standby without having to put the phone on Airplane Mode to conserve power. I kept it on in my pocket for 12 hours and the iPhone was still active.
    Message was edited by: JoeZinVA

  • What is the difference between these two sites.

    What is the difference between (this site) Apple Support Communities and the Developer forum.
    When I search on "apple developers forum"  what is the difference between the first and the seconde hit.
    RL6001

    RL6001 wrote:
    What is the difference between (this site) Apple Support Communities and the Developer forum.
    Aside from any other benefits of the paid developer programs, the Developer forums are focused solely on developers. This forums is just one little out-of-the-way corner of a much larger, more consumer oriented discussion site. Questions asked in the Developer forums are typically more difficult and may take several days to get an answer. Questions here are more beginner-type questions and you will get an answer much more quickly. The Developer forums are mostly populated by professional developers who have a much different perspective than you get on most other public internet forums. If you don't know what I'm talking about then you probably wouldn't believe me anyway.

  • What's the difference between these two modes?

    Hello there!!!
    As you all know, in the deco tool there are three differences modes:
    1. The Symmetry Brush effect mode.
    2. The Grid Fill effect mode.
    3. And the Vine Fill effect mode.
    Inside the Symmetry Brush effect mode, in its advanced options, there is one option named 'Grid Translation', which allow you to create a grid effect from a selected symbol, so I simply wonder what's the difference between this advanced option of the Symmetry Brush effect to the 'Grid Fill effect mode' that also enable you to do just the same thing!!!!
    Everybody who think that he found one or more differences between the mentioned above modes, is invited to post his opinions here.

    In analog terms, to explain YCbCr use the example of the COMPONENT output from your DVD player. It use 3 separate cables (Y = Luminance = Green Cable), (Y-B = Blue Color Diff = BLUE Cable) and (Y-R = Red Color Diff = RED Cable). In the analog world, RGB is actually RGBHV (5-wire) and is adaptable to 15-pin VGA with a simple passive adapter. Many people will mistakenly refer to Analog Component video as RGB, since the cables are Red, Green and Blue.
    So, since all that mumbo jumbo means essentially the same, this appears to be the digital "equivalent" of what is known as Component Video in the Analog world... What I said about RGBHV does not apply to the 10-bit color, but thought I'd mention it anyway.
    -BChil

Maybe you are looking for

  • Need to find All Custom Reports which are based on SAP standard reports

    Hi Specialists, I would like to find out all the customized reports which are a copy of SAP standard reports in the client's system. For Eg. RPCP11G0 is the SAP standard report which has been customized & it's code has been re-written into a Custom r

  • How to add outcome to activity step

    Hello everyone. Does anyone know how to add a possible outcome to an activity step that is not of type user decision? I know this is possible as I have seen workflows like this. Please help. Generous points will be awarded!

  • Muvo s

    I got a (52 MB with an fm radio) for christmas. I jog with it everyday, so it gets shaken up alot. Yesturday it wouldn't turn on, and I have no idea why. Then, it started working again, but only for about 20 minutes. I don't know what happened to it,

  • Can I determine the IP of someone who has hacked into my wireless DSL?

    I had all my PCs shut down/unplugged recently to move them but noticed the wireless light on my Actiontec was still lit/flashing.  Could this be due to someone hacking into my DSL?  I removed the antenna and it stopped.  Replaced the antenna and it s

  • File Deployer: .lck and template files showing up in File Deployer log?

    This is our second installation of CPS, but this time around a new issue has come up where the file deployer list is including files that should not be migrated from the staging site to the live site.... In our previous project when we installed the