Error in creating Table Maintenance for TABLES: J_2IRG1BAL ,Dump error show

Dear Gurus
I have Created one Table Maintenance for TABLES: J_2IRG1BAL ,
1) I have take function group as same as table name like J_2IRG1BAL
3) Authorization Group  &NC&
4) Authorization object S_TABU_DIS
5) Function group  J_2IRG1BAL
6) Package J1I5
7) Maintenance type one step.
8) Maint. Screen No.    Overview screen 2009.
9) Recording routine STD recording routines .
I have assign screen single screen 1 but it will not take the screen so ill put screen 2009 ,the system will not not accept the screen but I proposed to Save and activate the table maintenance generator  and created and save the function group ,the table is ready to save the entries
We have to go to SM30 then put 4-5 entries ,after that a dump error shows
Which i have attachéd in this mail kindly help me out
Its effect in production server.
I have found that the error is given below I have mentioned all the details
Kindly read this 
I have created function group J_2IRG1BAL and  assign Package J1I5 and function group,J1I5 is already a Function group so problem occurs a dump error message displays
Kindly give me the right solution all the Clients are effected
110,100 150,250 these all are effected development clients
300 is prod client this is also affected  because I have created a table maintenance generator and send the req to production .
*Dump Error Shows in Production*
Runtime Errors         SYNTAX_ERROR
Date and Time          11.12.2008 09:26:30
What happened?                                                                               
|    Error in ABAP application program.                                                                               
Error analysis
In program "SAPLJ1I5 ", the following syntax error occurred:
"The program "SAPLJ1I5" is not Unicode-compatible, according to its pro"
"gram attributes."
The current ABAP program "SAPLSVIM" had to be terminated because one of the
statements could not be executed.
This is probably due to an error in the ABAP program.
In program "SAPLJ1I5 ", the following syntax error occurred
in the Include "SAPLJ1I5 " in line 0:
"The program "SAPLJ1I5" is not Unicode-compatible, according to its pro"
"gram attributes."
rigger Location of Runtime Error                                                                 |
Program                                 SAPLSVIM
Include                                 LSVIMU01
Row                                     107
Module type                             (FUNCTION)
|    Module Name                             VIEW_MAINTENANCE 
Author and last person to change the Include are:
Author "TTLABAP2 "
Last changed by "TTLABAP2 "                 
105
Initialisierung des Abgleichsmandanten zum View                     *
106
>>>>>
vim_default_upgr_clnt-viewname = x_header-viewname.
108
vim_default_upgr_clnt-client   = client_for_upgrade.
109
PERFORM vim_set_global_field_value IN PROGRAM (fpool)
|  110|            USING 'VIM_DEFAULT_UPGR_CLNT' 'C' vim_default_upgr_clnt rc.

I have send you all the details regarding the table maintenance generator
error is shown below
                                       I have Created one Table Maintenance for TABLES: J_2IRG1BAL ,
1) I have take function group as same as table name like J_2IRG1BAL
3) Authorization Group  &NC&
4) Authorization object S_TABU_DIS
5) Function group  J_2IRG1BAL
6) Package J1I5
7) Maintenance type one step.
8) Maint. Screen No.    Overview screen 2009.
9) Recording routine STD recording routines .
I have assign screen single screen 1 but it will not take the screen so ill put screen 2009 ,the system will not not accept the screen but I proposed to Save and activate the table maintenance generator  and created and save the function group ,the table is ready to save the entries
We have to go to SM30 then put 4-5 entries ,after that a dump error shows
Which i have attachéd in this mail kindly help me out
Its effect in production server.
I have found that the error is given below I have mentioned all the details
Kindly read this 
I have created function group J_2IRG1BAL and  assign Package J1I5 and function group,J1I5 is already a Function group so problem occurs a dump error message displays
Kindly give me the right solution all the Clients are effected
110,100 150,250 these all are effected development clients
300 is prod client this is also affected  because I have created a table maintenance generator and send the req to production .
                                                                                Runtime Errors         SYNTAX_ERROR
Date and Time          11.12.2008 09:26:30
ShrtText
Syntax error in program "SAPLJ1I5 ".
What happened?
Error in ABAP application program.
The current ABAP program "SAPLSVIM" had to be terminated because one of the
statements could not be executed.
This is probably due to an error in the ABAP program.
In program "SAPLJ1I5 ", the following syntax error occurred
in the Include "SAPLJ1I5 " in line 0:
"The program "SAPLJ1I5" is not Unicode-compatible, according to its pro"
"gram attributes."
Author and last person to change the Include are:
Author "TTLABAP2 "
Last changed by "TTLABAP2 "
Error analysis
In program "SAPLJ1I5 ", the following syntax error occurred:
"The program "SAPLJ1I5" is not Unicode-compatible, according to its pro"
"gram attributes."
Trigger Location of Runtime Error
Program                                 SAPLSVIM
Include                                 LSVIMU01
Row                                     107
Module type                             (FUNCTION)
Module Name                             VIEW_MAINTENANCE
Source Code Extract
Line
SourceCde
77
TRANSPORTING NO FIELDS.
78
IF sy-subrc NE 0.
79
SELECT SINGLE * FROM tfdir WHERE funcname EQ <function_name>.
80
IF sy-subrc NE 0.
81
RAISE no_editor_function.
82
ELSE.
83
length = strlen( function_name1 ).
84
ASSIGN function_name1(length) TO <function_name>.
85
SELECT SINGLE * FROM tfdir WHERE funcname EQ <function_name>.
86
IF sy-subrc NE 0.
87
RAISE no_database_function.
88
ENDIF.
89
ENDIF.
90
INSERT x_header-viewname INTO alr_checked_views INDEX sy-tabix.
91
ELSE.
92
length = strlen( function_name1 ).
93
ASSIGN function_name1(length) TO <function_name>.
94
ENDIF.
95
96
Initialisierung der RFC-Destination zum View                        *
97
98
FPOOL+4 = X_HEADER-AREA.
99
fpool   = x_header-fpoolname.
100
vim_default_rfc_dest-viewname = x_header-viewname.
101
vim_default_rfc_dest-rfcdest  = rfc_destination_for_upgrade.
102
PERFORM vim_set_global_field_value IN PROGRAM (fpool)
103
USING 'VIM_DEFAULT_RFC_DEST' 'C' vim_default_rfc_dest rc.
104
105
Initialisierung des Abgleichsmandanten zum View                     *
106
>>>>>
vim_default_upgr_clnt-viewname = x_header-viewname.
108
vim_default_upgr_clnt-client   = client_for_upgrade.
109
PERFORM vim_set_global_field_value IN PROGRAM (fpool)
110
USING 'VIM_DEFAULT_UPGR_CLNT' 'C' vim_default_upgr_clnt rc.
111
112
set flag if complex selection conditions in sellist                  *
113
114
IF complex_selconds_used NE space.
115
READ TABLE dba_sellist INDEX 1.
116
IF sy-subrc EQ 0 AND dba_sellist-cond_kind EQ space.
117
dba_sellist-cond_kind = 'C'. MODIFY dba_sellist INDEX 1.
118
ENDIF.
119
ENDIF.
120
121
direkter Vergleich: Flagge setzen usw.                              *
122
123
IF view_action EQ vim_direct_upgrade.
124
view_action = aendern.
125
PERFORM vim_set_global_field_value IN PROGRAM (fpool)
126
USING 'VIM_SPECIAL_MODE' 'C' vim_direct_upgrade rc.

Similar Messages

  • Dump while Accessiing Table maintenance for Table P44V thru SM30

    Hi,
    I need to insert an entry into P44V table thru table maintenance (SM30).
    But, when I try to access this, run time error is coming sayig "DYNPRO_NOT_FOUND"
    Error analysis
        The system attempted to use dynpro 0001 in program "SAPLWIS_PLAN_C".
        This dynpro does not exist.
    Can you please let me know, how can I solve this issue.
    Thanks,
    Sandeep

    GOTO se11 open your table and regenerate the screen for the Table Maintenance Generator...

  • Creating a Maintenance View Table on SE11

    Hi, Experts.  I want to create a Maintenance View Table on SE11 (View option on SE11 and then selecting Maintenance view from the View Type List).  Is there anyone who have a document that will be able to help me create this table or pointers that will help me.
    Thanks for your help.
    Regards

    hi,
    steps are
    Goto SE 11.
    Choose the radio button of Views, give the view name and create.
    Enter the short description and table names for which u want to create view.
    Select the 2nd table-name field and click on relationship button.
    Then goto view fields tab.
    Select the table name and the fields u want to display.
    Save and activate.
    please see this
    steps  to create a view

  • Unable to create Entity objects for tables in TimesTen database using ADF

    Hi,
    I am not able to create Entity and View objects for tables in TimesTen database using ADF. I have installed TimesTen client on my machine.
    I have created a database connection by using connection type as "Generic JDBC" and giving driver class and JDBC URL. I am attaching screen shot of the same.
    I am right clicking on Model project and selecting New option after that I am selecting ADF Business components and in it I am selecting Business components from tables and there I am querying for tables.I am getting list of tables and when I am trying to create a Entity object from the table after clicking finish Jdev is closing by itself giving an error.
    Can anyone please help me how to create Entity objects for tables using TimesTen as database.I might be missing some jars or the way I am creating connection might be wrong or any plugins required to connect to TimesTen.

    What is the actual error being given by Jdev? Are you sure that the JDBC connection is using the TimesTen JDBC driver JAR and not some other JDBC driver or the Generic JDBC/ODBC bridge?
    Is ADF even supported with TimesTen?
    Chris

  • Database error: TemSe- XRTAB(0)- 1 for table TST01

    Dear All
    following error is showing in system log from yesterday every 3 minute intreval
    SQL error 3114 . Work processes in reconnect status
    Database error: TemSe->XRTAB(0)->1 for table TST01 key
    [900]JOBLGX09372801X60922,1
    Failed to read status entry for job SWWERRE
    Failed to create log for job SWWERRE
    Failed to read status entry for job SWWERRE
    SQL error 3114 . Work processes in reconnect status
    Database error: TemSe->XRTAB(0)->1 for table TST01 key
    [900]JOBLGX09212801X09555,1
    Failed to read status entry for job SWWDHEX
    Failed to create log for job SWWDHEX
    Failed to read status entry for job SWWDHEX
    pl reply

    Hi Baikerikar,
    As per I see, the particular log getting appened in the log when a given workprocess trying to perform a 'WORKFLOW' related task. Both tasks SWWERRE and SWWDHEX are two reports; report SWWERRE  helps in clean-up error out workflow items and report SWWDHEX helps in monitoring the deadlines of workflow items.
    so please check the following
    - TempSec (SP12)  - consistence check -> Delete All (if systems lists any entries)
    - Printer Consistence (SPAD)->Administration->Check Consistence -> Delete All (if systems lists any entries)
    - SM12 for locks.- -> Delete All (if systems lists any entries)
    - And also check 'SAP_REORG_JOB' running fine in the system.
    You perhaps respond back if the above key tasks does not resolve the issue.
    Regards
    Sekhar

  • Database error: TemSe- XRTAB(2)- 1 for table TST01 key [400]JOBLGX13132201X

    Hi
    We are getting the next erros with the jobs:
    13:13:51 PRDAUNE2_PRD_02      BTC 22 000 SAPSYS            F6H Database error: TemSe->XRTAB(2)->1 for table TST01 key                                  
    13:13:51 PRDAUNE2_PRD_02      BTC 22 000 SAPSYS            GZZ > retry creation JOBLGX btctlgow216#                                                    
    13:13:51 PRDAUNE2_PRD_02      BTC 22 000 SAPSYS            F6H Database error: TemSe->XRTAB(2)->1 for table TST01 key [400]JOBLGX13132201X28173,1      
    13:13:51 PRDAUNE2_PRD_02      BTC 22 000 SAPSYS            GZZ > retry creation JOBLGX btctlgow216#                                                    
    13:13:51 PRDAUNE2_PRD_02      BTC 22 000 SAPSYS            F6H Database error: TemSe->XRTAB(2)->1 for table TST01 key [400]JOBLGX13132201X28173,1      
    13:13:51 PRDAUNE2_PRD_02      BTC 22 000 SAPSYS            GZZ > retry creation JOBLGX btctlgow216#                                                    
    13:13:51 PRDAUNE2_PRD_02      BTC 22 000 SAPSYS            F6H Database error: TemSe->XRTAB(2)->1 for table TST01 key [400]JOBLGX13132201X28173,1      
    13:13:51 PRDAUNE2_PRD_02      BTC 22 000 SAPSYS            ECF Failed to create log for job POLCASHWIN                                                 
    13:13:51 PRDAUNE2_PRD_02      BTC 22 000 SAPSYS            EBC > Job POLCASHWIN                                                                        
    13:13:51 PRDAUNE2_PRD_02      BTC 22 000 SAPSYS            EAY Failed to read status entry for job POLCASHWIN                                          
    13:13:51 PRDAUNE2_PRD_02      BTC 22 000 SAPSYS            EBC > Job POLCASHWIN                                                                        
    13:24:21 PRDAUNE2_PRD_02      BTC 22 000 SAPSYS            BYM SQL error 0 . Work processes in reconnect status                                        
    We make a consistency check of spool and temse but nothing is wrong, but if we apply Check Status in  the SM37 some jobs change to Active and run but other are in same status Ready
    We olny found the note 67055 but recommended the consistency check.
    Best Regards
    Reynaldo Rebolledo

    Hi Reynaldo,
    Check for Tablespace PSAPTEMP size for Oracle database when job is running.
    If tablespace is full try adding datafile and run the job.
    Award Points if Helpful

  • Database error: TemSe- XRTAB(3)- 1 for table TST01 key

    Hi Sap Gurus,
    BZ  Y Unexpected return value 1 when calling up DbSlR
    BY  J Function ROLLBACK on connection R/3 failed
    R3  9 Error in DB rollback/SyFlush, return code 016384
    BY  4 Database error 0 at UPD access to table TST01
    BY  0 >
    F6  H Database error: TemSe->XRTAB(3)->1 for table TST01 key
    Q0  2 Stop Workp. 14, PID 4186340
    Q0  1 Start Workp. 14, 16 times since system startup. PID 9 646770
    F6  F TemSe object JOBLGX22303300X49850 was closed remotely
    F6  V Invalid address (NULL) was transferred
    EC  F Failed to create the log for job No joblog, 4C412205C6C80300E1008
    R4  7 Delete session 001 after error 023
    Q0  I Operating system call getaddrinfo failed (error no. 0 )
    Q0  I Operating system call getaddrinfo failed (error no. 0 )
    BZ  Y Unexpected return value 1 when calling up DbSlR
    BY  J Function ROLLBACK on connection R/3 failed
    R3  9 Error in DB rollback/SyFlush, return code 016384
    BY  4 Database error 0 at UPD access to table TST01
    BY  0 >
    F6  H Database error: TemSe->XRTAB(3)->1 for table TST01 key
    Any idea to avoid the system log entries.
    Regards
    Munish Jindal

    Hi Munish,
                   For TemSe error first point of resolution will be at T - Code : SP12. In there select,
    TemSe Data Storage --> Consistency Check. This will run for a while depending on the number of recored within the TSTO1 table. Once the execution is completed delete all the records displayed in red.
    Apart from above step, you can use T - Code: SPAD. In there, you will find two tabs
    a) Devices/servers
    b) Admin.
    within admin tab select "Delete Old Spool Request". You will see a popup. In there you can select "Request already printed" check box and Minimum Age in day <> depends on your requirement. I sugest for 7 days and execute. This also takes certain amount of time to get executed.
    In the same  T - Code: SPAD, Select Administration --> Check Consistency
    Make sure Spool re-organizing job is scheduled that will be executed daily at night to clear spool requrest that are older than 10 days in age.
    I guess this helps to some extent.
    Regards,
    Nani Chowdary

  • Syntax error when creating a user-defined table type in SQL Server 2012

    Why am I getting a syntax error when creating a user-defined table type in SQL Server 2014?
    CREATE TYPE ReportsTableType AS TABLE 
    ( reportId INT
    , questionId INT
    , questionOrder INT );
    Results:
    Msg 156, Level 15, State 1, Line 1
    Incorrect syntax near the keyword 'AS'.

    Hope these posts could help, 
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/37a45a9a-ed8c-4655-be93-f6e6d5ef44be/getting-incorrect-syntax-while-creating-a-table-type-in-sql-server-2008-r2?forum=transactsql
    Regards, Dineshkumar,
    Please Mark as Answer if my post answers your question and
    Vote as Helpful if it helps you

  • How to create a record for table PLAF with order type 'NB'.

    How to create a record for table PLAF with order type 'NB'(standard purchase order).
    who can tell me the T-code or some usefull information?
    Thanks.

    Hi
    This will be updated automatically when generate planned orders thru MRP. (MD02)
    regards
    Srinivas

  • Table maintenance for HRUS_D2 missing in SRM 7.0

    Hi All,
    The table maintenance for HRUS_D2 is missing in SRM 7.0. Is there any other  other way of maintaining substitue on a large scale  by an administrator.
    i know we can assign substitute form portal , but initially we want some substitute set in the system  and currently i cannot maintain this table HRUS_D2.  The table maintenance is active in ECC system but not in SRM system.
    Any help or oss note would be appreciated.
    Thanks
    Iftekhar Alam

    Hi Masa,
    The report mentioned is  useful if we have to set substitution individually. i wanted to do in a mass way for 100-200 users  and SM30 for HRUS_D2 would have helped.
    Not sure why SAP provide the table maintenance in ECC but not in SRM.
    I have got a FM RH_UPDATE_SUBST_LIST_SERVER which i can use to update the substitution table in a mass way and it worked.
    Thanks
    Iftekhar Alam

  • Database error: TemSe- XRTAB(4)- 64 for table TST01 key,

    Hi all,
    We are getting the following system logs regarding TEMSE,kindly suggest the solution.
    =============================================================
    Database error: TemSe->XRTAB(4)->64 for table TST01 key /usr/sap/RP1/SYS/global/400JOBLG/0001X00314003X87008
    Database error:  TemSe->&A(&B)->&C for table &D key &a
                             !  !    !            Table name
                             !  !    Error number
                             !  Function number
                             Database access module
    Possible database access modules
    RTAB
    Direct access with entire or partial primary key
    XRTAB
    direct access with entire or partial primary key for all clients
    INCLUDE 'RSTS_RTAB_FUNCTIONS' OBJECT DOKU ID TX
    INCLUDE 'RSTS_RTAB_ERRORS' OBJECT DOKU ID TX
    INCLUDE 'RSTS_TABLES' OBJECT DOKU ID TX
    =================================================================
    Error in TemSe Management
    Error in the C coding of the spooler.Message is no longer output.
    ==================================================================
    Spool: RT_DELETE Reports Error 64 for Table
    The RTAB interface has reported an unexpected error return code to the
    spool. The RTAB function used was 'RT_DELETE'. The error number used in
    the message can be translated using 'dbrtab.h' and 'dbglobal.h'.
    Check whether there has been a syslog entry from the RTAB interface
    before this.
    ===================================================================
    Regards
    Ram

    Hello Siobhan,
    There is an inconsistency in data .Check if you are able to find an entry for SPOOL0000028682 in table TST01.
    Check the OSS note 67055.
    TemSe->XRTAB(4)->64  means that SAP is not able to find a key entrySPOOL0000028682 in the tableTST01 for updating records. If you dont need. Check errors in Sm13 as well for this table.
    If you dont need 28682 go ahead and delete it and do a temse reorganization.
    Before this do a TEMSE check using report RSTS0020.
    regards.
    Ruchit.
    Message was edited by:
            Ruchit Khushu

  • Transaction code for Table Maitainence for table

    Hi all,
    i have created Table Maintainece for Table and also i need to create transaction code
    for table maintainence.
    there when i create transaction code with TRANSACTION with PARAMETERS and SKIP FIRST  SCREEN.
    I can see all the records in the table into table Maintainence.
    Is ther is any possibility like i can restrict records on the key fields (like selection screen).
    Will anybody let me know how to goahead with this requirement.
    Regards,
    Madhavi

    You can build a small report that call the maintenance view. In the report, convert the SELECT-OPTIONS input to the [DBA_SELLIST|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=dba_sellist&adv=false&sortby=cm_rnd_rankvalue] parameter of function module [VIEW_MAINTENANCE_CALL|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=view_maintenance_call&adv=false&sortby=cm_rnd_rankvalue].
    If you have "pertinent" key to filter the data, you may define these as sub-key in a mainetance view, those fields will be asked for when entering the maintanance dialog. Or you can build a [view cluster|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=se55&adv=false&sortby=cm_rnd_rankvalue] using these sub-set keys.
    Regards

  • No database table exists for table

    HI All,
    We created a Ztable  and used in two of reports these reports woking fine in PRD,few days back we assigned authorization group and functional group to these table now this table throwing eeror in QAS as well as PRD like No database table exists for table ZXXX,client dont want the data in this table so we deleted this table and created with same name to QAS still same error we are unbale to findout the problem.pls any on help me out..

    Hi Srinivas,
    I am also facing similar kind of issue, can you please let me know your approach towards resolving the issue without deleting the existing data from the table.
    Thanks in advance.
    Best Regards,
    Anil Neegineni

  • Error while creating a task for creating an generic task  /app/dac/CustomSQ

    Hi ,
    I have created a sql file in DAC server /app/dac/CustomSQLs/ ,just to fire an update sql in database
    In DAC task tab i have created a task with the following:
    Command for incremental load :/app/dac/CustomSQLs/DBNameBeforeLoad.sql
    Primary source :flatfileconnection
    target source:DBCONNECTION_OLAP
    Execution type:SQL FILE
    Task phase:GENERAL
    I created subject area and assembled ,then created a Execution plan.
    When i try to execute this EP ,it shows the following error in DAC log:
    ANOMALY INFO::: Error while creating a task for creating an generic task /app/dac/CustomSQLs/DBNameBeforeLoad.sql
    MESSAGE:::/app/dac/CustomSQLs/DBNameBeforeLoad.sql - invalide template name!
    EXCEPTION CLASS::: com.siebel.analytics.etl.etltask.TaskInitializationException
    com.siebel.analytics.etl.etltask.SQLFileTask.doInit(SQLFileTask.java:69)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.init(GenericTaskImpl.java:194)
    Does my above configuration is correct ..?

    verify the following settings:
    1. mapping of ECC plant and storage location and logical system number with the appropriate availability group code since this links the stock types in EWM to ECC org elements (SPRO -> EWM -> Interfaces -> ERP Integration -> Goods movement)
    2. ensure the availability group configuration is correct (SPRO -> EWM -> GR Process -> Configure availability group for putaway) - check all applicable nodes in this configuration since the availability group code is assigned in the pertinent storage types

  • How to gather table stats for tables in a different schema

    Hi All,
    I have a table present in one schema and I want to gather stats for the table in a different schema.
    I gave GRANT ALL ON SCHEMA1.T1 TO SCHEMA2;
    And when I tried to execute the command to gather stats using
    DBMS_STATS.GATHER_TABLE_STATS (OWNNAME=>'SCHMEA1',TABNAME=>'T1');
    The function is failing.
    Is there any way we can gather table stats for tables in one schema in an another schema.
    Thanks,
    MK.

    You need to grant analyze any to schema2.
    SY.

Maybe you are looking for

  • How to sync iphone with a different itunes and different apple ID without erasing

    I have 2 iphones and both have different contents on them, and both are synced to one apple id and itunes account. What im looking to do is "unlink" one of my iphones and connect that to a different apple id and itunes account on a different computer

  • Role of Partner Function in One Time Vendors..

    Hi All, Can any one let me know the significance of the Partner function in a vendor. Should we have to define the partner function for One Time Vendor in R/3 system, which will be replicated in SRM?? Thanks in Advance. BR, Mahesh. J

  • IWeb doesn't hold revisions from Aperture 2

    I did some cropping and patching of images in Aperture 2. When I transfered them to iWeb, it would only take the masters. Why?

  • XMII Integration

    Hi there. I am implementing xMII for integration to XI using B2MML. Generally messages are fired at the end of a shift, and there are up to 11 interfaces fired for each production order in the plant. eg: Production Confirmations Material Movements Go

  • Wifi and ethernet are not working

    Hello guys, I'm using Mac Mini (Latest 2012) on OSX Mavericks and having a problem with my internet connection. Somehow it just didn't work, the internet connection works perfectly on my iPhone and my Android. I already tried to reset the network set