Tab name change in Puchase Order

Hi,
We have added some fields to Purchase Order Customer Sub screen. This added a new tab called "Customer Data" to the transaction. Now I want to change this tab name to something else. Please let me know how can I do that.
There is a similar thread where it was solved but no information on how to do that.
Re: How to change  "Customer Data" tab name to some other text in PR(ME52N)?
Thanks

Hi
If you are using the BADI 'ME_GUI_PO_CUST'. then in "IF_EX_ME_GUI_PO_CUST~SUBSCRIBE".
Assign ls_subscriber-label = Tab Name.
http://wiki.sdn.sap.com/wiki/display/ABAP/DetailedexplanationaboutBADIandthewaystofindtheBADIwithanexample%28ME23n+transaction%29
If you are using the customer exit method then, goto SE38 and enter the program name SAPLXM06 (This can be modified for certain change) and select the logon language changes
goto Text elements, enter 101 as text id and enter the details,
and also enter text id 111, and enter the same details
Save and Activate.
Note : If you maintain the original language and maintain the text elements, then you will not get the changes in tab. So keep this in mind and change.
I have maintained like this in my system
101     Test
111     Test
To check whether the tab text is correct or not, set a break point in program LMEGUIU06 on line no 316 and check.
Shiva

Similar Messages

  • Tab Name Change

    Hi,
    How to change the tab name of a tabstrip in transaction <b>'crmd_order'</b>.
    Regards,
    Suraj.

    Hi ,
    First check the program name . Go to Se51 and select the program name , select screen number 0014(for me23n) and layout editor radio button then go to display ...from there u can change the description .
    Thanks
    Dipak

  • TAB name change in PO

    Hi,
    I want to change the tab name in a PO say for eg. the Additional data tab in the header data has to be changed to validity details.
    How to proceed?
    Regards,
    R. Dillibabu.

    Hi ,
    First check the program name . Go to Se51 and select the program name , select screen number 0014(for me23n) and layout editor radio button then go to display ...from there u can change the description .
    Thanks
    Dipak

  • Solution Manager Tab Name Change - is it possible

    Hi
    I am new to Slolution manager config. and would like to know if I can change the Tab name of the Solution manager where you have Tabls like Gen.Documentation, Proj. Documentation, Administartion etc.
    If we can change the names, then please let me know the cofig. steps.
    Thanks,
    Atul

    Hi Valdecir
    Thanks for the quick response.
    We are ready to maintain it but could you please let me know the proess / config to change the tab name.
    Thanks,
    Atul.
    Hi Atul,
    It is a matter of translation. As it is standard text if you change them, you will need to maintain the change log as they can revert on the next suppor package or upgrade.
    Regards,
    Valdecir

  • MEREQ001 - Tab name change

    I am using exit 'MEREQ001' for adding a new tab in screen of transaction ME51n/ME52n/ME53n. In my requirement, the new tab should be named as additional data. I am not able to change the tab name, in default the name is displaying as customer tab. Please help me in this.

    Hi,
    you can change tab custom name "Customer data":
    go to the custom Dynpro 0111,
    in "text symbols" of MODULE status_0111 OUTPUT,
    you can insert: num.111 and text "Name tab custom".

  • Change file name in attachment -- Sales Order

    Hi guys,
    I have to change the file name in attachment (sales order ), a pdf sent via va02 Extras/output/header/edit to mail defined in xd02.
    I used the standard program /SMB40/RVADOR01,
    what I have now : in attachement file is like 'SAPLSTXBE /20080102/174052.pdf'
    in object mail 'SAPLSTXBE /20080102/174052' .
    What can I do for changing those values?
    need urgent help please
    thanks.

    I have tried this but that doiesn't work:
    Changing the subject for email order confirmations
    An output type ZEXT was created to send emails of order confirmations to a certain distribution list in PDF format. (See the SAP Exchange Connector Implementation Documentation for details on this setup.)
    The following code and config was implemented in order to change the email subject line.
    Configuration for ZEXT (External order confirmation by email)
    Transaction: V/30
    General Data: Access Seq: 0009 (SalesOrg./Cust./Order type), Access to Conditions CHECKED.
    Replacement of text symbols – Program: ZEXT. Form routine: TEXT_SYMBOL_REPLACE
    Default Values: Transmission Medium: 5. Communication Strategy CS01.
    Mail and Titles: &KUNNR&:Order &VBELN&
    Processing Routines: Program: RVADOR01, Form Routine: ENTRY, Form: YPCC_ORDCONF_STD
    Condition Record
    Using VV12 you need to add a condition record as applicable. Note that the Communication record must point to your ZMAIL output device and has the following entry as Text for Cover Page: &KUNNR&(&VBELN&)
    Code for ZEXT subject definition
    REPORT zext.
    Author: Kevin Wilson
    Date: 01/07/2003
    Description: This program changes the title of the email for output
                 type ZEXT. Maintain output type ZEXT using V/30.
                 The mail title and texts tab has entry:
                 &KUNNR&:Order &VBELN&
                 The general tab has entry in Replacement of text
                 symbols: Program ZEXT. Form:TEXT_SYMBOL_REPLACE
    tables: kna1.
    FORM text_symbol_replace TABLES xtlines STRUCTURE tline
                             USING xthead STRUCTURE thead
                                   snast  STRUCTURE nast.
      data: t_vbeln(10) type c.
      DESCRIBE TABLE xtlines LINES  sy-tabix.
      CHECK sy-tabix GT 0.
      LOOP AT xtlines.
        move snast-objky to t_vbeln.
        replace '&VBELN&' with t_vbeln into xtlines-tdline.
        select single name1 into kna1-name1
          from kna1
          where kunnr = snast-parnr.
        replace '&KUNNR&' with kna1-name1 into xtlines-tdline.
        condense xtlines-tdline.
        modify xtlines.
      ENDLOOP.
    ENDFORM.

  • I wanna change the tab name in tcode ie02  :)  i'll give u points !!!

    Hi abapers,
    In screen ie01 i want to change the tab name, like instead of general, i want to put some other.
    If it is possible, do help me.
    <b>I ensure u for giving ur share of point.</b>
    Regards,
    [email protected]

    Hi Pradeep
    I am giving here the names of the exits for this transaction ie01
    You will have to customize one of the exits according to your req.
    Exit Name           Description
    IEQM0001            Add. checks for equip. installation at functional locations
    IEQM0002            Additional checks for definition of equipment hierarchies
    IEQM0003            Additional checks before equipment update
    IEQM0004            Object is allowed for contract partner (Order->MaintCont.)
    IEQM0005            Object allowed for SD contract (MaintContract->MaintCont.)
    IEQM0006            Object allowed for SD contract (Maintain maintenance cont.)
    IEQM0007            Check/change manufacturer field in equipment master
    Thanks & regards
    Ravish Garg
    <b>REMEBER REWARD POINTS IS THE BEST WAY TO SAY THANK YOU</b>

  • Tabs randomly change sort order

    Hi,
    trying out some Numbers 3 documents on Mac and iPad. Each has several tabs (6-10) and 3 iPad forms. Every other time I open the file, some of the tabs are in a differen order. Mostly those to the far right move two or three tabs to the left.
    Anyone else experiencing this?
    Thanks
    p.

    At the risk of sounding like a salesperson for the company, have you considered using an app that does not involve iPhoto at all?
    To transfer images to my iPad in the order I require I use Airsharing HD, this allows your iPad to show up as a drive in the finder, connection is established over your wifi network and transferring files is simple case of dragging and dropping onto the iPad.
    If you have prepared a folder of images on your home computer they will remain in exactly the same order/names when you move them over, the app has the option to view single images or will run it's own slide show of the images in the folder. The app makes a dedicated storage area for files transferred in this way and these files are not seen in iPhoto so no syncing via iTunes etc.
    I am unsure if you can run a preprepared presentation but the apps own slide show feature will allow you to present your images in a sequence if that is what you require, it may not have all the fancy features of a dedicated program.

  • Want to change customer enhancement tab name in CJ20N

    Hi Friends
    As per our requirement, we have created customer enhancement tab in CJ20N (project definition level).
    It shows the name as cust.enhancement, but as per our requirement we want to change the tab name.
    But we are not able to change that.
    if anybody come accross this type of scenario, kindly let me know.
    Thanks
    Gowrishankar
    Edited by: gowrishankar p on Mar 30, 2010 1:26 PM
    Edited by: gowrishankar p on Mar 31, 2010 9:39 AM

    Hi mithilesh,
    we can do it. but it may need access key. Find out the screen number and program name.
    Go to se51 and input the program name and screen number then select Layout ->display.
    click on that tab, move change mode then give the text what do you want.
    Give Points if useful.
    Regards,
    Jogesh.Mutyala

  • HT5840 Can you change the tab name? If can, how?

    Can you change a tab name?

    I believe the Tab is just named according to the name of the folder you are in. I don't think there's any way to change that.

  • Names in Members field under the UNIX Attributes Tab have changed from standard format (i.e. John Doe) to the actual account name (jdoe)

    Hello,
    Names in Members field under the UNIX Attributes Tab have changed from standard format (i.e. John Doe) to the actual account name (jdoe). The only time this happens is if a domain account is deleted and the remnant of the account remains and has to be removed
    manually. However all of the accounts, with the exception of any new ones recently added, now show the account name only. Any ideas on what caused this and how to fix it?
    Thanks :)

    Hi,
    I have not heard from you for some days, currently I am providing the related article for you. Hope this will help you on this matter.
    The UNIX Attributes tab does not appear in the Active Directory Users and Computers MMC snap-in when Server for NIS is installed in the domain
    http://support.microsoft.com/kb/921913/en-us
    Thank you.
    Best regards,
    Steven Song
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Changing tab name in one component that used in different applications -FPM

    Hi gurus,
    I have an FPM component configuration, which have different tabs.
    This component i have used in different applications.
    I just want to know how can I dynamically change the name of one tab in different applicatins?
    I want to change only the tab name. content in the tab is same.
    For eg. If I open a Bid from Rfx, it should show "Rfx Information" as one tab name. But if i open a bid from Auction, it should show 'Auction Information'.
    Content in this tab is same.
    Is there any way to do that? Or shall I create different component config. for bid to use in Auction application  and another one for RFx application?
    Thanks,
    Poduval

    Hi, 3Sherill3. This may help:
    http://www.macupdate.com/info.php/id/16620

  • Changed Tab name is showing old name some times

    Hi Friends,
    I had successfully changed the enhanced tab name from the screen painter using translation and it also reflected in the transaction.
    When i am going to another tab within the same screen, changed tab name <b>'Safety Inf'</b> is again getting changed to old name <b>'Enhancemnt'</b>. when i go back again to the enhanced tab, again my changed name is coming as <b>'Safety inf'</b>.
    User doesn't like this...
    What could be the reason? any body has idea?
    Regards,
    Satish

    Hi,
    Nobody has any idea about this?
    Regards,
    Satish

  • ADF Faces EA19 - showDetailItem tabs arbitrarily change their order

    Hello everyone,
    newly I updated ADF Faces EA17 to EA19 and have got following problem:
    The order of ShowOneTab children components are changing their order arbitrarily, i.a.
    if I define
    <af:showOneTab>
    <af:showDetailItem text="My Tasks" binding="#{WorkListPageBean.taskListTab}">
    </af:showDetailItem>
    <af:showDetailItem text="Delegated Tasks" binding="#{WorkListPageBean.taskDelegTab}">
    </af:showDetailItem>
    <af:showDetailItem text="Task Hierarchy" binding="#{WorkListPageBean.taskHierTab}">
    </af:showDetailItem>
    </af:showOneTab>
    then, at first time the tabs are displayed in correct order:
    MyTasks | Delegated Tasks | Task Hierarchy
    after some time the display order changes to:
    Delegated Tasks | Task Hierarchy | MyTasks
    Any ideas or considerations?
    Thanx,
    OR

    When does this happen? is it while you are using the application or is in a new session ? that kind of info would help me get some where . . .

  • Change Custom tab names in Me21n

    Hi
       We have written a screen exit to create a new custom tab in Header data of Me21n. Can anyone has any idea of changing the name of this tab - By default it is coming as 'Customer Data'.
    Appreciate help on this
    Thanks
    bpr

    hi,
    Changing Tab Names in  ME21N
    Re: change tab names
    open the links and they may help you......give a try....
    Regards,
    Praveena.

Maybe you are looking for

  • AP Payment Batch Sets?

    All experts, Can I use "AP Payment Bactch Sets" to made all those invoice payment with the payment method ='Clearing' for every month, so that use don't have make those invoice payment just simply click the button like Recurring GL? Anyone knows? Ple

  • Nokia N96 Power Saving

    I was just curious, what this do to the cellphone if I activate it or keep it on deactivate mode? what will be the changes to the phone. uhmm i tried searching some information of this power saving to the introduction and user guide manual but i have

  • Boot Camp / Parallels Installation

    Purchased 2nd IMAC a few weeks ago. Apple staff per request transferred files, etc from previous mac to new. Also created partition and installed Parallels and Win 7. I can only access Windows from my login account. None of other user accts can acces

  • Trying to find a shortcut to OCP

    Could anybody tell me how? Thx and best regards. PS: I have 4 years experience in Oracle Dev & Admin (Dev Server), but never admin any production DB.

  • Problem When Forwarding Email Attachments / Email With Attachments

    I posted a response in a related thread that describes my problem, but have found no solution so I thought I should create a new thread and solicit direct advice for this issue. I sync 2 (sometimes 3) Yahoo Email accounts to my iPhone 4. Due to firew