PE51_CHECKTAB - Conversion Tab strip

Hi,
I want to pull the Contact no from PA0006 and put into Garnishment (PE51)form. This i can do it using PE51_CHECKTAB's tables and filed tab strip.
My problem is i need display specific format for contact no. i think we can do it thru conversio tab strip. but i do not know where we have to define this format.
if i'm not clear,please write me back.
...Nandha

I have defined a new conversion in FORM CONVERT-NATIO (include PCEDXPL0) when I wanted to print on a payslip short text of an organizational unit instead of it's numerical code. But it is a repair-you probably need an access key to modify an object. May be the following code will be helpful:
1. add your conversion in CASE statement (like mine between comments RMU).
[code]FORM CONVERT-NATIO USING VALUE($CONV) $FOUND.
  $FOUND = TRUE.
  CASE $CONV.
    WHEN 'Y1'. PERFORM CONVERT-Y1.
    WHEN 'Y2'. PERFORM CONVERT-Y2.
*RMU 2004-07-12
*#Zlecenie #DEVK908437 Renata Murat 2004-07-12 #INSERT
    WHEN 'Z1'. PERFORM convert-z1 USING fld_info.*#
*RMU
    WHEN OTHERS.
      $FOUND = FALSE.
  ENDCASE.
ENDFORM.[/code]
2. define a form with your conversion
[code]FORM convert-z1  USING fld_info TYPE tr_fld_info..
  DATA:  pos LIKE sy-index,
         feld16(16).
  TABLES: hrp1000.
  FIELD-SYMBOLS: <strng1>.
  ASSIGN LOCAL COPY OF (fld_info-pname-strng) TO <strng1>.
  SELECT SINGLE * FROM hrp1000 WHERE plvar = '01'
                         AND otype = 'O'
                         AND objid = <strng1>
                         AND begda <= versc-fpend
                         AND endda >= versc-fpend.
  IF sy-subrc EQ 0.
    fld_info-value = hrp1000-short.
  ELSE.
    CLEAR fld_info-value.
  ENDIF.
ENDFORM.                               " CONVERT-Z1[/code]
Note that you can use WRITE statement to format your output. As far as I remember (it was almost 3 years ago) the above change is everything you need to create new conversion.
Regards,
Renata

Similar Messages

  • PE51_CHECKTAB Conversion

    Dear All,
    I would like to insert an new conversion rule in PE51_CHECKTAB. What are the steps to do so?
    Thanks,
    Ken

    I have answered the Re: PE51_CHECKTAB - Conversion Tab strip and got 6 points. So it seems to me that the solution workes.
    Regards,
    Renata

  • No Conversation History neither in Outlook Conversation History nor in Lync Conversation Tab

    Good day, people!
    I use Lync Server 2013 and MSOffice Lync 2013 and also Exchange 2010.
    All users in our company felt fine about their conversation history in lync.
    A couple weeks ago it started: i created new AD Users - and their conversation history did not save. Neither in Outlook Conversation History nor in Conversations Tab in Lync. All checkboxes in Lync Personal Options marked as needed.
    And I remarked that new users had no Meetings Tab in Lync and also their Register had less folders than mine. I think the reason is not in rights of access, because they are the same domain admins as me.
    Any suggestions, friends?
    By the way! I have got a warning on that computers, which are not saving conversation history:
    The description for Event ID 11 from source Lync cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event: 
    Lync
    80ef01e0
    RequestUri:   sip:[email protected]
    From:         sip:[email protected];tag=5a0f997725
    To:           sip:[email protected];tag=4284E390089C607CDA4AA5BC5F0309F8
    Call-ID:      4610d84c12f2454d907da1cd242ac876
    Content-type: application/sdp;call-type=im
    v=0
    o=- 0 0 IN IP4 10.20.30.108
    s=session
    c=IN IP4 10.20.30.108
    t=0 0
    m=message 5060 sip null
    a=accept-types:text/plain multipart/alternative image/gif text/rtf text/html application/x-ms-ink application/ms-imdn+xml text/x-msmsgsinvite 
    Response Data:
    480  Temporarily Unavailable
    ms-diagnostics:  13012;reason="No Routable Endpoints.";source="LYNC.domain.COM";Callee="[email protected]";DiagInfo="{{98D406FA-1084-5E26-B699-C58FA578CFF6},internal-direct,227597,crashed},{{A14C1C8B-AD5F-5DCF-98BB-38E2069F45CB},internal-direct,24,unregistered}";appName="InboundRouting";OriginalPresenceState="15000";CurrentPresenceState="18000";MeInsideUser="Yes";ConversationInitiatedBy="14";SourceNetwork="2";RemotePartyCanDoIM="Yes";RetriedInvite="true"

    I thoght about that. And i figured it out. 
    I compared two users. And differences were in these Attributes (Attribute Editor Tab):
    msExchMailboxTemplateLink
    msExchELCMailboxFlags
    msExchMobileMailboxPolicyLink
    But! Very soon i understood, that the problem is not in these Attributes, because both of these users could see Conversation History on another computer (it was specially created virtual machine).
    Both of users are in the same OU.
    Also, both of computers are in the same OU. Both of the computers have a clear install of Windows 8.1.
    The diffrence only in installed software.
    Now i'm checking the vary with Software. I'm installing the software to find out which of them perhaps prevent saving Conversation History. And i'll try ADSIEdit. Thanks for the cue, Baasky!

  • How to remove the search bar in the tab strip?

    My latest firefox update includes a search bar IN THE TAB STRIP on top of the page (not the one in the navigation toolbar). It takes up too much space for the tabs and it is useless (since there is already a search bar below it in the navigation toolbar). How do I remove it?

    I was able to fix the problem in Safe Mode. It was an extension disguised as a Firefox original part, named itself as "firefox default tabs." I am not sure how I got it since I have not downloaded anything recently. My Kaspersky did not block anything as well. But, huge thanks!

  • Data not storing in Custom infotype build with tab strips

    Hi All,
    I have created one custom infotype 9030,
    With screen 2000.
    which is having tab strips, I have build the screens refering to p9030-zztest its not storing in database.
    where I am doing wrong...please let me know what should be done in this case.
    Regards
    Satish.v

    Hi,
    Checkout the below link :
    <link to blacklisted site removed by moderator>
    Shailaja Ainala.
    Edited by: Thomas Zloch on Jan 28, 2012 9:06 PM

  • How can i keep multiple tabs in the tab strip without them compressing into one tab?

    when i open more than 6 windows , they all compress into one tab from where i have to access pages with a drop down menu. i want all the tabs to open up and the individual tabs to appear separately on the tab strip which can be scrolled up or down. thank you

    hi
    the problem is in the firefox tab strip at the bottom of the page. i have attached two screenshots . when i open more than 6 tabs, they all get compressed into 1 tab. i want all tabs to stay open individually, and the tab strip should therefore have a page scroller icon forming when many tabs open. i have had this in the earlier computer i had, but recently got a new one. now i cant figure how to set firefox to do what i need.
    thanks

  • In FF 7.0.1, the New Tab button on the Tab Strip disappeared after clicking the Tab Group icon and trying to return, so I'm looking for advice on how to get the New Tab to reappear on the Tab Strip.

    In Windows Vista, FF 7.0.1, I selected the Tab Group button to try it out. However, when I selected the Tab Group button again to close that view, the New Tab button in the Tab Strip no longer appears. I'm requesting help to restore the New Tab button (has the "+" sign on it) on the Tab Strip just to the right of the currently open tabs.

    You can find the New Tab button showing as a '+' on the Tab bar.
    You can open the Customize window and drag the New Tab button that shows as a plus sign (+) from the Tab bar on another toolbar and it will become a regular toolbar button like the New Tab button that you have in Firefox 3 versions.<br />
    Open the Customize window via "View > Toolbars > Customize" or via "Firefox > Options > Toolbar Layout"
    If you can't find the New Tab button then click the "Restore Default Set" button in the Customize window.
    If you want the New Tab button at the far right end of the Tab bar then place a flexible space to the left of it.

  • Open tabs are not on tab strip. Have to click on List All Tabs button to find tabs. Tabs used to display on tab strip and stopped doing this. Suggestions?

    Been using Firefox for years, running Windows XP. This morning when I opened pages in another tab, did not see them on tab strip. Only way to find them is to click on List All Tabs Button and it shows list. Cannot get them to display on tab strip. If I open in another window, it works, like it should. If I click on plus sign on tab strip it opens another tab, but can't see the previous ones except with List All Tabs Button. Any suggestions on how to turn tab strip back on? Thanks, jayem33

    If it works in a new window then you can drags tabs from the not working window to that new window.
    You can also try to close the tabs via Ctrl+W and restore the closed tabs via Shift+Ctrl+T

  • Tab Strip with multiple views refresh issue

    I have created a tab strip with two tabs.  Each tab has a view container element.  Each view has an iFrame which points to an ABAP report exposed as a web service (url).  I put a refresh button on the first view which fires an outbound plug which is directed to the same view.  This refreshes the first view just fine.  However, it also refreshes the second view.  I don't want to refresh the second view.  Is there a way around this?

    Hello Kenneth,
    i would try another way and use [Suspend&Resume|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/45/19bf8c16f25d7ae10000000a11466f/content.htm]. But that works only on component-level. So i would create 3 components A,B,C.
    Comp A has a tabstrip and inside each tab a ViewContainer Element (VCUI). Inside the VCUI's you call (the used) components B and C using Suspend & Resume Plugs. Components B and C only have one view each with an iframe calling the specific report.
    So you can refresh both components differently.
    Kind regards, Andreas

  • How to get active tab strip name using standard function ?

    Dear all,
    I have 5 Tab strip in my view, how can i know which tab strip is active during runtime ?
    Best Regards
    Fernand

    HI
      I hope you may be looking  at this thread , hope its  a  similar requirement as yours
      How to get the selected Tab from a TabStrip.
    Thanks

  • How to change the name of Customer  Tab strip .

    hi
    For Tcode ME21N ME22N and ME23N I have added a screen exit to PO header tabstip .The name that is appearing is "Custumer data "  as tab stip text , i want ot change this tab strip name. can u please suggest me how to do it.
    Below are the details.
    function group:MEGUI
    screen :1102
    Reagrds
    Avik

    Hi Avin,
    you must have created a project in CMOD for this enhancement.
    Go to the same project in CMOD.
    Select Componenets radio  button on cmod and go inside.
    you will find Menu exit option on the coponenet screen.
    double click on function code like +Co1( in prod order) and enter function text as your desired name instead of customer data. save the same and activate the project.
    it should make required chnages.

  • Number of Tab Strips in BSP pages of E-Recruitment

    Hello,
    We have a problem with number of tab strips visible per page in Job Interest Wizard page of E-Recruitment.
    The default number of tabs are 5 per page.
    In our case we put a large text in each tab (as per our business requirement), so these tabs extending beyond the page width and thus a horizontal scroll is appearing.
    We do not want this horizontal scroll as some of the inputs fields with asteric () , the asteric () is not visible to the user unless he scroll the page to the right.
    We wanted to either display only 4 tabs page or wrap the text if these tabs, so that all 5 tabs exactly fit in the screen.
    I have no clue on which BSP application is handling these tabstrips for Job Interest Wizard.
    Any suggestions is rewarded
    Thanks in advance,
    Regards
    Raghu Kolukuluri

    Someone provided this answer to me with regards to number of tabs visible on a wizard;
    The class that needs to be changed is CL_HRRCF_BSP_EXT_CONTAINERSEQ.
    To modify the number of tabs shown (in addition to other parameters) you
    can go to method GET_CS_ITEM and change the call to the factory method.
    The code looks like this:
      lo_cs ?= cl_phtmlb_containersequence=>factory(
        collapsed             = 'false'
        collapsible           = 'false'
        design                = 'transparent'
        hascontentconnector   = 'false'
        hastitle              = 'true'
        id                    =  lv_id
        maxvisibleitems       = '5'
        scrollableitems       = 'true'
        selectedindex         = controller->selected_index
        showstepnumber        = 'true'
        titleselected         = 'false'
        items                 = lt_items ).
    Maxvisibleitems is the number of tabs show at once. Showstepnumber
    determines if the tabs are numbered. Setting this to false may save some
    space.
    Hope this helps
    Sandra

  • Messages issue in message area of Tab Strip

    Hi ,
    Iu2019m having 2 tabs in my Tab strip.
    Tab1 u2013 First tab.
    Tab2 u2013 Second tab.
    In both the tabs I have message areas.
    On click of a button in Tab1, iu2019m displaying an error message in the message area,
    but the same message is appearing in the message area of the tab2.
    I want to display messages to its corresponding tab only.
    Thanks,
    Shravan

    Hello Shravan,
    the message area is a common container so the messages that are raised in that serverrountrip will be displayed in all the message area ui element.
    solution would be to create an action handler method for the tabStrips' onSelect event (inorder to trigger the server roundtrip). this roundtrip will flush the stateless messages and you can raise new messages for second tab elements.
    hope this solves your problem.
    BR, Saravanan

  • User changes in tab strip ui element are not recorded in context change log

    Hi All,
    We are using a tab strip ui element in webdynpro component. But user changes inside tab strip ui element are not getting recorded to the context change log. I have an input field on the same view besides  tab strip ui element. User changes to this input field are getting recorded to the context change log.
    Is there any restriction on context change log usage with tab strip ui element?
    Could you please suggest If there is any way to record changes inside tab strip ui element.
    Thanks,
    Sudheer.

    I think there are some limitations exists, context change logs are not complete when you do value help , i am not sure about tab strip.
    [http://help.sap.com/saphelp_nw70ehp1/helpdata/en/47/a8e5d273b12fe2e10000000a42189d/content.htm|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/47/a8e5d273b12fe2e10000000a42189d/content.htm]

  • Call report selection screen in module pool program with tab strip control

    Hi,
    Could anyone explain in detail to call report selection screen in module pool program with tab strip control.
    Thanks
    Mano

    Hi,
    Refer std program:
    demo_sel_screen_in_tabstrip.
    demo_sel_screen_with_tabstrip.
    Call your program with SUBMIT stmt form module program.
    Reward points if this Helps.
    Manish

Maybe you are looking for