J2I5 Register Extraction

Dear Friends,
Good Morning, I am trying to extract  RG23a registers in t code J2i5 and one error message is appearing as Plant code 3050 doest not exist.This is the same plant for which i am doing extraction.I have checked configuration where excise group vs plant relevancy has been maintained properly.In J1iD master data setting excise indicator for this plant is present.I have also posted no of RG23Aexcise posting through MIGO.
Need your help what entry i am missing
Regards
VS

Sorry wrongly posted in this forum

Similar Messages

  • EXCISE REGISTER EXTRACTION AS PER MATERIAL CODE

    HI GURUS OF MM,
            Pls help me solu for this.
    Whether Excise extraction is possible material wise .
    Since the standard Register exctration is through J2i5 ( J2i6 for printing) in SAP, datewise extraction is possible.
    But Can Material wise extraction can be possible in standard SAP?
    Pls clarify me it is urgent.
    Points would be rewarded
    Edited by: Girish  CM on Jun 10, 2008 9:53 AM

    hi,
    I think it is not  in Std SAP.
    J2I5 Extract report for the government for the total value.
    G.Ganesh Kumar

  • Unable to register one extract,but the other twos are ok.

    Enviroment:
    OS:Windows Server 2003 64bit
    GG:
    Oracle GoldenGate Command Interpreter for Oracle
    Version 11.2.1.0.6 16211226 OGGCORE_11.2.1.0.6_PLATFORMS_130418.1829
    Windows x64 (optimized), Oracle 11g on Apr 19 2013 17:38:40
    There are three extract on the same server.Now I'd like to register for the three extracts.The other twos are ok,but there is a one extract,meet the below error message:
    2013-12-22 21:43:50  ERROR   OGG-01755  Cannot register or unregister EXTRACT E_
    ZF_K because of the following SQL error: OCI Error ORA-00001: unique constraint
    (SYSTEM.LOGMNR_SESSION_UK1) violated
    ORA-06512: at "SYS.DBMS_CAPTURE_ADM_INTERNAL", line 453
    ORA-06512: at "SYS.DBMS_CAPTURE_ADM", line 289
    ORA-06512: at line 1 (status = 1). See Extract user privileges in the Oracle Gol
    denGate for Oracle Installation and Setup Guide.
    What should I do?And I also want to know the detailed cause of this error.Thanks in acvance!

    Hi,
    Ongoing DDL operations on the Oracle database do not allow the PL/SQL PackageDBMS_CAPTURE_ADM.BUILD to build the LogMiner Data Dictionary, as part of the GGSCI REGISTER EXTRACT command.
    NOTE: The DBMS_CAPTURE_ADM.BUILD procedure is the same as the DBMS_LOGMNR_D.BUILD procedure.
    exec dbms_goldengate_auth.grant_admin_privilege('USER_NAME');
    Connect to the Oracle database as SYSDBA  # sqlplus /nologin
    SQL> connect / as sysdba
    In the SYSDBA session, determine that there are no EXCLUSIVE DDL sessions.
    (Summary)  SQL> select mode_held, count(*) from dba_ddl_locks group by mode_held;
    (In detail)  SQL> select mode_held, name, type from dba_ddl_locks where mode_held = 'Exclusive' order by mode_held;
    (To identify a specific user process)  select l.name, l.type, l.mode_held, s.sid, s.program, s.username, p.spid, p.pidfrom dba_ddl_locks l, v$session s, v$process p where l.mode_held = 'Exclusive' and l.session_id = s.sid and s.paddr = p.addr;
    When there are no EXCLUSIVE mode DDL locks, re-run the GGSCI REGISTER EXTRACT command.
    In case this is not working then try for following steps,
    1. turn on sql trace
    2. identify SQL and its bind variables:
    declare
    extract_name varchar2(100) := :1;
    source_global_name varchar2(4000) := :2;
    firstScn number := :3;
    outbound_server_name varchar2(30);
    outbound_capture_name varchar2(30);
    capture_queue_name varchar2(30);
    queue_table_name varchar2(30);
    outbound_comment varchar2(125);
    BEGIN
    dbms_xstream_gg_adm.wait_for_inflight_txns := 'n';
    dbms_xstream_gg_adm.synchronization := 'none';
    dbms_xstream_gg_adm.is_goldengate := true; /* Construct the queue table name */
    queue_table_name := SUBSTR('OGG$Q_TAB_' || extract_name, 1, 30); /* Construct the capture queue name */
    capture_queue_name := SUBSTR('OGG$Q_' || extract_name, 1, 30); /* create capture queue */
    dbms_streams_adm.set_up_queue(queue_table => queue_table_name, queue_name => capture_queue_name); /* Construct the outbound capture name */
    outbound_capture_name := SUBSTR('OGG$CAP_' || extract_name, 1, 30); /* create capture specifying the first scn */ DBMS_XSTREAM_GG.SET_GG_SESSION();
    dbms_capture_adm.create_capture(queue_name => capture_queue_name,
    capture_name => outbound_capture_name,
    first_scn => firstScn,
    source_database => source_global_name); /* Construct the outbound server name */
    outbound_server_name := SUBSTR('OGG$' || extract_name, 1, 30); /* Construct the comment assosciated with this outbound server */ outbound_comment := extract_name || ' GoldenGate Extract';
    DBMS_XSTREAM_GG_ADM.ADD_OUTBOUND(server_name => outbound_server_name,
    capture_name=> outbound_capture_name,
    source_database=> source_global_name,
    committed_data_only => FALSE,
    wait_for_inflight_txns => 'N',
    synchronization => 'NONE',
    start_scn => firstScn,
    comment => outbound_comment);
    DBMS_XSTREAM_GG.SET_GG_SESSION(FALSE);
    END;
    3. run the sql manually under sqlplus.
    it hits:
    ERROR at line 1:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01502: index 'SYS.I_WRI$_OPTSTAT_TAB_OBJ#_ST' or partition of such index is
    in unusable state
    ORA-06512: at "SYS.DBMS_STREAMS_ADM", line 746
    ORA-06512: at line 16
    4.
    SQL> select owner,status from dba_indexes where index_name='I_WRI$_OPTSTAT_TAB_OBJ#_ST';
    OWNER STATUS
    SYS UNUSABLE
    5.rebuild th index, but it did not help:
    alter index I_WRI$_OPTSTAT_H_OBJ#_ICOL#_ST rebuild;
    6. drop and recreate the index. Then the extract can be registered
    Thanks,
    GG Lover

  • RG1 Register

    Dear Gurus
    I am trying to update RG1 register through T-code J1I5 for movement type 921. Table J_1RG1 get updated for this transaction.
    But when i use T-code J2I5 for Excise Register Extraction entry does not reflect in table J_2RG1BAL hence opening and closing balances not get updated.
    Points will be rewarded for Satisfactory answer.

    Hi,
    Table J_1IRG1 table is updated during J1I5 for transaction listing based on movment type you have configured for RG1 in (IMG=>Logistics- General=>Tax on Goods movement=>India=>Business transactions=>Incoming Invoices=>Specify movement types).
    It is futher used to calculate as Receipts and Issues in J2I5 transaction. Table J_2IRG1BAL table is used to store and reconsile datewise balances, it will not store movement type wise details.
    Just check the status is getting updated correctly in J_1IRG1 table.
    -Alpesh

  • Future Date Restriction in Transaction J2I5

    Hi,
    Is there a possibility to restrict "Excise Register Extraction" for Future Dates in J2I5 T code?
    Please assist on this...

    Issue resolved by ABAP changes

  • Short dumop in J2I5 (provide duplicate entry in Standard table)

    Hello Expert ,
                              We have a problem in  T.Code J2I5  ( Excise Register Extraction) input entry is lelect Excise group 20 . and a date   from 04.08.09 onwards. and select the register RG23D . it shows the run time error  ( Eg The ABAP/4 Open SQL array insert results in duplicate database record ) .  but in the standard Tcode is there possible to provide duplicate entry in Standard table
    Thaks & regards
    Aditya Kr Tripathi

    Runtime Errors         SAPSQL_ARRAY_INSERT_DUPREC
    Except.                CX_SY_OPEN_SQL_DB
    Date and Time          29.01.2010 10:57:09
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
    problem occurs in this code :
       assign I_RG23D_TAB-I_RG23D_TYP to <x_rg23dtyp> casting.
       <x_extrctdata> = <x_rg23dtyp>.
        class CL_ABAP_CONTAINER_UTILITIES definition load.
        call method CL_ABAP_CONTAINER_UTILITIES=>FILL_CONTAINER_C
          EXPORTING
            IM_VALUE               = i_rg23d_tab-i_rg23d_typ
          IMPORTING
            EX_CONTAINER           = i_report_tab-extrctdata
          EXCEPTIONS
            ILLEGAL_PARAMETER_TYPE = 1
            others                 = 2.
       I_REPORT_TAB-EXTRCTDATA = I_RG23D_TAB-I_RG23D_TYP.
        COMPUTE I_REPORT_TAB-EXTRCTLNGT = STRLEN( I_REPORT_TAB-EXTRCTDATA ).
        APPEND I_REPORT_TAB.
      ENDLOOP.
      IF M_EXTRACTED = 'X'.
        LOOP AT I_RG23D_KEY.
          DELETE
          FROM  J_2IEXTRCT
          WHERE BUDAT    = I_RG23D_KEY-BUDAT
          AND   SERIALNO = I_RG23D_KEY-SERIALNO
          AND   REGISTER = I_RG23D_KEY-REGISTER
          AND   EXGRP    = I_RG23D_KEY-EXGRP.
        ENDLOOP.
      ENDIF.
    Control table check here for data Extraction
      INSERT J_2IEXTRCT FROM TABLE I_REPORT_TAB.
    If the insertion of the extract table is successfull then the table
    for Extraction is Inserted
      IF SY-SUBRC EQ 0.
        PERFORM FILL_EXTDT USING C_RG23D M_EXTRACTED.
      ENDIF.
    ENDFORM.                                                    " RG23D
    *&      Form  RG23CPART1
    Purpose : RG23C Part I extraction logic
    FORM RG23CPART1.
      DATA: $PART1      TYPE PART1_TYP,
            $LINCNT     LIKE SY-LINCT,
            M_EXTRACTED VALUE '',
            $RC         LIKE SY-SUBRC.
    *********************************************************************************************8

  • Error in the T.code J2I5

    Dear All SAP Gurus
    I am executing T.Code J2I5-Excise register extraction.Following error is coming
    Customization for Company-Plant 9090-9191 missing in table Excise Indicator for Plant
    Message no. 8I303
    Diagnosis
    The customization details have not been maintained for this company
    Procedure
    Please use the localization IMG or Global settings
    to maintain the company settings
    Please suggest the solution.
    Thanks and Regards
    Mahesh

    Hello
    Goto J1iD
    And maintain the excise indicator for plant.
    In that give your company code and plant.
    Then give the fiorst month of your fiscal year and maintain the excise registration details for the plant.
    try th extraction gain.
    regards

  • Error in updation on rg1 register

    Hi
    I created a excise invoice for factory sale. While updating the register
    J1I5 Update the RG 1 and Part I registers
    it is not simulating. Why is there any customization setting i have to do or what?
    kindly help in this matter
    regards
    chakri

    In the case if updation is for first time:
    RG1 Updation
    The sequence is like this:
    1. In SE16, enter Table name: J_2IRG1BAL, and click on Create. Enter the material Number and 'P' in Material form (Loose/Pack indicator) and click 'Save'. This step is to be done only for the first time.
    2. Do your Initial Stock entry in MB1C, movement type 561
    2. Go to J1I5, select Posting Date, Document Year and 'ROP in Classification (Receipt from outside under any other provision). Click on Create icon (Register entry)
    4. Go to J2I5 and extract the RG1 Register. You must get a green checkmark.
    5. After doing the PFI, go to J1I5, select Posting Date, Document Year and Classification 'IDH' (For domestic sales) or 'IDE' if the first removal is for Export Sale. Based on the accounting document generated during PGI (MB03) the RG1 Register gets updated with the removal for Outbound Delivery.
    6. Reextract the RG1 register in J2I5. You must get a green checkmark.For the RG1 Register printout, go to J2I6, select the option, 'Script Form' and hit 'Execute.
    All this was in OSS Note: 373001.
    Regards,
    Rajesh Banka

  • Error in excise duty values in RG1 register

    Dear All,
    While extracting the RG1 registers it has been found that values for Basic excise duties, Education cess and SH edu. cess are not appearing properly.
    I have verified the following
    1. There were 3 deliveries against which 3 separate invoices have been created. Against these 3 invoices, 3 excise invoices have been created. All the inoices are posted to accounting.
    2. Sales material as well as sold to and ship to parties are same in all the three invoices.
    3. Dispatch location i.e. plant is same for all 3 invoices.
    4. In J_1IEXCDTL table EXBAS as well as EXBED, ECS and EXADDTAX1values are appearing properly for all the 3 line items.
    But no values are coming for 2 line tiems; whereas correct values are coming in 1 line item in the Excel download as well script for RG1 register.
    Please help ASAP.
    Thanks & Regards
    Piyush

    Dear Lakshmipathi,
    All the 3 invoices are psoted to accounts. All the 3 excises invoices are also posted to accounts. Duty values are flowing properly.
    The problem is in the RG1 register extraction.
    BED, ECS and HCS values are displayed for line 1 but it is blank for remaining 2 line items.
    Thanks & Regards
    Piyush

  • Register in integrated capture in GoldenGate 12c

    register extract <name process > database
    register in integrated capture in GoldenGate 12c.
    detail workflow in register?
    Thanks,
    T N

    Hi T N,
    Integrated Capture is one of the New features of Oracle GoldenGate  11g. In Integrated Capture mode, the Extract process does not directly reads the Redo Logs. Instead, it directly interacts with the database log mining server.
    The log mining server reads the database redo logfiles and captures the changes in the form of Logical Change Records. These records are then written to the Oracle GoldenGate trail files by the Extract Process.
    Earlier in Classic Capture Mode, the Extract directly reads the Redo Logfiles, captures the changes and writes it to the GoldenGate Trail Files. But here it is totally different. The Oracle has binded the GoldenGate process with the Oracle Log Mining Server to capture the changes and hence it is has been named as Integrated Capture.
    To Integrate the Extract with the Database Log miner server, we need to first Register the extract with the database.
    REGISTER EXTRACT <EXTRACT_NAME> DATABASE
    This registers the Extract with the database to make the Extract process integrate with the Oracle Database Log miner server. Once you Register your Primary Extract to the database, automatically dedicated Log Miner Server will be assigned to that Primary Extract Group. So that Log Miner Server will capture the changes from the Redo Logs and gives it to the Extract process which in turn is written to the GoldenGate Trail files.
    Only Primary Extract can be registered with the Database. I mean if you are using a Datapump extract, you cannot register it to the Database.
    Regards,
    Veera

  • RG 23 D register updation

    Hi experts,
    we have Modvat sales and CST/VAT sales these are update in RG 23 D register. how i can proceed and what development should i start pls help me in this regard
    Meera

    Check following link:
    [RG23D Register Extraction / Print Utility|http://help.sap.com/bp_bblibrary/600/html/J94_EN_IN.htm]
    In addition to above configure, if your plant is depot, then it'll update RG23D, In SPRO, maintain it on plant level setting,
    > IMG -  Logistic General- Tax on Goods Movement-India-Basic setting - Maintain Plant setting
    Tick on Depot.
    For further information search, especially, in Google & SDN.
    Hope it can assist you.
    Thanks & Regards
    JP
    Edited by: J Prakash on Jun 15, 2010 10:22 AM

  • Cannot start EXTRACT - OGG-01742 is reported

    Hi,
    I've configured, added and registered EXTRACT process, but when I try to start it i receive an error:
    GGSCI (TEST-SRV1) 6> START EXTRACT extr
    Sending START request to MANAGER ('GGSMGR') ...
    ERROR: Cannot create process 'extract'. Child process is no longer alive
    2013-01-22 15:56:22 WARNING OGG-01742 Command sent to MGR MGR returned with an
    ERROR response.
    When i try
    GGSCI (TEST-SRV1) 8> view report extr
    ERROR: REPORT file EXTR does not exist.
    GGSCI (TEST-SRV1) 9>
    The mgr report contains the following:
    2013-01-22 15:53:59 INFO OGG-00983 Manager started (port 7809).
    2013-01-22 15:56:17 INFO OGG-00963 Command received from GGSCI on host TEST
    -SRV1 (START EXTRACT EXTR ).
    2013-01-22 15:56:22 INFO OGG-00975 client_start_er_prog failed.
    What could be the cause of the problem? I cannot find anything relevant both at support.oracle.com and google
    The extract process was successfully added with the command
    ADD EXTRACT extr , INTEGRATED TRANLOG, BEGIN NOW
    Then it was successfully registered:
    GGSCI (TEST-SRV1) 5> REGISTER EXTRACT extr DATABASE
    2013-01-22 15:55:48 INFO OGG-02003 Extract EXTR successfully registered wit
    h database at SCN 1004025.
    The exttrail was also created successfully
    ADD EXTTRAIL C:\Goldengate\dirdat\t*, EXTRACT extr
    The parameter file for extract is:
    EXTRACT extr
    USERID GGEXTRACT,
    PASSWORD AACAAAAAAAAAAAEANJEILEYAOIUJKDTA &
    BLOWFISH, ENCRYPTKEY GGKEY
    ENCRYPTTRAIL BLOWFISH, KEYNAME GGKEY
    EXTTRAIL C:\Goldengate\dirdat\t*
    DDL INCLUDE ALL
    TABLE DEPO.*;
    TABLE DEPO_ARCH.*;
    TABLE DEPO_RPT.*;
    TABLEEXCLUDE DEPO.TMP*;
    TABLEEXCLUDE DEPO.*_D;
    TABLEEXCLUDE DEPO.SQL*;
    SEQUENCE DEPO.VID;
    SEQUENCE DEPO.LOG_SEQ;

    Thank you for your help. I've corrected those issues
    Now the EXTRACT is added like this:
    ADD EXTRACT extr , INTEGRATED TRANLOG, BEGIN NOW
    EXTRACT added.
    GGSCI (TEST-SRV1) 23> ADD EXTTRAIL C:\Goldengate\dirdat\ts, EXTRACT extr
    EXTTRAIL added.
    GGSCI (TEST-SRV1) 29> REGISTER EXTRACT extr DATABASE
    2013-01-23 12:26:44 INFO OGG-02003 Extract EXTR successfully registered wit
    h database at SCN 1061811.
    The parameters file for extr is the following:EXTRACT extr
    USERID GGEXTRACT,
    PASSWORD AACAAAAAAAAAAAEANJEILEYAOIUJKDTA &
    BLOWFISH, ENCRYPTKEY GGKEY
    ENCRYPTTRAIL BLOWFISH, KEYNAME GGKEY
    EXTTRAIL C:\Goldengate\dirdat\ts
    DDL INCLUDE ALL
    TABLEEXCLUDE DEPO.TMP*;
    TABLEEXCLUDE DEPO.*_D;
    TABLEEXCLUDE DEPO.SQL*;
    TABLE DEPO.*;
    TABLE DEPO_ARCH.*;
    TABLE DEPO_RPT.*;
    SEQUENCE DEPO.VID;
    SEQUENCE DEPO.LOG_SEQ;
    The result is however the same:
    GGSCI (TEST-SRV1) 36> start extract extr
    Sending START request to MANAGER ('GGSMGR') ...
    ERROR: Cannot create process 'extract'. Child process is no longer alive
    2013-01-23 12:32:23 WARNING OGG-01742 Command sent to MGR MGR returned with an
    ERROR response.
    and in the mgr report:
    2013-01-23 12:34:34 INFO OGG-00983 Manager started (port 7809).
    2013-01-23 12:35:00 INFO OGG-00963 Command received from GGSCI on host TEST
    -SRV1 (START EXTRACT EXTR ).
    2013-01-23 12:35:05 INFO OGG-00975 client_start_er_prog failed.
    And still no report for extr as if it even didn't try to start
    Any ideas?

  • In RG1 Register  Excise rates(10%,2% and 1%) not picking.

    Dear Frinds,
    When I am trying to print the RG1 Register(using Macros) all the values are being picked but Excise Rates like (10%,2% and 1%) not being picked , why? Please help me on this issue.
    Regards
    Satya

    Dear Lakshmipathi,
    All the 3 invoices are psoted to accounts. All the 3 excises invoices are also posted to accounts. Duty values are flowing properly.
    The problem is in the RG1 register extraction.
    BED, ECS and HCS values are displayed for line 1 but it is blank for remaining 2 line items.
    Thanks & Regards
    Piyush

  • Excise extraction UOM error

    Dear All,
    We have a problem with excise register extraction. For a material we maintain basic unit of measure as TON and unit of issue as KG. The problem is in excise register RG23A extraction i.e.
    we buy 10TON of the material so rg23a part 1 up dates as 10+
    Now we issue 1000 kg now in register rg23a updates as 1000-  so balance quantity we get as 10 - 1000 = -990
    really it should be 10ton - 1 ton (1000) = 9 but this is not happening please help..
    Thanks i advance
    Regards
    Arjun

    Hai
    I have maintained Base UOM as TON and unit of issue as KG. conversion 1000kg = 1 TON
    Dear brinda
    Where should this user exit be applied at MIGO? Will the exit cause the updation of rg23a part1 in base unit of measure?
    Is there any note available for this purpose?
    Please help

  • RG1 register not updating

    Dear all,
    I searched in forum ...for my Question ...but all not releated to my Question...
    Let me tell you wot i did .....
    1) i created Material master and maintained Chapter ID-and Posted stock through MB1C with Moment type 561.
    2) Through T-code SE16 i updated Material master in this Table(J_2IRG1BAL).But data is not updating in htis table.
    How can i update the Data in this Table ..is thr any other way to update the data..is this mandatory.
    Thanksin Advancve
    Regards
    raj

    Sales order
    Delivery
    PGI
    Update the RG1Which classification) - RMA for mov type 561- & IDH for delivery (for domestic sales)
    Billing Excise Invoice - J1IIN
    Extract the RG1..Which classification - No classification is req'd while extracting RG1
    post the RG1Which classification - ?what do you mean by POST here, There is nothing called POST.
    and one more thing is i maintaind in table J_2IRG1BAL....but it is asking Varient i saved the Data with some varient name....and if i go back and check the data ..i mean i clicked oon number of entries...thr is noe record in that Table
    FLOW is:
    -     VA01
    -     VL01N
    -     VF01
    -     J1IIN u2013 Capture EI
    -     J1IP u2013 Print EI
    -     J1I5- update RG1 u2013 (Classification u2013 RMA/IDH)
    -     J2I5 u2013 Extract RG1
    -     J2I6 u2013 Print RG1
    -     J2IUN - Utilization
    Maintain entries from SE11 - Table:J_2IRG1BAL- Goto Utilization -Table Contents - Maintain Entries & Save
    it will not ask for any Variant.

Maybe you are looking for

  • What are the settings for the "Default Client Settings"?

    What are the settings for the "Default Client Settings"? I changed them instead of creating a new policy and would like to fix that. Thanks James A+, Network+, MCP

  • Region Observer to help jQuery issues

    So I have been working on this for a bit and can't seem to get anywhere. I have read multiple posts about issues with SPRY regions conflicting with jQuery and other javascript inside of SPRY regions. I can't seem to get it to fly. I my region observe

  • Displaying File Location in iTunes

    I can't seem to find a way to display my file locations in iTunes - I don't see it as a column that can be displayed. I'd like to be able to view this column to help with possible duplicate removal. I understand how to remove and even view the duplic

  • Material lmaster LSMW

    Hi, We are using direct I/P method for material master. Program RMDATIND, method  0020. Here we want to upload material basic data and Unit of measures ( including alternative measures( . We r using structures (BGR00, BMM00, BMMH1) and (BMMH6). But i

  • No music in Itunes but is in My music folder in my documents on the network

    *I have a windows network where we store everyone's My docs on the file server. I point my Itunes to the proper location and it will import and work properly. I close Itunes and open back up and there are no songs there.* *I have reinstalled and poin