How get report of short text in tcode MCS3N ?

Hello Experts,
I need to provide report to the client listing Materials and corresponding bathes with short text (DFBATCH-KZTXT) and Shelf Life Exp. Date
I understand from community that I can Use FM 'READ_TEXT' to get this values but the problem is it provides value for one record and need this information for about 500 records. Is there any better way to do this ?
Please advise !
Thanks,
Darshak

Hi,
As my knowledge there is no other way to read, however this will retrieve the result very fast so there wont be any performance issue you can use this read_text FM within the loop.
If its an format_message so we can achieve other way I suppose.
Regards,
Vadamalai A

Similar Messages

  • How get report of all user assigned tcode & object activety wise

    Dear All,
    We need to get report of user assign tcode & assign tcode wise activety.
    Regards
    jitendra Singh

    Hi Colleen,
    but we are checked all below table related to authorization & user
    1. USR02 --> User Name
    2. AGR_USERS --> User Name & Role Name
    3. AGR_TCODES --> Role Name & Transaction Code
    4. AGR_PROF --> Role Name & Profile Name
    TSTCA
    Also,
    5. AGR_DEFINE --> For more detail role information
    USR01 contains the runtime data of the user master records
    USR02 is the table containing logon information such as the password
    USR03 includes the users' address information
    USR04 contains users' authorizations
    USR05 is the users' parameter ID table
    USR09 contains user menus
    USR10 is the table for user authorization profiles
    USR11 contains the descriptive texts for profiles
    USR12 is the user master authorization values table
    USR13 contains the descriptive short texts for authorizations
    USR14 contains the logon language versions per user
    USR30 includes additional information for user menus
    USH02, USH04, USH10 and USH12 contains Users and profile and
    authorization change history data.
    Tables related with authorizations objects and authorization fields are as follows:
    TOBJ is the authorization objects table containing the authorization
    fields for each.
    TACT contains the list of standard activities authorization fields
    in the system.
    TACTZ is the table which defines the relationship between the
    authorization objects and the activities in those objects containing
    the Activity authorization field.
    TSTC is the transaction code table where authorization objects
    and values can be defined.
    but not getting any fruit full result.
    we are try to create SQVI query but not find the corresponding table.
    created user against role & role against Tcode  but not getting tcode against activity file value for particular user
    please help me for the same

  • How to get the short text in tcode "msc3n" -- Basic data 2 -- short text.

    I have to display the short text in my report output.
    How to get the short text in tcode "msc3n" ( msc3n --> Basic data 2 --> short text.)?
    Is there any function module availble to get this short text or is this stored in any data base table ?
    Please help me. Your help will be highly appreaciated.
    THANKS.

    Hi,
    Use FM 'READ_TEXT' to get this values.
    Say for exampele my material is  1900001 and batch is 0000000517.
    Then my parameters to the FM will be as follows:-
    Text Name       000000000001900001    0000000517
    Language        EN
    Text ID          VERM
    Text Object     CHARGE
    This information you can get as follows.
    Open the short text window in the text editor.
    Here you can enter the long text.
    In the editor Go to Header and you will find the details.
    Please note that the text name will comprise of
    Material
    Batch
    Plant
    Stor. Location
    if all the details are given.
    I hope this helps you.
    Regards,
    Ankur Parab

  • How to change the Short text of a GUI Status .

    Hi Guys ,
       Can any one guide me on how to change the short text of an already existing GUI Status .
    I have already tried doing these :Opened the GUI Status in change mode and changed the short texts of the Application tool bar ,
                               Menu Bar ,
                               Function Keys ,
    thinking that this will update in the Short text .. but that didnt happen ...
    Below is what I need ...
    Requirement :
    GUI Status : Status_001 .
    Short Text :  New GUI Status .
    Change the Short Text to " Changed GUI Status ' . 
    Regards,
    Ranjita

    Hi Ranjita,
    Do this...
    go to SE80
    Open the program.. open node GUI Status
    Double click on the status you want to change
    go to menu GOTO>ATTRIBUTES>STATUS
    click on continue or simply enter
    Here change the short text and continue or enter
    activate it
    Hope this helps..
    Regards,
    Kinshuk

  • HOW TO LENGTHEN THE SHORT TEXT FIELD IN  PR-urgent

    dear friends,
    my client is asking to lengthen the field size of SHORT TEXT in purchase requisition. if they enter the long text, the characters are getting tranucated.
    can you please provide me good solution for this problem.
    who is handling this issue either functional or technical consultant.
    thanks in advance.
    regards,
    flemmings

    I think there is no configuration to change the field length. It is technical job, but needs developer key to change the std SAP field length. I recomond that donot go for this, as short text itself is 40 charecter length,  there are so may text fields in TEXT tabpage. You can get these texts in PO print also...
    Juts think and proceed.

  • How to use OTR short text for description of select options

    Hi Experts,
    Can some one guide me how to make the description of select option language independant.
    Can't I use OTR text for description? if yes, how is that?
        WD_THIS->M_HANDLER->ADD_SELECTION_FIELD(
        I_ID          = 'SEL_OPEN_LINES'
        IT_RESULT     = LT_RANGE_TABLE
        I_AS_CHECKBOX = ABAP_TRUE
        I_READ_ONLY   = L_READ_ONLY
        I_DESCRIPTION = 'Select Open Lines' ).
    how can i pass OTR text for the string type I_DESRIPTION export parameter of ADD_SELECTION_FIELD method?
    or is there any other way of doing this.
    Any clue is highly appreciated. Thanks.
    Regards,
    Ajay

    Hi,
    Try this out  -
    Use cl_wd_utilities=>GET_OTR_TEXT_BY_ALIAS get the alias text into a string and pass this string variable to the I_DESCRIPTION.
    DATA:
      lv_str type string.
    CALL METHOD cl_wd_utilities=>get_otr_text_by_alias
       EXPORTING
         alias      = 'ZPKG/header'
         language   = sy-langu
       RECEIVING
         alias_text = lv_str.
    WD_THIS->M_HANDLER->ADD_SELECTION_FIELD(
        I_ID          = 'SEL_OPEN_LINES'
        IT_RESULT     = LT_RANGE_TABLE
        I_AS_CHECKBOX = ABAP_TRUE
        I_READ_ONLY   = L_READ_ONLY
        I_DESCRIPTION = lv_str ).
    Regards,
    Lekha.
    Edited by: Lekha on Sep 14, 2009 6:36 PM

  • How to change the  short text in  a model service specification??

    Hi,
                I've tried changing a model service specification using the transaction code ML11 but couldnt change the  short text language from German to English.

    Hi
    One possibility is to Maintain the  languages in the Additional data tab  under description in the material master record for your Services . Please check wether both the languages are maintained or not . Please correct me if i am wrong .
    regards
    kp

  • How get area covered by text drawn on a jpanel?

    I'm trying to get the full area that a string of text covers when drawn on a JPanel. I use the below code and the width seems to be correct, but the height is wrong (I use it to make the mouse cursor change when over it). I can't seem to get the exact location of every pixel of the characters. It's either too low or misses the bottom part (I've been altering the code a lot). What am I doing wrong?
    //Widest line
    int widest = 0;
    int totalHeight = 0;
    //Loop through lines and calculate width and height
    StringTokenizer lines = new StringTokenizer( text, LINE_BREAK );
    //The actual visual bounds of the characters
    Rectangle2D visualBounds = font.createGlyphVector( fontRenderContext, text ).getVisualBounds();
    //Line metrics (info on height, ascent, descent
    LineMetrics metrics = font.getLineMetrics( text, fontRenderContext );
    //Only have one line, so use GlyphVector
    if ( lines.countTokens() == 1 )
         widest = ( int ) visualBounds.getWidth();
         totalHeight = ( int ) visualBounds.getHeight();
    else
         while ( lines.hasMoreTokens() )
              String line = lines.nextToken();
              //Get boundary
              Rectangle2D bounds = font.getStringBounds( line, fontRenderContext );
              //Set the width
              widest = Math.max( widest, ( int ) bounds.getWidth() );
              //Add to the total height
              totalHeight += bounds.getHeight();
         //Need to remove any extra lineheight for last line (since is invisible)
         totalHeight -= ( int ) ( metrics.getHeight() - visualBounds.getHeight() );
    //Set descent
    descent = ( int ) metrics.getDescent();
    //Adjust y for descent as Graphics draws a string from the baseline and we want the bottom
    y = y + descent;
    //Set width, height
    width = widest;
    height = totalHeight;

    DarrylBurke wrote:
    To get a more exact bounding rectangle, use TextLayout.
    [http://forums.sun.com/thread.jspa?threadID=5241409]
    dbThat's weird - it works! The problem is when i use the LineMetrics, the value it gives for getAscent() is actually the text's height! TextLayout has this correctly as the height.

  • How get Email description attribute text using C#

    I am Using CRM 2015 and Get Email activity attribute values but description
    attribute getting not text only it getting the whole Html.
    i just want to get the text only from description and set to Case Description.
    i am getting this value as
    string emailMessage = email.Attributes["description"].ToString();
    <html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META
    HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!-- /* Font Definitions */ @font-face     {font-family:"Cambria
    Math";     panose-1:0 0 0 0 0 0 0 0 0 0;} @font-face     {font-family:Calibri;     panose-1:2 15 5 2 2 2 4 3 2 4;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal     {margin:0in;
        margin-bottom:.0001pt;     font-size:11.0pt;     font-family:"Calibri","sans-serif";} a:link, span.MsoHyperlink     {     color:blue;     text-decoration:underline;}
    a:visited, span.MsoHyperlinkFollowed     {     color:purple;     text-decoration:underline;} span.EmailStyle17     {     font-family:"Calibri","sans-serif";   
     color:windowtext;} .MsoChpDefault     {     font-family:"Calibri","sans-serif";} @page WordSection1     {size:8.5in 11.0in;     margin:1.0in 1.0in 1.0in 1.0in;} div.WordSection1
        {page:WordSection1;} --></style><!--[if gte mso 9]><xml> <o:shapedefaults v:ext="edit" spidmax="1026" /> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout
    v:ext="edit"> <o:idmap v:ext="edit" data="1" /> </o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div is Test Email 1<o:p></o:p></p><p
    Amatea<o:p></o:p></p></div></body></html>
    Muhammad Sohail

    Hello,
    Take a look here:
    Convert HTML to Plain Text for copying Email Message in CRM 2011 / 2013
    Hope it helps,
    Kind Regards

  • How to enter second short text description language in task list header

    Hi,
    I can't find how to maintain second description language in task list header,
    Does some know how to do it (I have searched in Go TO menu - but haven't found anything useful there).
    Daniel Gontar

    Tasklist in Different languages
    PeteA

  • Wrong short text for sales order item

    Hi guys,
    I have an issue for the short text for sales order item. It is werid that I get the different short text depends on how we enter the material. If we only enter the material #, we get the short text for sales order item from material master data. If we enter the material #, plant and storage location, we get the short text for sales order item from customer material infor record. However, the customer material infor record is only maintained for inter-compnay transaction. System should not pick it for third-party transaction.
    I found a code in FV45PFAP_VBAP_FUELLEN:
    Bei Primärbedarfen ist MAAPV-ARKTX nicht relevant
        if vbak-vbtyp ne vbtyp_pbed.
          vbap-arktx = maapv-arktx.
        endif.
    Kundenmatinfo hat höhere Priorität
        if knmt-postx ne space.
          vbap-arktx = knmt-postx.
        endif.
        if da_arktx ne space and
           svbap-tabix = 0 and
           vbapin-matnr = vbap-matnr.
          vbap-arktx = da_arktx.
        endif.
    But it is nothing customized. Who can tell me what is wrong here?
    Thanks,
    DL

    Hi,
    Text coming from source (MMR, CMIR etc.) is being "pulled" via the access sequence. Check the Text analysis in your sales order in Tab Texts, at item category level.

  • CATS Short Text & Long Text

    Hello Experts,
    How are "Short Text" and "Long text" used in CATS? I thought that these were supposed to be two separate text fields, but when I make an entry in the Long text field, the value shows up in the Short Text field.
    Are these two separate fields? Any ideas how to use both Short Text and Long text and not have the value copied from one to the other?

    Hi,
    You can Create a rule in Alert Configuration based on the <b>error code</b> under "where did the error occur".
    Based on this you can trigger the required Alert category.

  • Report_Prog. - Documentation; SHORT TEXT is it a SAP default sub heading??

    Hi Experts,
    I added the Documentation piece to my_report_program.
    Am getting the the SHORT TEXT sub heading(as very first line in Documentation display), even though I did not provided / mentioned in my Documentation text.
    So,
    1 - Is it a SAP default item /sub heading?
    2 - Is there any way, to avoide(in the very first line) it? I mean, I wanna to see it as 3rd sub heading in my documenation piece!
    thanq.
    Message was edited by:
            Srikhar

    Hi Srikhar,
    You can use system variable sy-title -> it will have short text,
    so you can print where ever you want.
    top-of-page.
    skip 1.
    skip 1.
    write:/ sy-title.
    Thanks
    Seshu

  • How to get short text of a exception thrown by abap rfc

    Hi buddy,
    I use jco to communicate with backend, an abap function module will raise a exception. I can catch that exception,
    The example exception is:
    <b>Exception</b>     <b>Short text</b>
    Test                   This is exception test.
    e.getKey()
    will return TEST.
    Does any know how to get that short text "This is exception test." from the exception I caught?
    Thanks
    Austin

    Hi Austin,
    There are 2 methods to raise errors in function modules.
    1) Using the raise Exception statement
    2) Using a return structure like BAPIRET to populate the message details like type, error number, error text etc.
    Generally method 1 is not recommended for any RFC/BAPI function modules because it causes the calling program to crash if the function raises an exception. Method 2 is the recommended way and is used in all standard BAPI's. ABAP programmers are advised to code RFC's as per method 2, but some times it would not be possible as the function would already be used and could be barred from changes.
    But whatever method the RFC uses to raise an exception, web dynpro can handle it in the following ways,
    Method 1) If the RFC raises an exception using RAISE EXCEPTION,
    Dont catch Exception class in your code, instead do the following,
    catch (WDDynamicRFCExecuteException e) {
                      wdComponentAPI.getMessageManager().reportException(
                            e.getLocalizedMessage(),
                            true);
    Method 2) If the function returns the errors in the standard bapi return structure, you can do the following
                IWDMessageManager MsgMgr = wdComponentAPI.getMessageManager();
                for (int i = 0; i < ReturnNode.size(); i++) {
                      if (Types.indexOf("S") != -1
                            && ReturnNode.getElementAt(i).getAttributeAsText("Type").equals(
                                  "S"))
                            MsgMgr.reportSuccess(
                                  ReturnNode.getElementAt(i).getAttributeAsText("Message"));
                      if (Types.indexOf("W") != -1
                            && ReturnNode.getElementAt(i).getAttributeAsText("Type").equals(
                                  "W"))
                            MsgMgr.reportWarning(
                                  ReturnNode.getElementAt(i).getAttributeAsText("Message"));
                      if (Types.indexOf("E") != -1
                            && ReturnNode.getElementAt(i).getAttributeAsText("Type").equals(
                                  "E"))
                            MsgMgr.reportWarning(
                                  ReturnNode.getElementAt(i).getAttributeAsText("Message"));

  • How to get the short text values from F4 SEARCH HELP

    Hi Friends,
       My requirement is in  Module -pool Screen Programming,  i have Designed one field in a custom screen and  provided a F4 search help to that field..
    For eg the F4 help is displayed as below.
    Value                   short text
      1                    A          
      2                              B
      3                       C
      4                              D
      5                       E
      6                       F
      7                          G
    When i select the first option (1) then value 1 appears in the field.
    now i want the text relevant to the value 1 to appear by the side of the field.
    Eg :            1                  A      (A should appear by the side of the value 1)
    How do i achieve it?
    Kindly help me.
    Regards,
    K.S.Kannan.
    Edited by: kannan ks on Dec 8, 2008 4:05 PM

    hi
    1) place a field adjacent to your value field on which F4 is operated
    so now you will have 2 fields.
    iam considering it as for ex: field1 & field2
    2)
    BOLD one is import in FM call
    CLEAR: t_dynpfld_mapping,
    e_dynpfld_mapping.
    e_dynpfld_mapping-fldname = 'F0001'.           
    e_dynpfld_mapping-dyfldname =      -
    > name of field1  (for ex: your 1 value field name)
    APPEND e_dynpfld_mapping TO t_dynpfld_mapping.
    e_dynpfld_mapping-fldname = 'F0002'.
    e_dynpfld_mapping-dyfldname =   -
    > name of field2  (for ex: your short text field name)
    APPEND e_dynpfld_mapping TO t_dynpfld_mapping.
    3))))))))
    CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
    EXPORTING
    retfield =    
    dynpprog = sy-repid
    dynpnr = sy-dynnr
    dynprofield = -
    > name of field1  (for ex: your 1 value field name)
    value_org = 'S'
    TABLES
    value_tab = itab
    dynpfld_mapping = t_dynpfld_mapping
    EXCEPTIONS
    PARAMETER_ERROR = 1
    NO_VALUES_FOUND = 2
    OTHERS = 3

Maybe you are looking for

  • Bursting Program errors with "Error while generating the Document"

    Hello Folks Here is my bursting control file <?xml version="1.0" encoding="UTF-8"?> <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi"> <xapi:globalData location="stream"> </xapi:globalData > <xapi:request select="/XMLEXCEL1/LIST_G_Q0"> <

  • PDF display problem

    http://www.rotarycupar.org/display_syllabus.php?offset=0 See above for the problem - most characters missing. All is visible on an iPhone, or on a PC.

  • 6280 screen brightness

    My 6280 works o/k except for this abnormal (I think) behaviour. When a key is pressed or the slide is opened, from keylock, the sreen goes very bright for about one second and then the brightness lowers to the normal level. Is there anything I can do

  • What word processor also corrects grammar? I purchased Pages only to find out that it doesn't!

    Can someone recommend a word processor that corrects grammar as well as spelling? Pages was recommended to me in my local Apple store but it doesn't help with grammar. Note: Don't believe everything you are told!

  • Can CRM 2011 email router process digitally signed emails?

    Hi there, Please can you tell em is the CRM 2011 email router is able to process digitally signed emails, as our just seems to ignore them. Its annoying as you can track the email manually, but not through the email router at the moment. Many thanks