Where can we see the Conversion exit written in the Info pack

Hi ,
In the info package -> in details tab - > USE CONVERSION ROUTINE is enabled.
I want to know why this conversion has been used and where can see the code for this routine.
Request share your replies.

Hi,
If you set this indicator, the conversion exits are used when you maintain selection criteria. This means that the field values are displayed in external format and also have to be entered in external format.
If you do not set this indicator, the field values are shown in internal format in the selection criteria maintenance and you also have to enter them in internal format.
Eg. if you have selection for MATNR in the InfoObject, go to 0MATERIAL tab you will see the routine as MATN1.
you can chk it in SE37.
CONVERSION_EXIT_MATN1_INPUT
CONVERSION_EXIT_MATN1_OUTPUT
Regards,
Mansi

Similar Messages

  • Where can I see the downloads LIST when downloading podcasts, like in the older version of iTunes?  I find it frustrating that I see only one at a time now !  Any suggestions please?

    Where can I see the downloads LIST when downloading podcasts,
    like in the older version of iTunes?  I find it frustrating that I see only one
    download at a time now !  Any suggestions please?

    Thanks for taking a stab at it: that didn't prove to be the problem. That option in the settings for tabbed browsing was not checked.
    I may be a bit behind the times: I am used to tabbed browsing showing all the tabs it possibly can, instead of just the last one. Sometimes it won't even show the last tab: I can have 15 tabs open, and not see a single tab. I've been confused by this into closing a window with lots of tabs open, because it looks like a single page-window.
    My main problem with the tab-bar flashing to the end of the row is that it means a great deal more mouse-clicking around to browse.
    I haven't tried installing the latest beta. Maybe that would fix the problem.
    Toddo

  • Where can we see the cost estimate which is got deleted.

    Where can we see the cost estimate which is got deleted.

    Hello rajesh as you told that the cost esimate is deleted.
    Then there is no way to see the cost estimate.
    You canonly see the cost esimate in CK40N or in CK13N but you can not see the itemiaxation of that material for ehich we create the cost estimate.
    Hope it will clear you
    IF this informetion is usefull for you please assign some points
    Regards
    Ravi

  • Where can we see the SRW.MESSAGE

    Hi
    I am new to Oracle Reports. I have a report developed in EBS and it has SRW.MESSAGE statements. After the report is run where can I see the log of these messages. Can some help.
    Thanks

    Hello rajesh as you told that the cost esimate is deleted.
    Then there is no way to see the cost estimate.
    You canonly see the cost esimate in CK40N or in CK13N but you can not see the itemiaxation of that material for ehich we create the cost estimate.
    Hope it will clear you
    IF this informetion is usefull for you please assign some points
    Regards
    Ravi

  • Where can we see the deleted requests from the DSO

    Hi all, i have deleted a red request in the DSO , which stopped the process chian, so i manuallly loaded DTP and activate , repeated the pc and its fine now, but i need the information regarding the red request i deleted from the requests tab, can u please help me finding where can we see the deleted requests from the DSO, thanks in advance...

    Hi Raghu,
    Open the PC in SE38,goto PC logs on which day DTP failed.right click on DTP-->select Process monitor
    Click on filter buttor>select last oneweek>Execute
    Then select the failed request(It shows status as deleted) You find the details here itself -->take the request number from this
    goto RSRQgive req id>Execute
    Hope this helps.
    Regards,
    Venkatesh.

  • I send mi link for podcast and i dont have answer, please where can i see the satus for aprobal

    where can i see the status for mi podcast?
    i got the mail that is in process but never the answer that was aproved or not!
    that was 5 days ago
    Thanks

    It can take at least two weeks for a podcast to be approved - sometimes more - as it required human intervention and there may be a large backlog. It's just a question of waiting. As you've received the acknowledgement email things are plainly underway, and all being well you should get an acceptance email eventually, giving you the URL of your Store page.

  • Where can i see the final print preview for a rfq document./ ??

    Hello,
    where can i see the final print preview for a rfq document./ ??

    check the output type of that RFQ.
    and check in ME9a.
    Regards
    Prabhu

  • Where can we see the consumption of material for 3 or more years

    hi mm gurus ,
    where can we see the consumption of material for 3 or more years .
    pl comment on this .
    nagaraju.

    Hi Nagaraj
    Go to MM02 and put a particulat Material No and then select views and then you will get the ADDITIONAL DATA  Tab and select Consumtion
    Here u will get the consumtion details for a many years
    If useful reward points
    Regards

  • Given a workflow where can we see the BORs and programs invoved in it

    Given a workflow where can we see the BORs and programs invoved in it.

    Hi Kittu,
    Go to PFTC:
    Ex:
    Task Type: Workflow Template
    Task : 20000040
    Go to triggering Events here you can find BO.
    Inside BO u can find Program.
    Thanks and Regards,
    Prabhakar Dharmala

  • Where can I see the error msg in the below code.

    Hi Gurus,
    Please have a look at the code.
           if abc is initial.
              return-message = cl_bsp_runtime=>get_otr_text( 'ZXYZ/ERR_EMPID' ).
              append test to test_tab.
            endif.
    In the above code, Emp id input field is being checked as its mandatory. I would like to know where can I see the error message per the above code. what is get_otr_test??

    go to SE63 and see it from there..
    SE63-> Translation->OTR Objects->Short Text
    in field <b>Package</b> key in 'ZXYZ'
    and in field <b>Text from OTR</b> key in 'ERR_EMPID'
    and go forward.
    I hope this helps.
    For more info see the link below
    http://help.sap.com/saphelp_nw2004s/helpdata/en/2a/6ad43aa654be55e10000000a11402f/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/93/bccd3a00746f4ae10000000a11402f/frameset.htm
    <i>If useful answer..reward points and close the thread.</i>
    A.<b></b>

  • Where can we see the text corresponding to a TDNAME and CLUSTID of STXL table?

    Hi,
    Can  anyone please tell me how and where can we see the text corresponding to a entry in STXL table.
    I can see only CLUSTID for a TDNAME in STXL table,but I need the corresponding text and in which other table this text is stored,
    Thanks,
    Vamsi

    got my answer
    import tline to rt_lines
         from database stxl(tx)
              client   rt_client
              id       stxl_id
    the fields of structure tline cannot be seen physically in any table.
    Here the id - stxl_id forms the key of table stxl.
    So against this key we are exporting the data clusters in database tables and application buffers of the shared memories  using below code first
    export tline from wt_lines
           to database stxl(tx)
              client   wt_client
              id       stxl_id.
    Finally we are importing that data using import statement into rt_lines which we exported earlier from wt_lines.
    In stxl(tx) the tx value corresponds to RELID field in STXL table
    Regards,
    Vamsi

  • Where can i see the movies that i rented on my ipad

    Where can I see the movies that i rented recently and it keep saying go to download but there is no download name there not like before ?

    Have yo looked in the Videos App?

  • Where can I see the calculation of annual regular income?

    Hi Experts,
    Where can I see the calculation of annual regular income?
    Is it possible to see it in Payroll log ?
    In Form 16 Gross Emoluments is not matching with the total Emoluments paid, coming in page 4 of Form 16. Please advise what may be the problem.
    Regards,
    Tomesh
    Edited by: Tomesh Sahu on Oct 24, 2008 12:39 PM

    In RT table, chk the wagetype /410.
    Thanks & Regards
    Bharathi

  • Where can I see the temperature of my iMac?

    I would like to know where can I see the temperature of my iMac.
    Could anybody tell me, please?

    Hi,
    Try Temperature Monitor for Mac, does the job! http://www.versiontracker.com/dyn/moreinfo/macosx/19994
    This thread might offer some insight also: http://discussions.apple.com/thread.jspa?messageID=8334260&#8334260
    Carolyn

  • Where can i see the size of my music library ?

    where can i see the size of my music library ?

    With iTunes 11 -Latest version choose the Music Library in the top left hand radio button.
    On a  Mac:-
    Long hand
    Go to the view menu at the top of screen and click show status bar
    Or
    Keyboard Short cut
    cmd/
    On a PC:-
    Long Hand
    In the top left hand corner you will see a little half black half white square.
    Click on this scrolled down to show menu bar.
    This adds to traditional Windows menu bar to the view
    Now click on view menu and click on show status bar.
    Or
    Keyboard Short cut
    Click key short cut control/
    A grey bar is added to the bottom of the iTunes window - within this window you will see number of items, total play time and storage space taken up.

  • Where can I see the delivery accounting of Inventory Items?

    Hi,
    Can any one let me know from where can I see the delivery accounting of Inventory item.
    regards,
    Rubayat Newaz

    Dear Friend,
    To see the accounting for Inventory items. Please follow the below navigation.
    1) Switch to Inventory Responsibility
    2)Transactions-->Material Transactions.
    Regards,
    Venkata.P.

Maybe you are looking for

  • How to get a default variant screen using LDB.(HR-ABAP)

    Hello,                I have created a report using LDB PNP.Used HRBEN000 as a hr report category. Got a default selection screen, I want to add one more field, for this I have selected the field from further selection button, and displayed on the sc

  • Upgrade to 3.1.2 and deletion of podcasts

    I just installed the new OS 3.1.2 and all my podcasts were deleted. I am now in the process of trying to reconstruct them. I got the message cannot sync podcast with iphone as they no longer exists. Anyone else have this problem?

  • Certificate Validity Period Question

    I work for a foster care organization and cant decide on how long we should have  our Validity period last. These certificates will be used for digitally signing word docs. The problem im running into is we have to keep adopted files for 100 years an

  • DW89 Design Mode Disappears

    I am using Dreamweaver 8 for Mac (from Studio *) on a G-5, 2,5 dual. Version of DW is 8.2 When updating content in an existing site, on a rather long page, I found that the lower half of the page simply disappeared. I could not bring it on the screen

  • Apple wired keyboard stopped working after Mac Pro SMC Firmware Update 2.0

    After the update, my MacPro will not deetect/accept the keyboard. My old keyboard (White plastic) works, my new (approx 6 months) aluminum wired keyboard don't. Keyboard tested on other Macs - no problem there. Anybody know why/how to fix/have a solu