Help required about InsertHTML function

Hello
i want to use this function to add HTML in documnet of JEditor pane
public void insertHTML(HTMLDocument�doc,
int�offset,
String�html,
int�popDepth,
int�pushDepth,
HTML.Tag�insertTag)
it is a function HTMLEditorKit.But i dont understnad what int value to enter in the 4 and 5 paramters
supose i want to enter bullets, for this purpose
insertHTML(hdoc,0,"<LI>",?,?,HTML.TAG.LI)
what to pass for for thse parameters??
Note i m calling this function on pressing enter key
Plzzzzzzzzzzzzzzzz help

Hello
supose i want to enter bullets, for this purpose
insertHTML(hdoc,0,"<LI>",?,?,HTML.TAG.LI)
what to pass for for thse parameters??
Note i m calling this function on pressing enter key
I'm not using it the way you are, and I don't really know what the parameters are, BUT I've found that (YMMV):
IF the offset ISN'T 0, but is somewhere in the doc it works, IF:
The String is a complete Tag e.g. "<LI>the Item</LI>"
and the ?,? are 0,0.
I get the offset by asking the EditorKit for the position in the doc.
I'm inserting an arbitrary block of HTML generated by another component, but I think that if you enter "<LI> </LI>" (one space between, and then set the position in the doc to originalOffset + 1, you should be close to what you want.
Thinking about it, IT MAY BE that if you insert ONLY the opening tag and then use 0,1 as the parameters, the editor kit will generate the "</LI>". I'll try it and post here.
PLEASE SOMEONE - a REAL explanation of the function. :-)

Similar Messages

  • Help required  when using Function module F4_INT_TABLE_VALUE_REQUEST

    Hi,
    I wrote the logic as follows.
    Select-options: s_lgart FOR pa0015-lgart.
      SELECT lgart FROM t512z INTO TABLE it_temp WHERE infty = '0015' AND lgart IN rlgart.
      IF NOT it_temp[] IS INITIAL.
        SORT it_temp BY lgart.
        DELETE ADJACENT DUPLICATES FROM it_temp COMPARING lgart.
        LOOP AT it_temp.
          SELECT SINGLE lgtxt FROM t512t INTO it_temp-description
            WHERE lgart = it_temp-lgart AND
                  sprsl = 'EN'.
          IF sy-subrc = 0.
            MODIFY it_temp INDEX sy-tabix.
          ENDIF.
        ENDLOOP.
    at present in internal table it_temp having following fields.
    5100 Relolump sum
    5111 SIP
    my requirement is : when i press F4 help on wage type in selection screen i am able to see two fie

    example:
    CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
          RETFIELD        = 'VBELN'
          DYNPPROG        = W_PROGNAME
          DYNPNR          = W_SCR_NUM
          DYNPROFIELD     = 'KUNNR'
          VALUE_ORG       = 'S'
        TABLES
          VALUE_TAB       = INT_F4
          RETURN_TAB      = RETURN_VALUES
        EXCEPTIONS
          PARAMETER_ERROR = 1
          NO_VALUES_FOUND = 2
          OTHERS          = 3.

  • Urgent help required about nokia N8

    I was updating my phone software whine installation suddenly power off and my phone turn off... Now when I switch on it nothing papers on screen please help what should I do....? 

    @MHassan125
    A black screen usually indicates device still in flash mode and a visit to Nokia Care facility for device software to be re-installed is required.
    Happy to have helped forum with a Support Ratio = 42.5

  • Help required in creating function module which reads payroll clusters.

    Hi ,
    We have a requirement where in we need to create a function module for reading a sequence of tables from payroll clusters. This function module does two functions:
    1.Read the payroll results from one system.
    2.write the payroll results to other system.
    please do the needful as soon as possible.
    Thanks in advance.
    Regards,
    Durga.

    hi
    Refer to the below thread
    Programming with Clusters for HR-Payroll
    Regards
    Sameer

  • Help required on Mask functionality..

    Hi Gurus,
    One of our Client has a requirement that the catalog items should be available to the users specific to their Company codes.
    For this purpose I have created a custom field in the "Catalog Items" table as Co.Code.
    Created users & roles. Made the assignments & created the mask & assigned to the respective Catalog items in Data Manager.
    I created separate Web services for all these Co Codes & also maintained the same in attributes.
    When I login to portal with the specific credetials, I am still able to view & select the items from Catalog for other company codes.
    My first question - Will the mask functionality work on the custom field i.e. Co. Code and if yes whatever steps mentioned above are they correct. If not what am I missing and what needs to be done so that specific users will be able to view & select the catalog item for their respective company codes.
    Thanks in advance.
    ~Abhay

    Hi Masa,
    Yes in Data Manager if I login using the users credintial's then only the masked items (specific to his/her Co. Code) is seen.
    The Web services parameters maintained are as follows-
    1                           http://xyz.xyz.com:10000/SRMMDM/SRMMDM     URL
    2     USERNAME     Master                    Fixed Value
    3     PASSWORD     Xyz0123                    Fixed Value
    4     SERVER     XYZ.XYZ.COM               Fixed Value
    5     CATALOG     Rel6_SRM_EU_Rollout               Fixed Value
    6     uilanguage     SY-LANGU                    SAP Field
    7     datalanguageSY-LANGU                    SAP Field
    10     PORT     12345                    Fixed Value
    20     HOOK_URL                                                                             Return URL
    40     ~CALLER     CTLG                    Fixed Value
    50     ~OkCode     ADDI                    Fixed Value
    60     ~TARGET     _top                    Fixed Value
    70     ~CALLBACK     CTLG                    Fixed Value
    80     ~MASK     Company 1227                               Fixed Value
    Regards,
    ~Abhay

  • Help required with  Analytic function

    Hi I have a table like following
    column1 column2 column3 cloumn4 start_Date
    1 601 A B 10-jan-2007
    2 601 A B 11 -jan-2007
    1 602 A B 12-jan-007
    1 603 A C 12-jan-2007
    there is no Uk on this table.
    now I have to group column2 ,column3 ,column4.
    I finally need to get the row that has highest start date. Effectively meaming
    there will be three groups based on abouve data:
    1st is:
    1 601 A B 10-jan-2007
    2 601 A B 11 -jan-2007
    2nd is
    1 602 A B 12-jan-007
    3rd is
    1 603 A C 12-jan-2007
    now i need to get the second row from the first group only
    2 601 A B 11 -jan-2007
    i dont need data from other groups since they have less than 2 rows.
    How can I achieve this using analytics function.
    Please help!!

    Hi,
    Can you please provide an example. I am sorry, this
    is my first day with analytice :(I figured as much; that's why I gave you detailed instructions to gain some experience by building on the
    query that Forms already gave you (slightly prettied up below):
    select  *
    from    (   -- Begin sub-query
            SELECT  column1,column2,column3,column4
            ,        row_number () over
                        ( partition by column2,column3,column4
                          order by start_date desc
                        ) as rnk  -- "rank" is not a good name
            from   table
            )   -- End sub-query
    where   rnk = 1;
    [pre]
    Follow the instructions I gave you earlier.
    Add the analytic "COUNT (*) OVER (...) AS cnt" function next to the analytic ROW_NUMBER function in Forms' query.
    Add the test for "cnt >= 2" next to the test for "rnk = 1".                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Help required in extract functionality for xml with namespaces

    Hi,
    We recently upgraded our database from 9i to 10G. After the upgrade few queries are not working as expected. Below query does not fetch any results in 10G but works perfectly fine in 9i. Could you please help me with a work around.
    select XMLType.extract(xmltype('<?xml version="1.0" encoding="UTF-8"?>
    <hierarchy docVersion="1" documentID="4738800" enddate="4999-12-31T00:00:00.000" isCurrentVersion="true" isEditable="true" startdate="2007-05-21T13:06:58.737" uniqueID="4738800" xmlns="http://schema/hierarchy" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schema/hierarchy http://schema/hierarchy.xsd">
    <name>tshiiiiiiiiiiii</name>
    <description>tshiiiiiiiiiiii</description>
    <find_duplicates_on_save>false</find_duplicates_on_save>
    <root href="http://node?/node/@documentID=123" label="root" type="locator"/>
    <connection to="root" type="simple"/>
    </hierarchy>
    '),'//*/@xmlns').getClobVal() as "XMLNS" from dual;
    result : http://schema/hierarchy
    We dont want to use '//*/namespace::*' in the xpath as it will give us xsi value along with xmlns. Oracle metalink says its a bug in oracle 10g version (bug 5100590) but couldnot find workaround. Please help us.
    Thanks and Regards
    Shifali

    Re: Adding report (query & workbook, templates) in roles
    Go through this thread.
    And in our Project we have created one role for accessing workbooks. in that end user can access the work book but saved one and user cannot resave or delete the work book.
    we have added Auth objects S_TCODE and S_GUI.
    in S_TCODE we have added RRMX and in S_GUI we have given 60(IMPORT) access to the users.
    So that they can just share the workbook. nothing else can be done.
    Try like this. Hope this would help you.

  • Help required about MD61

    Hi all,
    My client wants to enter the demand for a carton of cigars in MD61.each carton contains 12 packs and each pack 10 cigars.Now they do not want to have seperate material number for cartons.So i can not use the carton as header material in BOM and define the packs as components.They create Purchase orders only for Packs and not for carton.
    How can i let system know that the demand is of 12 packs when they enter the demand as 1 carton with both of them having same material no.
    the cartons are not managed in inventory
    Can you throw some light...Full award...

    Dear,
    Tell me how they enter the PO qty?
    Let us say Material no X  and qty requiured is 12
    then  in PO they enter
    X PO qty is 12 and unit oif measure PACK
    If so proceed as below
    Create  material with base unit as CORTON and alternate unit as PACK.
    Give the relation of alternate unit of measure and BUM
    As 12 pack = 1 CARTON.
    Enter the PO unit as PACK.
    Hence in MD61 enter the qty in carton and PO will be placed in PACK.
    I hope u got the point

  • Help required in exectuting the Planning Function

    Hello All,
    I need help in fulfilling the following requirement through planning functions in IP:
    I have 4 keyfigures as Actual Value,Actual Quan,Plan Value and Plan Quan.
    Now what I want to do is to COPY:
    1)Actual Value>>> PLan Value and then revaluate the Plan Value
    2)Actual Quan>>  Plan Quan and then revaluate the Plan Quan
    How to Copy the values?????
    Characteristic available are
    1) RDS
    2)Dealer
    3)Material  Category

    The way you post that, it looks very much like "Do my work for me". Nobody around here likes that kind of post, they consider it lazy and selfish. But perhaps you didn't mean it that way? Why don't you explain what you have done and what parts of it you are having problems with. Explain those problems in detail.

  • Functional Upgrade Assessment help required

    Hi ,
    Anyone can help me out in functional upgrade assessment process . What is the tool for it and what is alternative methods . This is required for 4.7 to ecc 6.00 .
    Regards
    RB

    Hi,
    Functional upgrade :
    Is built on the technical upgrade, the functional upgrade provides in addition the opportunity to implement new functionalities in area like FI,HR,Logistics ..,this upgrade type also represents an opportunity to maximize the use of SAP standard functionalities by replacing custom modifications and consolidate instance or systems.
    Regards,
    Madhu

  • Functions oracle help required

    hai
    select  99.9899 from dualafter decimal i want only 2 digits
    i want 99.99 SHOULD BE MY ANSWER
    pls
    i used ceil and floor
    it is not working
    so help
    S

    hi there trunc function is appropiate because in round and ceil function return
    rounded value that is 99.99
    ie
    SELECT ROUND(99.9899,2) FROM dual;
    99.99
    SELECT ceil(99.9899) FROM dual;
    100
    SELECT floor(99.9899) FROM dual;
    99but the trunc
    Returns n truncated to m decimal places, where m and n are numeric arguments. If m is omitted, truncates to 0 places. If m is negative, truncates (makes zero) m digits to the left of the decimal point.
    select trunc(99.9899,2) from dual;
    99.98regards
    Hitesh
    Edited by: Hitesh Nirkhey on Feb 17, 2011 1:16 PM

  • Urgent help required: Query regarding LC Variables

    Hi All
    Sometime earlier I was working on a performance issue raised by a customer. It was shell script that was taking almost 8-9 hrs to complete. During my research I came across a fact that there were some variables which were not set, the LC variables were impacting the sort funnel operations because of which the script was taking a long time to execute.
    I asked them to export the following commands, after which the program went on smoothly and finished in a couple of mins:
    export LC_COLLATE=en_US.ISO8859-1
    export LC_MESSAGES=C
    export LC_MONETARY=en_US.ISO8859-1
    export LC_MONETARY=en_US.ISO8859-1
    export HZ=100
    export LC_CTYPE=en_US.ISO8859-1
    export LANG=en_US.UTF-8
    Later I did recover that setting the LC_COLLATE to C, is not helping and the program was again taking a lot of time. Few questions that I want to ask are:
    1. Can someone please tell me, what each of these variable mean and how these values make a difference.
    2. When I exported LC_COLLATE=en_US.ISO8859-1, it worked fine, but when i tried with the defalut value LC_COLLATE=C, then why the program didnt work.
    As this issue is still going on, hence I would request All to provide their valuable inputs and let me know as much as possible.
    Appreciate your help in this regard.
    Thanks
    Amit
    Hi All
    A new development in this regard. The customer has send us a screen shot in which they were trying to export the locale variable using the commands which I have pasted above. I can see in the screen shot that while exporting LC_COLLATE and LC_TYPE, they get a message that ""ksh: export: couldn't set locale correctly"".
    Request everyone to please give their inputs as it's a bit urgent.
    Thanks for all the help in advance.
    Thanks
    Amit
    Some help required please...
    Edited by: amitsinhaengg on Jul 22, 2009 2:03 AM
    Edited by: amitsinhaengg on Jul 22, 2009 2:06 AM

    LC_CTYPE
    Controls the behavior of character handling functions.
    LC_TIME
    Specifies date and time formats, including month names, days of the week, and common full and abbreviated representations.
    LC_MONETARY
    Specifies monetary formats, including the currency symbol for the locale, thousands separator, sign position, the number of fractional digits, and so forth.
    LC_NUMERIC
    Specifies the decimal delimiter (or radix character), the thousands separator, and the grouping.
    LC_COLLATE
    Specifies a collation order and regular expression definition for the locale.
    LC_MESSAGES
    Specifies the language in which the localized messages are written, and affirmative and negative responses of the locale (yes and no strings and expressions).
    You can use command
    # locale -k LC_CTYPE
    to see more detail about each type.

  • Can anybody tell me about SD Functionality and the main tables used in SD

    Hi,
    Can anybody tell me about SD Functionality and the main tables used in SD.
    Thanks,
    bsv.

    Hi
    SD FLOW
    SD Flow Cycle:
    INQUIRY ( VA11)
    |
    QUOTATION (VA21)
    |
    PURCHASE ORDER (ME21)
    |
    ORDER CONFIRMATION (VA01)
    |
    PICKING LIST – (VL36)
    |
    PACKING LIST - (VL02, VL01)
    |
    SHIPPING – (VT01)
    |
    INVOICE – (VF21, VF01)
    |
    AR
    Enquiry - Customer enquires about the Products services that were sold by a company - VA11
    Quotation - Company Gives a Quotation for the products and Services to a Customer
    Sales Order - Customer gives a Purchase order to the company agaionst which a Sales order will be raised to Customer in SAP.
    VBAK: Sales Document(Header Data) (VBELN)
    VBAP: Sales Document(Item Data) (VBELN,POSNR,MATNR,ARKTX,CHARG)
          Enquiry, Quotation, Sales Order are differentiated based on Doc.
          Type(VBTYP field) in VBAK,VBAP Tables( for Enquiry VBTYP = A,
          for Quotation 'B' & for Order it is 'C'.)
    Delivery(Picking, Packing, Post Goods Issue and Shipment)->
    Company sends the material after picking it from Godown and Packing it in a Handling Unit(box) and Issues the goods
    LIKP: Delivery Table (Header Data)(VBELN,LFART,KUNNR,WADAT,INCO1)
    LIPS: Delivery Table (Item Data)(VBELN,POSNR,WERKS,LGORT,MATNR,VGBEL)
          (LIPS-VGBEL = VBAK-VBELN, LIPS-VGPOS = VBAP-POSNR)
    Billing - Also company bills to the customer for those deliveries
    And in FI against this billing  Accounting doc is created.
    VBRK: Billing Table(Header Data)(VBELN,FKART,BELNR)
    VBRP: Billing Table(Item Data)(VBELN,POSNR,FKIMG,NETWR,VGBEL,VGPOS)
          (VBRP-AUBEL = VBAK-VBELN, VBRP-VGBEL = LIKP-VBELN)
          Apart from these tables there are lot of other tables which starts with
          ‘V’, but we use the following tables frequently.
    other tables and imp fields
    VBUK: All Sales Documents status & Admn. Data(Header)(VBELN,VBTYP)
          VBTYP= ‘C’(Sales Order) VBTYP=’J’(Delivery) VBTYP=’M’(Invoice) 
    VBUP: Sales Documents status & Admn. Data(Item)(VBELN,POSNR)
    VBEP: Sales Doc. Schedule Lines Data(VBELN,POSNR,EDATU,WMENG)
    VBKD: To get sales related Business data like Payment terms etc.(VBELN,ZTERM)
    VBFA: sales document flow data(VBELV,VBELN,POSNV,VBTYP)
    VBPA: Partner functions Data(VBELN,PARVW,KUNNR,LIFNR)
    VEDA: Contract Data(VBELN,VPOSN)
    VEDAPO: Contract Data(VBELN,VPOSN)
    KONA:  Rebate Agreements (KNUMA,VKORG,VTWEG,SPART)
    VBRL:  SD Document: Invoice List(VBELN,POSNR,VBELN_VF,NETWR,KUNAG)
    VKDFS: SD Index: Billing Indicator(FKTYP,VBELN,FKART,VKORG)
    VBSK:  Collective Processing for a Sales Document Header(SAMMG,SMART)
    VBSS:  Collective Processing: Sales Documents(SAMMG,VBELN,SORTF)
    VRKPA: Sales Index: Bills by Partner Functions(VBELN,BELNR,KUNDE,PARVW)
    VRPMA: SD Index: Billing Items per Material(MATNR,VBELN,BELNR,KUNNR)
    TVLKT: Delivery Type: Texts(LFART,VTEXT)
    KNA1: Customer Master-General(KUNNR,NAME1,LAND1)
    KNB1: Customer Master(Company Code)(KUNNR,BUKRS,PERNR)
    KNC1: Customer Master Data (Transaction Figures)(KUNNR,BUKRS,GJAHR)
    KNVK: Customer Master Contact Partner(PARNR,KUNNR,NAME1)
    KNVV: Customer Master sales data(KUNNR,VKORG,VTWEG,KDGRP)
    KNBK: Customer Bank Details(KUNNR,BANKS,BANKL,BANKN)
    KNVH: Customer Hierarchy (HITYP,KUNNR,VKORG,VTWEG,SPART)
    KNVP: Customer Master Partner Functions(KUNNR,PARVW,KUNN2)
    KNVS: Customer Shipment data(KUNNR,VSTEL,TRANS)
    KNVI: Customer Tax data(KUNNR,ALAND,TATYP)
    LFA1: Vendor Master-General (LIFNR,NAME1,ORT01)
    LFB1: Vendor Master(Company Code)(LIFNR,BUKRS,PERNR)
    LFC1: Vendor Master (Transaction Figures)(LIFNR,BUKRS,GJAHR)
    MARA: Material Master-General (MATNR,MTART,MATKL)
    MARC: Material Master-Plant data(MATNR,WERKS,EKGRP)
    MARD: Material Master- St.Location Data(MATNR,WERKS,LGORT,LABST)
    EBEW:  Sales Order Stock Valuation(MATNR,VBELN,BWKEY,BWTAR)
    TVKO:  Sales Organizations(VKORG)
    TVTW:  Distribution Channel(VTWEG)
    TSPA:  Divisions(SPART)
    TVKOV: Distribution Channels for S.Orgn(VKORG,VTWEG)
    TVKOS: Divisions for S.Orgn(VKORG,SPART)
    TVTA:  Sales Areas(VKORG,VTWEG,SPART)
    TVBUR: Sales Offices(VKBUR,ADRNR)
    TVKBT: Sales Office Texts(VKBUR,SPRAS,BEZEI)
    TVKBZ: Sales Office Assign.to Sales Area(VKORG,VTWEG,VKBUR)
    TVKGR: Sales Group(VKGRP)
    TVGRT: Sales Group Texts(VKGRP,SPRAS,BEZEI)
    TVBVK: Sales Group to Sales office(VKBUR,VKGRP)
    TVKWZ: Plants Assign.to S.Orgn(WERKS,VKORG)
    T171T: Sales District Texts(BZIRK,BZTXT,SPRAS)
    TVLA:  Loading Points(LSTEL)
    TVST:  Shipping Points (VSTEL)
    TVSWZ: Shipping Point to Plant(VSTEL,WERKS)
    TVPT:  Item Categories (PSTYV)
    TINC:  Customer Incoterms(INCO1)
    T077D: Customer Account Group (KTOKD)
    T001W: Plants (WERKS)
    T001L: Storage Locations (LGORT)
    T499S: Locations(WERKS,STAND,KTEXT)
    TWLAD: To get address of Storage Location and Plant(LGORT,ADRNR)
    TVAK:  Sales Document (Order) Types (AUART)
    TVAU:  Sales Documents: Order Reasons (AUGRU)
    TVFK:  Billing Document Types (FKART)
    TVLK:  Delivery Types(LFART)
    TVSB:  Shipping Conditions (VSBED)
    TTDS:  Transportation Points(TPLST)
    TVKT:  Account Assignment Groups (KTGRD)
    KONV:  Condition Types pricing)(KNUMV,KSCHL,KWETR)
    ADRC:  To get Addresses of Partners(ADDRNUMBER,NAME1)
    VBBE:  Sales Requirements: Individual records(VBELN,POSNR,MATNR)
    VBBS:  Sales Requirement totals Record(MATNR,WERKS,LGORT,CHARG)
    VBKA:  Sales Activities Data(VBELN,KTAAR)
    VBPV:  Sales Document Product Proposal(VTWEG,MATNR,KUNNR,CHARG)
    T682:  Access Sequences (KOZGF)
    T682T: Access Sequence Texts (KOZGF,VTXTM)
    T683:  Pricing Procedures (KALSM)
    T683T: Pricing Procedures Texts(KALSM,KAPPL,SPRAS,VTEXT)
    T685:  Pricing Condition Types (KSCHL)
    T685T: Condition Type Texts(KSCHL,SPRAS,KAPPL,VTEXT)
    KONH:  Conditions (Header)(KNUMH,KAPPL,KSCHL)
    KONP:  Conditions (Item)(KNUMH,KOPOS,KAPPL,KSCHL)
    KONV:  Conditions (Transaction Data)(KNUMV,KSCHL,KBERT,KWERT)
    KOND:  Conditions (KNUMD,ZUSKO,KSCHL)
    for sd go through the links
    http://www.sapgenie.com/abap/tables_sd.htm
    Please check this SD online documents.
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CAARCSD/CAARCSD.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/MYSAP/SR_SD.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMSD/BCBMTWFMSD.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/LOLISPLN/LOLISPLN.pdf
    Also please check this SD links as well.
    http://help.sap.com/saphelp_47x200/helpdata/en/92/df293581dc1f79e10000009b38f889/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/dd/55f33e545a11d1a7020000e829fd11/frameset.htm
    http://www.sap-basis-abap.com/sapsd.htm
    http://www.sap-img.com/sap-sd.htm
    http://www.sapgenie.com/abap/tables_sd.htm
    http://searchsap.techtarget.com/featuredTopic/0,290042,sid21_gci961718,00.html
    http://www.sapbrain.com/TUTORIALS/FUNCTIONAL/SD_tutorial.html
    All help ebooks are in PDF format here
    http://www.easymarketplace.de/online-pdfs.php
    Reward points if useful
    Regards
    Anji

  • Help me about tickets

    Hi . I am new to sap sd help me about sap sd
    Thanks & regards
    suresh babu.k

    Dear Suresh,
    CIN
    CIN Means Country India Version
    In Indian Taxing procedure, Excise Duty plays a vital role in manufacturing scenariou2019s. Excise related configuration is known as CIN configuration. CIN Configuration is a topic in itself.
    Some info on CIN Configuration (it may not appear as understandable below, but if you check on screen, it will be understood better)
    Country Version India comes with four pricing procedures as follows:
    JINFAC (Sales from manufacturing plants)
    JINEXP (Export sales)
    JINDEP (Sales from depots)
    JINSTK (Stock transfers )
    CIN: IMG > Logistics - General > Tax on Goods Movement > India > Basic Settings > Maintain Excise Registrations
    In this IMG activity, you maintain the data relating to your excise registrations.
    Enter each of your excise registrations, specifying a four-character code for each Excise Registration Ids
    In this activity, you maintain excise registration IDs. You create one ID for each of your business's excise registrations.
    For each excise registration in your business create a registration ID, and state:
    Which taxes the registration covers (additional excise duty, special excise duty, and cess) Fields for any taxes that are not covered will be hidden in transactions involving excise duty.
    The maximum number of items to be printed on each excise invoice
    Whether you are allowed partial CENVAT credits
    Maintain Registration ID NUMBER, Excise code number, excise registration number
    ECC Number: Specifies the organization's ECC number.
    Excise Registration Number: A number assigned to each premises or location that has registered as a manufacturer with the excise authorities.
    Every entity with an excise registration number is required to keep its own excise books.
    Excise range: Specifies the excise range in whose area the excise registration is located.
    Excise Division: Specifies the excise division in whose area the excise registration is located.
    Excise Collectorate: The code of the excise collectorate in whose area the excise registration is located.
    Indicator for confirming, AED usage Additional Excise duty Percentage.
    These are livable under the additional duties of excise act. These duties are in addition to basic excise duty and special excise duty. Example - Additional Excise duty is livable in case of textile products, tobacco and sugar.
    Similarly for SED CESS Number of Items in Excise Invoice Shows the maximum number of line items that the authorities allow per excise invoice.
    Dependencies - This information is used when you create an excise invoice in Sales and Distribution (SD) for factory sales and for other movements. This information is used to split the transfer postings' items into multiple subcontracting challans.
    Excise register set description: Description of the excise registers set.
    Partial CENVAT Credit: Indicates that the excise registration ID is allowed to credit only a portion of its input excise duty to its CENVAT account
    Dependencies - When you post a goods receipt, the system splits the input excise duty on the material into its deductible and nondeductible amounts. It posts the deductible duty to the appropriate CENVAT account, and adds the nondeductible duty to the material value.
    This information is also shown when you post the vendor's excise invoice.
    Maintain Company Code Settings.
    In this IMG activity, you maintain the data relating to your company codes.
    Document Type for CENVAT Postings.
    It controls, which document type the system uses when making CENVAT postings in Financial Accounting (FI). Here ED is document type for cenvat posting.
    Indicator for providing debit account overwriting
    Debit Account Overwrite Indicator. X - Indicates debit accounts can be overwritten. Use In excise journal voucher transaction. It provides the flexibility to the user to enter the debit account of his choice depending on the nature of transaction.
    Automatic balance Indicator - Excise year start month. The calendar month marking the beginning of the excise year. This start month represents the month for the start of the excise invoice number range. The month 04 is entered here indicating April of the calendar year as the start month for excise invoices. Any change by the Excise authorities regarding start month should be taken care of by an entry in this field and initialization.
    Excise invoice selection procedure :Excise invoice selection type. To indicate the method opted by the company for selecting the excise invoice. It can be either earliest or latest invoices that were received. Number of excise invoices to be selected Indicates the number of excise invoices that needs to be selected in the excise invoice selection.
    Days to be considered for excise invoice selection Number of days from document date for excise invoice selection.
    Example - If the value of this field is 20 and today is 28-03-97. The excise invoice selection will show the related invoices only for the period 08-03-97 to 28-03-97.
    Document type for TDS FI posting: Financial accounting document type for TDS posting.
    Document type for FI posting on Utilisation Financial accounting document type for TDS posting.
    Indicator for item level excise duty round off - This indicator is to be used for deciding whether Item level excise duty amount rounding off is required during procurement cycle. If marked 'X' then the excise duty amount will be rounded off to the nearest rupee at the Purchase order level. This will not round off the CENVAT credit to be taken. If the duty amount is less than one rupee then no rounding is done.
    Rounding off of Excise duty for outgoing excise invoice - You can round off the Excise amount to be paid during an outgoing
    Excise invoice by marking this indicator as 'X'. The rounding is done at the item level for each item where the amount is greater than 1 Rupee.
    Immediate Credit on Capital Goods - Instructs the system, when you verify a goods receipt for capital goods, to immediately post half of the input excise duty to the appropriate CENVAT accounts. The rest is posted the CENVAT on hold account, for use in the following year.
    CVD Clearing Account - Specifies which G/L account the system credits when you take a CENVAT credit on countervailing duty in the Incoming Excise Invoices transaction.
    Exchange rate type - Key representing a type of exchange rate in the system.
    You enter the exchange rate type to store different exchange rates. Example - You can use the exchange rate type to define a buying rate, selling rate, or average rate for translating foreign currency amounts. You can use the average rate for the currency translation, and the bank buying and selling rates for valuation of foreign currency amounts.
    Exchange rate type to be used for Export excise duty converts - When you are creating an Excise invoice for export sales then the exchange rate for duty calculation will be picked up using this Exchange rate type.
    Maintain Plant Settings - In this IMG activity, you maintain excise information relating to your plants.
    Plant Settings - In this activity, you maintain excise information relating to your plants.
    For each plant:
    Specify whether it is a manufacturing site or a depot.
    Assign it an excise registration ID. - You can assign the same ID to more than one plant, if required.
    Depot - Indicates that the plant in question is a depot. - Depots are required to prepare register RG 23D, and follow different procedures for goods receipt and invoice generation.
    Number of goods receipt per excise invoice.
    Multiple GR for one excise invoice, Single credit
    Multiple GR for one excise invoice, multiple credit
    Maintain Excise Groups - In this IMG activity, you define your excise groups. For each excise group, you can also control how various excise invoice transactions will work.
    Excise Groups - In this activity, you define excise groups. An excise group allows you to maintain a separate set of excise registers and excise accounts. The RG 23A, RG 23C and PLA serial numbers are created for an excise group.
    Recommendation - Under normal circumstances, excise authorities require every business to maintain only one set of excise registers and one set of accounts. But through exemption from the authorities, multiple books can be maintained.
    If your company has only one set of excise registers, then you need to maintain only one excise group.
    1. Create one excise group for each set of registers that you need to keep.
    2. Assign the excise groups to plants.
    3. Maintain whether this Excise group is for a depot or not.
    If you receive only one consignment for an Excise challan then you can leave GR's per EI as blank. If you receive multiple GR's for a given Excise challan and would like to avail multiple credits mark the GRs per EI as 'Multiple GR's for one excise invoice, multiple credit'. Alternatively if you want to avail the credit only after all the goods receipts have been made mark it as ' Multiple GR for one excise invoice, single credit'.
    4. If you want to automatically create Excise invoice during Sales cycle at the time of billing the tick the indicator 'Create EI'
    5. During depot sales if you do not want to do RG23D selection and posting separately and would like to complete RG23D selection in one step mark the indicator 'RG23D Auto post'. This will post the selected records into RG23D automatically. You cannot cancel the selection later.
    6. If the indicator 'Default GR qty' is marked system will default the Excise challan quantity on to the Goods receipt if the Excise invoice number is given in the pop-up.
    7. If the indicator 'Folio no create' is marked system will generate Folio numbers for RG23D during receipt of excise invoice into depot.
    8. 'Automatic posting' when ticked will post the Excise invoice other movements automatically along with creation in single step.
    9. 'Create Part1 for Block Stock' when marked will create a Part1 during the receipt of material into Blocked stock .
    10. 'Create Part1 for STO' when marked will create a Part1 during the receipt of material through inter plant transfers.
    11. 'Create Part1 for consumption stock' when marked will create a Part1 during the receipt of material into consumption stock. Excise Group Governs which set of excise registers a business transaction will be included in.
    Following is the relation between excise group, plant and registration. - In define excise groups in Customizing.
    Then, in transactions involving excise duty, for example, when you post a vendor's excise invoice, you specify which excise group you are using. This information tells the system which G/L accounts to post the excise to. At the end of the period, when you come to prepare your excise registers, you create different sets for each excise group.
    Indicates that the plant in question is a depot. - Depots are required to prepare register RG 23D, and follow different procedures for goods receipt and invoice generation.
    GR Per Excise Invoice
    Multiple GR for one excise invoice , Multiple credit
    Multiple GR for one excise invoice , Single Credit
    Create Excise Invoice Automatically - Instructs the system to automatically create a Sales and Distribution (SD) excise invoice immediately you create a commercial invoice or a pro forma invoice.
    The excise invoice is created in the background. - If you want to make use of this function, you must also define the default plant, excise group, and series groups in Customizing for Sales and Distribution (SD), by choosing Excise Group - Series Group Determination.
    RG23D Sales Creation and posting option - RG23D Automatic Option if selected will create Depot excise invoice by posting the selection of excise invoices in single step. If this is not selected then you need to separately do RG23D selection followed by PGI and then RG23D verification and posting. If you need automatic posting of RG23D selection then the Post Goods Issue should have been completed before running RG23D selection.
    Default excise qty in GR - If this indicator is ticked then while doing Goods Receipt using 'MB01' system will default the excise invoice quantity on to the Goods receipt document.
    Folio number for depo Posting - If this indicator is marked then while creating Excise invoice for other movements system automatically does the Verify and Post. You need not separately Post the excise invoice
    Also we can set indicator for creation of part 1 for:
    Blocked stock
    Stock transport order
    Consignment stock
    Maintain Series Group - 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.
    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' Iindicator. 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.
    Maintain Excise Duty Indicators - In this IMG activity, you maintain the excise duty indicators.
    IMG > Logistics - General > Tax On Goods Movement > India > Basic Settings > Determination of Excise Duty > Select Tax Calculation Procedure
    In this IMG activity, you specify which tax procedure you want to use for determining excise duties and sales taxes on input materials in India.
    If you use condition-based excise determination, use a copy of the tax procedure TAXINN.
    If you use formula-based excise determination, use a copy of the tax procedure TAXINJ.
    This tax procedure also supports condition-based excise determination, so that you can work with both concurrently.
    We strongly recommend that new customers use condition-based excise determination. Note that once you have started using a tax procedure, you cannot switch to another one, otherwise you will not be able to display old documents.
    Maintain Excise Defaults - In this IMG activity, you define which tax procedure and pricing condition types are used in calculating excise taxes using formula-based excise determination.
    If you use condition-based excise determination, fill out the CVD cond. field and leave all the others blank.
    If you use formula-based excise determination, fill out all of the fields as follows:
    Enter the tax procedure and the pricing conditions that are relevant for excise tax processing.
    Specify the purchasing and sales conditions types used for basic excise duty, additional excise duty, special excise duty, and cess.
    Specify the conditions in the sales order that are used for excise rates.
    Specify the countervailing duty condition type used for import purchase orders.
    See also : SAP Library -> Logistics -> Country Versions -> Asia-Pacific -> India -> Materials Management (MM) -> Condition-Based Excise Determination and -> Formula-Based Excise Determination.
    IMG > Logistics - General > Tax On Goods Movement > India > Basic Settings > Determination of Excise Duty > Condition-Based Excise Determination
    When you enter a purchasing document, for example, a purchase order, the R/3 System automatically calculates the applicable excise duties using the condition technique.
    Features: The standard system comes with two tax calculation procedures.
    TAXINN is only supports condition-based excise determination, whereas TAXINJ supports condition-based excise determination and formula-based excise determination. Both tax procedures contain condition types that cover all of the excise duties and sales taxes applicable.
    Since the exact rates of excise duty can vary on a large number of factors, such as which vendor you purchase a material from, or which chapter ID the vendor stocks the material under, you create condition records for every sort of excise duty.
    When you come to enter a purchasing document, the system applies the excise duty at the rates you have entered in the condition records.
    Customizing: Make the settings in Customizing Basic -> India -> for Logistics u2013 General, by choosing Taxes on Goods Movements Account -> Excise Duties Using Condition Technique and u2026-> Settings Determination.
    These activities include one activity where you define a tax code for condition-based excise determination.
    Master Data - Create condition records for all excise duties that apply, and enter the tax code for condition-based excise determination in each.
    Day-to-Day Activities - When you enter a purchase order or other purchasing document, enter the tax code for condition-based excise determination in each line item. The system then calculates the excise duties using the condition records you have created.
    When the ordered materials arrive, you post the goods receipt and the excise invoice. The system posts the excise duty to the appropriate accounts for deductible input taxes when you enter the excise invoice.
    Creating Condition Records for Excise Duty
    1. In the command field, enter FV11 and choose .
    2. Enter the condition type that you want to create a condition record for and choose .
    The Key Combination dialog box appears.
    3. Select the combination of objects that you want to create the condition record for. On the dialog box, Control Code means "chapter ID." So, for example, to create a condition record for a tax that applies to a combination of country, plant, and chapter ID, select Country/Plant/Control Code.
    4. Choose.
    5. Enter data as required. - In the Tax Code field, enter the dummy tax code that you have defined.
    6. Save the condition record.
    Formula-Based Excise Determination - When you execute a business transaction involving materials that are subject to excise duty, the system automatically calculates the duty for you.
    In order for the system to be able to determine which rate of excise duty to apply, you must have maintained all the data on the Excise Rate Maintenance screen, which you can Master Data access from the SAP Easy Access screen by choosing Indirect Taxes Excise Rate Maintenance.
    You maintain the following types of data:
    Plant master data
    You assign each of your plants an excise duty indicator. You can use the same indicator for all the plants with the same excise status from a legal point of view, such as all those that are in an exempt zone. See also the information about manufacturers that are only entitled to deduct a certain portion of the duty (see
    Partial CENVAT Credit).
    Vendor master data
    For each of your vendors with the same excise status from a legal perspective, you define an excise duty indicator. You must also specify the vendor type u2013 for example, whether the vendor is a manufacturer, a depot, or a first-stage dealer. You must also stipulate if the vendor qualifies as a small-scale industry. For each permutation of plant indicator and vendor indicator, you then create a final excise duty indicator.
    Customer master data
    Similarly, you assign the same excise duty indicator to each of your customers that share the same legal excise status.
    Again, for each permutation of plant indicator and customer indicator, you then create a final excise duty indicator.
    Material master data
    each material is assigned a chapter ID.
    Excise tax rate
    for every chapter ID and final excise duty indicator, you maintain the rate of excise duty.
    If your business only qualifies for partial CENVAT credit, you must customize your system accordingly.
    Let us consider an example to illustrate how the system determines which rate of excise duty to apply to a material. Assume you are posting a sale of ball bearings to a customer. The system automatically determines the rate of excise duty as follows:
    1. Looks up the customer master data to see what status you have assigned the customer.
    Let's assume you've assigned the customer status 3.
    2. Looks up the plant master data to see what status you have assigned the plant. Similarly, your plant has status 2.
    3. The system looks up the table under Excise Indicator for Plant and Customer to see what the final excise duty indicator is for customer status 3 and plant status 2: It is 7.
    4. The system determines the chapter ID of the ball bearing for the plant.
    Letu2019s assume the chapter ID at plant for the ball bearings is 1000.01.
    5. Finally, the system looks up the table under Excise Tax Rate to see what rate of duty applies to chapter ID 1000.01 under
    status 7.
    Define Tax Code for Purchasing Documents - In this IMG activity, you define a tax code for the purposes of calculating excise duty when you enter purchasing documents. Only carry out this activity if you use condition-based excise
    determination.
    Create a new tax code, and set the tax code type to V (input tax). Do not make any other settings for it.
    Assign Tax Code to Company Codes
    In this IMG activity, assign the tax code for purchasing documents to the company codes where it will be used.
    Only carry out this activity if you use condition-based excise determination.
    Classify Condition Types - In this IMG activity, you specify which condition types you use for which sort of tax. Note that this only applies to condition types that you use with the new excise determination method. The system uses this information when you create a document from another one. For example, when you enter an incoming excise invoice from a purchase order, or when you create an outgoing excise invoice from a sales order, the system determines the various excise duties in the excise invoice using the information that you have entered here. In addition, when you create a purchasing document, the system only uses the condition types that you enter here.
    For taxes on purchases, use the condition types contained in the tax procedure.
    For taxes on sales, use the condition types contained in the pricing procedures.
    The standard system comes with sample settings for the tax calculation procedures and pricing procedures.
    Use these settings as a basis for your own.
    IMG > Logistics - General > Tax On Goods Movement > India > Account Determination
    Define G/L Accounts for Taxes - In this IMG activity, you specify which G/L accounts you will use to record which taxes.
    Requirements - You have set up G/L accounts for each of the processing keys listed below.
    Assign an account to each of the following posting keys. The accounts for VS1, VS2, and VS3 are used as clearing accounts during excise invoice verification.
    VS1 (basic excise duty)
    VS2 (additional excise duty)
    VS3 (special excise duty)
    VS5 (sales tax setoff)
    MWS (central sales tax)
    MW3 (local sales tax)
    ESA (service tax)
    ESE (service tax expense)
    Specify Excise Accounts per Excise Transaction - In this IMG activity, you specify which excise accounts (for excise duty and CENVAT) are to be posted to for the various transaction types. Enter all the accounts that are affected by each transaction type. If you use sub transaction types, enter the accounts for each sub transaction type as well.
    Transaction type UTLZ is used for determining accounts only while posting excise JVs and also if the payment of excise duty has to be done fortnightly. The fortnightly CENVAT payment utility picks up the credit side accounts from the transaction types of GRPO, EWPO, and TR6C for determining the CENVAT and PLA accounts. There is no separate transaction type for fortnightly payment.
    Example:
    Excise TT DC ind Account name
    GRPO CR CENVAT clearing account
    GRPO CR RG 23 BED account
    GRPO DR CENVAT on hld account
    Specify G/L Accounts per Excise Transaction - In this IMG activity, you assign the excise and CENVAT accounts to G/L accounts. When you come to execute the various transactions, the system determines which G/L accounts to post to by looking at the:
    Excise group
    Company code
    Chart of accounts
    Furthermore, if you want separate account determination settings within an excise group, you can also use sub transaction types.
    Requirements
    You have already:
    Defined the G/L accounts
    Defined the excise groups
    Maintained the transaction accounts
    Activities - For each excise group, assign the excise and CENVAT accounts to G/L accounts. For most businesses, one set of accounts will suffice for all transactions.
    Note : you need not remit the CENVAT to the excise department immediately, so maintain the credit account for transaction type DLFC as an excise duty interim account. This will be set off when you remit the duty. Config setting needed to be done in order to get the Excise Details Screen in Material Master.
    Even though this functionality is available in enterprise version, a small configuration step has to be made in Screen Sequences for Material Master.
    Following document helps you to do this configuration.
    Material Master à Logistics General
    1. Go to IMG Define Structure of Data Screen for each Configuring the Material master Screen Sequence.
    2. Select your screen sequence. Usually it would be 21. Select the same and click on Data Screen in the left frame.
    3. Once the data screens are exhibited, select data screen no. 15, ie. SSq. 21and Scrn 15, which is u201CForeign Trade: Import Datau201D. Select the same and click on Sub screens in the left frame.
    4. Go to the last sub screen i.e. 21-15-6 - SAPLMGD1- 0001 and select the same. Click on tab view sub screen and ensure that the sub screen is blank.
    5. Now in the last sub screen i.e. no.6 you delete SAPLMGD1 u2013 0001 and instead add SAPLJ1I_MATERIAL_MASTER and in the screen no. 2205.
    6. Save the setting.
    7. Create a Material Master and check whether in Screen Foreign Trade
    u2013 Import, Excise related sub screen appears.
    Whether you are allowed partial CENVAT credits 
    Maintain Registration ID NUMBER, Excise code number, excise registration number  
    Excise Registration Number 
    A number assigned to each premises or location that has registered as a manufacturer with the excise authorities. 
    Every entity with an excise registration number is required to keep its own excise books. 
    ECC Number 
    Specifies the organization's ECC number. 
    Excise Registration Number 
    A number assigned to each premises or location that has registered as a manufacturer with the excise authorities. 
    Every entity with an excise registration number is required to keep its own excise books. 
    Excise range: Specifies the excise range in whose area the excise registration is located. 
    Excise Division 
    Specifies the excise division in whose area the excise registration is located. 
    Excise Collectorate 
    The code of the excise collectorate in whose area the excise registration is located. 
    Indicator for confirming AED usage 
    Additional Excise Duty Percentage. These are leviable under the additional duties of excise act. These duties are in addition to basic excise duty and special excise duty. 
    Example 
    Additional Excise duty is leviable in case of textile products, tobacco and sugar. 
    Similarly for SED CESS 
    Number of Items in Excise Invoice 
    Shows the maximum number of line items that the authorities allow per excise invoice. 
    Dependencies 
    This information is used when you create an excise invoice in Sales and Distribution (SD) for factory sales and for other movements. 
    This information is used to split the transfer postings' items into multiple subcontracting challans. 
    Excise register set description 
    Description of the excise registers set. 
    Partial CENVAT Credit 
    Indicates that the excise registration ID is allowed to credit only a portion of its input excise duty to its CENVAT account. 
    Dependencies 
    When you post a goods receipt, the system splits the input excise duty on the material into its deductible and nondeductible amounts. It posts the deductible duty to the appropriate CENVAT account, and adds the nondeductible duty to the material value. 
    This information is also shown when you post the vendor's excise invoice. 
    Maintain Company Code Settings 
    Use 
    In this IMG activity; you maintain the data relating to your company codes. 
    Document Type for CENVAT Postings 
    It controls, which document type the system uses when making CENVAT postings in Financial Accounting (FI). Here ED is document type for cenvat posting. 
    Indicator for providing debit account overwriting 
    Debit Account Overwrite Indicator. X - Indicates debit accounts can be overwritten. Use In excise journal voucher transaction. It provides the flexibility to the user to enter the debit account of his choice depending on the nature of transaction. 
    Automatic balance Indicator 
    Excise year start month 
    The calendar month marking the beginning of the excise year 
    Use 
    This start month represents the month for the start of the excise invoice number range. The month 04 is entered here indicating April of the calendar year as the start month for excise invoices. Any change by the Excise authorities regarding start month should be taken care of by an entry in this field and initialization. 
    Excise invoice selection procedure 
    Excise invoice selection type. To indicate the method opted by the company for selecting the excise invoice. It can be either earliest or latest invoices that were received. 
    Number of excise invoices to be selected 
    Indicates the number of excise invoices that needs to be selected in the excise invoice selection. 
    Days to be considered for excise invoice selection 
    Number of days from document date for excise invoice selection. 
    Example 
    If the value of this field is 20 and today is 28-03-97. The excise 
    invoice selection will show the related invoices only for the 
    period 08-03-97 to 28-03-97. 
    Document type for TDS FI posting 
    Financial accounting document type for TDS posting. 
    Document type for FI posting on Utilisation 
    Financial accounting document type for TDS posting. 
    Indicator for item level excise duty round off 
    This indicator is to be used for deciding whether Item level excise duty amount rounding off is required during procurement cycle. If marked 'X' then the excise duty amount will be rounded off to the nearest rupee at the Purchase order level. This will not round off the CENVAT credit to be taken. If the duty amount is less than one rupee then no rounding is done 
    Rounding off of Excise duty for outgoing excise invoice 
    You can round off the Excise amount to be paid during an outgoing Excise invoice by marking this indicator as 'X'. The rounding is done at the item level for each item where the amount is greater than 1 Rupee. 
    Immediate Credit on Capital Goods 
    Instructs the system, when you verify a goods receipt for capital goods, to immediately post half of the input excise duty to the appropriate CENVAT accounts. 
    The rest is posted the CENVAT on hold account, for use in the following year. 
    CVD Clearing Account 
    Specifies which G/L account the system credits when you take a CENVAT credit on countervailing duty in the Incoming Excise Invoices transaction. 
    Exchange rate type 
    Key representing a type of exchange rate in the system. 
    Use 
    You enter the exchange rate type to store different exchange rates. 
    Example 
    You can use the exchange rate type to define a buying rate, selling rate, or average rate for translating foreign currency amounts. You can use the average rate for the currency translation, and the bank buying and selling rates for valuation of foreign currency amounts.  
    Exchange rate type to be used for Export excise duty converts 
    When you are creating an Excise invoice for export sales then the exchange rate for duty calculation will be picked up using this Exchange rate type. 
    Maintain Plant Settings 
    Use 
    In this IMG activity, you maintain excise information relating to your plants. 
    Plant Settings 
    In this activity, you maintain excise information relating to your plants. 
    Activities 
    For each plant: 
    ? Specify whether it is a manufacturing site or a depot. 
    ? Assign it an excise registration ID. 
    You can assign the same ID to more than one plant, if required. 
    Depot 
    Indicates that the plant in question is a depot. 
    Dependencies 
    Depots are required to prepare register RG 23D, and follow different procedures for goods receipt and invoice generation. 
    Number of goods receipt per excise invoice. 
    Multiple GR for one excise invoice, Single credit 
    Multiple GR for one excise invoice, Multiple credit 
    Maintain Excise Groups 
    Use 
    In this IMG activity, you define your excise groups. For each excise group, you can also control how various excise invoice transactions will work. 
    Excise Groups 
    In this activity, you define excise groups. An excise group allows you to maintain a separate set of excise registers and excise accounts. The RG 23A, RG 23C and PLA serial numbers are created for an excise group. 
    Recommendation 
    Under normal circumstances, excise authorities require every business to maintain only one set of excise registers and one set of accounts. But through exemption from the authorities, multiple books can be maintained. 
    If your company has only one set of excise registers, then you need to maintain only one excise group. 
    Activities 
    1. Create one excise group for each set of registers that you need to keep. 
    1. Assign the excise groups to plants. 
    2. Maintain whether this Excise group is for a depot or not. 
    3. If you receive only one consignment for an Excise challan then you can leave GR's per EI as blank. If you receive multiple GR's for a given Excise challan and would like to avail multiple credit mark the GRs per EI as 'Multiple GR's for one excise invoice, multiple credit'. Alternatively if you want to availa the credit only after all the goods receipts have been made mark it as ' Multiple GR for one excise invoice, single credit'. 
    4. If you want to automatically create Excise invoice during Sales cycle at the time of billing the tick the indicator 'Create EI' 
    5. During depot sales if you do not want to do RG23D selection and posting separately and would like to complete RG23D selection in one step mark the indicator 'RG23D Auto post'. This will post the selected records into RG23D automatically. You cannot cancel the selection later. 
    6. If the indicator 'Default GR qty' is marked system will default the Excise challan quantity on to the Goods receipt if the Excise invoice number is given in the pop-up. 
    7. If the indicator 'Folio no create' is marked system will generate Folio numbers for RG23D during receipt of excise invoice into depot. 
    8. 'Automatic posting' when ticked will post the Excise invoice other movements automatically along with creation in single step. 
    9. 'Create Part1 for Block Stock' when marked will create a Part1 during the receipt of material into Blocked stock . 
    10. 'Create Part1 for STO' when marked will create a Part1 during the receipt of material through inter plant transfers.  
    11. 'Create Part1 for consumption stock' when marked will create a Part1 during the receipt of material into consumption stock. 
    Excise Group 
    Governs which set of excise registers a business transaction will be included in. 
    Following is the relation between excise group, plant and registration. 
    Dependencies 
    In define excise groups in Customizing. 
    Then, in transactions involving excise duty, for example, when you post a vendor's excise invoice, you specify which excise group you are using. This information tells the system which G/L accounts to post the excise to. 
    At the end of the period, when you come to prepare your excise registers, you create different sets for each excise group. 
    Indicates that the plant in question is a depot. 
    Dependencies 
    Depots are required to prepare register RG 23D, and follow different procedures for goods receipt and invoice generation. 
    GR Per Excise Invoice 
    Multiple GR for one excise invoice , Multiple credit 
    Multiple GR for one excise invoice , Single Credit 
    Create Excise Invoice Automatically 
    Instructs the system to automatically create a Sales and Distribution (SD) excise invoice immediately you create a commercial invoice or a pro forma invoice. 
    The excise invoice is created in the background. 
    Dependencies 
    If you want to make use of this function, you must also define the default plant, excise group, and series groups in Customizing for Sales and Distribution (SD), by choosing Excise Group - Series Group Determination. 
    RG23D Sales Creation and posting option 
    RG23D Automatic Option if selected will create Depot excise invoice by posting the selection of excise invoices in single step.  
    If this is not selected then you need to separately do RG23D selection followed by PGI and then RG23D verification and posting.  
    If you need automatic posting of RG23D selection then the Post Goods Issue should have been completed before running RG23D selection. 
    Default excise qty in GR 
    If this indicator is ticked then while doing Goods Receipt using 'MB01' system will default the excise invoice quantity on to the Goods receipt document. 
    Folio number for depo 
    Posting 
    If this indicator is marked then while creating Excise invoice for other movements system automatically does the Verify and Post. You need not separately Post the excise invoice 
    Also we can set indicator for creation of part 1 for: 
    Blocked stock  
    Stock transport order 
    Consignment stock 
    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. 
    Maintain Excise Duty Indicators 
    Use 
    In this IMG activity, you maintain the excise duty indicators. 
    IMG > Logistics - General > Tax On Goods Movement > India > Basic Settings > Determination of Excise Duty > 
    Select Tax Calculation Procedure 
    Use 
    In this IMG activity, you specify which tax procedure you want to use for determining excise duties and sales taxes on input materials in India. 
    ? If you use condition-based excise determination, use a copy of the tax procedure TAXINN. 
    ? If you use formula-based excise determination, use a copy of the tax procedure TAXINJ. 
    This tax procedure also supports condition-based excise determination, so that you can work with both concurrently. 
    We strongly recommend that new customers use condition-based excise determination. Note that once you have started using a tax procedure, you cannot switch to another one, otherwise you will not be able to display old documents.  
    Maintain Excise Defaults 
    Use 
    In this IMG activity, you define which tax procedure and pricing condition types are used in calculating excise taxes using formula-based excise determination. 
    Activities 
    If you use condition-based excise determination, fill out the CVD cond. field and leave all the others blank. 
    If you use formula-based excise determination, fill out all of the fields as follows: 
    ? Enter the tax procedure and the pricing conditions that are relevant for excise tax processing. 
    ? Specify the purchasing and sales conditions types used for basic excise duty, additional excise duty, special excise duty, and cess. 
    ? Specify the conditions in the sales order that are used for excise rates. 
    ? Specify the countervailing duty condition type used for import purchase orders. 
    See also 
    SAP Library -> Logistics -> Country Versions -> Asia-Pacific -> India -> Materials Management (MM) -> Condition-Based Excise Determination and -> Formula-Based Excise Determination.  
    IMG > Logistics - General > Tax On Goods Movement > India > Basic Settings > Determination of Excise Duty > 
    Condition-Based Excise Determination  
    Use 
    When you enter a purchasing document, for example, a purchase order, the R/3 System automatically calculates the applicable excise duties using the condition technique. 
    Features 
    The standard system comes with two tax calculation procedures. TAXINN is only supports condition-based excise determination, whereas TAXINJ supports condition-based excise determination and formula-based excise determination. Both tax procedures contain condition types that cover all of the excise duties and sales taxes applicable. 
    Since the exact rates of excise duty can vary on a large number of factors, such as which vendor you purchase a material from, or which chapter ID the vendor stocks the material under, you create condition records for every sort of excise duty. 
    When you come to enter a purchasing document, the system applies the excise duty at the rates you have entered in the condition records. 
    Activities 
    Customizing 
    Make the settings in Customizing Basic? India?for Logistics - General, by choosing Taxes on Goods Movements Account? Excise Duties Using Condition Technique and ...?Settings Determination.  
    These activities include one activity where you define a tax code for condition-based excise determination. 
    Master Data 
    Create condition records for all excise duties that apply, and enter the tax code for condition-based excise determination in each. 
    Day-to-Day Activities 
    When you enter a purchase order or other purchasing document, enter the tax code for condition-based excise determination in each line item. The system then calculates the excise duties using the condition records you have created. 
    When the ordered materials arrive, you post the goods receipt and the excise invoice. The system posts the excise duty to the appropriate accounts for deductible input taxes when you enter the excise invoice. 
    Creating Condition Records for Excise Duty  
    1. In the command field, enter FV11 and choose .  
    2. Enter the condition type that you want to create a condition record for and choose .  
    The Key Combination dialog box appears. 
    3. Select the combination of objects that you want to create the condition record for.  
    On the dialog box, Control Code means "chapter ID." 
    So, for example, to create a condition record for a tax that applies to a combination of country, plant, and chapter ID, select Country/Plant/Control Code. 
    4. Choose .  
    5. Enter data as required.  
    In the Tax Code field, enter the dummy tax code that you have defined. 
    6. Save the condition record. 
    Formula-Based Excise Determination  
    Use 
    When you execute a business transaction involving materials that are subject to excise duty, the system automatically calculates the duty for you. 
    Prerequisites 
    In order for the system to be able to determine which rate of excise duty to apply, you must have maintained all the data on the Excise Rate Maintenance screen, which you can Master Data?access from the SAP Easy Access screen by choosing Indirect Taxes Excise Rate Maintenance.? 
    You maintain the following types of data: 
    ? Plant master data 
    You assign each of your plants an excise duty indicator. You can use the same indicator for all the plants with the same excise status from a legal point of view, such as all those that are in an exempt zone. 
    See also the information about manufacturers that are only entitled to deduct a certain portion of the duty (see Partial CENVAT Credit). 
    ? Vendor master data 
    For each of your vendors with the same excise status from a legal perspective, you define an excise duty indicator. You must also specify the vendor type - for example, whether the vendor is a manufacturer, a depot, or a first-stage dealer. You must also stipulate if the vendor qualifies as a small-scale industry.  
    For each permutation of plant indicator and vendor indicator, you then create a final excise duty indicator. 
    ? Customer master data 
    Similarly, you assign the same excise duty indicator to each of your customers that share the same legal excise status. 
    Again, for each permutation of plant indicator and customer indicator, you then create a final excise duty indicator. 
    ? Material master data 
    Each material is assigned a chapter ID. 
    ? Excise tax rate 
    For every chapter ID and final excise duty indicator, you maintain the rate of excise duty. 
    If your business only qualifies for partial CENVAT credit, you must customize your system accordingly.  
    Activities 
    Let us consider an example to illustrate how the system determines which rate of excise duty to apply to a material. Assume you are posting a sale of ball bearings to a customer. The system automatically determines the rate of excise duty as follows: 
    1. Looks up the customer master data to see what status you have assigned the customer.  
    Let's assume you've assigned the customer status 3. 
    2. Looks up the plant master data to see what status you have assigned the plant.  
    Similarly, your plant has status 2. 
    3. The system looks up the table under Excise Indicator for Plant and Customer to see what the final excise duty indictor is for customer status 3 and plant status 2: It is 7.  
    4. The system determines the chapter ID of the ball bearing for the plant.  
    Let's assume the chapter ID at plant for the ball bearings is 1000.01. 
    5. Finally, the system looks up the table under Excise Tax Rate to see what rate of duty applies to chapter ID 1000.01 under status 7. 
    Define Tax Code for Purchasing Documents 
    Use : In this IMG activity, you define a tax code for the purposes of calculating excise duty when you enter purchasing documents. 
    Only carry out this activity if you use condition-based excise determination. 
    Activities: Create a new tax code, and set the tax code type to V (input tax). Do not make any other settings for it. 
    Assign Tax Code to Company Codes 
    Use 
    In this IMG activity, assign the tax code for purchasing documents to the company codes where it will be used. 
    Only carry out this activity if you use condition-based excise determination. 
    Classify Condition Types 
    Use 
    In this IMG activity, you specify which condition types you use for which sort of tax. Note that this only applies to condition types that you use with the new excise determination method. 
    The system uses this information when you create a document from another one. For example, when you enter an incoming excise invoice from a purchase order, or when you create an outgoing excise invoice from a sales order, the system determines the various excise duties in the excise invoice using the information that you have entered here. 
    In addition, when you create a purchasing document, the system only uses the condition types that you enter here. 
    ? For taxes on purchases, use the condition types contained in the tax procedure. 
    ? For taxes on sales, use the condition types contained in the pricing procedures. 
    Standard settings 
    The standard system comes with sample settings for the tax calculation procedures and pricing procedures. 
    Use these settings as a basis for your own. 
    IMG > Logistics - General > Tax On Goods Movement > India > Account Determination 
    Define G/L Accounts for Taxes 
    Use 
    In this IMG activity, you specify which G/L accounts you will use to record which taxes. 
    Requirements 
    You have set up G/L accounts for each of the processing keys listed below. 
    Activities 
    Assign an account to each of the following posting keys. The accounts for VS1, VS2, and VS3 are used as clearing accounts during excise invoice verification. 
    ? VS1 (basic excise duty) 
    ? VS2 (additional excise duty) 
    ? VS3 (special excise duty) 
    ? VS5 (sales tax setoff) 
    ? MWS (central sales tax) 
    ? MW3 (local sales tax) 
    ? ESA (service tax) 
    ? ESE (service tax expense) 
    Specify Excise Accounts per Excise Transaction 
    Use 
    In this IMG activity, you specify which excise accounts (for excise duty and CENVAT) are to be posted to for the various transaction types. Enter all the accounts that are affected by each transaction type. 
    If you use subtransaction types, enter the accounts for each subtransaction type as well. 
    Activities 
    Transaction type UTLZ is used for determining accounts only while posting excise JVs and also if the payment of excise duty has to be done fortnightly. 
    The fortnightly CENVAT payment utility picks up the credit side accounts from the transaction types of GRPO, EWPO, and TR6C for determining the CENVAT and PLA accounts. There is no separate transaction type for fortnightly payment. 
    Example 
    Excise TT DC ind Account name 
    GRPO CR CENVAT clearing account 
    GRPO CR RG 23 BED account 
    GRPO DR CENVAT on hld account 
    Specify G/L Accounts per Excise Transaction 
    Use 
    In this IMG activity, you assign the excise and CENVAT accounts to G/L accounts. 
    When you come to execute the various transactions, the system determines which G/L accounts to post to by looking at the: 
    ? Excise group 
    ? Company code 
    ? Chart of accounts 
    Furthermore, if you want separate account determination settings within an excise group, you can also use sub transaction types.  
    Requirements 
    You have already: 
    ? Defined the G/L accounts 
    ? Defined the excise groups 
    ? Maintained the transaction accounts 
    Activities 
    For each excise group, assign the excise and CENVAT accounts to G/L accounts. For most businesses, one set of accounts will suffice for alltransactions. 
    Note 
    You need not remit the CENVAT to the excise department immediately, so maintain the credit account for transaction type DLFC as an excise duty interim account. This will be set off when you remit the duty. 
    Config setting needed to be done in order to get the Excise Details Screen in Material Master. 
    Even though this functionality is available in enterprise version, a small config step has to be made in Screen Sequences for Material Master. 
    Following document helps you to do this configuration. 
    ? Material Master ? Logistics General ?1. Go to IMG Define Structure of Data Screen for each?Configuring the Material master Screen Sequence. 
    2. Select your screen sequence. Usually it would be 21. Select the same and click on Data Screen in the left frame. 
    3. Once the data screens are exhibited, select data screen no. 15, ie. SSq. 21and Scrn 15, which is "Foreign Trade: Import Data". Select the same and click on Subscreens in the left frame. 
    4. Go to the last sub screen i.e. 21-15-6 - SAPLMGD1- 0001 and select the same. Click on tab view subscreen and ensure that the subscreen is blank. 
    5. Now in the last sub screen i.e. no.6 you delete SAPLMGD1 - 0001 and instead add SAPLJ1I_MATERIAL_MASTER and in the screen no. 2205. 
    6. Save the setting. 
    7. Cre

  • Please help me about Workflow

    sir/mam,i am new for workflow,will any one give me guidence for how i will start with workflow ..please help me about this topic....?

    Somnath,
    Your question is very vague.  What do you mean by new to Workflow?
    Workflow can be defined as
    A workflow is a reliably repeatable pattern of activity enabled by a systematic organization of resources, defined roles and mass, energy and information flows, into a work process that can be documented and learned. Workflows are always designed to achieve processing intents of some sort, such as physical transformation, service provision, or information processing.
    Workflows are closely related to other concepts used to describe organizational structure, such as silos, functions, teams, projects, policies and hierarchies. Workflows may be viewed as one primitive building block of organizations. The relationships among these concepts are described later in this entry.
    Read more on the Web ..http://en.wikipedia.org/wiki/Workflow
    Suda

Maybe you are looking for

  • URGENT:  javax.xml.parsers.DocumentBuilder.parse() method issue

    Hi folks, I have an urgent parsing problem. I developed an app with JDK1.4 and now it needs to run on JDK1.3.1. The problem is this: If I use the DocumentBuilder.parse() method shipped with JDK1.4 it will parse a document containing namespaces WITHOU

  • How to edit red background color of Informal Newsletter templates in pages

    How do I edit the color of the red background in the Informal Newsletter template? I've been able to edit sections within but the background red section appears to remain locked. Any help is much appreciated!

  • ICal invitation replies don't add

    Hi, I can send out out iCal invitations just fine, but when the receiver respond with their calendard application, iCal does not seem to recognize it. I still have the questionmark on the left of each invitee's name. The replies I get look fine, they

  • "Use iTunes to Restore" Message

    Hi, I've had my iPod for a few years now, and never had a problem with it until just the other day where i got the "Use iTunes to restore" message. The problem is that in the few years I've had it, i used a few computers to get the songs that were in

  • My ipad2 is Not charging anymore! what to do?

    please i Need help.. what should i do??