How to have more than 8 release code for a release strategy

Hi,
In standard only 8 level of release is possible for a release strategy.  Our client requires more than 8 levels i.e., more than 8 release codes for a release strategy.  How can we achieve this?
Pls provide your views/ideas.
Reards,

Hello,
In case you require more than 8 levels in release strategy , write to SAP, maybe they could give a fitting reply.
By the way , 8 levels of release should be more than enough . Try to incorporate the client business process
within this.
Regards
Anis

Similar Messages

  • My client wants more than 8 codes for release strategy is it possible

    Hello
    I know that standard sap does not allow to have more than 8 codes to be there in release strategy. Is there any other way to have more than 8 codes
    regards
    mohammed

    HI Mohammed,
    yes!! It is possible. std SAP provides and recommends 8 codes.
    But you can have n number of codes
    Rgds
    Girish Kavital

  • Can we have more than One DC for the sales organization and Plant combo?

    Can we have more than One DC for the sales organization and Plant combination?
    If yes can you please site a practical example to clear the picture

    Hi
    First of all in SAP sales orgs are assigned to distribution channels and the combination of sales org and distribution channel which is called distribution chain is assigned to plant
    There is  no direct link  between sales org  and plant or distribution channel and plant
    So  sales org  and plant combination doesnot exists and
    it is only sales org and dist channel combination which is  called as distribution chain only exists
    Nowhere in SAP we are assigning sales org to plant
    It is because sales org alone doesnot make sense and its combination with dist channel only makes sense
    because sales org is a selling org and the distribution channel is the route to sell and this combination has only to pick the material from plant to process sales to customers
    The relation between sales org and distribution channels is many to many and also vice versa
    Multiple sales orgs can be assigned to one distribution channel and
    Multiple distribution channels  can be assigned to one sales org
    Similarly the relation ship between Distribution chain (sales org+dist channel) to plant is also many to many and vice versa
    Similarly plants from other company codes can also be assigned to Distribution chain to facilitate intercompany processes
    In whatever way look at it the multiple distribution channels can be fit anywhere
    Regards
    Raja

  • How to pass more than one value for one column in procedure

    hi
    select id, name from col_tab where dept_name in ('ECE','CIVIL');
    when i was running this it is working well.
    CREATE OR REPLACE PACKAGE pack_str
    AS
    TYPE type_refcur IS REF CURSOR;
    PROCEDURE str(char_in VARCHAR2,ans OUT type_refcur);
    END pack_str;
    CREATE OR REPLACE PACKAGE BODY pack_str
    AS
    PROCEDURE str(char_in VARCHAR2,ans OUT type_refcur)
    IS
    BEGIN
    OPEN ans FOR
    select id,name from col_tab where dept_name in char_in ;
    END str;
    END pack_str;
    the package was created.
    my doubt is
    1.how to pass more than one value for char_in (e.g ('ECE','CIVIL'))
    2. when i was storing the value in string like val = 'ECE,CIVIL' ,
    how to get the id,name for ECE and CIVIL.
    plz help me

    Hi Rebekh ,
    I am recreating your packages for the desired output.
    CREATE OR REPLACE PACKAGE pack_str
    AS
         TYPE type_refcur IS REF CURSOR;
         PROCEDURE str(char_in VARCHAR2,ans OUT type_refcur);
    END pack_str;
    CREATE OR REPLACE PACKAGE BODY pack_str
    AS
         PROCEDURE str(char_in VARCHAR2,ans OUT type_refcur)
         IS
              lv_t varchar2(200);
         BEGIN
              lv_t := REPLACE(char_in,',',''',''');
              lv_t := 'select id,name from col_tab where dept_name in (''' || lv_t || ''')' ;
              OPEN ans FOR lv_t;
         END str;
    END pack_str;
    Note:-
    Input Parameter char_in is a comma seperated value for dept_name
    -Debamalya

  • Can I have more than one ID for my iPad

    Can I use more than one ID for my iPad, iPhone and iPod.? I am using the same for all 3 now.
    My wife have one iPod and can I share my apps with her.? And if...How?
    We are using the same computor for all devices.
    Thanks in advance....
    Best regards.....Reidar45

    The spell check goes with the keyboard layout being used.  Just activate both English and French in Settings > General > Keyboard and then use the Globe key to switch between them.
    (I think there is bug in Pages, however, so that this doesn't work for that -- you have to change the OS language).

  • Can we have more than one contructor for one class?

    I need to provide more than one constructor for one class because I need to have one parameter passed to one constructor and many to another. Is that possible and how it will affects in the instantiation of the object?
    Thanks again
    Jorg3

    One more note about constructors...
    if you define a constructor to take argument(s)
    and don't define the default constructor it is not available.
    Example
    public class myClass
       public static void main(String args[])
          // Ok
          myClass c = new myClass("Hello World");
         // Not Ok
         myClass c2 = new myClass();
       } // main
       public myClass(String name)
          named = name;
       } // myClass
      String named = null;
    } // myClassIf you want to be able to construct the object with the default and parameter constructors, you must declare them all...
    public class myClass
       public static void main(String args[])
          // Ok
          myClass c = new myClass("Hello World");
         // Ok
         myClass c2 = new myClass();
       } // main
       public myClass()
          named = "No Name";
       } // myClass
       public myClass(String name)
          named = name;
       } // myClass
      String named = null;
    } // myClass

  • Just bot a macbook pro to replace one of my pc's. can't figure out how to have more than one website open at a time like explorer. Is it possible to do?

    I can't figure out how to open more than one website at a time like explorer does on a pc. would like to know if it Is possible or not.

    Tabbed browsing is the way. Go to Safari's View menu:
    and click "Show Tab Bar." When you see a link on another site you wish to open without closing the first site, simply right-click and select "Open Link in New Tab."

  • How to have more than one project open at a time

    I can't seem to find a way to have more than one project window open at a time.
    This would be sweet. Currently chopping down a 60 minute rehearsal record into separate tracks. Kind of a pain.
    TIA
    Tom

    Tom
    Is that an iTunes question? Are you sure you posted in the correct forum.
    Regards
    TD

  • Reuse Release Codes for PR Release.

    Hi!
    Business requirement has resulted in exhausting the Release Codes for Purchase Requisitions. What might possibly be the impact of using the same Release Codes in different Plants and restricting the users by Roles.
    Example:
    Release Strategy X: Plant IND1 / Value >0: Release Code ZZ
    Release Strategy Y: Plant IND2 / Value >0: Release Code ZZ
    Assume that the PR Releasers are different (say Mr. A & Mr. B for Plant IND1 and IND2 respectively):
    Create 2 Role:
    Role X: Authorization for Plant IND1 and Release Code ZZ
    Role Y: Authorization for Plant IND2 and Release Code ZZ
    Now if we assign Role X to Mr. A and Role Y to Mr. B, Mr. A will get only PRs from Plant IND1 and Mr. B will get only PRs from Plant IND2. Hence they can use the same Release Code ZZ. But the PRs will be from their respective Plants.
    Can you foresee any issues with the above setup? I tested the same in sandbox and it is working fine.
    Suggestions welcome.
    Regards,
    Riju

    Dear Riju,
    There has not a issue of Release Strategy, you can give the access rigth through role.
    But check the muliples plant & Release code.
    Regards,
    PK.

  • How to have more than one free good for a material ?

    Hi everyone,
    we have this requirement from the user where he wants give more than one free good for a material.
    As far as i know we can configure only one free good for a material in standard SAP.
    if have any idea about how to achieve this please guide me how to configure the same in SAP.
    thank you in advance

    Hi
    Check my two links where I have explained this.
    Free goods using Sale order BOM methodology
    Different business scenarios and Sales BOM techniques for header and item level stock and prices
    Thank$

  • How to have more than one Bridge Web Photo Gallery in a site

    I'm having a problem inserting more than one bridge web photo gallery in my site. I have thumbnails of different jobs and when clicked I want a new page to load with all the images of that job. I have one thumbnail linked to one of the galleries and I made another gallery and can't find the code to change to link it to the new html gallery. When the page loads it shows the first gallery I made instead of the new gallery.
    Example:
    I made a gallery of a deck job and on my photo page there is a thumbnail. When clicked it brings up the deck.html photo gallery made in bridge cs4. Good!
    Now, I made a gallery of an outdoor fireplace and on my photo page there is a thumbnail. When clicked it should load the photo gallery of the outdoor fireplace. It loads the gallery of the deck instead.
    I understand that the code needs to be changed to link to the new files. I changed the "resource" folder for the outdoor fireplace to "resource2" and changed the code script src="resources" to script src="resources2" and it did not work
    I suspect that I need to change the code that points to group.xml and rename the new photo gallery group.xml to group2.xml so it will find the one in my resources2 folder, but I can't find the code anywhere.
    Any help would be great. Also, if there is a better way of doing this let me know?
    Thanks

    Maybe I can explain this better....
    the group.xml file has the information for what images to load. When previewing the outdoor fireplace web gallery "of.html" it loads the "deck.html" web gallery. I believe this is because in one of the files it is requesting the info from the group.xml file from the resourses folder. I need to find where the code is that directs it to the group.xml and change it to group2.xml and rename that group.xml file for "of.html" to group2.xml in the resourses2 folder.

  • How to get more than 300 results for a search

    Hi all,
    When we search for something in a peoplesoft, we get 300 default results right.
    Is there a way we can change that to 500 or 600 or any.
    Please help me.
    Thank you,
    Bye.

    I heard that we have to do some settings in psappserv.cfg file to get more than 300 rows in a search. Is that true?
    Please help me.
    Thank you,
    Bye.

  • How to have more than one playlist on the iPOD mini ...?

    This may seem a silly question - after all, isn't it the whole point of the iPOD ? Anyway, with my current setup, I cannot get more than one playlist onto my ipod mini.
    Using Win2000Pro, connecting using USB; there have been lots of other issues involving ' cannot read/write to ipod ' which have been reported on these forums , I started having problems after Apple 'upgraded' iTunes from 4.9 ...ended up with nothing on the ipod at all. Since then a few upgrades and now running iTunes 6.0 (not 6.0.1), it DOES sync with the ipod but does not let me manage the playlists:
    Since my library is > the ipod ( 4 GB model) I cannot use the option ' sync all songs & playlists' , which is what I originally used when the library was < the ipod. At that point I did get ( automatically I think..) a few playlists onto the ipod.
    Howeever, since the library got too big, I have to select 'sync to these playlists only' . I use 1 master list, which works, ( it syncs all the songs to the ipod and I get just that playlist on the 'pod) but any attempt to select another playlist from that dialogue box results in consistent hanging of iTunes, and you have to kikll it in task manager.
    I would have thought that you could simply drag n drop a playlist onto the connected ipod icon (that would be more elegant) but the inteface doesn't allow it..
    Oh and another thing ..why does the syncing tool delete ones on the go playlists from the pod ? I can't even get around this issue by making them manually on the 'pod as they get deleted when syncing.. Grrrrhhh
    Where to go from here guys & gals ??
    Thanks...any tips gratefully received
    Aries/ AMD Windows 2000 Draytek Wireless DSL 2 Mb

    Ok I'll try that, although I did try it earlier when I had iTunes 5.xx loaded, I think.
    As to size of playlists, I have a master (900 songs) that defines what will fit onto the ipod , I then generate all the others as subsets of the master (not of the library)- hence I know they will all fit
    Can you also clarify something for me: the dialogue box we are discussing is intended, I think, so that one can set the automatic synching of certain playlists between the PC & the ipod. Is that the only way one can select other playlists to go to the ipod - i.e. as static once-offs, not synchronised ?
    Apple' docs, I think, are poor in this regard - they assume most ipods are bigger then the users song library and they gloss over the details of this alternate mode of playlist synching.
    Thanks - Nick

  • EJB 3.0 / how to define more than one @QueryNamed for an entity

    I check the ejb 3.0 spec, the help and others but i didn't find the syntax that permit to determine more than one QueryNamed in an entity.
    Does somebode how to do and where it is described in the documentation ?

    This is exactly i have done also but i got an error during compilation
    C:\oracle\product\jdeveloper10g_3565\jdev\mywork\HRApp\EJB_Project\EJB_Project\src\buslogic\Departments.java
    Error(20,124): ) expected
    @Entity
    @NamedQueries(
    @NamedQuery(name="findDepartments", queryString="select object(o) from Departments o where o.department_id = :dept_id"),
    @NamedQuery(name="findAllDepartments", queryString="select object(o) from Departments o")
    @Table(name="DEPARTMENTS")
    public class Departments implements Serializable {
    private Long departmentId;
    private String departmentName;
    private Long locationId;
    private Collection<Employees> employeesCollection;
    private Employees employees;

  • Users have more than one profile for the same role

    Hello,
    As I said in my earlier post I'm rather new to SAP.
    I'm doing now the security audit of my SAP system. In particular, I'm checking whether business users have access to DEBUG functionality.
    I have run report 'Users by complex selection criteria' and found certain number of such users. Then I looked further and discover that all these users have role X assigned to them. The profile P2 of the role X displayed in PFCG has DEBUG functionality deactivated. After second look I discovered that all these users have earlier profile P1 for the same role X assigned to these users. This profile P1 contains the functionality in question.
    I solved the issue by revoking the role X from the users and assigning it again. Both P1 and P2 profiles were removed from the users and only P2 was reassigned again.
    I used to think that role may have only the profile that is displayed in PFCG? Also, I used to think that if the role profie is regenerated the newly generated profile automatically replace the old one assigned to users. Am I wrong?

    Hi Pavel
    In simple and short ..
    Role contains authorization objects..
    Maximum limit of authorization objects for a role is 150 .
    So a role can accommodate 150 authorization objects.
    New Profile ABC is created , when ever you create a new role. 1-1 relation.
    But if a role has more than 150 authorization objects .. then automatically a new profile ABC01 will be created and it will also be aligned to that role .
    if role has 400 auth objects, then profiles will be ABC ,ABC01 ,and ABC02
    i hope this helps you
    Cheers
    Pavan M

Maybe you are looking for