Default Macros not disaagregating in SCM 7.0

Hi,
We have recently upgraded from SCM 5.0 to SCM 7.0.
We are facing a peculiar problem with Macros, when we load data in a SNP Planning Book, the data gets loaded successfully but when I am trying to disaggregate through Header Infromatinn Settings (Details ALL), then the Key Figure is not getting disaggregated.
When I change the Macros from a Default Macros to a Directly executable Macros and manually running it, the disaggregation is happening.
This was not happening in SCM 5.0, can someone please guide me what I missing here.
The Planning Book is an SNP planning book, and KF is a custom made Order Series KF.
Regards
Abhishek Sahi

Hi,
This is happening because of the DRILL_UP and DRILL_DOWN macros in the DEFAULT and LEVEL Change Events.
In SNP this macros no need to assign in the macros.
We faced the same issue after upgrade to SCM 7.0 and after removing these working fine.
Thanks, Saravanan V

Similar Messages

  • Inconsistent results in default macros with Product exclusion/ Inclusion.

    Hi All,
    I have a default macro - Macro I,  that is required to be executed for a set of products, so have given a generic condition as
    ACT_PRODUCT( 9AMATNR) CP 12XX*, ( reqd to run for all the products of 12 XX series.) totally we have around 10 such products.
    We have another default macro Macro II, , that should not run for all the products except this 12 XX* so gave a conditon as
    ACT_PRODUCT( 9AMATNR) NP 12XX*,
    Now when we load a selection profile, with all the 12XX* products only, results of Macro II overwrite the Macor I. Though I have a sequence in default event as MacroII and then Macro I.  But when we select any one product only, the Macro I logic works and not the Macro II. 
    Query is why the Macro II logic overwrites the results of Macro I, though we have exclusion and Inclusion defined respectively. 
    I had tried using ACT_IOBJNM_VALUE, no difference in results. 
    Thanks
    Aswath

    Hi,
    In the first logic, you are copying the data from the source to the destination.
    In the second logic, in the when statements, your category is pointing to source only. I dont see the destination categories taken into account. Thats the reason. you need to consider the destination categories also while manipulating the data.
    One more thing is that you can take out the GO statement before the commit statement.
    Hope this helps.

  • Issue in BAPI- BAPI_PBSRVAPS_GETDETAIL2 with custom default macro in SNP

    Hi Experts,
    System Details:
    SCM 5.0
    SP Pack: 13
    SNP PA1- No Time series Key figures, only order series
    SNP PA3: With time series KF, which also included dynamic safety stock time series KFs
    We have created custom macro ZGSCM_SAFETY_STOCK copy
    of /SAPAPO/SAFETY_CALC where we used BAPI- BAPI_PBSRVAPS_GETDETAIL2 to
    get the dynamic safety stock values from PA3(Planning area3-Planning book3) to PA1(Planning area1-Planning book1). We are getting two issues while doing this as below:
    1) Issue we are facing is that when it goes to PA3, it actually save
    PA3 planning book for that user as a active planning book and return
    back with PA3-planning book. So to avoid this, we call same BAPI again
    where we are just calling PA1 planning book without any selection and It works fine and returns
    the safety stock values correctly. But now when we load multiple items and
    doing the drill down then we are getting an error message saying:
    Error reading planning objects (No SNP master data table found)
    Error reading data - Planning book cannot be processed further
    Do we have any other way to set the active session for user after BAPI call with in the program?
    2) Also it always call default macros when BAPI calls which we don't
    want, Is there any way we can avoid calling default macros while calling BAPI-BAPI_PBSRVAPS_GETDETAIL2
    Regards,
    Hitesh

    Hi,
    The first issue which you faced is becasue of the BAPI which tries to access all the Key Figurs of the data view from which you need to copy data. These KF might be used in different Macros & those macro's might be running for different periodicities.
    You can create separate data view the the same planning book & assign the KF to the newly created data view. Most probably, this will solve your problem & you wont get any error message.
    Incase the error message pops up, you need to create diffent planning book or planning area (based on your previous PA) & then try. This will definately solve problem which u had faced.
    Thanks!
    Jay

  • Performance of start and Default macro

    Hi,
            Let me know the difference between the start and Default macro in the performance point of view.
    Thanks,
    SIva.

    Hi Siva,
    You need to keep the macro under Level Change to make sure the macro executes when you drill-down. A start macro will not necessarily execute after you drill-down or drill-up. The default macro will strictly not execute immediately upon drill-down or drill-up. It will execute only when you have made some changes and hit enter post drill-down or drill-upp. This that point in time the default macro will not kick in.
    Please see the standard macros defined in the SNP94(1) data view. The Stock Balance, Safetry Stock/Reorder Point, Day's Supply macros are set as default. So these will execute everytime there is a change in the data. The Determine Workdays macro is set as Start and Level Change. The result of this macro is a pre-requisite for computation of the Day's Supply macro. However the values computed by this macro will not change within a session (determined by the SD Calendar for the location) hence there is no point executing it as a default macro (reduce the system load). So its run as Start Macro. If you drill down by location then you need this macro to execute again as the SD Calendar for each different locations can result in different values. Based on that the Day's Supply Value will be recomputed. Hence its important to set it as a Level Change macro as well. On the other hand as the Total Demand, Total Receipts and Stock data changes the Day's Supply value also needs to change - hence the macro is set as Default macro.
    It is important to note other Standard macros (i.e. Start and Level Change) execute before the Default Macros.
    Hope this explains well.
    Thanks,
    somnath

  • Will default macros work  with Time series keyfigures???

    Hi,
    I wanted to update time series keyfigures using Default macros. For example, i wanted to populate safety stock in a time series keyfigure while i'm running the heuristics in background.
    Whole idea of doing it is to do reporting i.e. we couldnot extract safety stock because its an auxialiary key figure.
    If someone has done this on a better way, can you please share with me?
    And also i wanted to know whether default macros work with time series key figures.
    Any help is rewarded with pionts.
    Thanks & Regards,
    Jagadeesh.

    Hi,
    I think i'm not clear on what i have posted so let make it very clear abt my scenario.
    We wanted to do reporting on SNP planning area, where we take report on
    Safety stock, Stock on hand which are auxialiry key figures currently.
    As we cannot extract data on auxialiry key figures, we wanted to track
    those information on Time series key figures.For that, we have modified
    the macros and copied the auxialiry key figures into time series key
    figures. All the macros are Default macros, all the prerquisites are been set and all other macros which are supposed to run before this macro, also been set.
    We are not running the bcakground jobs for this macros ( exclusively), instead we are running the heuristics in background and we assume that all the default macros will get executed once the heuristics is done i.e values in auxialiry key figures are been copied to time series key figures.
    Now we found out that Times series key figures are not getting updated
    using Default macros.
    Nowi think i make you all clear. Somehow my questions are still not answered.
    1. Without running background jobs seperately for macros, will time series key figures get updated?
    Thanks & Regards,
    Jagadeesh.

  • BOOLEAN DEFAULT FALSE NOT NULL for key-column

    Hello,
    These statements show an unexpected behavior when a column is added to a table as 'BOOLEAN DEFAULT FALSE NOT NULL' and added afterward to the table's primary key column set:
    create table test_1 (a char(1))
    insert into test_1 values('A')
    alter table test_1 add b boolean default false not null
    alter table test_1 add primary key (a,b)
    create table test_2 (a char(1), b boolean default false not null)
    insert into test_2 (a) values('A')
    alter table test_2 add foreign key f_test_1 (a,b) references test_1 (a,b)
          -> [350]: Referential integrity violated
    update test_1 set b=false
    alter table test_2 add foreign key f_test_1 (a,b) references test_1 (a,b)
          -> success
    delete from test_2
    delete from test_1
    insert into test_1 (a,b) values('A',false)
    insert into test_2 (a) values('A')
          -> success
    I think the error message '[350] Referential integrity violated' should not happen because the column 'b' really contains 'false'. But there obviously seem to be a difference before and after setting the column 'b' explicitly to 'false'. I can imagine that this depends on the way how the index for the primary key is updated. Probably the index is not properly updated in this context(?)
    Gabriel

    Hi Gabriel,
    you're right, this is a bug and indeed seems to caused by the way the DEFAULT boolean is stored in the page.
    (There is no separate index for the primary key in MaxDB as all data is stored in B*trees - basically the table is the primary key).
    This is how the record looks like when column b is 'false' only due to the change of the DEFAULT value:
    ROOT/LEAF 460  perm       entries : 1         [block 0]
         bottom  : 93         filevers: 14888     convvers: 83
                                                  writecnt: 1
      1: (pos 00081)
    00001      recLen      : 12                recKeyLen   : 4
    00005      recVarcolOff: 0                 recVarcolCnt: 0
         record
          1  2  3  4  5  6  7  8  9 10 11 12
         81 82 83 84 85 86 87 88 89 90 91 92
    dec: 12  0  4  0  0  0  0  0 32 65  0  0
    hex: 0C 00 04 00 00 00 00 00 20 41 00 00
    chr:                             A
    And this is how it looks like after the explicit UPDATE:
    ROOT/LEAF 460  perm       entries : 1         [block 0]
         bottom  : 93         filevers: 14888     convvers: 84
                                                  writecnt: 2
      1: (pos 00081)
    00001      recLen      : 11                recKeyLen   : 3
    00005      recVarcolOff: 0                 recVarcolCnt: 0
         record
          1  2  3  4  5  6  7  8  9 10 11
         81 82 83 84 85 86 87 88 89 90 91
    dec: 11  0  3  0  0  0  0  0 32 65  0
    hex: 0B 00 03 00 00 00 00 00 20 41 00
    chr:                             A
    Little difference but this leads to the problems during the foreign key validation.
    I'll inform the developers next week about this.
    As a workaround you'll have to explicitly update the columns for which you change the default setting.
    regards,
    Lars

  • HT1040 trying to make an ibook and have 800 photos, want format of 8 photos/page, but default is not that- "create" the initial book from iphoto "album" it loads less than 800 pics and then when i change layout i have blanks.

    trying to make an ibook and have 800 photos, want format of 8 photos/page, but default is not that- "create" the initial book from iphoto "album" it loads less than 800 pics and then when i change layout i have blanks.
    if i clear the book so that it is all blanks and then try to load in the pictures i have it loses the chronology of the pictures that i had established in the album.
    is there a way to import photos into an ibook template and keep the original order of the photos without having to do them one at a time?
    also, is there a way to insert a photo rather than just dragging it? i have tried the cut and paste funciton but it doesn't seem to work, the target site doesn't seem to register with iphoto.
    many thanks for your help.

    Photos are added to book in chronological order.  So if you want to add them to a book in the order you have placed them manually in an album do the following:
    1 - select all the photos in the album.
    2 - use the Photos ➙ Batch Change ➙ Date menu option as shown here. Select any date and add 1 minute between photos.
    3 - select just one photo from the album and create a book from it.
    4 - in the book click on the Options button ➙ Book Settings button and make sure the checkbox for Auto-layout pages is unchecked.
    5 - drag the album with your book photos onto the book icon and they will be imported into the Photos tray of the book in your pre-determined order but not into the pages themselves.
    OT

  • TS3579 I found this useful because I did not know about the effect of typing in data and that you could only drag to rearrange the data.  I had typed in data before and this had caused problems but restoring defaults did not cause correct dates to show up

    I found this  (TS3579: If the wrong date or time is displayed in some apps on your Mac Learn about If the wrong date or time is displayed in some apps on your Mac) useful because I did not know about the effect of typing in data and that you could only drag to rearrange the data.  I had typed in data before and this had caused problems but restoring defaults did not cause correct dates to show up in Finder. 

    It sounds like there are a couple things going on here.  First check if you have a successful install of SQL Server, then we'll figure out the connection issues.
    Can you launch SQL Server Configuration Manager and check for SQL Server (MSSQLSERVER) if default instance or SQL Server (other name) if you've configured your instance as a named instance.  Once you find this, make sure the service is started. 
    If not started, try to start it and see if it throws an error.  If you get an error, post the error message your hitting.  If the service starts, you can then launch SSMS and try to connect.  If you have a default instance, you can use the machine
    name in the connection dialog.  Ex:  "COWBOYS" where Cowboys is the machine name.  However, if you named the SQL Server instance during install, you'll need to connect using the machine\instance format.  Ex:  COWBOYS\Romo (where Romo
    is the instance name you set during install).
    You can also look at the summary.txt file in the SQL Server setup error logs to see what happened on the most recent install.  Past install history is archived in the log folder if you need to dig those up to help troubleshoot, but the most
    recent one may help get to the bottom of it if there is an issue with setup detecting a prior instance that needs to be repaired.
    Thanks,
    Sam Lester (MSFT)
    http://blogs.msdn.com/b/samlester
    This posting is provided "AS IS" with no warranties, and confers no rights. Please remember to click
    "Mark as Answer" and
    "Vote as Helpful" on posts that help you. This can be beneficial to other community members reading the thread.

  • I need to setup 7800 Series IP Phones in the CUCM 8.6.2 which by default are not support but will work after install the software. Anyone have document from Cisco as I remember I seen once before.

    I need to setup 7800 Series IP Phones in the CUCM 8.6.2 which by default are not support but will work after install the software. Anyone have document from Cisco as I remember I seen once before.

    Hi Ali,
    I'll just add this reference to the good tips from my friend Manish (+5)
    Support for the 7800 series in CUCM 8.6.2 was first added with this
    Device Pack;
    Cisco Unified Communications Manager
    Device Package 8.6(2)(24104-1)Release Notes
    Cisco Unified Communications Manager Device Package Release 8.6(2)
    adds support for the Cisco IP Phones
    7821, 7841, and 7861 running SIP firmware release 10.1(1).
    The steps are in this doc
    http://www.cisco.com/web/software/282074299/107528/cmterm-devicepack-8.6.2.24104-1_Readme.pdf
    You might as well install the latest 8.6.2 Device pack
    cmterm-devicepack8.6.2.24112-1.cop.sgn
    Cheers!
    Rob
    "Seek it out and ye shall find  " 
    - OneRepublic

  • Wireless Synchroniz​ation in Desktop contact list properties is by default showing "Not Available"​, Not able to change also

    In my Blackberry 8520 - Curve model, Wireless Synchronization in Desktop contact list properties (Go to Contacts, select options, select Desktop) is by default showing "Not Available" and not allowing to change also. My other colleagues are having the options.
    My basic issue is that Outlook contact details are not getting syncronized with Blackberry. I believe this is the root cause for the same. Please guide to resolve the issue.
    with best regards,

    Hey pratiktnm,
    Welcome to the BlackBerry Support Community Forums.
    Thanks for the question.
    Are you setup on a BlackBerry Enterprise Server?  With the Desktop service book appearing it seems you were on one.  If you are still on a BlackBerry Enterprise Server, I would suggest creating a full backup with BlackBerry Desktop Software: www.blackberry.com/btsc/KB33505
    Then proceed with a security wipe by going to Options>Security>Security Wipe and then contact your network service provider to generate a new Enterprise Activation password.  Then proceed with the enterprise activation by going to Options>Advanced Options>Enterprise Activation.
    Once the activation is completed, test out the wireless synchronization of the contacts.
    Let me know if you have any more questions.
    Cheers.
    -ViciousFerret
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Like! for those who have helped you.
    Click  Accept as Solution for posts that have solved your issue(s)!

  • Data Provider implementation '/IWFND/OM_MGW_NOTIF_0001_UC' '01' 'DEFAULT' does not exist

    Hi all,
    We are trying to implement HR renewal.After installation we got the landing page for ESS and MSS. But when trying to expand chips I am getting below error message
    'Data Provider implementation '/IWFND/OM_MGW_NOTIF_0001_UC' '01' 'DEFAULT' does not exist' in the /iwfnd/error_log  transaction.
    The chips are are still blank.What could be the issue? Any one has an idea?
    Regards,
    Jay

    Hello,
    Are you using a Gateway Hub deployment? Check the setting in the "Assign SAP system Aliases to ODATA Services", and see if the services catalog service to the hub server which has LOCAL as alias and checked the default value.
    If so deactivate Default System fiag then test again.
    You can check this in SPRO:
    Regards,
    David

  • SSL client default does not exist

    Hi,
    I had newly installed XI system on one of our server.
    when i am creating RFC destination INTEGRATION_DIRECTORY_HMI, i am getting the following error on logon /security tab.
    "<b>SSL client default does not exist"</b>
    and it is not even permitting to go furthur!
    any suggestions will be appreciated highly.
    Thanks,
    Ravi

    Hi Ravi
    Check if your SSL provider is running.
    Go to visual admin--instanceservernodeservices----SSL provider.Start the SSL service and check for the configuration.
    Follow the same steps for the dispatcher node.
    Go to visual admin--instancedispatchernodeservices----SSL provider

  • Camera Raw Defaults & Presets not showing menus (BRIDGE)

    Hi There
    I just upgraded to a new version of PS CS3 & Bridge and the option to apply Presets, or to Apply Camera Raw Defaults is not showing when I right click a file in Bridge. It also doesnt show up in the menu. I need to be able to Batch process hundreds of photos at a time and then convert them to Tif formats. I used to be able to do this by applying my Adobe Camera Defaults to many images at once. How do I do this now????
    I am running Bridge 2.0.0975 and PS 10. Help!! This is critical for me!!!
    thanks so much!

    > Even if old versions are available for download, having older versions available on disk in case of malfunction is a perfectly acceptable practice.
    > This applies to any update of any software.
    Agreed. I have gigabytes of disk space packed full of iso's, dmgs, and zips for
    (almost) all of the software I've installed on my computers. It's a pain to
    manage sometimes, but I know I can go back and reinstall PS7 (for instance) if I
    need to even though I have no clue where the CD is at. It's just one part of my
    configuration management and backup strategy. I don't have a sysadmin to take
    care of this kind of thing for me any more, unfortunately, so I have to do it
    myself.
    This plan also has the advantage that I don't have to be online to download
    older versions from a vendors site (if it's even available) or go searching for
    a seeded torrent (if it's not).
    I'm not saying this approach is good for every one or even good for anyone but
    me, but it is a perfectly valid way of doing things.
    -X

  • How to solve error - default position not allowed

    Dear friends,
    While hiring a new person i am getting the error "default positon not allowed" in infotype 0001.
    PLOGI-PRELI switch for default positon is maintained. Kindly help.

    Dear Neeta,
    As per your scenerio,it maybe that the position once used can not be used again or default position has been restricted to
    assign kindly check the same with ABAP and also be informed that these kind of restriction are being made to get the proper cost
    centre attachment for the position/employee that helps in correct posting of documents while posting payroll.
    hopes it will help for you.
    rgds,
    Priyanka

  • WinHelp, Windows 8 and Ultrabook - macros not working

    Our products are generated for WinHelp 2000 using RH9 for Word
    The user has symptoms typical of macros not working. This has normally been caused by the user not properly doing the step described in the Knowledgebase article at http://support.microsoft.com/kb/917607 regarding " How to enable macros on a single computer after you install the WinHlp32.exe"
    I have updated a machine to Windows 8, performed the Knowledgebase article items and our products work fine. I have also verified that the user's machine has the correct registry settings, so it looks like Windows 8 is not the culprit. That leaves the Ultrabook
    This combination of Windows 8 and Ultrabook is quite new and I am hoping someone using WinHelp 2000 has already run into it.
    Please let me know if so.
    Thanks

    David
    On rereading this, I am not sure I follow.
    You say "I have updated a machine to Windows 8, performed the Knowledgebase article items and our products work fine."
    So on your machine it is OK but not on that of a user who has an Ultrabook, is that the case? If so, I'm not sure how to help as it is machine specific. Are you 100% sure they downloaded the right viewer and installed it with admin rights?
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

Maybe you are looking for