Delete field from a custom Infotype

What are the steps involved in doing this?
What are the things I need to take care of before doing this and after doing this?
Thanks,
Kiran

Ok. There is a change in plan now. We want to initialse the field first before we delete it and check for all the records and make sure that field is initialised and only then hide the field on the infotype.
So what are all the ways to initialise this field. I can think of BDC. any more clues please.
Thanks,
Kiran
Edited by: kiran dasari on Jul 21, 2009 10:02 PM

Similar Messages

  • Deleting Texts from a Custom Infotype

    I have created a custom infotype. On the infotype screen, there is a button that allows the user to enter some custom text. The screen works well in create, change and display mode; however, when I delete the infotype, the data in the PA9XXX is deleted correctly, but the text data is not.
    The text data is created, changed and displayed using FMs READ_TEXT, EDIT_TEXT, SAVE_TEXT, COMMIT_TEXT, CREATE_TEXT, etc.
    Deletion of data is handled differently in HR. When the u2018deleteu2019 button is pressed, PA30 handles the delete without going through my program, so I am unable to intercept the OK code and do the additional deletes myself. Currently I handle the deletes in a separate program, but this is not a particularly good solution.
    So I want to be able to use FM DELETE_TEXT in my custom infotype.
    Has anyone else tried to do this? If necessary, I will change the SAP code.
    Rob

    >
    Rob Burbank wrote:
    > The text data is created, changed and displayed using FMs READ_TEXT, EDIT_TEXT, SAVE_TEXT, COMMIT_TEXT, CREATE_TEXT, etc.
    Not sure if you are aware of this, if you are, kindly ignore this post.
    The infotype framework has an in-built feature to maintain text for each and every infotype record, while in the [single screen|http://help.sap.com/saphelp_47x200/helpdata/en/4f/d525d4575e11d189270000e8322f96/frameset.htm](2000)
    of an infotype follow the menu path Edit->Maintain text.
    -Rajesh.

  • Authorization Object: P_ORGXX - fields can be from a custom infotype ?

    I need to create a customer-Specific Authorization Object, but the documentation states that we can use any of the fields in IT0001, and also customer-specific additionald fields. But we need to know if those additional fields can be from a custom infotype.
    If it is not possible, we need to replicate the std P_ORGXX and the way it validates the field pa0001- SACHZ. But with fields from a custom infotype. Is there any way to do it?
    I hope you can help me with this.
    Regards,

    Hi,
    Try the link from SAP as reference for authorization object creation and how functionality for authorization object works w/ infotype.
    http://help.sap.com/saphelp_470/helpdata/en/9e/74ba3bd14a6a6ae10000000a114084/content.htm
    http://help.sap.com/saphelp_470/helpdata/en/16/b8b83b5b831f3be10000000a114084/content.htm
    Thanks,
    Ameet

  • Delete classification from specific customer master records

    We utilize customer master classificaitons to house cost centers specific to certain customers.  Most of them default and do not require this set-up.  I need to remove it for a few select customers, but cannot find instructions on removing the classification from the customer master record altogether, once it has been set up.  I can blank out the value, but i would really like to go the next step.

    Hello,
    Can you please confirm if it is XD02 ? As you can delete classification from the customer using that. But please provide more details on what customer data it is ?
    Thanks
    Amber

  • Deleting fields from a standard view

    Hello,
         I want to delete fields form standard view which are appended by me accidentally . I have written a delete statement to delete the fields from the standard view . but i got an error at declaration part . I have declared it as shown below
    Tables : V_MMIM_REP_CUST
    V_MMIM_REP_CUST----
    > is the view name
    So, guide me how to declare this view .
    Regards,
    mnarar.
    Edited by: mnarar on Nov 30, 2011 1:12 PM

    Hi,
    This is just an idea to delete the records from the Table. But ideally you should not use this approach in any development.
    The table for this view is MMIM_REP_CUST. You can write a Custom Report Program where you need to create a work area with the values which you would like to delete. And then write a Delete statement and delete the table entry from that work area.
    I guess you are doing this in the development environment and have all the necessary authorizations. And you should not transport any report like the above to other environments. Also double check if that entry will not effect other business scenarios.
    Hope this helps.
    Best Regards,
    Samantak.

  • Hide/delete fields from standard Adobe Form FITP_REQUEST_FORM

    All dear gurus,
    I am new to adobe form. I am working on ess mss. In travel request we are getting the adobe form fitp_request_form.
    We have some unwanted fields in the form. Its not interactive .
    Either I want to hide or delete those fields from the form. thats it.
    How I should start. guide me pls.
    Regards,
    Namsheed.

    Hi Namsheed,
    You might need to copy the standard as customized form and you are free to hide / delete any field in the form .
    http://scn.sap.com/thread/3578272
    Also, you need functional to configure to use this customized form instead.
    Thanks.
    regards,
    Xiang Li

  • Adding a text field in a custom infotype

    Hi,
    I have a custom infotype which deals with sickness data of the employee
    My requirement is that the user will enter an explaianation for his sickness...etc. Thus I need to incorporate a text field in my infotype.
    What I am planning is to give a button on the screen of infotype, so when user clicks it a text editor will open and and he can insert or update his sickness text data.
    Please tell me how do i do that and also if there is any alternate better approach.
    Regards,
    Neha

    you need to make a custom container on which you have to put editor
    use class cl_gui_custom_container, cl_gui_text_editor, first define instances in top include then create objects. if you want this to be done when you click on any button then put this coding in the function code of that button.
    aditya

  • How to add F4 functionality to a field in the Custom Infotype

    Dear Friends,
    I have created a custom Infotype 9332 for tracking the career growth of the employee. now i want add F4 functionality to a field in this infotype. How to do it and where to implement the code. Please suggest your valuable options.
    regards.

    Hi,
      You have 2 options.
    1.Table Level
    create a search element and you can attch it in table.
    2.Screen Level.
    In the Flow logic, create a module like " FIELD P9332-fieldname MODULE f4_values" under PROCESS ON VALUE-REQUEST.you can do the coding in the module for populating.
    Reward points if helpful.
    Regards,
    Manoj.

  • HRABAP Field text in Custom Infotype

    Hi all,
    I hv created a custom infotype in which I hv a field called "Entry into the Unit as" which is Employee subgroup field. Now when I give a value say "07" and press enter the text of the field "Assistant Manager" is not being displayed as it displays in 0001 infotype.
    Can anyone help me on this regard...
    Thanks & Regards
    Mamtha

    Hi Saquib,
    Thanks for ur help...but I had already seen that...
    Problem solved...
    Thanks & Regards
    Mamtha

  • Deleting records from the Custom Objects

    Hello all,
    We want to delete all records from a custom object and as there is no 'Batch Delete' functionality on it, we are thinking of other ways to delete all the records. One of the possibilities is to delete all the records by hand, which will be very time consuming, but this might become the best option. Another option is to use webservices to delete the records, but to do so, you will have to write a kind of program that will query for the records and then deletes them. Does anyone have another option or does anyone have written such a tool that I can use to delete the records from the Custom Object?
    Kind regards,
    Niels Rekers

    Hi, To my knowledge WS is the way to do it. We are a system integrator and can help you out in doing this by providing a WS program. If interested you can write to [email protected]
    -- Venky CRMIT

  • Deleting Field from CRM Field Catalog

    I added a custom field to Item level of the CRM Field Catalog by mistake. Now I want to delete it and then add it to the header structure.
    When I try to delete the field, its giving error message "Condition tables already exist for field 2". I understand the field is already being used as we did do the download.
    How do I tackle this scenario..How to I delete this field?
    Ravi

    Easwar - Thanks for your suggestion.
    I deleted the condition tables(which was using the field) with the help of basis people as I was not able to delete.
    What do you mean by conditions? You want me to delete condition type? Can you give me more information.
    What i tried in the mean time was, I asked ther R/3 pricing guy to remove the access sequence using this field. Then I did a download from R/3to CRM...So with this step and the deletion of the condition table, it didn;t solve my problem. It still gave me the same error when I tried to delete the field.
    Appreciate your help.
    Ravi

  • Deleting fields from field group in Infoset

    Hi Geeks,
    I have created an infoset query. Based on tables
    VBAK - Sales order header data
    VBAP - Sales order item data
    VBUP - Sales document item status
    VBPA - Parnter function table.
    I created a custom BW data-source in RSO2 based on this infoset query.
    Now I want to delete tables (VBPA) or entries (VBPA-KUNNR) in field groups from infoset query.
    & system is not allowing me to do this saying
    System says "VBPA-KUNNR" is used in queries.
    Can anybody please suggest me any way to change the infoset & inturn datasource created over it.
    Thanx in advance.
    Monica

    Go to SQ02. Enter your infoset. Click on 'Role/User Group Assignment'. Make a note of all the user group that this infoset is assigned to (checkbox is checked means it is assigned to that group).
    Now go to SQ01. In the menu, 'Edit-->Other user group', enter the user group (repeat this process if you have more than one user group assigned) that you determined before. Now you will see all(if any) the queries. Select the query and delete it by clicking the trash can icon.

  • Deleting Partners from the Customer Master that are on Open Sales Orders.

    Does SAP handle removing the Partner from Open Sales Orders when a Partner is deleted in the Customer Master.  For us, this is not happening, this there some config that must be turned on for this to happen ? 
    Or do we have place in code in a User Exit in the Customer Master to check for Open Sales Orders and if so, block the Deleting of the Partner ?  If so, what User Exit should be used ?
    Looking to see how others have handled this.
    Thanks,
    David

    Hi David,
    Try this user exit.
    RFDRRANZ  User exits: Accounts Receivable Information System
    Regards,
    Vijay

  • How to auto-populate the Contact field from a Custom Object

    Hi,
    I am working on a project where the Contact record is the main focus. I have setup the Contact record as having a one-to-many relationship with CO4. From the Contact Details page I can click on the New button in the Related Record section for CO4 and the Contact from the Details page is auto-populated (which is what I want). I then enter the data into CO4 and click on Save so that the record is displayed in the Related Record section, and then I click into it so that I'm now on the CO4 Details page.
    My page layout for CO4 has both Activities and Service Requests as related records, and the page layouts for both of these include the CO4 field and the Contact field. When I click on New for either of these record types, the CO4 field is populated from the previous record but the Contact is not. I realize this is because there is a one-to-many relationship between CO4 and the Activity/SR, but is there any way to also pull over the value in the Contact field?
    I also tried this using CO1 which does have a many-to-many relationship (if I understand it correctly), but the Contact field is still not pulling over. Is there a way to make this happen?
    Thanks!

    This functionality is not available at this time. I would recommend that you submit a enhancement request to customer care.

  • E72 - deleting words from the custom dictionary

    Hi
    one of the first bits of software that I installed on my E72 was the custom dictionary editor from Nokia Labs. Its been a great **bleep** on my earlier E63 and I naturally wanted it on my E72
    However I noticed that there are words being added (by my keyboard mistakes) that DO NOT APPEAR in the custom dictionary.
    For example I managed to add There.com to my dictionary (by typing There. and it added com ... like **bleep**?) and now every time I type there I get There.com suggested.
    is there any other way to blast the custom dictionary?
    I can only say that the E72 is a love HATE relationship

    Hi Pellicle, 
    We're sorry to hear about your problems with the software, but keep in mind that the custom dictionary is, like adrianhughes mentioned, a beta labs software and not a finished product.  It is mentioned on the project page that it may have some minor issues on Nokia E72. 
    The project status is archived, which means that it was not released officially and the development has likely stopped, so reporting a bug or making a suggestion may not help in this case.  Please check the project FAQ page for more info on likely problems, especially questions 8 (I deleted a word but it is still being used for prediction) and 3 (Why do I get an option to select a language?). 
    If the FAQ suggestions do not help you to solve the problem, try to do a hard reset by dialling *#7370# followed by the security code 12345 (unless you've changed it). Please remember to backup your phone first using Nokia Suite though, as it will remove all data on your phone.
    Let us know if this helps,
    Puigchild
    If you find this post helpful, a click upon the white star at bottom would always be appreciated.
    If it also solves your problem, clicking ACCEPT AS SOLUTION below it will benefit other users!

Maybe you are looking for

  • Hiding fields in a screen

    Hi All, How would u hide a row of fields in a screen based on a condition ? Thanks in advance Archana.

  • Can't view pages from Safari on my Mac

    When I'm on a website & need to display a page, it comes up dark grey. I don't know which program is having a problem, or how to reset so that I can see the content. I'm fairly certain that all my programs are up to date, this problem began several m

  • Can you set up an apple ID without a payment method?

    do you have to put in a card number?? or is there an option for none like there used to be?

  • Accessing a file through FileReader

    I've to give the full path while accessing the file using the following code. Is there any alternative where i can provide the relative path and still get the desired result? BufferedReader in = new BufferedReader (new FileReader ("/apps/secDBadmin/c

  • Problem with GREP finding

    Hi Experts I am trying to find text using GREP option: <k6> para 1 para 2 para 3 </k6> using this grep function app.findGrepPreferences = app.changeGrepPreferences = null; app.findGrepPreferences.findWhat = "(?s)<k6>\r(.+?\r)</k6>"; var myResults = a