Where we will see the out put of propotional factor

Hi Experts,
I have maintained in mc8v (Proportional factor)  after this where is the out put will see for  propotional factor . I have  maintained  in basic proportion is cube ,keyfigure,verion and calculate proportion maintained planning area, keyfiguer in other setting maintained selection profile. Can you tell me output where will see. how it will work. can u elaborate.
Regards,
moon

Moon,
The keyfigure that is usually updated is APODPDANT.  Find or create a view where this keyfigure is visible (that particular book must have 'manual proportion maintenance' turned on), and you can then review the results of the Prop Factor calculation by opening the planning book using that view. 
Proportional factor will do nothing unless you have configured your planning area to use it for disaggregation, or you have included this Proportional Factor KF in one of your macros.
http://help.sap.com/saphelp_scm70/helpdata/EN/66/29fb672fbe11d398240000e8a49608/frameset.htm
Best Regards,
DB49

Similar Messages

  • Printing all error messages in the out put report

    Hi all,
    I have MATNR and WERKS data in final internal table now my requirement is ineed to print all the error messages for all the materials (where sy-subrc ne 0) in the out put report. how can i do it for multiple error records will anybody tell me with coding
    The Requirement is like bellow:
    Take material number(s) (MARC-MATNR) from selection screen then check to see if any plants have that material setup as QM active (MARC-QMATV).  If no, then issue message on report.
    Thanks,

    Hi Mythili,
    Hope the attached code helps you...
    TABLES marc.
    TYPE-POOLS: slis.
    TYPES : BEGIN OF g_ty_msg,
            type LIKE sy-msgty,
            msg(120),
           END OF g_ty_msg.
    TYPES: BEGIN OF g_ty_marc,
            matnr TYPE matnr,
            werks TYPE werks_d,
            qmatv TYPE qmatv,
          END OF g_ty_marc.
    DATA: g_t_msg TYPE TABLE OF g_ty_msg,
          g_r_msg TYPE g_ty_msg.
    DATA: g_t_marc TYPE TABLE OF g_ty_marc.
    FIELD-SYMBOLS <fs_marc> TYPE g_ty_marc.
    SELECT-OPTIONS: s_matnr FOR marc-matnr,
                    s_werks FOR marc-werks.
    START-OF-SELECTION.
      SELECT matnr werks qmatv FROM marc
        INTO TABLE g_t_marc
        WHERE matnr IN s_matnr AND
              werks IN s_werks.
      IF g_t_marc IS NOT INITIAL.
        LOOP AT g_t_marc ASSIGNING <fs_marc>.
          IF <fs_marc>-qmatv IS INITIAL.
            g_r_msg-type = 'E'.
            CONCATENATE <fs_marc>-matnr <fs_marc>-werks
              INTO g_r_msg-msg SEPARATED BY space.
            APPEND g_r_msg TO g_t_msg.
            CLEAR g_r_msg.
          ENDIF.
        ENDLOOP.
      ENDIF.
    END-OF-SELECTION.
      PERFORM display_log.
    *&      Form  display_log
          To display error log as an ALV Popup
    FORM display_log .
      CONSTANTS: l_c_type(4)    TYPE c VALUE 'TYPE',
                 l_c_msg(3)     TYPE c VALUE 'MSG'.
      DATA :  l_t_fieldcat TYPE TABLE OF slis_fieldcat_alv,
              l_r_fieldcat TYPE slis_fieldcat_alv.
      DATA :  l_f_line TYPE i.
      CLEAR l_r_fieldcat.
      l_f_line = l_f_line + 1.
      l_r_fieldcat-col_pos    = l_f_line.
      l_r_fieldcat-fieldname  = l_c_type.
      l_r_fieldcat-seltext_m  = 'Type'.
      APPEND l_r_fieldcat TO l_t_fieldcat.
      CLEAR l_r_fieldcat.
      l_f_line = l_f_line + 1.
      l_r_fieldcat-col_pos = l_f_line.
      l_r_fieldcat-fieldname = l_c_msg.
      l_r_fieldcat-seltext_m = 'Message'.
      l_r_fieldcat-outputlen = 120.
      APPEND l_r_fieldcat TO l_t_fieldcat.
    To display the message log as a Popup in the form of ALV List
      CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT'
        EXPORTING
          i_title       = 'Message Log'
          i_tabname     = 'G_TY_MSG'
          it_fieldcat   = l_t_fieldcat[]
        TABLES
          t_outtab      = g_t_msg
        EXCEPTIONS
          program_error = 1
          OTHERS        = 2.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    ENDFORM.                    " display_log
    Best Regards,
    Suresh

  • Where can we see the consumption of material for 3 or more years

    hi mm gurus ,
    where can we see the consumption of material for 3 or more years .
    pl comment on this .
    nagaraju.

    Hi Nagaraj
    Go to MM02 and put a particulat Material No and then select views and then you will get the ADDITIONAL DATA  Tab and select Consumtion
    Here u will get the consumtion details for a many years
    If useful reward points
    Regards

  • When I run a BAPI ,  then What is the out put?

    When I run a BAPI ,  then What is the out put format ?
    Is there anyone in Chennai regarding this ?

    the BAPI i am creating will fetch the sales order header data (along with partner details) and item data  and put it in the JMS que (JAVA MESSAGE SERVICE)  ....
    Can we use more than one internal table  where i will put the data
    i.e
    1.  for header data
    2. for partner (because the partners will be repeated
    3. for  item data
    and the BAPI will fetch the data from SAP tables and put it in these tables....and we can fetch the data by an integrator software and finally put it in the JMS queue.....

  • Where do I see the errors descriptions????

    First I deploy a Mapping in the Deployment Manager (all its OK) and then I execute it.
    The mapping collects data from a table and put it in a flat file.
    In the Execution results I see in the Summary:
    Completion Status Completed with errors.
    Row Activity
    Mapping1… Inserted 0, Updated 0, Deleted 0, Merged 0.
    Where do I see the errors descriptions????

    Claudio,
    You can use the runtime audit browser to see the descriptions:
    From the program menu, Warehouse Builder:
    - invoke Start OWB OC4J instance
    - invoke OWB Runtime Audit browser
    - connect to your runtime repository, using the access user credentials, and click 'view execution report'
    - drill down to the details of the execution
    Hope this helps,
    Mark.

  • Where can we see the cost estimate which is got deleted.

    Where can we see the cost estimate which is got deleted.

    Hello rajesh as you told that the cost esimate is deleted.
    Then there is no way to see the cost estimate.
    You canonly see the cost esimate in CK40N or in CK13N but you can not see the itemiaxation of that material for ehich we create the cost estimate.
    Hope it will clear you
    IF this informetion is usefull for you please assign some points
    Regards
    Ravi

  • Where can we see the SRW.MESSAGE

    Hi
    I am new to Oracle Reports. I have a report developed in EBS and it has SRW.MESSAGE statements. After the report is run where can I see the log of these messages. Can some help.
    Thanks

    Hello rajesh as you told that the cost esimate is deleted.
    Then there is no way to see the cost estimate.
    You canonly see the cost esimate in CK40N or in CK13N but you can not see the itemiaxation of that material for ehich we create the cost estimate.
    Hope it will clear you
    IF this informetion is usefull for you please assign some points
    Regards
    Ravi

  • While printing, why does PE11 crop the out put?

    While printing, why does PE11 crop the out put?

    Did you crop the photo to the same aspect ratio as your print size? If not, then the software will crop it for you.

  • Table name where I can see the Secondary bit map Index for Cube Loads in BI

    Hello Friends I want to know the table name where I can see the Secondary bit map Index that gets created with each request that get loaded to Cube so each 1 request will be multiplied by 7 dimension and 7x1 = 7 local secondary bit map index will be created where is that table which show me that .
    Under Oracle every uncompressed request corresponds to one partition in the
    F facttable of the corresponding infocube. This partition also brings along
    a full set of secondary local bitmap index partitions.
    If you have a cube with 10 uncompressd requests and 10 dimensions (every
    dimension brings with it a local bitmap index) you have 100 partitions for
    the table itself and 10 x 10 index partitions which makes a total of
    100 database objects. where is that table in BI WHICH STORE THIS INFORMATION
    Also if I have E Table with no entries for future 2009 dentries will that be an issue with blank partition ion E Fact table if yes please suggest how to resolve this issue

    Hi Soniya
    Information about BI objects is stored in the RSD* tables. For example:
    Infocubes: RSDCUBE / RSDCUBET
    Aggregates: RSDDAGGR_V / RSDDAGGRT
    You can see information on abap dictionary object as well in transactions SE11 / SE14. You will have to know the real table name of the cube, should be something like /BIC/F* for the uncompressed and /BIC/E* for the compressed table.
    Best regards, Michael

  • WHere i can see the Server side Errors in WAS

    Hi,
    I'm creating a java application.where i wrote Jsp,Servlet,Sessionbeans.I'm getting runtime Exception.Like in Weblogic/Tomcat, In WAS where I can see the console so that I can see the Error messages.
    Or will it create any Log file If so Where it will be created.Plz Suggest me how can we view the error message or log message.
    THanx

    Hi Lakshmi,
    depends on the version you are on.
    EP5: See /thread/23766 [original link is broken]
    EP6SP2: See /thread/25694 [original link is broken]
    EP6 NW04: See /thread/19070 [original link is broken]
    Best regards
    Detlev

  • Where do i see the list of authorize computers?

    where do i see the list of authorize computers?

    It is not possible to see a list.  You can see how many are authorized by going into Store > View My Account, but they will not be listed.

  • Where can i see the size of my music library ?

    where can i see the size of my music library ?

    With iTunes 11 -Latest version choose the Music Library in the top left hand radio button.
    On a  Mac:-
    Long hand
    Go to the view menu at the top of screen and click show status bar
    Or
    Keyboard Short cut
    cmd/
    On a PC:-
    Long Hand
    In the top left hand corner you will see a little half black half white square.
    Click on this scrolled down to show menu bar.
    This adds to traditional Windows menu bar to the view
    Now click on view menu and click on show status bar.
    Or
    Keyboard Short cut
    Click key short cut control/
    A grey bar is added to the bottom of the iTunes window - within this window you will see number of items, total play time and storage space taken up.

  • Where can i see the java file of a container converted JSP file

    I am using weblogic11g.
    Where can i see the java file of a container converted JSP file .

    Hello.
    If you look for .class files, you will find them under $domain/servers/serverName/tmp/application/etc.
    If you look after .java translated files, nowhere if you don't have "keepgenerated" param set to true in the appc/jspc command line (may be set in a web descriptor but can't find a reference). The foo.java will be find in .\WEB-INF\classes\jspservlet.
    Edit: http://download.oracle.com/docs/cd/E12840_01/wls/docs103/webapp/weblogic_xml.html
    Regards.
    Aurélien.
    Edited by: Aurelien DEHAY on 24 août 2009 17:12

  • How and where can i see the values of 0CURRENCY

    Hi gurus,
    How and where can i see the values of 0CURRENCY, for example if the key value is VEB how can i see it that means "Bolivares" , some days ago i had a similar doubt with 0UNIT, and some friend helped me , saying: go to the Transaction CUNI , and it works, but now my doubt is with 0CURRENCY, thanks guys !

    Table TCURC will give you the long and short text for the currency keys.  You can also display in a query by adding 0CURRENCY to the drilldown and displaying key and text.
    Regards,
    Kerry

  • Where can we see the Conversion exit written in the Info pack

    Hi ,
    In the info package -> in details tab - > USE CONVERSION ROUTINE is enabled.
    I want to know why this conversion has been used and where can see the code for this routine.
    Request share your replies.

    Hi,
    If you set this indicator, the conversion exits are used when you maintain selection criteria. This means that the field values are displayed in external format and also have to be entered in external format.
    If you do not set this indicator, the field values are shown in internal format in the selection criteria maintenance and you also have to enter them in internal format.
    Eg. if you have selection for MATNR in the InfoObject, go to 0MATERIAL tab you will see the routine as MATN1.
    you can chk it in SE37.
    CONVERSION_EXIT_MATN1_INPUT
    CONVERSION_EXIT_MATN1_OUTPUT
    Regards,
    Mansi

Maybe you are looking for