DB custom table (Z-table)

I have ZGDES table.
1). I have to add 7 fields to my ZGDES table .In se14 only I have to do that ( how to add ) ?
I just forgot which way I did previuosly...
Could you please help me in this regard.
2). I have to add the last field ( 7th field ) as with text of unlimited length to write comments (is it possible)?
other wise atleast a few hundred lines  long...
How to achieve this.
you help will be APPRECISTED.

1. Add the fields in SE11.
2. Adjust the table in SE14.
Coming to long text field, you should ideally store this text using LONG TEXT and then READ the data using READ_TEXT function. You can save this text using SAVE_TEXT function, followed by COMMIT_TEXT.
All you need is a unique key to identify the text. The text object can be TEXT and id can be ST. You can even see this text in SO10 transaction.
REgards,
Ravi
Note : Please mark all the helpful answers

Similar Messages

  • Custom Infotype - Using Table control in the screen.  IN OM

    Hi,
    I am having a requriement where in I need to create a custom infotype using table control in the screen. I have to create this in OM and I am using PPCI transaction to create the info type. I am able to create the infotype with fields but not table control. Please let me know if any one of you came across and help me with the process I need to follow.
    Thanks in advance.
    Venkat.

    Hello,
    After you create the info type throug PPCi, you can directly go to the Sceen module program created automatically while creating Info type and edit the screen.
    activate it after your changes.
    Regards,
    Srujan.

  • Updating custom field in table EKKO within user exit when PO is saved

    I am trying to update a custom field in table EKKO when a PO is saved.  I am using FM EXIT_SAPMM06E_013, within enhancement MM06E005.  Since EKKO is not a table that can be updated with this user exit, I am using a technic that I read about on SDN where I assign a field symbol to the calling program variable and then am able to access data within EKKO table.  But when I pass this data back into the field symbol, for some reason this field is not getting saved when the PO is saved.  In debug mode, it looks like this field is getting updated, but when I look in the table after the PO is saved, it is not there.  My code sample is below.  What I am doing wrong?
    data:
      CHAR(50) VALUE '(SAPLMEPO)EKKO-ZHDRCSTCENTER',
      g_zhdrcstcenter like ekko-zhdrcstcenter,
      FIELD-SYMBOLS <F1> type any.
    if i_ekko-ekorg = '5401'.
      ASSIGN (char) to <F1>.
      g_zhdrcstcenter = <F1>.
      move '0000113322' to g_zhdrcstcenter.
      <F1> = g_zhdrcstcenter.
    endif.
    Thanks!
    Sarah Smyth.

    Firstly, have you investigated using EXIT_SAPMM06E_008 to set any custom fields you have added in the EKKO_CI / CI_EKKODB structure?.. that might work more easily.
    In terms of doing an assign back into a calling program's memory, it can work but it's probably worth setting a break point in your code then stepping through watching the values in EKKO - sometimes you can find subsequent code that re-writes an earlier copy of values back into the structure, thereby preventing you doing your change...  SAP does warn this method is for "internal use".  Also check in your debugger that it's SAPLMEPO and not SAPMM06E you need.

  • BADI or User exit  for FB50 to update custom field in table COEP

    Hi all,
    i have added one custom field in table COEP through include CI_COBL .
    when i do posting through sales order(VA02) or purchase order(ME22n) that custom fields in COEP get updated with controlling document
    and through BADI AC_DOCUMENT i m updating that custom field in COEP.
    but when i do manual posting through FB50 controlling document is generated in COEP but i m not able to update that custom field
    because in this case BADI AC_DOCUMENT  is not get triggered.
    is there any BADI or User exit or enhancement spot for FB50 through which i can update that custom field in table COEP

    Hi Sandy,
    Thanks for u r reply,
    RFAVIS01 is not getting triggered through FB50
    and F180A001 ( EXIT_SAPLF048_001) is getting triggered but it doesnt contain COEP field in its parameter
    import - F180A_DOC_HEAD_TAB
                 F180A_DOC_ITEM_TAB
    changing - RELATION_TAB

  • Loading some records into Custom-R/3 table manually

    Hai
    I created one custom R/3 table. One of my friend load some records into that cutom table manaully. I want to load some more records manually.
    So how can i load some records into the custom R/3 Table manully . Please let me know
    i ll assing the points
    kumar

    Hi,
    you can do it with SE16 / SE16N or, if exists, via the maintenance tool SM30.
    Out of an excel sheet with the same structure can can copy the entries completey by cut & paste.

  • Replicate a custom R/3 table in XI

    Hi All,
    Need some help!!!!!!
    I need to replicate a custom R/3 table in XI runtime cache (using value mapping replication). But the table in R/3 doesn't have any associated interfaces (BAPI).
    Pls reply with step by step solution.
    Thanks & Regrds,
    Rakesh

    Ravi,
    In order to activate Proxies on your application system, you need to apply some patches and do some configuration settings. Please look at this weblog for the details of the same.
    /people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies
    The following weblogs will give you an idea regarding the implementation of a PROXY.
    /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy
    /people/ravikumar.allampallam/blog/2005/03/03/creating-purchase-order-idoc-through-xi
    /people/siva.maranani/blog/2005/04/03/abap-server-proxies
    regards,
    Ravi

  • How to access custom labels in Table?

    In IDML I have set up custom lables inside Table element. How can I access those labels?
    Thx!

    Hi Michael,
    If you just want to retrieve the data, you could use the following code.
    //Get the node which the table is bound to
    IWDNode node = wdContext.nodeTable();
    //iterate thru the elements
    for(int i = 0 ; i<node.size();i++)
      IWDNodeElement ne = node.getElementAt(i);
      Object value = ne.getAttributeValue("<column name>");
      //Here you have the data in the value variable
      //and you can manipulate this now
    Regards,
    Sudeep

  • Loading custom price condition table

    We have a custom price condition table for intercompany price.
    This table needs to be updated monthly from a file generated from another system not on SAP.
    BDC is one way of doing it, but that takes too much time.
    Is there any other simpler way of achieving the same ?

    Hi
    Have your tried LSMW.  You can upload conditions using LSMW.
    Regads
    Yatin Thakkar

  • Customer master data table KNVV is missing

    Hi All
    I a trying to cancel the billing document using transaction VF11. System shows error as " customer XYZ customer master data table KNVV is missing"
    Please advice how to proceed?
    Thanks and regards
    satyaprasad

    Hi,
    Goto the T.Code "Se11/SE16".
    Enter the table name as "VBRK".
    Enter your invoice number.Execute.
    Check the value of "VKORG(Sales Organisation)","VTWEG(Distribution Channel)" and "SPART(Division)".
    Or you check the same in "VF03" screen also.
    Make a copy of the above three fields.
    Goto the T.Code "Se11/SE16".
    Enter the table name as "KNVV".Enter your customer number in "KUNNR" and the values of "Sales organisation,Distribution channel and division" into their respective fields.Execute.
    Check if there are any entries.The result should be no entries so that only you will receive this error message.
    If you created the customer with out sales area,while creating the order only it will give you an error message as "No customer master record exists for sold-to party XXXXXXX
    Message no. VP199".
    As the partners are defined in sales area data only.
    Regards,
    Krishna.

  • Adding custom fields to table view assignment block

    Hi All,
      I want to add two news fields to 'Service Contract Item Level' in 'Object List' assignment block. How can i add these two custom fields to table view assignment block using AET. I have tried to add new fields using AET but there is no business object supports to my requirement.
    Thanks & Regards
    Nitish

    Hi Nitish,
    As naveen sadid use Cutomer_i object . I guess it will be more appropriate.
    And following link will be helpful for AET creation.
    CRM 7.0 How to --4 Adding Custom Fields With The New Application Enhancement Tool (AET)
    Regards
    Loks

  • Creating Change Document for Custom Field in Table PROJ

    Hi,
    We have a few Custom Fields in Table PROJ.
    What needs to be done so that every time a particular custom field  is changed, change document in table CDHDR and CDPOS are created.
    Regards,
    Tarun Bahal

    Hi Tarun,
    Please refer [Link1|https://help.sap.com/saphelp_nwmobile71/helpdata/en/2a/fa018f493111d182b70000e829fbfe/content.htm] & [Link2|http://help.sap.com/saphelp_erp2005/helpdata/en/db/7a2a40ce93185de10000000a1550b0/content.htm]
    Hope this helps!
    Regards
    Shital

  • Customer Classification..table update AUSP

    Hi Guru's
    I have to update the customer classification via table AUSP
    Table AUSP is only table which stores the Information Characterstics Values maintained for a Class type.
    I am updating this table directly via Z program.
    data : it type STANDARD TABLE OF ausp WITH HEADER LINE.
    it-objek = 'N231512'.
    it-ATINN = '0000000068'.
    it-atwrt = 'ST'.
    it-klart = 'Z01'.
    it-mafid = 0.
    it-atzhl = '001'.
    it-adzhl = '0001'.
    it-mandt = '200'.
    APPEND it.
    MODIFY ausp from table IT.
    But when i am going in XD03 to see the characterstic value (ST in this case) . Then ST is not getting set in XD03 classification view.
    also when i am setting the same value ST via XD02 then value is getting updated in Table AUSP with duplicate entry what i have updated via above progm.I don't know how table is allowing duplicate entry.
    suggest me  somthing
    Best Regards
    Subham

    Hi,
    Please don't update directly to the table AUSP.. Also the ATINN will be different in each client for one particular classfication data..
    I would suggest use the LSMW
    Standard Batch/Direct Input
    - Object: 0130
    - Method: 0002
    - Program name: RCCLBI03
    - Program type: D
    Regards,
    Nagaraj

  • JSF Custom component for table pagination and sorting

    hi
    i want such a custom component that render a table and table has the features of pagination and column sorting.
    any one know from where i can get such a custom component.
    (if this component is available with source then it would be more help full for me)
    thnks & regards,
    Haroon
    Message was edited by:
    HaroonAnwarPADHYAR

    I know two companies that offer JSF component for table pagination and sorting and AJAX based :
    http://www.teamdev.com/quipukit/demo/datatable/DataTable_filteringAndPaging.jsf
    http://java.samples.infragistics.com/NetAdvantage/JSF/2006.1/
    The problem? They are not open source..
    And I am too looking forward on this subject, because I want to develop my own custom component and add some features. If someone has any tips, references or samples of their own, it would be really appreciated.
    Thank you.
    Paul

  • Customizing Object for table TB019?

    Hello all,
    Can you please tell me the Customizing Object for table TB019? The only object I could find was DNL_CUST_CUST3 but this includes TB020 and not TB019.
    Rgds
    Priyanka

    Hi!
    I think you already found the object. It is the TB020 that triggers the override. It is very often so that the language dependent tables are the ones being transferred.
    A genereal methodology to figure out which load object is involved for a specific R/3-table is to go to transactionse16 in CRM and check the SMOFTABLES-table.
    The field R3TABNAME is where you put in your R/3-table. It also allows generic searches such as TB0*.
    BR
    /fredric

  • How to fetch the Table Control data to Customer Table(Z-Table) ?

    How to fetch the Table Control data to Customer Table(Z-Table) ?

    Hi Krishna,
    Check this sample programs
    http://www.planetsap.com/online_pgm_main_page.htm
    http://sap.niraj.tripod.com/id29.html
    http://www.sapdevelopment.co.uk/dialog/tabcontrol/tc_basic.htm
    Have a look at below links. It will help you.
    http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbac5135c111d1829f0000e829fbfe/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbac1d35c111d1829f0000e829fbfe/content.htm
    Thanks,
    Reward If helpful.

  • Customer own condition tables

    Hello,
    we use customer own condition tables with the field VKBUR inside in R3. I have downloaded these tables on the basis of note 514952 and note 674538.
    But after the download the field SALES_OFFICE was not filled in CRM and CDB.
    We use CRM 5.0 SP5 on the CRM server.
    Best regards
      Wolfgang

    Hi,
    Then the only way is to impelment a Dataexchange badi and to modify the records to convert R/3 Sales office into CRM Sales Office Id.
    Use badi 'CRM_DATAEXCHG_BADI' and implement method
    'CRM_DATAEXCH_R3D_MBDOC_FILL'.
    Checkout the sample implementation 'CPE_DATAEXCHG_BADI' for more detail explanation on the dataexchange badi programming.
    Best Regards,
    Pratik Patel
    <b>Reward with Points!</b>
    <b>Reward with Points!</b>

Maybe you are looking for

  • Unable to execute rules twice after applying Planning 9.3.1.1.11

    Hi All, Just wondering whether someone has come across this issue. We have just applied Planning 9.3.1.1.11 on a Windows platform. As a result, we are unable to execute the same rule twice from within the AAS console on any client machine and get the

  • Write a properties file in a package, of my own project.

    It is kinda hard for me to safe my checkSameFile.properties file inside a package of my own project.                 Properties properties = new Properties();           FileOutputStream fileOutputStream = null;           try {                fileOutp

  • Digital Editions 4.0 will not open after installation on Windows  XP laptop.

    Digital Editions  4.0 will not open after installation on Windows XP laptop.  DigitalEditions 3.0 installs and opens fine.  Have tried 4.0 several times.  Removed 3.0 and 4.0, reboot, reinstall 4.0 still will not open.  Error message says Windows has

  • Cannot setup 2050a printer to mac OS 10.6

    Hiya, hope someone will be able to help me out, i've been pulling my hair out all day! i can't for the life of me setup my printer. installation is fine... until it gets to the setup. doesnt work, cos my printer device cant be found. i think its beca

  • I just bought an Apple TV. I have found that I can only use my Ipod "remote" app for Apple

    I just bought an Apple TV. I have found that I can only use my Ipod "remote" app for Apple TV products and not with my Netflix app-the Home TV icon only shows with Apple products. I had hoped that I could use my Laptop Pro for unrelated tasks while I