CIN Seres Group

Dear all
We have new requirement from client, our client want different number range for outgoing excise invoice for different material for same combination of division.
This can achieve through increasing series group is there any option to assign different number ranges without increasing my sales area, shipping point.
For example 
SALES ORG     DC     DIV     SHIP POINT     PLANT     SERIES GROUP
1000     10     10     1001     Normal     1001     S01
1000     20     10     1001     Normal     1001     S01
1000     30     10     1001     Normal     1001     S01
1000     40     10     1001     Normal     1001     S01
Another series groups are S02, S03, and S04
Please suggest
Thanks

Hi
  This looks very strange for me!!.
We have new requirement from client, our client want different number range for outgoing excise invoice for different material for same combination of division.
1.Tell me one thing is your sales order or billing document contains always one single line item?
2. If you have 1000+ materials are you going to create 1000 different series group.
3. How you are going to achieve if you have more than one line items in the excise invoice?
4. How if you introduce new materials, every time you need to do customization?
  As per MY UNDESTANDING  practically you MAY achieve this but this in not the standard process.
Regards
MBS

Similar Messages

  • Change in Series group in CIN

    Hi Experts
    Our company has 2 plants P1 & P2 and 2 seperate Excise registers , excise groups and series groups are maintained for both plants.
    Now we are clubbing P1 plant into P2 and hence forth any excise invoice generated specific to plant P1 should have the same series as plant P2.
    Pls suggest What changes are required for generating the same series Excise invoices for plant P1 similar to plant P2 since plant P1 now got merged with P2
    Rajiv

    Hi Rajiv
    Let me make a try to answer
    There are two things which we need to looked into
    1)  List out all exciseable items
    2)  List out all non exciseable items
    For all exciseable items, receiving plant (in your case P2) should first generate a PO based on which P1 will have to do MB1B under 351 movement and cut J1IS (no tax) Excise Invoice.  Parellely, you have to extend all  such materials to P2 to enable them do MIGO under 101 movement. I am sure, you would know excise formalities to be complied with in SAP like before doing MIGO, excise capturing has to be made etc.
    For non exciseable items, this would be a Vendor / Plant relationship where DC is raised based on which MIGO has to be done.
    Thanks
    G. Lakshmipathi

  • How  do u maintain series group?

    how  do u maintain series group?

    Maintain Series Groups
    Use
    In this IMG activity, you define the different excise series groups within your company. Series groups allow you to maintain multiple number ranges for the outgoing excise documents.
    Based on excise regulations and exemptions from the authorities you can maintain multiple number series for outgoing documents. But each of these series has to be declared to the excise authorities.
    Activities
    • Define excise series groups based on type of outgoing document
    • Assign series group to excise registration ID
    • If no financial postings are required for an Excise invoice in this seris group then you tick the 'No utilization' indicator.
    • If the CENVAT has to be paid immediately and you need not wait for the Fort nightly payment then mark the 'Immediate Utilization' indicator.
    Example
    You could define two series groups, group 001 for excise invoices, and group 002 for 57 F4 documents.
    No account postings for CENVAT in sales cycle
    No utilization Flag
    If you do not need any CENVAT utilization for an excise invoice but would like to just generate an excise invoice then you need to mark this indicator.
    IF the flag is checked then system will create an Excise invoice in the given Series group but there will not be any account postings or Part2 postings.
    Immediate Utilization of CENVAT
    Specifies that when you create an excise invoice, the system immediately pays the amount from CENVAT and creates the Part II entry. Such invoices will not be listed for fortnightly utilization.
    If you have both fortnightly and immediate utilization for the same excise group, the account determination within CIN IMG should point to the ED interim account.
    Account determination for immediate payment will be done exactly the same as being done for fortnightly utilization program.
    Regards,
    Rajesh Banka

  • SSRS show trend chart over column chart per series groups

    Need help in designing following report in SSRS, where I have a chart report with 2 category grouping fields and 1 series group field (as with category grouping, the reason being, i need to show columns in group of 4 joined together based on their grouping
    on top) .
    Below are my queries
    1. how to show my category grouping values on top of chart (showing group in different color) and series grouping values on bottom of chart (under each bar)
    2. I need to show trend line over each series group data.
    For example, First category group is over hotel name, second category group is over room type (deluxe, executive & suite) and one Series group over week number (for a month report), and the chart value is total occupancy (per hotel per room type per week
    number). Now for point 1, Hotel name and room type needs to be on top of the column (total occupancy) chart, where a week iteration number (1,2,3,4 for a month) at the bottom of the chart under every column.
    And for point 2, I need to show trend line per room per week occupancy was improved or not.
    Regards, Sujay

    Hi Sujay,
    According to your description, you want to display the two category group values at the top of the total occupancy value. Also you want to create a trend line over series values.
    For your first requirement, you can specify the Label data as a combination of two category group values and total occupancy values. Then change the location of series group value legend. Please refer to below screenshot.
    For your second requirement, you can add additional total occupancy values to the Chart Data panel, then change the chart type as Smooth Line.
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • SSRS Chart group dataset by Year (series groups)/Month (category groups) force intervals to start at JAN?

    Hi all,
    trying to figure this out in REPORT BUILDER, but I guess I can go to VS if needed...
    I've got a data set that says "sales" and its basically order summarycontaining:
    id, dateplaced, and other stuff...
    I want to use this dataset to show trendline for annual qty of orders
    created line chart with "countDistinct(id)" as the series for X
    category groups = groupby "=Month(dateplaced)" and label "=MonthName(Month(dateplaced)"
    series groups = group by "=Year(dateplaced)" and label the same.
    I think this is working as intended, please correct if not.
    The PROBLEM I'm seeing is that since my dataset returns data starting around september so my "axis" starts in september... I really would prefer it starts at Jan and ends in December... I can't see any way to do this...
    The only things I could think of are;
    put fake data in dataset that returns "empty" values for jan in the first year of data...
    change the query completely to make sure tehre are "year" "month" groupings... somehow...
    but both of these approaches seem to be "hacky" and not very maintainable or clear...
    Help!

    Hi noJedi,
    According to your description, you want to you have the category group in your chart always start from January. Right?
    In Reporting Services, when we set category group, the records will sort by the sequence of data in database by default. However, we can apply expression in
    Sorting so that those records can sort by the month. We have tested your scenario in our local environment, here are steps and screenshots for your reference:
    1. Create a chart and put the corresponding expression into category and series group.
    2. Right click on category group. Go to Sorting tab. Put the expression below into sorting expression.
    3. Save and preview. The result looks like below:
    Reference:
    Sort Data in a Data Region (Report Builder and SSRS)
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Same number range for two different series groups?

    Dear all,
    There are two scenarios
    1.Normal export under bond case, series group is 20 and number range maintained,running number is 300016
    2.Another scenario,where ARE1 document generation for Deemed exp customer(already customised) , series group is 30.
    But, client requirement is , for this second scenario also, system should pickup running number range of series group 20(under bond case)  as per excise legal requirement
    Ie running number is for series group 20 is 300016
    For the above deemed exp case (second scenario)it should pickup 300017
    And again when they do under bond case(first scenario), it should pick up 300018 like that
    Is it possible to maintain the same number range for two different series groups(20 and 30)?
    Even if you maintain the same number range for 30, as per running number range of 20
    Will the system update simultaneously the same number range for 20 and 30 series groups?
    Please suggest the way.

    With two different series groups, it is not possible to have the same number range. Even if you maintain it, they will be treated independently.
    Normally, you should not use different series groups if the same number range has to be used. In fact, the concept of series group has been developed to ensure that number ranges can be maintained separately.
    Regards,
    Aroop

  • Excise and Series Groups

    Hi to All
    this is Mani
    can anbody tell me briefly about the excise invoices and the series gorups, and the number ranges for the objects, and transaction codes for all excise related
    thanking you

    Number Range Objects for Excise in Transaction Code: SNRO are as under:
    J_1I57FC - 57FC Number Range Object
    J_1IARE1 - ARE1 Doc No object based on Series Group
    J_1IARE3 - ARE3 Doc No object based on Series Group
    J_1IBOND - Excise Bonding: Bond number object
    J_1ICERT - Withholding Tax Certificates (India)
    J_1ICHLNNO - Internal number range for challans
    J_1ICONPLA - Consolidated PLA serial no. generation
    J_1IDEPINV - Excise Invoice Number for Depot Invoices
    J_1IEXCEXP - Export excise invoice number range
    J_1IEXCINV - Excise invoice number
    J_1IEXCLOC - Local excise invoice numebr range
    J_1IEXCTST - Excise invoice with intervals
    J_1IEXINEX - Excise invoice number for export
    J_1IINTNUM - Internally document number to be generated
    J_1IINTPR2 - Despatch serial number
    J_1ILIC - Excise Bonding: License number object
    J_1IPLA2 - PLA part II number range object
    J_1IRG1 - RG1 Number range object
    J_1IRG1_T      - No. Range for RG1 - Excise group / Material
    J_1IRG23A1 - RG23A part 1 no. range object
    J_1IRG23A2 - RG23A part II number range object
    J_1IRG23C1 - RG23C part I number range object
    J_1IRG23C2 - RG23C part II number range object
    J_1IRG23D - Folio Numbers for RG 23D
    Regards,
    Rajesh Banka

  • Default Excise and series group

    Dear All,
    We have maitnain the Excise group and series group defaults for one sales area and shipping point and the plant and series group and excise group.
    The requirement is with the same combition we are doing local sale and the deemed export.We can do this by changing document type under utilization tab in excise invoice.As We have too many transections daily  we have done  settings as create excise invoice during creation of Invoice.In this its not possible to change the excise document type.In this case we want the excise documene type should come automatically.How we can do this?
    Furhter,with the same sales area and shipping point and the plant and excise group we have different series group.We want this also default. Is there any user exit to address this scenario.
    Please give your valuable inputs.
    Regards,
    Deepti

    Dear Dipti
    you can use J_1I7_USEREXIT_EXCISE_BEF_SAVE userexit , here you are refering to changing EXPIND in J_1IEXCHDR , then change the same and try
    for determining series group you can use the user exit J_1I7_USEREXIT_SERGRP_DETERM , to determine series group
    Jitesh

  • Maintain Excise and series group determination setting

    Hi Everybody,
    In maintain excise group and series group determination setting. My all the fields are common for both domestic and export and i have to differentiate with automatic excise invoice. When i was trying to do the setting in Maintain excise and series setting. Its not allowing me to save it.
    I explain in a better way
    Sales org.      Distribution ch.      Division    shipping point    Plant     excise Group    series group     export        sub transt. type
    in03                    z1                        z1                inpa              inpa            z1                  z1
    All these fields are common for export also. when i try to maintain setting for export. i just try to add export field as export under bond.  But it stops to do that. And our company policy is we can not create more distribution channel  or division.
    Can anybody tell me how to do that or is there any user exit for this.

    Hi,
    I had created a new series group and tried to assign in the maintain excise and series group determination. But it give the same error  "target ket must be different from the source key"
    What i had done is : i had created new series group i.e z3
    and maintained setting like that
    in03         z1       z1        inpa       inpa        z1     z3       Export under bond
    when i try to save it, it gives error.

  • [Forum FAQ] How do I add an average line to series group on SQL Server Reporting Services column chart?

    Introduction
    In SQL Server Reporting Service (SSRS), you may need an average value on column chart.
    For the above chart, add an average score line to the chart, you can get which student’s score is larger than average score, and which student’s score is less than average score clearly. This document demonstrates how to add an average line to series groups
    on SSRS column chart.
    Solution
    To achieve this requirement, you can add another values to the chart, change the chart type to line chart. Set the value to average value of the series group and set the line to show only once by using expression. Please refer to the link below to see the
    detail steps.
    Click the chart to display the Chart Data pane.
    Add Score field to the Values area.
    Right-click the new inserted Score1 and select Change Chart Type. And then change chart type to line chart in the Select Chart Type window.
    Change the Category Group name to Subject. Here are the screenshot for you reference.
    Right-click the new inserted Score1 and select Series Properties.
    Click the expression button on the right of Value field textbox, type the expression below:
    =Avg(Fields!Score.Value,"Subject"))
    Click Visibility in the left pane, select “Show or hide based on an expression”, and type in the expression below:
    =IIF(Fields!Name.Value="Rancy",FALSE,TRUE)
    Name in the expression is one of the Students. Then only one line chart is be displayed by using this expression.
    Click Legend in the left pane, type Average_Score to the Custom legend text box.
    The report looks like below:
    Applies to
    Microsoft SQL Server 2005
    Microsoft SQL Server 2008
    Microsoft SQL Server 2008 R2
    Microsoft SQL Server 2012
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Thanks,
    Is this a supported scenario, or does it use unsupported features?
    For example, can we call exec [ReportServer].dbo.AddEvent @EventType='TimedSubscription', @EventData='b64ce7ec-d598-45cd-bbc2-ea202e0c129d'
    in a supported way?
    Thanks! Josh

  • Creation of series group for suncontracting challan

    Hi
    While doing a subcontracting challan using J1IF01 , An error comes series group 101 is not maintained. How can i maintain a series rtoup for subcontracting purpose?
    regards
    B Shar

    Dear B Shar,
    You can maintain your series group 101 in path
    IMG - (Logistics - General) - Tax on Goods Movements - India - Basic Settings - Maintain Series Groups.
    I hope this can answer your problem.
    Regards
    Gunawan

  • Default excise group and series group issue

    Hi Gurus
    I have a doubt. Is it possible to maintain the default excise group and series group in this order
    sales org     dis chnl    division    ship pt    plant    excise group    series group
    1000               EX         CD             1000     1000       10                       A1
    1000               EX         CD             1000     2000       20                       A2
    i tried this combination, but getting the error message that a key already exists....The header data sales area and shipping point already exists.... I cant understand why we cant give the same sales area and shipping point for a new plant combination
    Thanks in advance
    Mathan

    Hi Mathan,
    When we say Excise group then it is maintained for the plant as it is maintained with Excise authorities. We can have same shipping point for 2 different plants but the possibilities are less and when 2 plants share the resources and facilities then those plants are registered as a single excise entity with the authorities. That is the reason that the option of having the same sales area and shipping point as header data is not allowed for more than one excise group. This is more business related than SAP.
    Hope this clarifies the doubt.
    Regards,
    Antima

  • Series group sorting

    Hi
    I am facing one problem. In my report i need to change chart order series group sorting by report parameter
    value. Is it impossible?
    thanx in advence.

    Hi Unbeliever,
    Per my understanding you have an parameter and the order of the series group will sort based on the  value in the parameter selected, right?
    I assumed that you have two values in the parameter(ASC,DESC) to define the order. you can add an expression in the Series group to change the order based on this parameter.
    Details information below for your reference:
    Right click the Series group to select the "Series Group properties".
    Select the "Sorting" and add expression below to conditional change order(By default the order is ASC):
    =IIF(Parameters!Order.Value="ASC",Fields!CarModel.Value,switch(Fields!CarModel.Value="LXI",5,
    Fields!CarModel.Value="Test1",4,
    Fields!CarModel.Value="Test2",3,
    Fields!CarModel.Value="VXI",2,Fields!CarModel.Value="ZXI",1))
    Preview you will got the chart display as below:
    If your problem still exists, please try to provide more details information about the value in the parameter and also sample data in the table and so on.
    Regards
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • How to make one of the chart ignore series grouping..

    I need to create a dashboard where i have
    X- axis -- Months
    Y-axis 1 -- Units
    Y-axis 2 - Percentage..
    Series Group -- State
    Now i have to group the percentage by state which is a line chart ...where as the units is stacked area which shouldn't be grouped by state...So is there a way to not group the units by state and group the % by state in the same chart ?
    I will have stacked area over which i need to have the % with line chart ..
    Is there a way to achieve this in SSRS 2008 R2 ?

    Hi Sri,
    In chart, when we add the fields in the data drop zones, Reporting Services calculates an aggregate for the field based on the category group and series group. The scenario you post is not support in chart data region.
    To work around this issue and meet your requirement, please refer to the following steps.
    1. Specify the values expression of the “Units” filed as follows:
    =SUM(Fields!units.Vlaue,”Chart_CategoryGroup”)
    (note: specify the scope with the name of the category group in chart instead of the label of the category group, for example,”Months”)
    2. Hide the duplicate columns or bars in the stacked area: right-click the “Units” filed and open the series properties dialog box, in the visibility page, set expression for hidden as follows:
    =IIF(Fields!units.Vlaue=First(Fields!units.Vlaue,”DataSet”),false,true)
    3. Specify the series displayed in legend, type the custom legend text as follows:
    =”Uints for this Month”.
    When preview the chart, the report shows only one aggregate value for each category group in the stacked area.
    The following screen shot the designer structure and the preview of a similar report, please take as reference.
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • To make new series group(excise)

    Dear All,
    As per my client requirement, i want to make new series group(excise) for Vendor Returns Proces which includes the excise part also..
    Can anyone please explain me the step by step procedure to config the same..
    Expecting your helpful and early reply..
    Thank you..
    Regards
    Nainesh

    SPRO - Logistics u2013 General-Tax on Goods Movements-India-Basic Settings--- Maintain Series Groups
    u2022     Series groups allow you to maintain multiple number ranges for the outgoing excise documents. So you can create it for vendor return invoices.
    u2022     Define excise series groups based on type of outgoing document
    u2022     Assign series group to excise registration ID
    u2022     In your case, financial postings are required for an Excise invoice in this series group, so you do not tick the 'No utilization' indicator.
    u2022     If the CENVAT has to be paid immediately and you need not wait for the Fort nightly payment then mark the 'Immediate Utilization' indicator.
    u2022     Based on excise regulations and exemptions from the authorities you can maintain multiple number series for outgoing documents. T- Code  SNRO , Object - J_1IEXCEXP

Maybe you are looking for

  • Excise modvat accounts not defined for EWPO

    Dear Experts, when I click on 'Balance Choose' tab in J1IIN, it is showing an error message "Excise modvat accounts not defined for EWPO transaction and 60 excise group.Message no. 8I402" though I have maintain 'Excise account assignment table'  in "

  • How to prevent users from entering '+' or '0' in front of country code in the phone number field?

    Requirement: How can I prevent guest users from entering '+' sign or '0' in front of country-code in the visitor phone number field during self registration? Few SMS service providers are not looking for '+' sign or '0' or '00' in front of the intern

  • From which table we can get cat_guid depending upon the guid of a tr.ticket

    Hi Experts, I have to find the cat_guid depending upon the guid which is in crmd_orderadm_h table to retrive the fields categeorization module/element/type maintained in the service ticket. Please tell me from which table we can get cat_guid dependin

  • Bookmarks display bug in safari

    Hi, I have this new problem in safari where the bookmarks will display in the wrong way. If I hold the iphone in the normal "up way", the bookmarks are displayed as if the iphone was sideway and they display "up way" when I turn the iphone sideway. I

  • What does "This computer is not authorized" mean?

    There are about 200 songs I am trying to transfer to my other computer's library through home sharing that will not work because my new laptop is "not authorized." What exactly does this mean?