Table Maintenance - Add field not in table for display

I have a Z table which has five fields of which one of them is the GL account field. I need to display the description of the account from SKAT-TXT20 also in SM30 so that In SM30 when the user looks at the table, they should be able to see six fields. I can code the PBO / PAI to pull data from the table, but am not sure how to enhance the table control that SAP generates automatically when you generate table maintenance from SE11's Table Maintenance generator so that the sixth field can be displayed.
Thanks

Hi,
I hope below solution will work for your problem:
to update field based on other fields of the same table follow below path and create a routine.
go to se11 open the Z-table in change mode > utilities> table maintenece generator- and then
environment> modification> events....
then creat routine based on your requirement.
regards,
munvar.

Similar Messages

  • Table maintenance generator is not saving entries.

    Hi All,
    I am facing problem in table maintenance generator.
    I created a table maintenance for Z-Table.
    In my table last 2 fields are a checkbox.
    When we go to Sm30 and check/uncheck the boxes then save , message comes tht data saved , but when we come out and go back to maintenance generator , it's not saved.
    while table maintenance in 2 step , then on detail screen it is working perfectly but on primary screen it's not.
    when TM is single step , it's show entries saved but not saving in data.
    I tried to delete and regenerate table maintenance but still not working .
    Please guide me to ractify this.
    Thanks in advance,
    Ashish Gautam

    Hello Friend,
    Check with th etechnical settings of the ztable:
    see if your buffereing is allowed, and log data chnages is checked.
    If so :
    Then select buffereing is not allowed and uncheck the Log Data Changes:
    Also go to TMG:
    Check if standard recording routine is selected, then select the no, or user recording routine.
    After making these changes, delete the TMG and create a new one once again. You can check it will work fine now.
    Thanks and regards,
    Uttam Agrawal
    [http://uttambpt.blogspot.com|http://uttambpt.blogspot.com]
    Edited by: uttamagrawal on Jan 31, 2011 12:42 PM

  • How to add a value table to a field in database table?

    Dear Experts,
    Normally a value table can be added in the domain.
    And the field of the database table will have the value table, to which this domain is assigned.
    My question is.. Is it possible to assign a value table to any field ina database table, directly?(i.e. <b>without assigning to that domain</b>)
    If yes.. please let me know the <b>step-by-step</b> procedure clearly.
    Thanks to U in advance.

    Hi sr,
    1. what is the purpose of your value table ?
      -- so that the user can select values
       from some master table , for that field !!!!
    2. This is done by
        CHECK TABLE (foreign key concept)
       (and not value table)
    3. When we create a check table for a field,
       then
       some DEFAULT table is PROPOSED
       . that DEFAULT table is nothing
      but PICKED up from the domain of that field,
      and shown from the value of VALUE TABLE.
      (we can change it however)
    4. so for your purpose,
       just create a CHECK TABLE.
    regards,
    amit m.

  • I need to  know the name of the database table and the fields in that table

    hi,
    i need to I need to  know the name of the database table and the fields in that table for the following fields of the front end .
    1) incident details.
    2) ownership details
    3) injury type
    4) % of investigation completed withen 7 days.
    5) count of incident type
    6) cost of workers compensation claim.
    7) injury resulting from for workers compensation claim
    8) investigation free text.
    9) investigation contribution factors.
    10) investigation root cause.
    11) investigation root cause free text
    12) employee risk assesment
    13) protential infrigment notice issued
    14) actual infrigment notice issued.
    15) actual infrigment notice reference number.
    16)vehicle damaged text.
    18) when the incident occured.
    thanks and regards,
    pronoy .

    Hello,
    Check CCIHT* under se16 and search for relevant information
    Thanks
    Jayakumar

  • Issue with Vendor Master Data-field notes ID  (Table ADRT-REMARK)

    Hello,
    I have a issue related to Vendor Master Data maintenance.
    The client wants to maintain the u201CNotesu201D field in vendor master data. The field gets populated from the field u201CADTR-REMARKu201D table ADRT.
    Now client wants to maintain some alphabet to distinguish some of vendors (i.e. 1250) out of 5000 vendors. We tried to develop LSMW, however it is not getting generated as this field is not getting recorded as the field is inside the tab (next to e-mail id field) which requires click. It seems BDC also is also not working as it is not populating these fields except e-mail id.
    The table ADRT contains filed ADDRNUMBER which is the same field in LFA1, and it is ADRNR (Address number).
    Also please note that CATT/e CATT is not permitted at all the client level.
    Can any body suggest the way to change the master data through some way.
    Regards,
    Chepan

    Hi,
    Did you heard about SAP GUI Scripting? There is SAP functionality - seems to Excel Macros. You are able to record SAP  like macros, then after small code modifcation (code is in Visual Basic), and special excel origin (there could be excel prepared like for CATT) upload data to VMD.
    If you have any questions I try to help you?
    Best regards,
    Piotr
    Edited by: Piotr Wieczerzak on Jan 26, 2010 9:35 PM

  • Want to add field in standard table control - me21n , me22n , me23n

    Dear All ,
    I have come across a situation where I want to add a field in a standard table control .
    But how to proceed for tht I am not getting .
    In the standad transation me22n in the ITEM  OVERVIEW table control I want to add Curreny field in the table control structure
    i.e MEPO1211 I have append the field in MEPO1211_DATA it is even visible in run time in the structure but not visible in table control and in table control settings also.
    How can I add one more column or some standard procedure to do that. Please suggest .
    Thanks & Regards
    Aryan

    hi,
    If you don't want to access key...then only option is ,you have to search USER Exit or BADi (Try using BADI ME_GUI_PO_CUST) for me22n transaction......to adding the field.
    Regards
    Gaurav

  • Add field to condtion table

    Hi Guys:
    Can any one tell me how to add the field to condition table, I am doing pricing determination setup.
    As I can see in Extend Field Catalog for Condition Tables there are lot of feild exist, but when I at "change condition table" in right column any few field exist in fieldCat, how can I add others.

    Hi,
    See Note 21040.
    Excerpt from Note :
    "The allowed fields for conditions and access sequences are defined in the tables KOMG,
    KOMK and KOMP. The fields in tables KOMK and KOMP can be used for the definition of access
    sequences, and the fields of table KOMG as key fields for condition tables.  A field which is taken
    up into the field catalog from tables KOMK or KOMP is ONLY valid as the definition of access
    sequences and NOT as a key field for condition tables, therefore it does not appear in the selection
    list of condition key field."
    You can however add the new field to the KOMG table by following the instructions on how to add a field to the condition
    technique for pricing in the IMG. You can find the documentation in the IMG at:
    MM -> Purchasing ->Conditions -> Define Price determination process.
    Here, go to 'System Enhancements'. There is also a detailed example to explain the procedure.
    Note 566002 describes the same thing for field PSTYV. Maybe Note 12905 will also help.
    Regards,
    Purnima
    Edited by: Purnima Prem Priyan on Feb 13, 2012 3:33 PM

  • Table Maintenance: Modified or not?

    Hi,
    consider this situation: I appended a field to an existing customer DDIC table. There is an existing table maintenance. Before I just regenerate it to have the new field included i would like to check if there is any modification or extension of the maintenance dialogue.
    What is the best way to find out?
    Best regards,
    Clemens

    Hi,
    Goto SM30 and give that table name. check whether ur new field reflects over there or not.
    If not you need to regenerate table maintenance generater it seems.
    Thanks.
    If this helps you reward with points.

  • Maintenance View - Fields not Displaying

    Hi experts,
    I created a Maintenance View for a table. But when i go and see in the Maintenance View Overview, the integer field-columns in the table are not displayed in the view.
    can u ppl suggest me why this happens? whether maintenance view will not support integer fields ? And how to over come this problem.
    with regards ,
    James...
    Valuable answers will be rewarded...

    the problem might be you used two screens while creating table maintaince.
    so use one screen in table maintaince then you will get everything.
    even now you will get all fields ,just double click on one column,it will give detailed,there you can see the all the fields.
    Thanks
    Seshu

  • Add field not showing in contacts edit screen

    Trying to add nick names to the contact list in IPhone 6, but the "add field" prompt is not showing. Tips?

    Well first of all PL10 has some addon-issues (I don't think they affect Screen Painter since that is only UI-API but I would not recommend it...)
    Regarding the problem...
    What you should try to do is go to "C:\Program Files\SAP\SAP Business One" (Perhaps "C:\Program Files\SAP Manage\SAP Business One") and delete or rename files "AddOnsInstall.sbo" and "AddOnsLocalRegistration.sbo".. These files controls installed addons on the client, and if you remove them the addon will try to reinstall the addon...
    Also try to go to %temp%\SM_OBS_DLL and delete/rename this as well... Controls versions of the SDK and there might be some left-overs from older versions
    If that not work try to go to the SARI table in the SBO-Common and delete the record regarding the Screen Painter
    If all the fails the old trick to uninstall the SDK, DI-API and client and reinstall them again sometimes solves the problems... (I know... Lots of things can go wrong in SBo and I've seen most of them)

  • Regarding Table Maintenance Generator of a Database Table.

    Hi,
    I have two DB tables (These tables were developed previously) i am asked to maintain entries in these tables.
    The delivery class of both tables is 'C' and in the table maintenace generator both have the "Recording routine" as "STANDARD RECORDING ROUTINE". But one of the tables is prompting for Work Bench request and the other for Customizing Request.
    Could anyone please guide me when a table asks for a Customizing Request and WorkBench request.
    Thanks in Advance for your esteemed replies.
    Regards,
    Raghavendra Goutham P.

    Hi Raghavendra,
    this is from help.sap.com
    The delivery class controls the transport of table data for installation, upgrade, client copy and when transporting between customer systems. The delivery class is also used in the extended table maintenance.
    The delivery class is also used in the Extended Table Maintenance (SM30).
    It is not possible to transport the entered data using the transport connection of the generated maintenance interface for tables having delivery classes W and L.
    Data that is entered is checked to see if it violates the namespace defined in table TRESC. If the data violates the namespace, the input is rejected.
    Check this link for more info..
    http://help.sap.com/saphelp_erp2005/helpdata/en/cf/21eb6e446011d189700000e8322d00/frameset.htm
    Regards
    Suresh Datti

  • How to add field to the header for FBL5N ALV report

    Hi,
       I need to add fields to the customer line item display ALV report(FBL5N) header part.Right now there are four fields in the header like customer, company code, name and city, after that I need to add first name last name and phone no. Can any one tell me where exactly I need to add and populate there fields to be appear in ALV output list.
    Thanks in Advance
    Swapna

    Yes I have tried, I have place a break point in that perform but it does not stop. I think that is not the correct place to added and populate fields. That routine is for populate selection screen ranges single and multiple values and parameters only.
    Thanks
    Swapna

  • "kern" table ignored? -- technical note "OpenType tables used by Windows"

    The technical note "OpenType tables used by Windows"<br />  http://partners.adobe.com/asn/developer/type/otfdk/<br />  techdocs/OT_tables_in_Win_ATM.html<br />says that the <kern> table (Kerning) is "Ignored". Is it true? Does the ATM<br />driver really ignore "flat" kerning?<br /><br />Also, are there any significant updates for Windows 2000 and XP? (I think<br />the ATM font driver built in Windows 2000 and XP is referred to as "5.0" --<br />true?)<br /><br />Adam

    "Thomas Phinney" <[email protected]> wrote in message<br />news:[email protected]..<br />> Hi, Adam,<br />><br />> Yes, the kern table is ignored in favor of the GPOS kern feature, for<br />OTF-flavored OpenType fonts.<br />><br />> The GPOS kern feature can be used to represent pair-based "flat" kerning<br />as well as class-based kerning.<br />><br /><br />Thomas,<br /><br />this does imply, however, that non-OT apps only get kerning within the Roman<br />character set because of the virtual "mapping" done by ATM? I.e., it's not<br />possible at all to provide OTF fonts with kerning for CE characters that<br />would work in non-OT apps?<br /><br />Thanks,<br />Adam

  • Add fields in Locator result  for Sales Document in GUI (anyone?)

    Dear all,
    I try to find information on how we can customize the locator's result column (especially for Sales document)
    in GUI mode. I know we can Change Layout to choose other available field column to be displayed in the
    locator result. How to add more fields so we can have more fields to choose when we change the layout?
    I searched the SDN CRM forum but no exact answer for this (missed it?)
    In fact, there is a bug on the locator search result when I set field Employee Responsible to be displayed
    on the search result, the system is showing other Partner number instead.
    If you have experienced in add fields on the Change Layout, please kindly share it.
    Appreciate your help (with points)
    Cheers,
    Gun.

    It is GENIL BOL concept and now using WebUI Search.

  • MB51 : add field not included in MKPF or MSEG table

    Dear.
    I need to show a new field in MB51.
    This field isnu2019t included in MKPF or MSEG table.
    I cannot add it in Customizing , do you know an exit for doing this ?
    Thanks.

    Hi There,
    The reports MB51/MB5B read the data from the tables MKPF/MSEG, so if you wish to add a new field in MB51 you need to add the field into one of these tables. Unfortunately there is no such exit.
    For Inventory Management, SAP provides the following customer exits:
    MB_CF001 Updating of material document data upon posting
    MBCF0002 Filling the item text in the material document
    MBCFC003 Maintaining batch master data upon goods movements
    MBCFC004 Maintaining batch specifications upon goods movements
    MBCF0005 Filling the item data on goods receipt/ issue slips
    MBCF0006 Transferring the number of the WBS element for subcontracting
    MBCF0007 Posting a reservation
    MBCF0009 Filling the Storage location field
    IQSM0007 Serial numbers, user exit for goods movements
    XMBF0001 Stock determination: - changing the stock determination rule -
             Adjusting the stock determination item table
    Kind Regards,
    Elaine.

Maybe you are looking for