Navigation attribute as selection criteria for automatic forecast model

Hello Experts,
I have a requirement like this.
In Transaction /SAPAPO/MSDP_FCST2, I enter a planning area and click execute.
Then I create a selection (using selection management button). But here I am not able to see the navigational attributes as a selection field.
Could you please let me know how I could use this as a selection criteria?
Can I use the method SEL_CHANGE of the BADI /SAPAPO/SDP_FCST5 for implementing this?
Please suggest.
Thanks,
Suresh

Hi Manimaran,
Thanks for your reply!
I hope you could have created a selection using the Create Activity and assign activity to a job. And during this part, for assigning the selection to the job, we could use the selection created in Interactive planning - Tcode /SAPAPO/SDP94.
The problem is what if the planners are not given authorization for the creating the job or activity. And what if the planners do the model fitting for a product/location and he wants to exclude it from the selection.
Thanks and Best Regards,
Suresh

Similar Messages

  • Navigational Attributes as Selection Criteria in Infopackage?

    Is it possible to use navigational attributes as selection criteria in the infopackage?  I have the MRP cube that only does full loads.  I would like to ONLY load the material type FERT (finished goods).  0MATERIAL has 0MATL_TYPE as a navigational attribute.  I would like to put 0MATL_TYPE in the selection criteria in the infopackage.
    If this is possible, please let me know.  The only other way I have come up to do this is to load in one cube and then use and APD to load into another cube.  I would like to avoid this if possible. 
    Thanks,
    Brent

    Hi there,
    you can try this:
    create a routine in 0material infoobject.
    And put this code in the routine after the part where this appears:
    *       Insert source code to current selection field
    *$*$ begin of routine - insert your code only below this line        *-*
    data: l_idx like sy-tabix.
    read table l_t_range with key
         fieldname = 'MATNR'.
    l_idx = sy-tabix.
    after the *.... delete all the code there and insert this one:
      data: i_table like /BI0/PMATERIAL occurs 0 with header line.
      data: t_range TYPE rssdlrange.
    select * from /BI0/PMATERIAL INTO TABLE i_table
      WHERE OBJVERS = 'A' and MATL_TYPE = 'FERT'.
      clear t_range.
      t_range-IOBJNM = '0MATERIAL'.
      t_range-FIELDNAME = 'MATNR'.
      t_range-SIGN = 'I'.
      t_range-OPTION = 'EQ'.
      LOOP at i_table.
        t_range-LOW = i_table-MATERIAL.
        APPEND t_range to l_t_range.
      endloop.
    p_subrc = 0.
    Save it and execute the InfoPackage. It might take a while to execute the infopackage.
    Diogo.

  • Archiving: adding more selection criterias for MM_EKKO

    Is there a possibility for adding new selection criterias for object MM_EKKO? Any exits for Release 4.6c?

    Deactivated means that you have executed a 2-step archiving.
    You have different residence times. SAP set the deletion flag if residence time one is met, but residence time 2 not yet.
    If both times are met, the PO gets archived.
    for examples see OSS note 948493 - Residence time in new reports RM06EV47, RM06BV47
    You probably have customized the test variant for MM_EKKO as production variant, other wise SAP would not have updated your database.

  • DB14 Backup - No logs exist for the selection criteria for system DEV

    Hello Expert,
              When i click on BRBACKUP button Its showing the info message "No logs exist for the selection criteria for system" .
    so please suggest me where i need to maintain the selection criteria.
    Thanks & Regards
    Annasaheb

    Hi Anna,
    As told by Markus and Eric above...
    you never made a backup on you new installed system....then how system will show you backup details(which were not happened in real)
    Why you are searching for money in an empty pot
    Regards
    Nick Loy

  • Student number as selection criteria for FICA transactions

    Hi experts,
    Is it possible to have the student number as a selection criteria for FICA transaction, for example for payment assignment, among others?
    Do you have a coding example?
    Regards.

    FUNCTION CMAC_EVENT_0210.
    ""Lokale Schnittstelle:
    *"  IMPORTING
    *"     VALUE(I_SELTAB) LIKE  ISELTAB STRUCTURE  ISELTAB
    *"  TABLES
    *"      T_SELTAB STRUCTURE  ISELTAB
    *"  EXCEPTIONS
    *"      UNKNOWN_SELECTION
      DATA: ld_student12   TYPE piqstudent12,
            ld_partner     TYPE bu_partner,
            ld_student(12) TYPE n.
      IF i_seltab-selfn <> c_student12.
        RAISE unknown_selection.
      ELSE.
      to get leading zero's move the student number in a NUMC-field first
        ld_student   = i_seltab-selcu.
        ld_student12 = ld_student.
        CALL FUNCTION 'HRIQ_CMACBPST_SELECT_WITH_STID'
          EXPORTING
          IV_STOBJID                     =
            iv_student12                   = ld_student12
          XREAD_BUFFER                   = 'X'
          IMPORTING
            ev_partner                     = ld_partner
          EXCEPTIONS
            student_not_found              = 1
          INVALID_PARAMETER_ASSIGN       = 2
          OTHERS                         = 3
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ELSE.
          i_seltab-selfn = 'GPART'.
          i_seltab-selcu = ld_partner.
          CLEAR: i_seltab-xsfex,
                 i_seltab-selco,
                 i_seltab-selwu,
                 i_seltab-selwo.
          APPEND i_seltab TO t_seltab.
        ENDIF.
      ENDIF.
    ENDFUNCTION.

  • Additional selection criteria for RHECM_CREATE_COMP_PROCESS (create compens

    Dear All,
    There is a requirement to add additional selection criteria for  RHECM_CREATE_COMP_PROCESS.
    Compensation Plan needs to take several optiions rather than a single option.
    Incentive Plan Type to be added as additional selection criteria
    Do we need to copy the standard program and then modify it or there can be some other way out for it.
    Thanks and Regards
    Shraddha

    have checked out the SDN forums quite throughly and have come up with a couple of questions/solutions.
    1) Copy the program into Z-name space and add in the code
    Question: Where to specifically add the code, the program is huge with multiple enhancement points being seen in the code.
    Can someone please guide me where I can change the displayed records, point where iI can append data or change the internal table being sent for ALV display.
    <b>---> U have to find out , where /how  they defined Selection screeen , final output they are displaying.</b>
    2) Make changes in SPRO>Define field selection for material document list.
    Question: The required field is not present within the listing, It does give the option to make new entries, but I have to specify a program/table and field.
    If I create my own program to get the details and display onto an ALV Grid, will the program be called when I make selections on that requisitioner field?
    <b>---> lot of work to do</b>
    3) This is text copied from a thread, I have lost the link to it.
    Create a Z report that is a copy of the selection include of the standard selection screen include with the additional selection criteria.
    - Export the extra selection criteria value to shared memory.
    - Submit the standard VL10G program with the selection sets.
    - In user exit (depends on which field needs to be checked), import the extra selection criteria value back in and filter the selected data set.
    Could someone please guide me if it is possible to do the above within RM07DOCS, and a little more detail on how to go about it?.
    <b>Better Options --->try to get the logic of MB51 , then do changes which are required.
    most of data , u will get it from MSEGMKPFMARA+MBEW.</b>
    revert back in case of any other issues.
    Regards
    Prabhu

  • SLED for selection criteria for batch search

    good day gurus,
    Is it possible to use SLED (LOBM_VFDAT) as a selection criteria for my batch search? how do i set this up?
    Thanks in advance
    Edited by: obie villamosa on Jun 30, 2008 11:06 AM

    hi
    maintained class in t-code CL01 for you characteristics then sort sequence CU70 as per shelf life, setting expiration date check by OMJE for your plamt and movment type,
    maintained strategy type in spro in production
    Define Batch search procedure and assign your strategy there.
    then allocate your search procedure to your plant in spro
    and then maintained condition type in t -code COB1 for your plant.
    also maintained your class in material master in classification view for batch class
    Regards
    Pravin
    Edited by: pravin dhokey on Jun 30, 2008 8:07 AM

  • Can we change the selection criteria for RV60SBAT Background Job for Billin

    We have a requirement to add a new selection criteria for RV60SBAT Background Job for Billing. We want to process back order invoices first. So we want a specific background job to select these. So we want to select any orders that are eligible to be invoiced where order date < the date of background job(r sy-datum ). Any ideas where we can introduce this logic for selection criteria?
    Thanks,
       Matt

    Hi Matt
    For your requirement , copy the standard  RV60SBAT program to Z program and in that copied RV60SBAT program , maintain the logic that the backorder invoices should be first processed.Then after that regular background job for billing should take happen .Then your requirement can be fulfilled
    Regards
    Srinath

  • Selection criteria for KFS?

    Hi,
    is it possible to have selection criteria for the Key figurs while desingning the query?
    If yes, please explain me how this could be achived?
    Thanks,
    Ravi

    Hi ,
    Thanks for the answers!
    My scenario is:  I have a sales document cube as well as deliveries cube! There are queries as well on these cubes!
    Now , the requirement is to make a query having the info of both the cubes with the selection criteria as promised date! i had so created multicube and designed a query as well.
    As promised date is keyfigure in both the cubes, i wonder whether this could be possible and thats why i posted my query!
    now i think you can throw some light into it!
    Thanks,
    Ravi

  • Automatic forecast model determination

    Hi everyone, I would appreciate a lot if you can help with the following problem: in order to apply the automatic determination of the forecast model in the materials master, what other requirements are neccesary, besides that the forecast model 'J' is placed in the forecast view?, since I've been carrying out some tests of this type of automatic forecast, and apparently it only results to detect trend and constants models, but not seasonal, although, for this last type of model, also I have dealed with fields in the forecast view of material master, such as Historial Periods, Periods by Seadon, Forecast Periods, and Model Selection. When I have an historical one of consumptions with seasonal flow, if I do it with automatic forecast model, it does not detect no seasonal flow, reason why it considers a constant model. However, if I place manually that the model is seasonal, the forecast works in a correct form.
    There is something that I'm avoiding in the configuration or in the updating of the materials master?
    From already thank you very much.
    Regards.
    Luis Carbajal

    Hi,
    Automatic model selection procedure 1 is used in forecast strategies 50, 51, 52, 53, 54 and 55.
    Automatic Model selection procedure  2  is used  in forecast strategy 56.
    Procedure 1 executes Seasonal and Trend tests and  if neitehr of these are postive then constant model is checked. For  Procedure 1 , is to recommended to be used without outlier control.
    Procedure 2 executes using Constant, trend, seasonal and seasonal trend model. For procedure 2, we  must remember that when you use the outlier correction, the results are not comparable with the results of the individual processes, since another procedure can be selected for the outlier correction than for the final forecast.
    Linear regression and seasonal linear regression are added to automatic model selection 2 . In addition , a trend test, a seasonal test and a test of white nosie are  introduced in model selection 2.
    *Further  the way series of tests are carried out is different for the two procedures and this is explained in SAP Help .
    *http://help.sap.com/saphelp_scm70/helpdata/en/19/98ad1765354d7ba54b1eb164c377e0/frameset.htm
    Hope this gives you insight.
    Regards
    Datta

  • Using navigational attributes in selection for a forecast profile

    Hello All,
    I could understand that the forecasting can be done on navigational attributes.
    But when I goto transaction /SAPAPO/MSDP_FCST2, I could not create a selection on navigational attribute.
    Because I could not see the navigational attribute field in the selection screen for selection criteria/profile creation.
    Does anyone have any idea of how to do this?
    Also I saw the method SEL_CHANGE of BADI /SAPAPO/SDP_FCST5. But the documentation is confusing, since it says that using this method, we could delete the navigational attributes from the selection condition. Could any one suggest me how to use this BADI if I cannot create a selection with navigational attribute?
    Thanks,
    Suresh

    Hi Sunitha,
    Thanks a ton for your reply.
    The real problem is the OSS note is confusing.
    OSS Note for this method says "This method can be used to change the selection to be stored in
    in the generated selection table. Navigation attributes can be removed, such as the function of assigning a forecast
    profile to the selection can also be allowed for selections with navigation attribute without a basic characteristic."
    I am really confused what it says.
    If we can't create a navigational attribute for a selection, how could we delete it from a selection?
    Thanks,
    Suresh

  • Navigational attribute in selection screen gives no applicable data

    Hi Gurus
    In the report i am using the navigational attribute in the selection screen.e.g Brand (attribute of material)
    My problem is whenevr i enter value in the navigational attribute (brand)  in the selection screen and execute  its says no data found.
    If i do not fill this parameter and fill only the parent attribute (material)  in the selection screen  , then i can see the results and from its properties  (drilling down )i can see the values of brand .
    If the values of brand exist why via selection screen its not giving vales, However Via material i can drill down and see brand values.
    I have done all the necessary steps to make this attribute as navigational.
    On top of this i have this same navigation attributes as one of the characterisitc in the cube.
    Thanks
    DD

    Hello,
    I've the same problem... for new nav. attributes for 0Material.
    Settings for nav. attibutes in BEx Q.D. are OK.
    But in BEx Analyzer:
    1- not display all values for this attributes. Some values are displayed, some don't.
    I try display it with and without selection screen.  The result is the same.
    2- I try to display (normal) attributes - not nav. In this case everything is OK.
    But I've 2 columns: normal attribute for all values and nav. attribute only with some values...
    (the query is something like: 0Material + 0Material_NOTnav_attr + 0Material_NOTnav_attr)
    It isn't a normal...
    I don't know... Maybe it's depend of the time?
    I can't clear all master data for 0Material, because they're used in some cubes. I had old characteristic without nav. attr. but with master data. I added nav. attr. in 0Material and activated it. Next I load master data (full method). Then I added nav. attr. in infocube, activated it, delete and load data into the cube (Init + Delta).
    If I display data for the cube in RSA1, I can see nav. attr. for all records. I can't see it in BEx Analyzer...
    Can U explain it?
    Thx,
    MSzN

  • Automatic forecast model selection in DP

    Hello Gurus,
    We would like to use the automatic forecast selection now, and wewould like to have either the automatic model section 1 with str 50 or the automatic model selection 2 with str 56.
    can any one explain me what is the difference betwee automatic model selection 1 with forecast strategy 50 and automatic model selection 2 with forecast strategy 56.
    what is the exact different between the above two?

    Hi,
    Automatic model selection procedure 1 is used in forecast strategies 50, 51, 52, 53, 54 and 55.
    Automatic Model selection procedure  2  is used  in forecast strategy 56.
    Procedure 1 executes Seasonal and Trend tests and  if neitehr of these are postive then constant model is checked. For  Procedure 1 , is to recommended to be used without outlier control.
    Procedure 2 executes using Constant, trend, seasonal and seasonal trend model. For procedure 2, we  must remember that when you use the outlier correction, the results are not comparable with the results of the individual processes, since another procedure can be selected for the outlier correction than for the final forecast.
    Linear regression and seasonal linear regression are added to automatic model selection 2 . In addition , a trend test, a seasonal test and a test of white nosie are  introduced in model selection 2.
    *Further  the way series of tests are carried out is different for the two procedures and this is explained in SAP Help .
    *http://help.sap.com/saphelp_scm70/helpdata/en/19/98ad1765354d7ba54b1eb164c377e0/frameset.htm
    Hope this gives you insight.
    Regards
    Datta

  • How to use a subreport field as selection criteria for the main report

    Dear All,
       I created a report with one subreport and im comparing information from both reports but i need to apply selection criteria in the main report using one of the fields in the subreport, the problem is that the subreport field doesnt appear in the select expert screen. By any chance, someone knows how make a subreport field be used by the select expert.
    Thanks,
    Martha Medrano

    Dear Dom,
       I created the subreport table called IIM (748 items) in sql in the main report as you suggested with the below code:
    SELECT "IIM"."IPROD", "IIM"."IDESC", "IIM"."IID"
    FROM   "S102F360"."BPCS405CDF"."IIM" "IIM"
    WHERE   NOT ("IIM"."IDESC" LIKE 'GEN%' OR "IIM"."IDESC" LIKE 'OBS%') AND "IIM"."IID"<>'IZ' AND "IIM"."IPROD" LIKE '3%'
    and i have another table called ITEM_MASTER (3221 items):
    SELECT "ITEM_MASTER"."ITEM_ID", "ITEM_MASTER"."DESCRIPTION"
    FROM   "WHSPRO"."dbo"."ITEM_MASTER" "ITEM_MASTER"
    ORDER BY "ITEM_MASTER"."ITEM_ID"
    and im trying to display all items in the ITEM_MASTER table that are not in the IIM file but i haven't been able to accomplish this, i am using as primary the ITEM_MASTER table with 'Inner Join' as Join Type,  and '!=" as Link Type. Do you have any ideas on how can i display the requested items.
    Thanks for your help

  • Change Selection criteria for existing report in Report painter

    Hi Experts,
    We are on 4.7, using report painter for getting reports for Cost center & Profit Center. For one of the report we have selection criteria as Cost center and cost center group, but now user want us to add new selection field as Cost element and cost element Group to same report. We have tried all the options from GR32 ->Edit-> General Selection, but we don't find cost element in Key figure listed there.
    Please let us know how can we add the new field to selection criteria. We also would like to know is this is possible with existing report  to add new fields or not? Is that we need to create new report for this?
    Thanks in advance..
    Shilpa

    Shilpa-
    In my opinion the best way to troubleshoot issues like this is to go to SAP delivered standard reports and see how they are setup. For example, in your case you want to add cost element and cost element group to your report. There is one standard report from SAP - Transaction :S_ALR_87013611 which has both cost center, cost center group and cost element, cost element group in the selection criteria. You can look how this report is set up, and maintain your report in a similar fashion. Atleast this way, it will give you an idea.
    Go to transaction code GRR3 and under library look for report "1SIP-001". By double clicking on the row, you will see how it is maintained.
    Hope this helps.
    Shail

Maybe you are looking for

  • My apple id is disabled

    I was hacked like 6 days ago and 61$ were stolen from my account. Did apple help? NO. Did paypal help? NOT YET. And now, I haven't been able to do **** with my phone since it has been disable for the last 5 days. So how am I getting it back? I have n

  • Really bored of trying to uninstall 4.7 now.......​.

    Long story so I'll paraphrase. C drive full so moved lots of stuff to D drive. Tried to synch blackberry, pc didn't want to. Decided I should uninstall and re-install desktop software and now have much more room on c drive so no issue with space. BB

  • Updating Adobe Software (Information, Ideas, and Proposals to Benefit Us All)

    I'm not too familiar with the forums at this point, although I have been using them for a few months to receive some great information.  However, I've got some good ideas, and perhaps you'll think of them as good ideas too. From what I understand, at

  • Oracle ADF demo - error

    Hi I am running the Oracle ADF demo.When i running the SRDemo project at the end of chapter 5 i get the following error: oracle.jbo.NameClashException, msg=JBO-25001: Name Product of object type Attribute already exists Can anyone help me in resolvin

  • Sim slot error..how do i fix it??

    My sim slot is damaged ..is there any solution for it..