Adding new entry in table J_1INEXCGRP

Hi,
I am MM functional,  due to some system error , for the excsie group I required to manitain the entry in table J_1INEXCGRP,  as that customization part is not included in request,  now I want to confirm which methode to be use
SE12->Utilities -> Table content -> create entry   or  with SE16N
can you please give the stpes for adding a new entry in this table it has only two fileds
MANDT
J_1IEXCGRP
regards,
zafar
Moderator Message: Spoon-feeding is not entertained here.
Edited by: kishan P on Jan 25, 2011 4:58 PM

Hi Alok,
Hope this steps - code will help you to resolve this issue.
1. Create A Group for your table control. In Screen Painter.
2. Write Screen modification routine for the same
it can be like this..
MODULE status_0100 OUTPUT.
  SET PF-STATUS 'SCREEN_100'.
  LOOP AT SCREEN.
    IF screen-group1 = 'MOD'.
      IF flag = ' '.
        screen-input = '0'.
      ELSEIF flag = 'X'.
        screen-input = '1'.
      ENDIF.
      MODIFY SCREEN.
    ENDIF.
  ENDLOOP.
ENDMODULE.
3. This will disable the display of the Fields in TABLE Control.
4. in the PBO loop of the table control. Identify the lines which u want to keep active.
Hope this will help
<i><b>** Reward points to helpful answer</b></i>

Similar Messages

  • Impact of new entries in Table T005

    Hi All,
    Can anyone please guide me that adding new entries in table T005 will have critical impact at which all places?
    I understand that this is the master table for countries, but I am not too sure that where all it can impact critically.
    Thanks.

    Hi,
    Please use the following SPRO node to add new country codes:
    SAP Netweaver - General Settings - Set countries.
    Here after you add the new country code using "Define countries", you should check rest of the steps to make sure that all the relevant places in the system are configured for the newly added country code.
    One more point: Make sure that you are using ISO standard .
    Regards,
    Dilek

  • Unable to create new entry in table that has no primary key

    Hi
       I have a table which is required to have no primary key (except mandt). After i generate table maintanance, when I go to create new entries, the table control to enter the new values does not appear. When I click on edit->new entries, it goes back to the fields tab of the table. Same when i check through SM30.
    If i maintain atleast one primary key, I am able to get the table control in new entries screen. However the requirement permits no primary keys except mandt. How can this be resolved?
    Thanks
    NM

    Hi,
    THE PROBLEM WITH UR TABLE IS
    YOU HAD DECLARED MANDT AS THE PRIMARY KEY AND THERE IS NO OTHER KEY IN UR TABLE
    iT'S NOT ALLOWING YOU TO ADD NEW ENTRIES BECAUSE MANDT IS THE ONLY PRIMARY KEY IN YOUR TABLE AND IT WILL HAVE A DEFAULT VALUE BASED ON THE CLIENT. SO  IT'S NOT SHOWING YOU THE CREATE NEW ENTRIES OPTION.
    SO TRY TO PUT ONE MORE FIELD AS THE PRIMARY KEY SO THAT YOUR PROBLEM WILL SOLVE VERY EASILY  ALSO MAKE SURE THAT TABLE IS ACTIVATED.
    REVERT IF U NEED SOME MORE HELP
    Thanks &Regards.
    Pavan.

  • How to pre-populate fields for new entry in table maintenance

    Hey everyone,
    I have a table maintenance set up that I would like to pre-populate two date fields when the user creates a new entry or copies an existing entry.
    I can do this by adding a PBO module for the maintenance screen but then if the screens are regenerated my changes are lost so this is not ideal.
    I've also found that I can use the events (05 and 21 I believe) to set the dates but using these events I can not fill in the values in the screen so this is also not ideal.
    Is there an event that can be used to pre-populate fields in a table maintenance screen? If not, what is your suggested method for accomplishing this?
    Thanks in advance! I appreciate any help!

    Hi,
    Please use the below links...
    [Table maintenance Field Validations;
    [http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=93454609]
    Thanks,
    Manish

  • New entries in table TSTC not capturing in scu3 change logs

    Hi ,
    We have TSTC table log enabled.
    New Entries which comes through transport in the table TSTC are not capturing in change logs.
    We have created a new Z T-code and transported it to Quality and then to Production.
    But in the change logs of the tbale TSTC it is not captured both in quality and Production.
    In the table TSTC t-code is present.
    But the change log for the table doesnot show any new entry created.
    In development change log of TSTC, the change is present but in Quality and Production it is not present.
    Development client : 400
    Quality Client         : 600
    Production Client    : 600
    Can any one spill some beans on it...
    Thanks & Regards
    Kiran

    You need to add "recclient = ALL" (or same client value as "rec/client" profile parameter in RZ10) to the transport profile as well in the STMS.
    Search SAP notes and the forum here for "recclient" (without "/")
    Cheers,
    Julius

  • How to add new entry, in table on button click.

    i have 2 input ,witch i am taking from numeric controls. this 2 input are use to calculat my output.
    on button click i want these 4 things should go in the table.
    now my problem is when i click the button previous entry in the table get lost...
    plz help me to slove this problem.

    When you want to preserve the existing values in a table or array, you need to use "Array -> Build Array". Wire the local variable of the table or array to top entry, and wire your new entry to the bottom. Depends on the dimension of the array and the postion you want to add. You might need to some array manupilations. Try out some of the array VIs to see how they work.
    Joe

  • Null Pointer Exception When Adding New Row on Table

    Hello JheadStart Team
    I have used detail group with table layout , when I am clicking on AddRow button on detail table , I encounter NulllPointer Exception . I have traced the code and fount that in JhsCollectionModel when adding new row following
    condition occurs :
    DCIteratorBinding ib = getRangeBinding().getIteratorBinding();
    int rangeSize = ib.getRangeSize();
    int rowsInRange = ib.getAllRowsInRange().length;
    because getAllRowsInRange is Null then the error raise.
    My JheadStart ver is 10.1.3.3.85 .
    Detail Group with table layout setting is :
    Use Table range=true
    Show New Row at top=true
    New Rows:empty
    Show Add New Row Button :true
    Regards

    Given the build you are using, I assume you are an Oracle employee.
    Is this correct? if so, please post your question to the [email protected] mailing list.
    Steven Davelaar,
    JHeadstart team.

  • Table TFIBLOPAY - Impact of Adding New Entries

    Hello SMEs,
    I’m looking for some expertise surrounding the use of table TFIBLOPAY “Origin on Online Payments”. I’ve only been able to maintain via SM30 and had to add a value in order to configure the following item in SPRO: Financial Accounting --> Bank Accounting --> Business Transactions --> Payment Transactions --> Online Payments --> Define Process Steps.
    By doing this, I was able to set Payment Requests from an Origin to be automatically released.   Is this the proper procedure to do?
    Secondly, when making a change to this table, I received a warning from SAP stating the entry “may be overwritten”.  Is this warning only for SAP-delivered items someone changes or does it pertain to items that are added?
    Thirdly, I only maintained an entry in field TFIBLOPAY-ORIGIN; none of the other columns in the table were updated.  Are other values expected?
    Thanks,
    Dan
    When making this change, I received the following message:
    Do not make any changes (SAP entry) Message no. SV117 Diagnosis You have changed an entry which, according to the name space definition is managed by SAP. System Response Your changes may be overwritten at each subsequent upgrade or release change. Procedure Avoid changing this data. If the change is inavoidable, document it carefully, so that it can be repeated, if necessary, after an upgrade or release change. The best way to do this is to put the data in a change request, which you can export before an upgrade or release change, and import again afterwards.   X

    HI,
    please search in SCN forum before you post:
    Re: Adding a ValueField to an existing Operating Concern?
    Best regards, Christian

  • Adding new rows to table - using TableRowSorter & RowFilter

    Hi all,
    I have a table where the user can add new rows by selecting a JButton. I have added a text box which allows the user to search for a String value and this filters the table contents and this is all working fine...But when I go to add a new row I get the following exception:
    java.lang.IndexOutOfBoundsException: Invalid range which seems to originate from DefaultRowSorter.rowsInsertedCould someone please give me any ideas to why this is happening, maybe the number of rows that are in the table orginally is set to x and when I add a new row the TableRowSorter is expecting that number not x + 1 which is added due to the button being pressed?
    Seems like I need to update the TableRowSorter to inform it that a new row has been added or something similar to that,
    Thanks,

    If you need further help then you need to create a [Short, Self Contained, Compilable and Executable, Example Program (SSCCE)|http://homepage1.nifty.com/algafield/sscce.html], that demonstrates the incorrect behaviour.
    Don't forget to use the Code Formatting Tags so the posted code retains its original formatting. That is done by selecting the code and then clicking on the "Code" button above the question input area.

  • How to focus new Entry in Table?

    Hi Brothers,
    in my application there is a Table UI Element and a "New" button. The New button creates a new element at the end of the table.
    The problem is, if there are 20 or more rows in that table, the user cannot see the new row. he would have to scroll to the end of the table first.
    Is there a way to "focus" that new row? What I mean is an action or something that goes to the end of tha table and shows the new row?
    Thanks, Johannes

    Hi,
    As Lakshmi Narayana said you can do like the above.
    But there is a small Modification to it.
    Instead of this Line
    wdContext.node<TableNode>().setLeadSelection(wdContext.node<TableNode>().size()+1);
    you write the below Line
    wdContext.node<TableNode>().setLeadSelection(wdContext.node<TableNode>().size()-1);
    With Regards,
    Roop Kumar.
    Edited by: Roop kumar Annavarapu on Sep 2, 2008 4:25 PM

  • Adding New Field in table control

    Hi all,
    I am going to add one new field in existing table control ,which already contains nearly 20 fields, so my field should be21st field,
    here when I am going to add new field , I need to add the field from work are from the same program. So , I am  selecting the option Get from Program, here I am getting the error the field  does not exist in the generated version of the program.
    Regards,
    Siddivinesh Jogu

    Hi,
      I think you forgot to activate the program after creating the new field in the internalt able so first ensure the program is properly activated and then try the same.
    Regards,
    Himanshu

  • T020 - Adding new entries

    Having taken a copy of a standard FI transaction, I need to add an entry in T020 for it to work.
    Is there any IMG entry for this, or is the entry made to the table direct in SM30 ?

    YOu will reach the same table maintenance from SAP IMG or sm30.
    YOu can maintain the entries in sm30 as well.
    Take help of a Functional consultant before you make changes though.
    Regards,
    ravi

  • Reminder app problem adding new entry.

    I updated my iPad to IOS 5. Testing the "reminder" app lets me easily add new reminders. After three tries all the buttons under "edit" disappeared. Is there any way to reset/reinstall the app or to get the buttons back. As I'm from Germany maybe there are not the correct translations for "Erinnerungen" (Reminder) or "Bearbeiten" (Edit). Sorry.
    Can somebody help?

    The format of your ldif file is incorrect and does not containt valid LDIF format (see RFC 2849)
    First an empty line is a separator for entries within LDIF, so the data appears as several LDAP entries not just one.
    Second, the attribute name is attributeTypes and not attributeType.
    Third, there must be a colon ':' separator between attributetypes and the value for that attribute type definition.
    Regards,
    Ludovic

  • Adding new column to table now page is blank in Apex

    thinking this altered table and messed up table id call. How can I fix?

    Hello,
    Are you talking about a report, a form, ...?
    You can adapt the sql or the item or the process to fix the problem.
    Regards,
    Dimitri
    http://dgielis.blogspot.com/
    http://www.apex-evangelists.com/

  • Eliminating the auto sync action when adding new entry in calendar on my BB Curve 8330

    Hi everyone,
    I am using my Yahoo e-mail as my primary profile for my Calendar (CICAL) and Messaging (CMIME) as my Default Services.  I do a daily sync with my Outlook 2003 calendar, notes, contacts, etc, via USB but I do not sync my BB calendar with my Yahoo calendar (I don't even use Yahoo calendar for that matter).  Every time I edit an entry on my BB calendar I see the arrows on the top right corner flashing.  I guess this means my Curve is trying to sync the changes to some other application, perhaps Yahoo calendar.  How do I turn this feature off?  I would like to minimize the amount of wireless transmission from my BB and I feel that this is an unnecessary activity since I'm not wirelessly syncing my calendar to anything else.
    Thank you.
    Solved!
    Go to Solution.

    Right I agree. The BlackBerry will alays display those arrows when it's sending/receiving data. The only way it won't is if you turn the radio off.
    If someone has been helpful please consider giving them kudos by clicking the star to the left of their post.
    Remember to resolve your thread by clicking Accepted Solution.

Maybe you are looking for