Report remaining quantities

Hi all,
Is there any standard report with information about the delivered quantity the remaining quantity and the price of the remaining quantity per line in each purchase order?
Thanks,
Alberto

HI,
Using T-Code ME2N, standard report available for your needs and as follows.
Type T-code ME2N,
1) Give input data plant,Scope of List - 'ALV' and execute the report.
2) Now, report showing all PO details with line items with Excel format (columnar).
3) In the report top, 'Change Layout' button (blue color) click, next screen opened. In the left side 'Column Set'  you will be select field 'Still to be delivered(qty), Still to be delivered(value) and left side arrow click (<---). The field come to right side and click tick button. Now you can see the report last column still to be delivered qty,value of each PO line item
Hope, it is useful for you.
Regards,
K.Rajendran.

Similar Messages

  • Query for calculating raw material requirements for the remaining quantities in sale order.

    Dear SAP Experts,
    Clients requirement :
                                         Client wish to know the quantities of raw materials needs to run the production order inorder to complete the remaining quantities in sale order.
    Need Clarification:
                                  I"m using the below query for this requirement. I wish to know whether this query suits for my clients requirement or not. If its so, I need to know how to group by T4.[Code] (Raw material Name)   and need to get the sum of    T4.[Quantity]  (BOM quantity)      and  (T1.[OpenQty]*T4.[Quantity]) as TOTALQTY under each raw material group
    SELECT T0.[DocNum], T0.[DocDate], T0.[CardCode],T0.[CardName], T1.[ItemCode], T1.[Dscription], T1.[Quantity] as salesorderQty , T1.[OpenQty], T2.onhand, T4.[Code] as Raw material Name,T4.[Quantity] as BOMQTY,  (T1.[OpenQty]*T4.[Quantity]) as TOTALQTY FROM ORDR T0  INNER JOIN RDR1 T1 ON T0.[DocEntry] = T1.[DocEntry] INNER JOIN OITM T2 ON T1.[ItemCode] = T2.[ItemCode] INNER JOIN OITT T3 ON T2.[ItemCode] = T3.[Code] INNER JOIN ITT1 T4 ON T3.[Code] = T4.[Father] WHERE  T0.[DocStatus] ='o' 

    You're posting in the Portuguese B1 space.
    You might want to post in the English one: SAP Business One Application

  • Min Max Report - Eroneous Quantities in the Demand Quantity Column

    I have a min max report and I have eroneous quantities inthe demant quantity column. I would like to know where these quantities are coming from. I cannot find them anywhere in the system. There are not POs, requisitions, move orders or sales orders that can explain these quantities. It is causing issues the reorder quantity as well as the available quantity.

    Use Item supply /Demand form to match your calaculation for min max in addition to the setting that you have for min max .
    Reconsile the report with respect to the parameter that was used.
    tx,
    dr

  • How to report only quantities less than zero on a calculated field

    I do not understand why my text will not work when it comes to reporting only 'Missing POs' less than zero, I assume it is because I am using 'int' on some fields?
    Any advice?
    SELECT
    t0.father as 'Parent Code',
    t2.itemname as 'Parent Description',
    t2.frgnname as 'Parent Status',
    t0.code as 'Child Code',
    t1.itemname as 'Child Description',
    t1.frgnname as 'Child Status',
    t0.comment as 'Master',
    cast(t3.onhand as int) as 'Child Uncommitted Stock',
    cast(t3.iscommited as int) as 'Child Committed Stock',
    (cast(t3.onhand as int) - cast(t3.iscommited as int)) as 'Child Free Stock',
    cast(t3.onorder as int) as 'Purchase Orders',
    (cast(t3.onhand as int) - cast(t3.iscommited as int)) + cast(t3.onorder as int) as 'Missing POs'
    FROM
    itt1 t0
    inner join oitm t1 on t0.code = t1.itemcode
    inner join oitm t2 on t0.father = t2.itemcode
    LEFT JOIN OITW T3 ON T3.WHSCODE = T0.Warehouse AND T3.ItemCode = T0.Code
    Where T3.WHSCODE Like '[%0]%' and 'Missing POs' < 0
    ORDER BY
    'Missing POs' asc, t0.father, t0.code
    Many thanks,
    Robin (I will be awarding points on all my outstanding questions shorlty - management time pressure at mo!)

    Try this:
    SELECT
    t0.father as 'Parent Code',
    t2.itemname as 'Parent Description',
    t2.frgnname as 'Parent Status',
    t0.code as 'Child Code',
    t1.itemname as 'Child Description',
    t1.frgnname as 'Child Status',
    t0.comment as 'Master',
    cast(t3.onhand as int) as 'Child Uncommitted Stock',
    cast(t3.iscommited as int) as 'Child Committed Stock',
    (cast(t3.onhand as int) - cast(t3.iscommited as int)) as 'Child Free Stock',
    cast(t3.onorder as int) as 'Purchase Orders',
    (cast(t3.onhand as int) - cast(t3.iscommited as int))
      + cast(t3.onorder as int) as 'Missing POs'
    FROM
    itt1 t0
    inner join oitm t1 on t0.code = t1.itemcode
    inner join oitm t2 on t0.father = t2.itemcode
    LEFT JOIN OITW T3 ON T3.WHSCODE = T0.Warehouse AND T3.ItemCode = T0.Code
    Where T3.WHSCODE Like '%0%' and (cast(t3.onhand as int) - cast(t3.iscommited as int))
      + cast(t3.onorder as int) < 0
    ORDER BY
    (cast(t3.onhand as int) - cast(t3.iscommited as int))
      + cast(t3.onorder as int),t0.father, t0.code

  • BW Report - Rounding Quantities

    Hi:
    I have a report with a quantity field.  When I view the quantity in the cube the value contains 3 decimals. However, when I run the query in Bex or Web, the quantity is rounded off and my decimals show as zero.
    Example:  Invoice Quantity = 168.650.  the report will display 169.000.  Invoice Quantity is define as a quantity; data type is Quan.  Unit/currency is 0PO_Unit.
    In the query, in the properties of Invoice Quantity  I have set up as the following:  Under "Number Format" - Scaling Factor is set to 1.  "Number of Decimal Places" is set to 0.000.  I don't understand why this is not working properly.
    Does anybody have any ideas why it's rounding instead of showing the decimals?
    Thanks in advance for your help!
    Regards,
    Helena

    Hi Eugene:
    In Table T006 I have a UOM "VAL" with Measure unit text "Value" and Unit Text "Monetary Value".  The decimal pt.rnd. is 0.  The dimension is "ZEACH". Also, the ISO Code is blank. When I execute transaction CUNI, it brings me to an Initial Screen.  In this intial screen it contains 3 tabs: Dimensions, ISO Codes, and Unit of Measurement.  Next to the Unit of Measurament it has a drop down.  If I select ZEACH, and click on Unit of Measurement, I get the entry that I'm interested in.  It has:  Unit = Val; Commercial = Val; Technical = Value; Meas. unit text = Value.  If I highlight and then click on more details button, I get the details screen.  Under "Display" Decimal places is blank.  Under "Conversion", Decimal pl. rounding is also blank.  And "ALE/EDI" ISO Code is also blank.  So in summary the culprit here is table T006.  Table T006 needs to be adjusted in R/3 so that when it gets fed to BW is correct.  The questions is how to modify T006?  Is this considered a configuration issue?
    Regards,
    Helena

  • Fix the coulmn width of main report which contain the sub report( remains white space of extra width)

    Hi,
    I am setting the column width of main report and that column is bounded with the sub report which contain some data.
    But if width is exceeded other than sub report data that width is showing as white space block. 
    It should be showing as normal header in gray shade.
    Please provide the solution for this. see the screen attached.
    Thanks

    Hi Raj,
    According to your description, you want to show the sub report without any white space in the textbox. Right?
    In Reporting Services, when we display a sub report in a textbox, this textbox will always show the whole sub report area. If the textbox is smaller than the report area, this textbox will extend automatically to fit the size of the sub report. Otherwise,
    it will has white space inside of the textbox. And if you have white space in your sub report, it will also be displayed in the textbox. So you may need to adjust the sub report size to make it fitted in main report.
    Reference:
    Subreports (Report Builder and SSRS)
    If you have any feedback on our support, please click
    here.
    Best Regards,
    Simon Hou (Pactera)

  • Why do some  crash reports remain on my mobile., but not all others have been on since FOREVER!?

    Incident Identifier: D1FED94D-DC7E-406F-B5FB-9D63F87B112D
    CrashReporter Key:   c699790ed660939fb4f24fcafa8c4b888520d272
    Hardware Model:      iPhone4,1
    Process:         MobileStore [411]
    Path:            /Applications/MobileStore.app/MobileStore
    Identifier:      MobileStore
    Version:         ??? (???)
    Code Type:       ARM (Native)
    Parent Process:  launchd [1]
    Date/Time:       2013-03-24 20:58:28.633 -0400
    OS Version:      iOS 6.1.3 (10B329)
    Report Version:  104
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  0
    Last Exception Backtrace:
    (0x31f7d29e 0x39ca597a 0x31f7d158 0x32852ab2 0x33f41982 0x38cc51b6 0x3a0c1d24 0x3a0bc4b2 0x3a0c11b8 0x31f50f36 0x31ec3eb8 0x31ec3d44 0x35a9c2e6 0x33dd92fc 0xc488a 0x3a0dcb1c)
    Thread 0 name:  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:
    0   libsystem_kernel.dylib             0x3a1a3350 0x3a192000 + 70480
    1   libsystem_c.dylib                  0x3a11a11e 0x3a0eb000 + 192798
    2   libsystem_c.dylib                  0x3a15696e 0x3a0eb000 + 440686
    3   libc++abi.dylib                    0x396f4d4a 0x396f1000 + 15690
    4   libc++abi.dylib                    0x396f1ff4 0x396f1000 + 4084
    5   libobjc.A.dylib                    0x39ca5a74 0x39c9d000 + 35444
    6   libc++abi.dylib                    0x396f2078 0x396f1000 + 4216
    7   libc++abi.dylib                    0x396f2110 0x396f1000 + 4368
    8   libc++abi.dylib                    0x396f350e 0x396f1000 + 9486
    9   libobjc.A.dylib                    0x39ca59ba 0x39c9d000 + 35258
    10  CoreFoundation                     0x31f7d158 0x31ebb000 + 794968
    11  Foundation                         0x32852ab2 0x327e3000 + 457394
    12  UIKit                              0x33f41982 0x33d82000 + 1833346
    13  iTunesStoreUI                      0x38cc51b6 0x38c6a000 + 373174
    14  libdispatch.dylib                  0x3a0c1d26 0x3a0bb000 + 27942
    15  libdispatch.dylib                  0x3a0bc4b4 0x3a0bb000 + 5300
    16  libdispatch.dylib                  0x3a0c11b8 0x3a0bb000 + 25016
    17  CoreFoundation                     0x31f50f36 0x31ebb000 + 614198
    18  CoreFoundation                     0x31ec3eb8 0x31ebb000 + 36536
    19  CoreFoundation                     0x31ec3d44 0x31ebb000 + 36164
    20  GraphicsServices                   0x35a9c2e6 0x35a97000 + 21222
    21  UIKit                              0x33dd92fc 0x33d82000 + 357116
    22  MobileStore                        0x000c488a 0xc3000 + 6282
    23  libdyld.dylib                      0x3a0dcb1c 0x3a0db000 + 6940
    Thread 1 name:  Dispatch queue: com.apple.libdispatch-manager
    Thread 1:
    0   libsystem_kernel.dylib             0x3a193648 0x3a192000 + 5704
    1   libdispatch.dylib                  0x3a0c3974 0x3a0bb000 + 35188
    2   libdispatch.dylib                  0x3a0c3654 0x3a0bb000 + 34388
    Thread 2 name:  WebThread
    Thread 2:
    0   libsystem_kernel.dylib             0x3a192f04 0x3a192000 + 3844
    1   libdispatch.dylib                  0x3a0c22fc 0x3a0bb000 + 29436
    2   libdispatch.dylib                  0x3a0c087c 0x3a0bb000 + 22652
    3   WebCore                            0x38086d2a 0x37ecd000 + 1809706
    4   iTunesStoreUI                      0x38cc3cba 0x38c6a000 + 367802
    5   CoreFoundation                     0x31f809c0 0x31ebb000 + 809408
    6   CoreFoundation                     0x31ed7fe6 0x31ebb000 + 118758
    7   WebCore                            0x385af336 0x37ecd000 + 7217974
    8   WebCore                            0x385aee3e 0x37ecd000 + 7216702
    9   WebCore                            0x386333c2 0x37ecd000 + 7758786
    10  JavaScriptCore                     0x35f96db6 0x35e37000 + 1441206
    11  JavaScriptCore                     0x35f95dc2 0x35e37000 + 1437122
    12  JavaScriptCore                     0x35f9a59c 0x35e37000 + 1455516
    13  JavaScriptCore                     0x35e76b06 0x35e37000 + 260870
    14  JavaScriptCore                     0x35ef87b4 0x35e37000 + 792500
    15  JavaScriptCore                     0x35e76f1e 0x35e37000 + 261918
    16  JavaScriptCore                     0x35e76b06 0x35e37000 + 260870
    17  WebCore                            0x387256d4 0x37ecd000 + 8750804
    18  WebCore                            0x387236e2 0x37ecd000 + 8742626
    19  WebCore                            0x37ed9d32 0x37ecd000 + 52530
    20  CoreFoundation                     0x31f52680 0x31ebb000 + 620160
    21  CoreFoundation                     0x31f51ee4 0x31ebb000 + 618212
    22  CoreFoundation                     0x31f50cb2 0x31ebb000 + 613554
    23  CoreFoundation                     0x31ec3eb8 0x31ebb000 + 36536
    24  CoreFoundation                     0x31ec3d44 0x31ebb000 + 36164
    25  WebCore                            0x37ed7500 0x37ecd000 + 42240
    26  libsystem_c.dylib                  0x3a0fc30e 0x3a0eb000 + 70414
    27  libsystem_c.dylib                  0x3a0fc1d4 0x3a0eb000 + 70100
    Thread 3 name:  com.apple.NSURLConnectionLoader
    Thread 3:
    0   libsystem_kernel.dylib             0x3a192eb4 0x3a192000 + 3764
    1   libsystem_kernel.dylib             0x3a193048 0x3a192000 + 4168
    2   CoreFoundation                     0x31f52040 0x31ebb000 + 618560
    3   CoreFoundation                     0x31f50d9e 0x31ebb000 + 613790
    4   CoreFoundation                     0x31ec3eb8 0x31ebb000 + 36536
    5   CoreFoundation                     0x31ec3d44 0x31ebb000 + 36164
    6   Foundation                         0x328103d0 0x327e3000 + 185296
    7   Foundation                         0x32893e80 0x327e3000 + 724608
    8   libsystem_c.dylib                  0x3a0fc30e 0x3a0eb000 + 70414
    9   libsystem_c.dylib                  0x3a0fc1d4 0x3a0eb000 + 70100
    Thread 4 name:  com.apple.CFSocket.private
    Thread 4:
    0   libsystem_kernel.dylib             0x3a1a3594 0x3a192000 + 71060
    1   CoreFoundation                     0x31f561f2 0x31ebb000 + 635378
    2   libsystem_c.dylib                  0x3a0fc30e 0x3a0eb000 + 70414
    3   libsystem_c.dylib                  0x3a0fc1d4 0x3a0eb000 + 70100
    Thread 5 name:  JavaScriptCore::BlockFree
    Thread 5:
    0   libsystem_kernel.dylib             0x3a1a308c 0x3a192000 + 69772
    1   libsystem_c.dylib                  0x3a0f4d2a 0x3a0eb000 + 40234
    2   libsystem_c.dylib                  0x3a0f4aa0 0x3a0eb000 + 39584
    3   JavaScriptCore                     0x35e92c70 0x35e37000 + 375920
    4   JavaScriptCore                     0x35fa4552 0x35e37000 + 1496402
    5   JavaScriptCore                     0x35fb6fa8 0x35e37000 + 1572776
    6   libsystem_c.dylib                  0x3a0fc30e 0x3a0eb000 + 70414
    7   libsystem_c.dylib                  0x3a0fc1d4 0x3a0eb000 + 70100
    Thread 6 name:  JavaScriptCore::Marking
    Thread 6:
    0   libsystem_kernel.dylib             0x3a1a308c 0x3a192000 + 69772
    1   libsystem_c.dylib                  0x3a0f4d2a 0x3a0eb000 + 40234
    2   libsystem_c.dylib                  0x3a0fef14 0x3a0eb000 + 81684
    3   JavaScriptCore                     0x35f37f3c 0x35e37000 + 1052476
    4   JavaScriptCore                     0x35f37e7c 0x35e37000 + 1052284
    5   JavaScriptCore                     0x35fb6fa8 0x35e37000 + 1572776
    6   libsystem_c.dylib                  0x3a0fc30e 0x3a0eb000 + 70414
    7   libsystem_c.dylib                  0x3a0fc1d4 0x3a0eb000 + 70100
    Thread 7 name:  WebCore: CFNetwork Loader
    Thread 7:
    0   libsystem_kernel.dylib             0x3a192eb4 0x3a192000 + 3764
    1   libsystem_kernel.dylib             0x3a193048 0x3a192000 + 4168
    2   CoreFoundation                     0x31f52040 0x31ebb000 + 618560
    3   CoreFoundation                     0x31f50d9e 0x31ebb000 + 613790
    4   CoreFoundation                     0x31ec3eb8 0x31ebb000 + 36536
    5   CoreFoundation                     0x31ec3d44 0x31ebb000 + 36164
    6   WebCore                            0x37f71d02 0x37ecd000 + 675074
    7   JavaScriptCore                     0x35fb6fa8 0x35e37000 + 1572776
    8   libsystem_c.dylib                  0x3a0fc30e 0x3a0eb000 + 70414
    9   libsystem_c.dylib                  0x3a0fc1d4 0x3a0eb000 + 70100
    Thread 8 name:  WebCore: LocalStorage
    Thread 8:
    0   libsystem_kernel.dylib             0x3a1a308c 0x3a192000 + 69772
    1   libsystem_c.dylib                  0x3a0f4d2a 0x3a0eb000 + 40234
    2   libsystem_c.dylib                  0x3a0fef14 0x3a0eb000 + 81684
    3   JavaScriptCore                     0x35e92c42 0x35e37000 + 375874
    4   WebCore                            0x380ebe88 0x37ecd000 + 2223752
    5   WebCore                            0x380ebe3c 0x37ecd000 + 2223676
    6   JavaScriptCore                     0x35fb6fa8 0x35e37000 + 1572776
    7   libsystem_c.dylib                  0x3a0fc30e 0x3a0eb000 + 70414
    8   libsystem_c.dylib                  0x3a0fc1d4 0x3a0eb000 + 70100
    Thread 9:
    0   libsystem_kernel.dylib             0x3a1a3d98 0x3a192000 + 73112
    1   libsystem_c.dylib                  0x3a0f1cf6 0x3a0eb000 + 27894
    2   libsystem_c.dylib                  0x3a0f1a12 0x3a0eb000 + 27154
    3   libsystem_c.dylib                  0x3a0f18a0 0x3a0eb000 + 26784
    Thread 10:
    0   libsystem_kernel.dylib             0x3a1a3d98 0x3a192000 + 73112
    1   libsystem_c.dylib                  0x3a0f1cf6 0x3a0eb000 + 27894
    2   libsystem_c.dylib                  0x3a0f1a12 0x3a0eb000 + 27154
    3   libsystem_c.dylib                  0x3a0f18a0 0x3a0eb000 + 26784
    Thread 11:
    0   libsystem_kernel.dylib             0x3a1a3d98 0x3a192000 + 73112
    1   libsystem_c.dylib                  0x3a0f1cf6 0x3a0eb000 + 27894
    2   libsystem_c.dylib                  0x3a0f1a12 0x3a0eb000 + 27154
    3   libsystem_c.dylib                  0x3a0f18a0 0x3a0eb000 + 26784
    Thread 12:
    0   libsystem_kernel.dylib             0x3a1a3d98 0x3a192000 + 73112
    1   libsystem_c.dylib                  0x3a0f1cf6 0x3a0eb000 + 27894
    2   libsystem_c.dylib                  0x3a0f1a12 0x3a0eb000 + 27154
    3   libsystem_c.dylib                  0x3a0f18a0 0x3a0eb000 + 26784
    Thread 0 crashed with ARM Thread State (32-bit):
        r0: 0x00000000    r1: 0x00000000      r2: 0x00000000      r3: 0x3bc6c534
        r4: 0x00000006    r5: 0x3bc6cb88      r6: 0x20b9d6e4      r7: 0x2fd3cdd4
        r8: 0x20b9d6c0    r9: 0x00000888     r10: 0x2fd3d01c     r11: 0x00000000
        ip: 0x00000148    sp: 0x2fd3cdc8      lr: 0x3a11a123      pc: 0x3a1a3350
      cpsr: 0x00080010
    Binary Images:
       0xc3000 -    0xc4fff +MobileStore armv7  <fb27a909864031ce9fc516f19baf8819> /Applications/MobileStore.app/MobileStore
    0x3bdb000 -  0x3bdffff  AccessibilitySettingsLoader armv7  <d910faf80cd632cc8f0d9f05d3944144> /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/Accessi bilitySettingsLoader
    0x4372000 -  0x4379fff  GAXClient armv7  <07eeeea44e753a0291420f6200747c49> /System/Library/AccessibilityBundles/GAXClient.bundle/GAXClient
    0x2fe8e000 - 0x2feaefff  dyld armv7  <280610df5ed43ec7aa00629a27009302> /usr/lib/dyld
    0x30eb1000 - 0x30f82fff  RawCamera armv7  <8752cce31e8e3ceab5d88c84e3481db2> /System/Library/CoreServices/RawCamera.bundle/RawCamera
    0x30f8b000 - 0x31094fff  IMGSGX543GLDriver armv7  <a31ea5c288c6353f9d6c75cf37c10fae> /System/Library/Extensions/IMGSGX543GLDriver.bundle/IMGSGX543GLDriver
    0x3109e000 - 0x31184fff  AVFoundation armv7  <320761e836883aeabf3cb5c53edb636d> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
    0x31185000 - 0x31185fff  Accelerate armv7  <b68ff92e404931f3bcb6361720f77724> /System/Library/Frameworks/Accelerate.framework/Accelerate
    0x31186000 - 0x312c4fff  vImage armv7  <30522b92940d3dd184c8e46780594048> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vIm age
    0x312c5000 - 0x313a8fff  libBLAS.dylib armv7  <d8edada1cea133458ca779e34a3a7f88> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib BLAS.dylib
    0x313a9000 - 0x3165efff  libLAPACK.dylib armv7  <9e08aead79d13043bab622402a270fba> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib LAPACK.dylib
    0x3165f000 - 0x316b8fff  libvDSP.dylib armv7  <09e2a5e3e9203950890ba57592523132> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib vDSP.dylib
    0x316b9000 - 0x316cafff  libvMisc.dylib armv7  <7b7d4ccc9f2b364cb0da4251e745545d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib vMisc.dylib
    0x316cb000 - 0x316cbfff  vecLib armv7  <a7751c047dcc35ba8885212e1938b93f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vec Lib
    0x316cc000 - 0x316ddfff  Accounts armv7  <ea2de358b6cc3baab27d6ab809c31e39> /System/Library/Frameworks/Accounts.framework/Accounts
    0x316df000 - 0x31743fff  AddressBook armv7  <8cfae84dc66d3c1f9d17335c53c3d7b7> /System/Library/Frameworks/AddressBook.framework/AddressBook
    0x31949000 - 0x31bd1fff  AudioToolbox armv7  <394ee11cf826367db9ff4968dbc71d6d> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
    0x31bd2000 - 0x31c97fff  CFNetwork armv7  <4771a5e4f9b83bceb252f0f3d166aaca> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
    0x31c98000 - 0x31ceefff  CoreAudio armv7  <5d534dbf76ff30f4a628f25f56c5f26a> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
    0x31d02000 - 0x31ebafff  CoreData armv7  <3930f672c76535a2abb768ee59958fa7> /System/Library/Frameworks/CoreData.framework/CoreData
    0x31ebb000 - 0x31fedfff  CoreFoundation armv7  <fcb8d4e838543bcb9a52c9f232b8b4eb> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
    0x31fee000 - 0x32126fff  CoreGraphics armv7  <81e213f810a034d4ba411f9b505da2a6> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
    0x32128000 - 0x32163fff  libCGFreetype.A.dylib armv7  <a5d20b80ab1532d8831027a66d2d9eb5> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dyl ib
    0x32347000 - 0x32362fff  libRIP.A.dylib armv7  <ec1487f9bdb93597a3f8d434406ad9bf> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
    0x32363000 - 0x32418fff  CoreImage armv7  <6ae4ae2461313e3f84c6a8102d5b1b0e> /System/Library/Frameworks/CoreImage.framework/CoreImage
    0x32419000 - 0x32471fff  CoreLocation armv7  <4edb4b0f05e13af8b84699fe3ea4c538> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
    0x324a6000 - 0x3250bfff  CoreMedia armv7  <8592bdc268b83b8886acfc1fdab649ed> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
    0x3250c000 - 0x32594fff  CoreMotion armv7  <4512d901170d32e7842e7fc1c519386b> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
    0x32595000 - 0x325ebfff  CoreTelephony armv7  <bea09dbe25363c3b8e8016b5b5148055> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
    0x325ec000 - 0x3264efff  CoreText armv7  <e135debbc8f937299f4986fc3e9459e3> /System/Library/Frameworks/CoreText.framework/CoreText
    0x3264f000 - 0x3265efff  CoreVideo armv7  <00f18bb26e663da9ae251a6ec36a19ec> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
    0x327e3000 - 0x329a6fff  Foundation armv7  <0179934581d13346aa7583165108b95c> /System/Library/Frameworks/Foundation.framework/Foundation
    0x32b61000 - 0x32baafff  IOKit armv7  <a98ba9fefc7333e4a5a9169198848c62> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x32bab000 - 0x32d83fff  ImageIO armv7  <b5ce84bb074d3de4b07b55da9fd8bfd1> /System/Library/Frameworks/ImageIO.framework/ImageIO
    0x32dfd000 - 0x32f97fff  MediaPlayer armv7  <ce97a30e514d3a17ae93ba4a9d1d69d2> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
    0x32f98000 - 0x33212fff  MediaToolbox armv7  <ed439fc5c9a03f8b9fae43af33de8a57> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
    0x3329a000 - 0x332f3fff  MobileCoreServices armv7  <77da8a9e7f813f5baf37eaa4a87fae84> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
    0x33320000 - 0x333e1fff  GLEngine armv7  <b3fd8a93778b317fab8630340a2d741b> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
    0x333e2000 - 0x333e9fff  OpenGLES armv7  <f2ede6b206f336de82cc38619692e762> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
    0x333eb000 - 0x333ebfff  libCVMSPluginSupport.dylib armv7  <2506af1c983f3f09ac69aca44f67e863> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
    0x333ec000 - 0x333eefff  libCoreFSCache.dylib armv7  <761c0f0e263c3d39adbb5bf789cedde1> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
    0x333ef000 - 0x333f1fff  libCoreVMClient.dylib armv7  <af6ff28dce6031baaa850ccc79e5699b> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
    0x333f2000 - 0x333f6fff  libGFXShared.dylib armv7  <a6ac1673a088379aa512ba5cac301f5b> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
    0x333f7000 - 0x33434fff  libGLImage.dylib armv7  <b8b8f3a1bfd0345e86aa0c2952534949> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
    0x33435000 - 0x3355afff  libGLProgrammability.dylib armv7  <0b3cb1b9a5003c4a975ec268cabca3fc> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
    0x33b2f000 - 0x33c44fff  QuartzCore armv7  <c086b6e6cd9d341399bcc3675c82f1fe> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
    0x33c45000 - 0x33c92fff  QuickLook armv7  <954e3a8bdaf337b085b30fd514ea5f3a> /System/Library/Frameworks/QuickLook.framework/QuickLook
    0x33c93000 - 0x33cc1fff  Security armv7  <fbc24f15bd9e37539cdd6e3576bde938> /System/Library/Frameworks/Security.framework/Security
    0x33d40000 - 0x33d7ffff  SystemConfiguration armv7  <410d69b356e533d6a1d538cf33059634> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
    0x33d82000 - 0x342d6fff  UIKit armv7  <ad8b3ad23f413187a178179db39cfa6b> /System/Library/Frameworks/UIKit.framework/UIKit
    0x342d7000 - 0x34315fff  VideoToolbox armv7  <d2e8067306d9346ab4a448f10f336894> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
    0x34589000 - 0x345aafff  AccessibilityUtilities armv7  <50768686234f3d089b19c0f318585cb7> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/Accessibilit yUtilities
    0x345ab000 - 0x345b7fff  AccountSettings armv7  <8db45acc4d3d3017af10fa5ee82c2306> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
    0x34603000 - 0x34606fff  AggregateDictionary armv7  <c2a6c1ff89a9318d8b74fc5dfc8847b8> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictio nary
    0x346ef000 - 0x34702fff  AirTraffic armv7  <752b64045f4d3ea88a946b53b731ce1a> /System/Library/PrivateFrameworks/AirTraffic.framework/AirTraffic
    0x34a32000 - 0x34a6dfff  AppSupport armv7  <921794b7d82a3558a0eb860979be199c> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
    0x34ae0000 - 0x34ae9fff  AssetsLibraryServices armv7  <de7ca29cd47433cd8eca9c04102f5508> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibrary Services
    0x34b19000 - 0x34b30fff  BackBoardServices armv7  <772912697ec23e5199a452e97f075dd9> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
    0x34b3a000 - 0x34b5efff  Bom armv7  <b5315d733e123a0781683efdc734064b> /System/Library/PrivateFrameworks/Bom.framework/Bom
    0x34bde000 - 0x34be5fff  CaptiveNetwork armv7  <a4f4b86cc84839f78ff746f013bcee6f> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
    0x34be6000 - 0x34cb0fff  Celestial armv7  <a688df527b65382da586ebc87f28c061> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
    0x34d94000 - 0x34d99fff  CommonUtilities armv7  <f8fea9ee6ca236b0a7fa6c00eb8a0d24> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
    0x3505f000 - 0x35060fff  CoreSurface armv7  <6065f7e040e93d6ea2837e929592cc30> /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
    0x350cd000 - 0x350d2fff  CrashReporterSupport armv7  <03ee46e3ca3f3920a7174e62096723fb> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterS upport
    0x352a4000 - 0x352b6fff  DataAccessExpress armv7  <b9423867a9ef303b87d2e1eac1712957> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
    0x352ca000 - 0x352dffff  DataDetectorsCore armv7  <58352df07a0139de878e5e275e27ab52> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
    0x352e1000 - 0x352f4fff  DataDetectorsUI armv7  <331c11e50793340f9ce758435c9420ac> /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI
    0x352f5000 - 0x352f6fff  DataMigration armv7  <5903e08348b83f119022cbbf83ad100a> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
    0x352f9000 - 0x35312fff  DictionaryServices armv7  <84669055e3e63d6ab56b8fe7b0476aaa> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServic es
    0x3531a000 - 0x35332fff  EAP8021X armv7  <6d5ab53850e23fe389e64e2705bd7810> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
    0x35385000 - 0x35798fff  FaceCoreLight armv7  <43de0b31da3b39e4acf85ec2c8d5c65c> /System/Library/PrivateFrameworks/FaceCoreLight.framework/FaceCoreLight
    0x357e5000 - 0x357eafff  libGPUSupportMercury.dylib armv7  <4366fa0d1a0938a794bd8346e286d6f8> /System/Library/PrivateFrameworks/GPUSupport.framework/libGPUSupportMercury.dyl ib
    0x35990000 - 0x3599cfff  GenerationalStorage armv7  <d77ad2367fff37d485480aa39df7d325> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalSto rage
    0x3599d000 - 0x35a96fff  GeoServices armv7  <edbf37a31a6a31f49e392ed8ece200c7> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
    0x35a97000 - 0x35aa2fff  GraphicsServices armv7  <d4b7fd6509753bff9525fef374ddc359> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
    0x35b11000 - 0x35b8cfff  HomeSharing armv7  <280b77b71df23f1cb5c9a2b76fc53212> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
    0x35b8d000 - 0x35b97fff  IAP armv7  <a9554a91bbb9308f96fcd9fddf596275> /System/Library/PrivateFrameworks/IAP.framework/IAP
    0x35d8e000 - 0x35ddafff  IMFoundation armv7  <797535fc363c3f818bcd1424251393bf> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
    0x35de1000 - 0x35de2fff  IOAccelerator armv7  <9655464326203d258d3d0fc7e94651e2> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
    0x35de3000 - 0x35de8fff  IOMobileFramebuffer armv7  <f38c374982a931d5a47458dd3c34ac59> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebu ffer
    0x35de9000 - 0x35dedfff  IOSurface armv7  <a55bf03c35de3fd9b56dce82083c3d10> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
    0x35e37000 - 0x35fddfff  JavaScriptCore armv7  <a5780997f4b738659172f40877c9a7d9> /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
    0x360a9000 - 0x36101fff  ManagedConfiguration armv7  <44bbb2ba85c8320bb9e73c654b90f8c0> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfigu ration
    0x36118000 - 0x3618efff  MediaControlSender armv7  <9fb205b64b5333a495ac61c149e0304b> /System/Library/PrivateFrameworks/MediaControlSender.framework/MediaControlSend er
    0x3618f000 - 0x36198fff  MediaRemote armv7  <73da55e989e73cb9ad6e9fdd4604ecc3> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
    0x362d8000 - 0x36305fff  MobileAsset armv7  <3a9e6258ae1230f5b12f1638b09cb974> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
    0x3634a000 - 0x3634dfff  MobileInstallation armv7  <c63e4b1ae40635cd9c6a7de851c80d10> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallati on
    0x3634e000 - 0x36354fff  MobileKeyBag armv7  <35882c57076334aeb0641969a9b69ff3> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
    0x363b1000 - 0x363b4fff  MobileSystemServices armv7  <10b4eee2739c353183ac2cfe4e39a443> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemSe rvices
    0x363cc000 - 0x363d5fff  MobileWiFi armv7  <bb4efbe3c7273c0fb534f12789756089> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
    0x363ef000 - 0x36533fff  MusicLibrary armv7  <3870f4cb0c8b36778ad1a3f7556547f7> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
    0x36534000 - 0x36545fff  MusicStoreUI armv7  <6ae5eda7a0e13c7eaeaa4f5009e61dd0> /System/Library/PrivateFrameworks/MusicStoreUI.framework/MusicStoreUI
    0x36565000 - 0x36567fff  OAuth armv7  <575df12a2f2436af92e31494c3b74465> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
    0x36ca1000 - 0x36cc6fff  OpenCL armv7  <9baf655cae4e3f9f99a5c6a99207099d> /System/Library/PrivateFrameworks/OpenCL.framework/OpenCL
    0x37027000 - 0x37044fff  PersistentConnection armv7  <c773b3dc885832f8a916de67f24f9f92> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConn ection
    0x372da000 - 0x37302fff  PrintKit armv7  <3f0b9c58a458358eb506858e8ff9e1fe> /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
    0x37303000 - 0x37377fff  ProofReader armv7  <9cb25467554637bcb268ba30527d3c0f> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
    0x37378000 - 0x37380fff  ProtocolBuffer armv7  <d1f2888d5e5a39cca6a6179a35c86770> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
    0x374bc000 - 0x374cdfff  SpringBoardServices armv7  <0e48e91ad40f34aab3323c7c4157ce52> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServ ices
    0x3752f000 - 0x3760afff  StoreServices armv7  <6d45f42eff2736d18cdd81af0473dd5a> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
    0x37658000 - 0x3765afff  TCC armv7  <d5bef30a5bda315194173b862975f9fb> /System/Library/PrivateFrameworks/TCC.framework/TCC
    0x37679000 - 0x37686fff  TelephonyUtilities armv7  <803d7a92439238ee942086999c481eb6> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtiliti es
    0x37b09000 - 0x37ba9fff  UIFoundation armv7  <9a464526e26634bc834537e5ac3abf1f> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
    0x37ead000 - 0x37eccfff  WebBookmarks armv7  <77b65bc9c87b367ebea9a5b7984b13a5> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
    0x37ecd000 - 0x387fcfff  WebCore armv7  <06c849df1ad435aeb8b6130d85cee5df> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
    0x387fd000 - 0x388dafff  WebKit armv7  <e0768dbdbdf13c769af7959497e24024> /System/Library/PrivateFrameworks/WebKit.framework/WebKit
    0x38985000 - 0x3898cfff  XPCObjects armv7  <723fe314ab95381cbfa69a0000005692> /System/Library/PrivateFrameworks/XPCObjects.framework/XPCObjects
    0x38c31000 - 0x38c69fff  iTunesStore armv7  <e88e4626134b32f8bac8e3f79afddf24> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
    0x38c6a000 - 0x38e1dfff  iTunesStoreUI armv7  <a43818698f0a3fa9b662386bd73f3417> /System/Library/PrivateFrameworks/iTunesStoreUI.framework/iTunesStoreUI
    0x3951a000 - 0x39520fff  libAccessibility.dylib armv7  <f40705b5e9c43ce3b1f185fe690b9ac8> /usr/lib/libAccessibility.dylib
    0x39521000 - 0x39537fff  libCRFSuite.dylib armv7  <5a8a3d18a1ff3c97bd773705fef2d81c> /usr/lib/libCRFSuite.dylib
    0x3954f000 - 0x3955bfff  libMobileGestalt.dylib armv7  <d0dce72a604b37309b8714fb35d74468> /usr/lib/libMobileGestalt.dylib
    0x3956d000 - 0x3956dfff  libSystem.B.dylib armv7  <7aeeab280f7e361e9986d962d0fa5281> /usr/lib/libSystem.B.dylib
    0x3968f000 - 0x3969bfff  libbsm.0.dylib armv7  <3870b1c8b1783b788bd51da1a04eae6e> /usr/lib/libbsm.0.dylib
    0x3969c000 - 0x396a5fff  libbz2.1.0.dylib armv7  <b04d27fa0f2d31d8bd0745f8aa0d7f67> /usr/lib/libbz2.1.0.dylib
    0x396a6000 - 0x396f0fff  libc++.1.dylib armv7  <ceb9fb64fb203d3a94063a9db6590ca4> /usr/lib/libc++.1.dylib
    0x396f1000 - 0x39704fff  libc++abi.dylib armv7  <4b8520bc534231ae97ce146e076bc7bf> /usr/lib/libc++abi.dylib
    0x39735000 - 0x39822fff  libiconv.2.dylib armv7  <ac23bb84e91e35418c9a2fb4792658b2> /usr/lib/libiconv.2.dylib
    0x39823000 - 0x3996cfff  libicucore.A.dylib armv7  <da9d04cc6f6d3825aa52636342ef1e04> /usr/lib/libicucore.A.dylib
    0x39974000 - 0x39974fff  liblangid.dylib armv7  <a10d8f96815d35e0a1d2c7b998a941f3> /usr/lib/liblangid.dylib
    0x39977000 - 0x3997efff  liblockdown.dylib armv7  <224c65d491603e21a78a00af9e10f012> /usr/lib/liblockdown.dylib
    0x39c5f000 - 0x39c74fff  libmis.dylib armv7  <7502589f14733beb963c542fa40438c8> /usr/lib/libmis.dylib
    0x39c9d000 - 0x39d9bfff  libobjc.A.dylib armv7  <79e5d714945834e4b2587abfc6c7269c> /usr/lib/libobjc.A.dylib
    0x39e5f000 - 0x39e74fff  libresolv.9.dylib armv7  <3ee61a04a99b322e97e179bc03c46cf1> /husr/lib/libresolv.9.dylib
    0x39e99000 - 0x39f1efff  libsqlite3.dylib armv7  <cbefd01867b93d2a869a534825a1414c> /usr/lib/libsqlite3.dylib
    0x39f1f000 - 0x39f6afff  libstdc++.6.dylib armv7  <e3154b06ac5d360c948111abfb2bc339> /usr/lib/libstdc++.6.dylib
    0x39f6b000 - 0x39f91fff  libtidy.A.dylib armv7  <c43990ee3a5e389aacf288c3615a50dc> /usr/lib/libtidy.A.dylib
    0x39f95000 - 0x3a042fff  libxml2.2.dylib armv7  <28dcf6ee713b387ebb763d11d4b3cd37> /usr/lib/libxml2.2.dylib
    0x3a043000 - 0x3a063fff  libxslt.1.dylib armv7  <d327d9e0f43333568abda8d83558c8a9> /usr/lib/libxslt.1.dylib
    0x3a064000 - 0x3a070fff  libz.1.dylib armv7  <3ea49513bc023326be68e35324c11d0e> /usr/lib/libz.1.dylib
    0x3a071000 - 0x3a074fff  libcache.dylib armv7  <91862e82d5063531b4fb4da9a19e5365> /usr/lib/system/libcache.dylib
    0x3a075000 - 0x3a07bfff  libcommonCrypto.dylib armv7  <d9e66574881739e8b25c3ae087a9f409> /usr/lib/system/libcommonCrypto.dylib
    0x3a07c000 - 0x3a07efff  libcompiler_rt.dylib armv7  <6ac449c92d743640a23d9d1ebe0b48a9> /usr/lib/system/libcompiler_rt.dylib
    0x3a07f000 - 0x3a084fff  libcopyfile.dylib armv7  <87bcae8743ab35c8a070ac95b7d57acb> /usr/lib/system/libcopyfile.dylib
    0x3a085000 - 0x3a0bafff  libcorecrypto.dylib armv7  <04b464137fc2304b84eeed1a5418f4a8> /usr/lib/system/libcorecrypto.dylib
    0x3a0bb000 - 0x3a0d8fff  libdispatch.dylib armv7  <9323bb560d4e3a3fb41efdc78bd0cf94> /usr/lib/system/libdispatch.dylib
    0x3a0d9000 - 0x3a0dafff  libdnsinfo.dylib armv7  <c25502085c833181b2a12cf525cffde6> /usr/lib/system/libdnsinfo.dylib
    0x3a0db000 - 0x3a0dcfff  libdyld.dylib armv7  <f0b2fad1b720361297e22866c5c0fb64> /usr/lib/system/libdyld.dylib
    0x3a0dd000 - 0x3a0ddfff  libkeymgr.dylib armv7  <e19c865e73e2352bbc8022033e953f22> /usr/lib/system/libkeymgr.dylib
    0x3a0de000 - 0x3a0e3fff  liblaunch.dylib armv7  <c8bedc36bc3d3b55b91b12ebb1240968> /usr/lib/system/liblaunch.dylib
    0x3a0e4000 - 0x3a0e7fff  libmacho.dylib armv7  <965ab939e24935e7a3a65981574a7745> /usr/lib/system/libmacho.dylib
    0x3a0e8000 - 0x3a0e9fff  libremovefile.dylib armv7  <295706037a5238b4aa145df7b9354a0e> /usr/lib/system/libremovefile.dylib
    0x3a0ea000 - 0x3a0eafff  libsystem_blocks.dylib armv7  <50a01a02f573317fbd21e1070b0afc7d> /usr/lib/system/libsystem_blocks.dylib
    0x3a0eb000 - 0x3a171fff  libsystem_c.dylib armv7  <cacc68d271e53338b7780c26f651b767> /usr/lib/system/libsystem_c.dylib
    0x3a172000 - 0x3a178fff  libsystem_dnssd.dylib armv7  <6c5ac17133a1366aaeea5dc38dceaf1f> /usr/lib/system/libsystem_dnssd.dylib
    0x3a179000 - 0x3a191fff  libsystem_info.dylib armv7  <5a4a4c9da868317db7f17cb616eb32d1> /usr/lib/system/libsystem_info.dylib
    0x3a192000 - 0x3a1a8fff  libsystem_kernel.dylib armv7  <7d409890411a396a9c812f488f8ea99a> /usr/lib/system/libsystem_kernel.dylib
    0x3a1a9000 - 0x3a1c5fff  libsystem_m.dylib armv7  <036ea0321da038e8b69a0c4413da00fe> /usr/lib/system/libsystem_m.dylib
    0x3a1c6000 - 0x3a1d4fff  libsystem_network.dylib armv7  <afc167a2e9be3dd6851da8deaf42bafd> /usr/lib/system/libsystem_network.dylib
    0x3a1d5000 - 0x3a1dcfff  libsystem_notify.dylib armv7  <c1d71aa978383c51a9ba2b32782d6cc6> /usr/lib/system/libsystem_notify.dylib
    0x3a1dd000 - 0x3a1defff  libsystem_sandbox.dylib armv7  <45bb99d46408351a9c61b5326032adea> /usr/lib/system/libsystem_sandbox.dylib
    0x3a1df000 - 0x3a1dffff  libunwind.dylib armv7  <df8f1d90cbb837cc92d5901fab94e6ca> /usr/lib/system/libunwind.dylib
    0x3a1e0000 - 0x3a1f5fff  libxpc.dylib armv7  <7f983066ea4c3c119f3e2344a04fef6e> /usr/lib/system/libxpc.dylib
    Why are some still on my mobile, but not all... Also, I've noticed lots of Linux codes on some of the reports is that normal, sorry I'm a techie inept? I appreciate any insight thank you in advance. zg

    What's your web site address?

  • Report Painter - FAGLFLEXT Display of quantities

    Hi all,
    I want to create a report via Report Painter with table FAGLFLEXT. As far as I can see the table currently adjust quantities (field name MSLxx?). But actually I cannot find a way to report those quantities. Is this "report function for quantities" supported generally by the report painter?
    I still tried to copy the libary 0FL and activated the key figure BMSL - I (Document Quantity Actual).
    Thank you for your answers!
    Best Regards
    Andreas

    Andreas,
    Please try with FAGLFLEXA: - General Ledger: Actual Line Items table,field - MSL  rather than totals FAGLFLEXT: - General Ledger: Totals.
    Thanks...

  • Scheduled reports (DeskI) remain in status "Pending" in SP4(FP 4.3)

    Hi,
    I am facing a weird problem with a BO XI R2 cluster installation (2 Windows Servers, one CMS, 2 DeskI Job servers on one node) after installing SP4 + FP 4.3. The users are allowed to schedule DeskI reports they created themselves. The scheduling works out fine at the beginning but at some point overnight the DeskI servers (although empty) completely ignore the fact that there are available jobs for scheduling. This means that the DeskI reports remain in status "Pending". Changing the "maximum number of jobs" setting at the CMC in the DeskI job servers properties tab seems to work like a wake-up call and the scheduling starts again. After a while though (can take up to a day to get there) the job servers start again to ignore the pending jobs.
    Is this a known issue in SP 4? Anyone had similar experiences two?
    Any help/ideas & hints will be highly appreciated.
    Cheers
    Stratos

    Hi Will,
    Quote: "In any case, in normal circumstances, you should not having pending jobs if your number of running numbers is below your max number of jobs setting". Exactly this is what we are expecting but the job server seems to sleep not caring about the actual number of pending jobs und wakes up only if we use a high setting (40) for the maximum number of jobs.
    Have found some references about similar problems for both the Web Intelligence and the Crystal Report Job Servers but not a real solution so far. It may be a problem with the CMS but I am not really sure. Restarting the CMS does not help neither.
    Cheers
    Stratos

  • Query in Item Reservations Report

    Hi all,
    Can i know what the 'Remaining Quantity' in the Item Reservations Report mean.Also let me know when the same column will be affected and how.
    ie.When can reserved quantities and remaining quantities vary in the report?
    Regards,
    Bala.

    You may use the set_block_property procedure built-in and the 'default_where' property so as to execute the query using the contents of your item (with the name of column , of course).
    Afterwards , you navigate to the db items block (with go_block('blockname')) and execute the query (built-in 'execute_query').
    Hope it helps
    Sim

  • Can Grow Vertical Alignment Error in Embedded Report View, but not in .PDF

    Hello,
    I have seen postings about this issue before, but have yet to find a solution. 
    I am using Visual Studio 2008 w/ the basic version of Crystal Reports that is included.
    I have a simple report that displays results of a stored procedure as rows across the report.  One field can be of variable length, anywhere from 0 to 100 characters.  Usually it's something reasonable (less than 40 chars), and so I have only given it so much width in the report.  For when it is longer than that, I turned the "Can Grow" property ON, and set the Maximum Number of Lines property to 0. 
    When the report displays embedded in my Web Form, and this field's data is wider than the space I have allowed, it breaks the data down into multiple lines of the same correct width, as you'd expect, but those lines end up displaced vertically upward several rows, and print directly on top of other data from the above rows, make the report unreadable in that area (and quite ugly overall!).
    If I export this report to a .PDF, it displays perfectly, without the vertical displacement error.
    Anyone know what the official work is on this?  Is there a fix or is this a bug?
    If there is no fix, does anyone know how to direct the report to the .PDF file viewer, so the embedded report remains invisible (and thus hides the ugly error), but the user has the .PDF version to see?  My client ultimately wants to export the report to .PDF, which I have already coded, but it does not open the .PDF Viewer, just saves the report to disk.  However, if I use the Crystal built-in Export button, it first displays a pop-up asking which format to export to, then if .PDF is chosen and okay is clicked, the pop-up switches to contain the .PDF Viewer, and opens the report.  In my user-defined export code, the .PDF is correctly created, but I am missing the step on how to open the .PDF Viewer.
    Any ideas?

    Thanks for the responses.
    Jonathan, moving the field in question to its own details section (details B) did not fix the issue.  The field in question is moved slightly down as its in a new details section with sits slightly lower than details A, but when it has to be broken up into multiple lines, the same issue arises, the field text is displaced vertically upward and sits on top of other data.
    Ludek, I wanted to send the report to a .PDF Viewer in a new browser, and keep the original browser intact.  I'm using code very similar to yours.  To launch the new broswer I added this code to the Page_Load of my main browser:
    btnViewReport.Attributes.Add("onclick", "window.open(Page.aspx', """", """", 'height=200,width=400')")
    When the button is clicked the report is exported, and the new browser opens Page.aspx.
    I use this code in Page_Load of Page.aspx:
            Dim webClient As System.Net.WebClient = New System.Net.WebClient()
            Dim buffer As Byte() = webClient.DownloadData("C:\Reports\Report.pdf")
            If Not buffer.Length.Equals(0) Then
                Response.ContentType = "application/pdf"
                Response.AddHeader("content-length", buffer.Length.ToString())
                Response.BinaryWrite(buffer)
            End If
    Any other ideas on the original vertical displacement issue when using Can Grow, I'd still appreciate it.
    Thanks,
    Scott
    Edited by: Scott Deltorto on Sep 23, 2008 10:15 PM

  • Webi report using openDocument URL,the window does not close..

    Hello,
    While viewing a Web intelligence report using openDocument URL, the window does not close after clicking on Document -> Close option, and the report remains open.
    And if I close the browser, the session of the user in InfoVierw remains opened
    Thanks
    Environment
    Firefox/3.6.15
    Internet Explorer 8
    BusinessObjects Enterprise XI 3.1
    SAP Integratio KIT XI 3.1
    SAP BW 7.02

    Please check SAP note 1512960  and SAP note 1384496.
    http://service.sap.com/notes
    This behaviour is by design.
    Regards,
    Stratos

  • (11) TRIAL BALANCE REPORT에 PAID 된 INVOICE가 보이는 CASE

    제품 : FIN_AP
    작성날짜 : 2003-05-13
    TRIAL BALANCE REPORT에 PAID 된 INVOICE가 보이는 CASE
    ==============================================
    PURPOSE
    Applications 11.0.3 환경에서 AP의 Trial Balance Report 실행시 잘못 생성된 data가 보여지는 경우의 문제를 해결한다.
    Problem Description
    Paid 가 완전히 이루어져서 gl 로 까지 transfer 된 invoice가 trial balance report에 여전히 remaining 금액과 함께 나타나고 있다.
    이 때 Payament가 한번 void 되었다가 다시 reissue 된 경우이다.
    Workaround
    1. Aplist11.sql 이나 아래의 select 문으로 invoice 상태를 check한다.
    SELECT invoice_id, invoice_amount
    FROM ap_invoices_all
    WHERE invoice_num = <'problem invoice'>;
    2. Trial balance에 data가 어떻게 entry 되었는지 확인한다.
    SELECT *
    FROM ap_trial_balance
    WHERE invoice_id = <results from query #1>;
    3. Invoice 에 대한 payment 정보를 확인한다.
    SELECT invoice_id, invoice_payment_id, accounting_date, accrual_posted_flag,
    cash_posted_flag, posted_flag
    FROM ap_invoice_payments_all
    WHERE invoice_id = <results from query #1>;
    4. Payment에 대한 distribution line 정보를 확인한다.
    SELECT invoice_payment_id, payment_line_number, line_type_lookup_code,
    amount, base_amount
    FROM ap_payment_distributions_all
    WHERE invoice_payment_id = <invoice_payment_id returned in query #3>;
    일반적으로 void 되었다가 reissue 된 payment의 trial balance가 잘못된 경우는 ap_payment_distributions_all table에 data가 잘못 생성되었기 때문이다.
    위의 테이블에서 잘못 생성된 data를 correct 하거나 delete 한다음에
    patch 375496 을 이용하여 trial balance 를 rebuil 하는것이 workaround 이다.
    Solution Description
    $AP_TOP/patch/110/sql/apautopb.pls 의 버젼이 110.6 보다 낮은경우 이런 문제 예방을 위해 AP D patchset 이상을 적용한다.
    Reference Documents
    NOTE 106744.1

    maybe OP want to extract all numbers from his inbox using regular expressions?

  • Bex Percentage Indicator in the WebI report (# Multivalue)

    Hi All!
    I'm having a difficulty to produce a Bex percentage indicator to a WEB I report.
    This is the result of my query:
    Cycles     
    Qty1     
    Qty2     
    (Qty1%AQty2)
    1     
    100     
    200     
    50%
    2     
    200     
    200     
    100%
    3     
    300     
    300     
    100%
    4     
    400     
    400     
    100%
    So far the report remains perfect.
    When I remove  Cycles dimension report, but let the cycles 1,2,3 and 4 in the Query  filter, the result is  # Multivalue for Qty1%AQty2) measure.
    We tried all kinds of aggregation in BO or in Bex query, and  The Sum aggregation  results the sum of the percentages, when need is that the formula is made again with the totals.
    What we need is it looks like this:
    Qty1     
    Qty2     
    (Qty1%AQty2)
    800     
    1100     
    72%
    Is there any way to make this in Bex and then translate to BO? The formula should be Sum (qte1) / Sum (qty2) *100?
    Or some syntax, that the bo understands what he need to regroup and give the right percentage?
    The final user needs the indicator create in the Universe, not in the report. (In the report works, but not in the Universe measure ).
    I donu2019t know if you get the idea, but I am available for any doubts.
    Specification:
    SAP BO XI r3
    SAP BW 7.0
    Tks a lot!
    Livia

    Have you tried:
    = ( sum([Qty1]) / sum ([Qty2]) ) * 100
    or...
    = ( sum([Qty1]) ForAll [Cycles] / sum ([Qty2])ForAll [Cycles] ) * 100
    You could create some global CKF (creating CKF as local structure formula will not work) in BEx. Go to properties, calculation, Calculate Results As... Sum. You may need to use exception aggregation. Find a characteristic that is the same value for all cycles and use that as the exception aggregation reference characteristic. Using BEx may be the best idea if you have a high volume of records since Webi performance on high volumes is not great.

  • Report painter issue

    Hi All,
    I need to create a report using report painter.
    Requirement goes like this:
    1) A report of quantities on a cost center against a cost element.
    2)The quantities should be for each month from jan to Dec
    I have used SMEG (QUANTITY) as the Basic Key figure.
    General Selection:
    Version     0                                            
    Fiscal year     1GJAHR     Fiscal Year
    Value type     4                                            
    CO area     0002                                            
    Cost center     1KOSET     Cost center group
    I am trying to get the quantity (MENGE) booked using F-02 on a cost center.
    But my problem is that, against a cost center there are many other quantities booked.
    I am not getting the output as my report painter query is not using COEP table and my data is available on COEP table.It queries COSS & COSP
    Is there is a way that i can use my report painter queiry this table.
    Regards
    Rahman

    reolved

Maybe you are looking for

  • Dynamic creation of date in selection variant

    Hi All, I have a Z program for updating a field in BOM item. One of the input field in the report is "Valid From Date". Actually the current date is automatically fetched through a function module and it is defaulted in that field.  Our client is usi

  • Tree View Node Element Resize

    Hello, Is there any way to resize Tree View Node Element programatically. In .fr file the height of the tree view node element is set to 90. On a button click I want to resize the element height to 18. I have tried using IControlView->SetFrame(TmpRec

  • I want to make a clean install of lightroom v4

    Hi i would like to make a clean install of lightroom 4 last version ,windows 7 sp1 64bit may i know which files the installer stored in C:\windows? i'm not talking about preferences but all the files it saved inside the windows folder thanks

  • Help with a infiniband driver

    Here I share with you a question I received from Gustavo Wolfmann, a professor from Universidad Nacional de Cordoba, Argentina. If you can help, would be great i am installing infiniband interfaces over our servers sun fire X2200, interfaces from mel

  • Having trouble deciding on an iPad 2 case

    So I'm having a hard time choosing what. iPad 2 case to get. I don't want the smart cover because I think I need something to cover the back to.I know could get a smart cover with compatible back shell but that gets pretty pricey and I don't know if