Keyfigure in Output mode

Hi all,
I have an issue in DP Planning book.
Normal scenario:
Keyfigure is in Output mode at the aggregated level  i.e value is uneditable at the Totals level, but if I drill down to Details all,  it is editable.
Issue:
For a particular product, the same keyfigure is in the Output mode only for one Product-Location combination at the Details all level and this is observed only from couple of months. I checked for some of other products and the result is as we expected (as explained in the Normal scenario). I am unable to find out why there is an issue for only this product-Location combination? Can anyone help me out

Sai,
The 'normal scenario' you have explained itself is puzzling to me. Normally, once you configure the Input/Output setting for key figure in the planning book design, the setting will be applicable to all charateristic levels. Viewing the KF in 'Details All' should not change the behavior. The only possibility that this might have happened is if you are using any macros to control the I/O behavior of a KF. The macro might have failed to execute for that particular product/loc/S Org combination and hence you find it 'editable'. Pls do let me know if I'm missing something in understanding your issue.
Meanwhile, can you check out the settings and let us know where the I/O setting is controlled.
1) Is it configured in Planning Book design (/SAPAPO/SDP8B)? You can check this out by checking table /SAPAPO/PBDVWLK. Specify the pl book/ data view and check the entries for the concerned KF. The field 'Output' values control the I/O behavior of the KF.
2) Are any macros running? (Probably using the CELL_INPUT(0) function)
Let us know your settings & hopefully someone should be able to provide you a solution.
regards,
Srinidhi
Edited by: Srinidhi Acharya on Feb 9, 2009 10:33 AM
Edited by: Srinidhi Acharya on Feb 9, 2009 10:34 AM

Similar Messages

  • Using email output mode with af:table

    Hi everyone,
    I am currently experiencing an issue with the email output mode. We have a page with an af:table that allows email output mode. When in thise mode, the table only shows 1-15 results.
    How can we allow the table to show all it's content?
    Thank you.

    The number of table rows displayed in "email" mode is determined by the af:table's "rows" attribute. By default this attribute is bound to the data iterator's range size. You can modify the "rows" attribute in order to return an arbitrary large number when the page is displayed in "email" mode, thus instructing the table to render all the rows, for example:
    <af:table value="#{bindings.DepartmentsView1.collectionModel}"
              rows="#{adfFacesContext.outputMode=='email' ? 1000000 : bindings.DepartmentsView1.rangeSize}"
              ...Dimitar

  • How do you use the color channel output mode in Ultra Key in Premiere Pro CS6?

    I'm wondering how the color channel output mode is supposed to be used in the Ultra Key inside of Premiere Pro CS6? I've looked through all the Adobe help items and I don't see any documentation on it.

    Before I answer, you might want to read the following article: http://www.photoshopessentials.com/essentials/rgb/
    So, basically, if you understood all of that, and maybe already knew all of that, then you can use the color channel to see more deeply into the effect by looking at the details of the image through the lens of the color channel.

  • Placed an image in a new Illustrator document.  Tried to change the Output Mode in the Output Dialog but could not select "Separations Mode".

    Placed a DCS2 document image in a new Illustrator document. 
    Tried to change the Output Mode in the Output Dialog but could not select "Separations Mode".

    I would check with the makers of ULTRASEPS.
    I never heard of it, just checked their website, I don't think they support Illustrator:
    What do I need to use UltraSeps?
    UltraSeps requires Adobe Photoshop version CS2 or higher on Windows and Macintosh.
    Its also 100% compatible with Photoshop Creative Cloud and Creative Cloud 2014.

  • Output-Mode paramter is only for jspx

    Dear Friends,
    Iam setting <output-mode> this paramter value to printable. And in the customised PhaseListner iam able to identify only the id of Jspx. iam unable to get the id of Popup which is inside the jspx in phase listner.
    I want to set the "Printable" output mode for only the popup which is displaying inside the jspx.
    Is it possible to take the id of poupup inside the jspx and setting output paramter to "printable"?
    Is output mode parameter can be applicable only for jspx?
    Kindly help.
    Regards
    Lakshmar.B

    John,
    Therefore, output-Mode paramter value is applicable only for the jspx.
    Am I right John.
    Regards,
    Lakshmar.B

  • How do you load the Output Mod in Bridge

    How do you load the Output Mod in Bridge?

    I downloaded the AOM_Mac zip file from Adobe and copied the contents 1
    Adobe Output Module and 2 Adobe output Module workspace to
    Library/AppSupport/Adobe/BridgeCCExtensions.  When I open Bridge the Output
    Module shows in preferences under Startup Scrips, but not in the menu bar
    or in the Window/workspace bar.  So I can not access it.  I'm thinking of
    just not using bridge and just going with Lightroom and photoshop, as I
    think I can do more in Lightroom than bridge anyway.  cheers~photoick

  • How to switch USB-6008 between digital input and output modes

    Hi I have been following the examples of setting a specific port to either inout or output using the DAQmxCreateDIChan() or DAQmxCreateDOChan() calls. What I now want to do, is switch betwen inout to output mode and back again.
    DAQmxCreateDOChan()
    DAQmxWriteDigitalLines()
    // do something
    //switch to input
    DAQmxReadDigitalU32()
    // switch back to output
    I can't seem to find any calls or discussions on this.
    rjmiller

    Hi RJM,
    If you want to be able to switch your digital line between input and output, then you will need to use the Tristate Property. There is another discussion forum with more detailed information about using this property and I believe that you have already seen it. I am going to post the link in case anyone else wants to see the other forum as well: Tristate Property Discussion Forum. Reddog's post is very informative.
    Regards,
    Hal L.

  • Reg editing alv in output mode

    Hi,
    Cud any one let me know how to edit alv ?
    im using fcat-edit = 'x' option in function module approach....but even then im not able to edit columns/fields....?
    how to edit columns/rows using function modules and OOPs methos in alv????
    Thanks
    Jay

    Hi
    i am sending you a code where the output field is edtable in the ALV oop
    you can understand very easily
    reward if usefull
    *& Report  ZAMIT_ALV_OOP_EDITABLE
    REPORT  ZAMIT_ALV_OOP_EDITABLE.
    *data declaration
    DATA: G_CONTROL TYPE REF TO CL_GUI_CUSTOM_CONTAINER,
          G_ALV     TYPE REF TO CL_GUI_ALV_GRID.
    DATA: T_FCAT TYPE LVC_T_FCAT,
          WA_FCAT TYPE LVC_S_FCAT.
    DATA: I_ZAMIT TYPE TABLE OF ZAMIT_SHIP_TAB WITH HEADER LINE.
    DATA: I_INDEX TYPE I.
    DATA: G_OK_CODE TYPE SY-UCOMM.
    DATA: G_OK_CODE1 TYPE SY-UCOMM.
    SELECT * FROM ZAMIT_SHIP_TAB INTO TABLE I_ZAMIT.
    CALL SCREEN 9000.
    SCREEN FORMS>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    *&      Module  STATUS_9000  OUTPUT
          text
    MODULE STATUS_9000 OUTPUT.
      SET PF-STATUS 'PF9001'.
    SET TITLEBAR 'xxx'.
    ENDMODULE.                 " STATUS_9000  OUTPUT
    *&      Module  CREATE_CONTROL  OUTPUT
          text
    MODULE CREATE_CONTROL OUTPUT.
      CREATE OBJECT G_CONTROL
        EXPORTING
       PARENT                      =
          CONTAINER_NAME               = 'G_CUSTOM_CONTROL'
       STYLE                       =
       LIFETIME                    = lifetime_default
       REPID                       =
       DYNNR                       =
       NO_AUTODEF_PROGID_DYNNR     =
    EXCEPTIONS
       CNTL_ERROR                  = 1
       CNTL_SYSTEM_ERROR           = 2
       CREATE_ERROR                = 3
       LIFETIME_ERROR              = 4
       LIFETIME_DYNPRO_DYNPRO_LINK = 5
       others                      = 6
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
               WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    ENDMODULE.                 " CREATE_CONTROL  OUTPUT
    *&      Module  CREATE_ALV  OUTPUT
          text
    MODULE CREATE_ALV OUTPUT.
      CREATE OBJECT G_ALV
        EXPORTING
       I_SHELLSTYLE      = 0
       I_LIFETIME        =
          I_PARENT          = G_CONTROL
       I_APPL_EVENTS     = space
       I_PARENTDBG       =
       I_APPLOGPARENT    =
       I_GRAPHICSPARENT  =
       I_NAME            =
       I_FCAT_COMPLETE   = SPACE
    EXCEPTIONS
       ERROR_CNTL_CREATE = 1
       ERROR_CNTL_INIT   = 2
       ERROR_CNTL_LINK   = 3
       ERROR_DP_CREATE   = 4
       others            = 5
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
               WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    ENDMODULE.                 " CREATE_ALV  OUTPUT
    *&      Module  DISPLAY_ALV  OUTPUT
          text
    MODULE DISPLAY_ALV OUTPUT.
      PERFORM PREPARE_FIELD_CATALOG.
      CALL METHOD G_ALV->SET_TABLE_FOR_FIRST_DISPLAY
        EXPORTING
       I_BUFFER_ACTIVE               =
       I_BYPASSING_BUFFER            =
       I_CONSISTENCY_CHECK           =
       I_STRUCTURE_NAME              = 'SFLIGHT'
       IS_VARIANT                    =
          I_SAVE                        = 'X'
       I_DEFAULT                     = 'X'
       IS_LAYOUT                     =
       IS_PRINT                      =
       IT_SPECIAL_GROUPS             =
       IT_TOOLBAR_EXCLUDING          = T_TOOLBAR[]
       IT_HYPERLINK                  =
       IT_ALV_GRAPHICS               =
       IT_EXCEPT_QINFO               =
       IR_SALV_ADAPTER               =
          CHANGING
            IT_OUTTAB                     = I_ZAMIT[]
            IT_FIELDCATALOG               = T_FCAT
       IT_SORT                       =
       IT_FILTER                     =
    EXCEPTIONS
       INVALID_PARAMETER_COMBINATION = 1
       PROGRAM_ERROR                 = 2
       TOO_MANY_LINES                = 3
       others                        = 4
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
               WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    ENDMODULE.                 " DISPLAY_ALV  OUTPUT
    *&      Form  PREPARE_FIELD_CATALOG
          text
    -->  p1        text
    <--  p2        text
    FORM PREPARE_FIELD_CATALOG .
      REFRESH T_FCAT.
      CLEAR WA_FCAT.
    <b>  WA_FCAT-COL_POS = 1.
      WA_FCAT-COLTEXT = 'SHIPMENT NO.'.
      WA_FCAT-FIELDNAME = 'ZSHIP_NO'.
      WA_FCAT-REF_TABLE = 'I_ZAMIT'.
      WA_FCAT-edit       = 'X'.</b>
      APPEND WA_FCAT TO T_FCAT.
      CLEAR WA_FCAT.
      WA_FCAT-COL_POS = 2.
      WA_FCAT-COLTEXT = 'DOC TYPE'.
      WA_FCAT-FIELDNAME = 'ZDOC_TYP'.
      WA_FCAT-REF_TABLE = 'I_ZAMIT'.
    WA_FCAT-KEY       = 'X'.
      APPEND WA_FCAT TO T_FCAT.
      CLEAR WA_FCAT.
      WA_FCAT-COL_POS = 3.
      WA_FCAT-COLTEXT = 'NAME_CR'.
      WA_FCAT-FIELDNAME = 'ZNAME_CR'.
      WA_FCAT-REF_TABLE = 'I_ZAMIT'.
    WA_FCAT-KEY       = 'X'.
      APPEND WA_FCAT TO T_FCAT.
      CLEAR WA_FCAT.
      WA_FCAT-COL_POS = 4.
      WA_FCAT-COLTEXT = 'SHIP_TYP'.
      WA_FCAT-FIELDNAME = 'ZSHIP_TYP'.
      WA_FCAT-REF_TABLE = 'I_ZAMIT'.
    WA_FCAT-KEY       = 'X'.
      APPEND WA_FCAT TO T_FCAT.
      CLEAR WA_FCAT.
      WA_FCAT-COL_POS = 5.
      WA_FCAT-COLTEXT = 'LEG_IND'.
      WA_FCAT-FIELDNAME = 'ZLEG_IND'.
      WA_FCAT-REF_TABLE = 'I_ZAMIT'.
    WA_FCAT-KEY       = 'X'.
      APPEND WA_FCAT TO T_FCAT.
      CLEAR WA_FCAT.
    ENDFORM.                    " PREPARE_FIELD_CATALOG
    *&      Module  LEAVE  INPUT
          text
    MODULE LEAVE INPUT.
      LEAVE PROGRAM.
    ENDMODULE.                 " LEAVE  INPUT
    *&      Module  USER_COMMAND_9000  INPUT
          text
    MODULE USER_COMMAND_9000 INPUT.
      IF G_OK_CODE = 'CHANGE'.
        DATA: VALUE TYPE C,
              COL TYPE I ,
              ROW TYPE LVC_S_ROW,
              COLNO TYPE LVC_S_COL,
              ROWNO TYPE LVC_S_ROID.
        CALL METHOD G_ALV->GET_CURRENT_CELL
         IMPORTING
              E_ROW = I_INDEX
         CALL METHOD G_ALV->GET_CURRENT_CELL
           IMPORTING
             E_ROW     =
                  E_VALUE   = VALUE
                  E_COL     = COL
                  ES_ROW_ID = ROW
                  ES_COL_ID = COLNO
                  ES_ROW_NO = ROWNO.
        READ TABLE I_ZAMIT  INDEX I_INDEX.
        CALL SCREEN 9001 STARTING AT 10 10 .
      ENDIF.
    ENDMODULE.                 " USER_COMMAND_9000  INPUT
    *&      Module  STATUS_9001  OUTPUT
          text
    MODULE STATUS_9001 OUTPUT.
      SET PF-STATUS 'PF9002'.
    SET TITLEBAR 'xxx'.
    ENDMODULE.                 " STATUS_9001  OUTPUT
    *&      Module  USER_COMMAND_9001  INPUT
          text
    MODULE USER_COMMAND_9001 INPUT.
      IF G_OK_CODE1 = 'SAVE'.
        MODIFY ZAMIT_SHIP_TAB FROM I_ZAMIT.
        SELECT * FROM ZAMIT_SHIP_TAB INTO TABLE I_ZAMIT.
        CALL METHOD G_ALV->REFRESH_TABLE_DISPLAY.
        CALL SCREEN 9000.
      ENDIF.
    ENDMODULE.                 " USER_COMMAND_9001  INPUT

  • Distribution Receipt Confirmed Keyfigure - Input/Output

    Hi Experts,
    In SNP planning book, we would want key figure "Distribution Receipt Confirmed" to be editable.
    When I tried to make this key figure Input/Output, I got a message "Key figure Distributionreceipt confirmedmust not be set to ready for input".
    Can you tell me how can I make this key figure Editable in Planning book-data view.
    Thanks,
    Vipul

    Thanks Somnath,
    Our client would like to change distribution receipt confirmed for shipping directly from plant to DC if ther is a full truckload but system may suggest shipment via Warehouse as it was defined as a least cost route. In our case, 70% shipment will happen via warehouse rest directly from plant to DC.
    As APO can't suggest the route based on truckload building, we were thinking about this approach.
    Let me know if you know any alternative as we are not using SAP TM.
    Vipul

  • Illustrator will not change Output mode to Separations (Host-Based).

    I am on a Windows with 8.1 and I have been able to do it on a Mac, but I do not own one and should be able to do this on my computer.
    As the picture shows I have it set to Print to > Post script and the output does not allow a change.

    I read a lot of those and tried downloading some, I have the option to now save as Separations, however it doesn't seem right still.. The download also gave me a bunch of different files and I'm not sure which one is right..

  • Active low output mode on 660x?

    Is it possible to configure the counters on the 6602 to be idle high/ active low?
    I currently have an application doing single pulse generation: the output is low when the board is initialized, low after trigger of the counter until the delay count is reached, then high for the duration of the pulse width count. I would to change the program that configures the board (traditional NI-DAQ from a Delphi program) so that some outputs of the board are high after board initialization and are only pulled low during the pulse width count. Possible? Hints on how to do it?
    thanks, dean

    Hi,
    Unfortunately DAQ drivers are not supported under Delphi, it can be used but the only information you can find about using DAQmx or Traditional under Delphi are from customers discussion forums and a couple of National Instruments knowledgebase’s.  
    Although information is minimal I have some pointers, you are probably in a very advance stage of your project and changing API at this point would be a mistake; but for further implementations there are some knowledge bases on using DAQmx on Delphi.  These are the links: How Can I Use the NI-DAQmx ANSI C Function Library with Borland C and Delphi?, Can I Make NI-DAQmx Calls From Borland Delphi? and NI-DAQ and the Delphi Language Interface.
    Another point; it seems to me you are trying to implement something like this:  Events >> Counter Output Event >> Output Behavior:  “Specifies whether the exported Counter Output Event pulses or changes from one state to the other when the counter reaches terminal count. Upon reaching terminal count, the counter can issue a pulse. Use Polarity to select a high or low pulse. For the C reference this is the function needed to change it idle state: “DAQmxSetExportedCtrOutEventPulsePolarity”, it is located in the NI-DAQmx reference help, even though you are not coding in DAQmx it might give you a hint to find the minimum functions needed to accomplish this task.
    I hope it helps
    Jaime Hoffiz
    National Instruments
    Product Expert
    Digital Multimeters and LCR Meters

  • Digital Output mod

    what exactly is this. I have a soundblaster li've x-gamer it has 5 connections at the back one is a digital out. How do I connect this to my reciever? would it be dolby digital? Or what is the best way to connect it any suggestions appreciated ---- mapleleefs

    Mapleleefs
    Check this article from Knowledgebase out. It should provide the information you need.
    http://us.creative.com/support/kb/article.asp?l=2&sid=5764
    Jason

  • HDMI output not working with AT 200 under ICS

    Hello,
    I connected the HDMI output to a Sony KDL 32 E 5500. It simply does not work.
    The same TV HDMI input works fine with a DVD player.
    The AT 200 tablet is under ICS (upgrade in France).
    I tried both HDMI configurations : full screen and video window.
    Should I send it back for repair ?

    Hi
    There are two outputs: Mirror and video area only.
    Mirror:
    External device copies the image on the tablet screen
    Video area only:
    The external display device shows the playback when open a multimedia
    But You should firstly check the Android Settings:
    Under the option Screen you will find the option HDMIO video mode
    Tap this to switch between the HDMI video output mode.
    You could also try to connect the HDMI device under following conditions:
    - Tablet is turned on
    - Tablet is completely turned off
    - when you connect TV or external monitor to HDMI port, then display output is set to HDMI
    - when you plug and replug the cable, wait at least 5 sec before you replug the HDMI cable.

  • Questions on use of freeze mode in Logic Pro

    Hi,
    I've noticed that the soft synth plug-ins are eating some of the CPU processing power. The bar is about a third of the way. I have frozen a few tracks but there are a few that don't seem to have the freeze icon in sight.
    I configured the track header by right clicking a track and selected freeze. Only a handful of tracks offer me the option to freeze them. Is there a shortcut of freezing tracks individually? Also, besides bussing groups of instruments to an effects plug-in, what other solutions can I undertake within the production to save up on cpu?
    The majority of the tracks are automated with only one delay designer on a snare and synth keys. The drumkit will be bussed to a multipressor.
    Cheers

    Instruments in Multi output mode can't be frozen, so that's probably what you're experiencing. Once you're finished with composing you can render/bounce CPU hungry Instruments, re-import the bounced files and play them back as normal Audio files, which will certainly free up a lot of CPU.

  • Firewire Output for Video Preview Intermittent

    I'm experiencing a frustrating problem with After Effects these days.
    We're producing some video to be projected, so to see what the final output will really look like, I'm doing video previews using FireWire so output goes directly to the projector. 
    It's been working great up until yesterday.  Was working fine until I had to restart my Mac.  Upon reboot, my the projector no longer gets any video output.
    I've tried restarting numerous times, checked all connections, etc.  Got it working again after several restarts, but after switching over to Photoshop momentarily, the video output once again disappeared.
    Any suggestions on how to regain consistent Firewire output for Video Previews?
    My setup:
    After Effects CS6
    Mac Pro
    OSX Version 10.7.5
    Firewire Output of my Mac's monitor is going to the Firewire Input on my Sony Media Converter
    RCA Video out (Composite video) going to the projector's video input.
    After Effects Video Preview preferences:
    Output Device:  FireWire
    Output Mode: Apple FireWire NTSC

    Thanks for your reply, Rick.
    I finally figured it out... I had a background application running called iCam that monitors my security cameras.  I had forgotten that it uses Firewire and was intermittently hogging the resources.  Once I quit that application, everything was good once again.
    Thanks for taking the time to respond, much appreciated!
    Mike

Maybe you are looking for