How to clear the custom tags in the phonebook?

some time create a label on the agenda of the phone contacts, your name is "profile", but now I want to delete because it is no longer useful, but not how to delete this custom tag.
I want to know how can i delete this custom tag?

Hi,
We need to use FREE statement.
please do this way:
For
form exit_program .
  call method cc1->free.
  call method cc2->free.
  call method cc3->free.
  call method cc4->free.
  call method cl_gui_cfw=>flush.
  if sy-subrc <> 0.
    call function 'POPUP_TO_INFORM'
      exporting
        titel = lv_repid
        txt1  = 'Error in Flush'(500)
        txt2  = sy-subrc.
  endif.
endform.                    " exit_program
module user_command_0100 input.
  case sy-ucomm.
    when 'BACK'.
      perform exit_program.
      set screen '0'.
    when 'EXIT' or 'CANC'.
      perform exit_program.
      leave program.
  endcase.
endmodule.                 " USER_COMMAND_0100  INPUT
thanx.

Similar Messages

  • How can I see the selected tags in the tag bar clearly

    How can I see the selected tags in the tag bar clearly (they used to be in black, now they do not change color; a highlight or Bold would help)

    The History menu lets you revisit the page where you can drag any page element from it.
    How would you sort through thousands (tens of thousands) of files found in a cache?

  • How do you programmatically register custom tags through the adminapi?

    Hello,
    I am not able to find much documentation out on the net on how to write codes to programmatically register custom tags through the adminapi (extensions.cfc). The only examples I have been seeing involve setting up datasources. Any advice you can provide is appreciated. Thanks.
    Best regards,
    C. Lee

    Short answer:
    The problem is that the login method is a bit goofy in that it requires the password first and the username second. Assuming you are using a valid password (and not the string "password" you are showing), reversing them should solve your problem.
    Long answer:
    As background for those interested, in order to call any method in any of the Admin API CFCs, one does have to log in programmatically, providing a valid CF Admin password, or password/username combination if you have enabled multiple user logins for the CF Admin. (Multiple user logins in the Admin is an optional feature since CF 8.)
    If one does not setup multiple user names, then you only need to pass a password to the login method (just as on the login page of the CF Admin). Technically, the default username in that case is "admin", and you can specify it if you want to, but again it has to be password then username, on this login method. (The Admin API was added in CF 7, before the multiple usernames feature was added, so it looks like they just added it as a new argument.)
    You can learn more about multiple user logins in the CF Admin (and an option to change or remove the default "admin" username) an Adobe DevCenter article linked to from http://www.carehart.org/articles/#2009_1.
    Note finally that the username/password field values are case-sensitive, even on Windows, and the default username really is "admin" not "Admin".
    This discussion of needing to login is documented on the page that Adam pointed to (see the "using" and "examples" sections of the page). There's even a comment from someone pointing out the need to put them in password/username order (because it's not mentioned in the docs). I also just added a comment there about the case sensitivity, either of which could bite someone. Let's hope they update the docs in the next release to clarify both these points.
    /charlie

  • How to use the HTML tags in the reports.

    hi.
    can any one tell me how to use the HTML tags in the reports.
    i m using the forms 10 g rel 2 and reports 10 g rel 2 and application server 10g rel 2.

    Set the Contains HTML Tags property of an object to Yes, then the tags in the object's text (if any) will be used to format the object.

  • How to add a Custom field in the Standard SAP Sales Order main screen

    Dear Experts,
    We have a requirement of adding a Custom field in the Sales Order screen. I know how to add the Customer field in the Additional data B tab of the Sales Order Header Screen as that is the screen user exit provided by SAP. Can someone tell me how to add the Custom field in the Sales Order main screen. Program Name - SAPMV45A and Screen Number - 4001. What is all I need to take care.
    Thanks,
    SNK.

    I have not added the Custom filed in the main screen and added in the Additional data B screen. So closing the message.

  • Can i view & analysis the customer report asper the sales area wise how?

    can i view & analysis the customer report asper the sales area wise how?

    Hi,
    If you are talking about FBL3N or any other FI customer subledger report, then Yes and No.  If you have customers extended to multiple sales area, then no, if there is a one to one relationship with the sales area then yes.
    Cheers.

  • Podcasts : how to access the "Grouping" tag in the Info window ?

    I upgraded yesterday to iTunes v12.1, and today I discovered that I cannot anymore access to the "Grouping" tag in the Info window (still available using ALT/OPTION in iTunes v12 and v12.0.1).
    The "Genre" tag still available, but it is useless for Podcasts episodes, as ALL of them are pre-identified as "Podcast"…
    Anyway, the "Grouping" tag is still present within the Podcasts files and the iTunes episodes datebase, as I can display it as a column in the "My Podcasts" pane (list of episodes) !
    Does anybody know a way to still access/modify this tag field "Grouping" for Podcasts ?

    CLASS LCL_EVENT_RECEIVER DEFINITION DEFERRED.
    CLASS LCL_EVENT_RECEIVER DEFINITION.
      PUBLIC SECTION.
        METHODS HANDLE_DOUBLE_CLICK
        FOR EVENT DOUBLE_CLICK OF CL_GUI_ALV_GRID.
    ENDCLASS.                    "cl_event_receiver DEFINITION
    CLASS LCL_EVENT_RECEIVER IMPLEMENTATION.
    METHOD HANDLE_DOUBLE_CLICK.
    PERFORM HANDLE_DOUBLE_CLICK.
    ENDMETHOD.
    DATA:EVENT_RECEIVER TYPE REF TO LCL_EVENT_RECEIVER.
    <AT PBO>
      SET HANDLER EVENT_RECEIVER->HANDLE_DOUBLE_CLICK FOR GO_GRID.
    <AT PAI>.
    FORM HANDLE_DOUBLE_CLIC .
    FLAG = 1.
    LOOP AT LT_LVCFIELDCAT INTO LS_LVCFIELDCAT.
    IF LS_LVCFIELDCAT-FIELDNAME = 'ABC'  AND FLAG = 1.
      LS_LVCFIELDCAT-SELTEXT = <WHAT EVER U WANT>.
    MODIFY LT_FIELDCAT FROM LS_FIELDCAT..
    ENDIF.
    CLEAR FLAG.
    ENDLOOP.
    ENDFORM.
    NOTE: IAM PUTTING FLAG BECAUSE WHEN U GO BACK IN THE ORIGINAL SCREEN U SHOULD GET THE OLD TEXT, SO , THERE U CHECK FOR FLAG = 0.
    AND UR SECOND QUESTION, PLS EXPLAIN IT CLEARLY

  • Finding the custom tag name from inside the tag handler

    Hello,
    I searched the forum, but couldnt find the answer (or in the API). In my custom tag handler, I want to know what the name of the custom tag was. Is this possible?
    Thanks in advance.
    Chris
    ps. Without parsing the .tld file... :)

    Hmm, that's unfortunate. Thanks a lot for your work. I had a feeling since it wasn't in the API that it wasn't possible. Here's why, and maybe they will add this feature later...
    We are making our own tags for buttons on our app (the button will be an HTML table, with a clickable background, that looks like an image, but isnt).
    The HTML designers want tags they can drag and drop to the screen in DreamWeaver, including visual feedback on what they dragged and dropped. So the tag <fast:blueButton>Continue</fast:blueButton> will show a blue button image in dreamWeaver with "Continue" as the text. There are a lot of parameters to set for each button, like height, width, border, etc. that will be configured in an XML config file for each button.
    It would be nice if all the buttons we invent in the tld point to the same generic button class, and when the generic button class runs, sees which button called it, and gets its config from an XML file.
    This way the designer could add more buttons with the tld and XML config, and no more java classes are needed. However, if a generic button is sent with a type param: <fast:button type="blue">Continue</fast:button> then there is no visual feedback in the tool (in the first case we could have set the fast:blueButton to be the image of a blue button) and it cant be picked from a list in the tool (the designer needs to remember which types exist). It seems not important to programmers, but for designers it is important.
    Oh well, I will see if there is another way to NOT have tons of Java classes to support.
    Thanks,
    Chris

  • I downloads the latest iTunes software update and it properly installed.  But,  I cannot close the window showing it was completed and the blue completion bar is full but cannot cancel or close it either.  Any ideas on how to clear that out and close the

    I downloaded the latest iTunes software update and it properly installed.  But,  I cannot close the update window showing it was completed and the blue completion bar is full but cannot cancel or close it either.  Any ideas on how to clear that out and close the window.  Tried to quit on both the big window and the software update title in the menu bar.  No luck.

    Tried that by shutting down via the power button only as the normal shutdown was nixed by the open window issue.  It did not help.  Found a very similar question in the discussions and it recommended "Force Quit".  That worked and the update works normal and the window is gone.  Thanks!

  • How can i add Custom fields into the

    Dear Experts
    We have Ecc6.0 system,
    How can i add Custom fields into the Infotype Screen(PA30),i heard that we do it by PM01 Tcode.
    But in PM01 i am unable to find the enhance infotype tab.
    How can i do it ....pls help.....
    Regards
    Sajid

    Hi,
    Do it thru the third tab : Single Screen.
    There write down the infotype number (e.g. 0022) and say generate objects.
    Regards,
    Dilek

  • How can I change the customer name in the invoice

    Hi mate,
    I bought a macbook air for working. It is awesome.
    Unfortunately, the customer name in the invoice is my name and should be the name of the company I am working for. Or I cant claim the expense from our cruel accountant.
    Is it possible to amend the customer name? If yes, how?
    Thanks

    damien_gong wrote:
    Thanks, .
    You're Welcome.
    damien_gong wrote:
    I will drop in their store tonight
    Good Luck 

  • "Could not complete the custom command because the ICC profile is invalid"

    I got the above message when I attempted to soft-proof an image in Photoshop CC on Windows 7 64-bit. 
    I had downloaded the ICC profile from drycreekphoto.com, specifically:
    http://www.drycreekphoto.com/icc/Profiles/IccFiles/Arizona/Costco-AZ-Tucson-NW-Lus.icc
    and installed it by right-clicking on the downloaded file and selecting "Install profile"
    Windows installed the profile in the following directory:
    C:\Windows\System32\spool\drivers\color
    Then in Photoshop CC, I did
    View -> Proof setup -> Custom
    But when I selected the above profile from the dropdown list, I got error message
    "Could not complete the custom command because the ICC profile is invalid"
    Does this mean that the profile is really invalid, or am I doing something wrong?
    FYI I am new to color management.  This was my first attempt to soft proof an image.

    I can't quite figure out how it got that way - it has part of an ICC profile structure, but quite a bit wrong.  Even debugging tools can't read it as an ICC profile.
    It's probably the one file - let drycreek/costco know so they can replace it.

  • Purchase order number of the customer equals to the batch number

    At our case, purchase order number of the customer equals to the batch number. Purchase order number will be written on the sales document (VBKD - BSTKD).
    1. How can the production department can see what is written in this field (on md04 or etc...)? The batches will be created by the PP module so they have to see what is written on this field to give the right number to the batch externally (when creating the batch manually).
    2. If batches are automatically created, how can we make the batch number to be equal to the purchase order number which is written on the sales document (VBKD - BSTKD)?
    I'll be happy for the answers and I'll also be happy if you can give me the names of the user exits for the above questions. Thanks in advance for the answers....

    Hi Yasar?
    Did you evaluate working with valuated sales order stock?
    This way your PP people could use Make to Order style manufacturing and produce for a special "batch" => The sales order special stock.
    Can be used in Repetitive Manufacturing and has no impact in costing, therefore a nice option for the situation you are describing.
    In MD04 a special segment will appear for the the Sales Order stock and this stock will only be able to be shipped for this special order.
    Best Regards,
    Franck

  • Data entered in the custom field in the SRM portal not getting saved..

    Hi Experts,
    I have added a custom field in Contract Screen of the SRM portal by adding the field as an append structutre in structure INCL_EEW_PD_HEADER_CSF_CTR.
    The custom field now appears in the header (basic data ) of the 'Process contract' screen.
    NOw It allows me to enter data in the custom field .
    The problem is ..
    When I  'CHECK' or "RELEASE'   the contract, the value entered in the custom field disappears..
    How do i capture the data entered in the custom field ...please HElp!!!
    Thanks in Advance.
    Vidya

    Hi Pradeep,
    Thanks for the reply!!
    We have upgraded our SRM system from 3.0 to 5.5
    I have added the custom field in structures INCL_EEW_PD_HEADER_CSF_CTR  and
    INCL_EEW_PD_HEADER_CSF  as the field has to appear in the basic data tab of 'Process Contract'.
    Regarding debugging:
    1. I tried to debug in BBP_DOC_CHECK_BADI by calling the FM BBP_PD_CTR_GETDETAIL. inside the badi and the parameter e_header of the function module contained the custom field but had no value...!!
    2. I tried to debug the badi BBP_CUF_BADI_2  method MODIFY_INPUT..
       The import variable iv_fieldname contains the field name amd the variable iv_value has the value entered in the custom field .........but another import structure ls_header also contains the custom field but no value....
    Method  MODIFY_INPUT has only one export parameter ev_value,,,,,,,,,,,,,,,,!!!!!!!!!!!!
    Edited by: vidya vidya on Apr 24, 2009 6:06 PM

  • Adding an Attribute to a VO changes the custom properties of the existing

    Adding an Attribute to a VO changes the custom properties of the existing attributes of the VO.
    We had a requirement to add an extra column in the VO.
    We modified the underlying EO to include the new column from the table, and modified the VO as well.
    Jdeveloper was changing the custom properties of the existing attributes in the VO. Our fix was not working as expected.
    Could anyone please inform us:
    1. On what logic does Jdeveloper determine to modify the existing custom properties of other VO attributes.
    2. Can this behavior of Jdeveloper be controlled through any mechanism.
    Thanks in advance,
    Rahul.

    Hi,
    which version of JDeveloper and how to reproduce ?
    Frank

Maybe you are looking for

  • Property with multiple lines in a props file

    Hi All I am basically trying to create a property which should be seperated into multiple lines once displayed on the user screen/view. for e.g. displayToUserProperty=Hello mr user. How are you? And I want it to be displayed like: Hello every one. Ho

  • Is it possible to show the campaign name in the opportunity page?

    Hi Everyone, I'm wondering if its possible to show the campaign name in the opportunity page as a referrence as to which campaign the opportunity as associated with. Thanks, Wayne

  • Excise taxes are not picking in MIRO

    Hi, Hello, We are creating the Imorted PO with Tick of Gr based IV in PO. And created the Inbound delivery for line item of the PO. After this we were go for MIGO with ref to PO. And created the MIGO. We will pay the Customs duty later.. some special

  • String item problem

    I use mobility pack visual designer. When I create a string item in visual screen designer it looks like that: Title <text> but after i run my app it looks different Title <text> Why there's no line break? When I try to add the line break manually it

  • Why do I get choppy playback in Adobe Premiere Pro cs6?

    The playback is really choppy. What I am using: (Brand New) iMac Processor  3.2 GHz Intel Core i5 Memory  16 GB 1600 MHz DDR3 Graphics  NVIDIA GeForce GTX 675MX 1024 MB Nikon D5100 DSLR Shot in 1080i 30 fps Thanks