Material PO texts not captured completely(all characters) in report

Hi Experts,
Please let me know How to capture all characters of a Material PO Text as maintained in Material master in a standalone report.
Have used STXh table to poppulate the characters based on material numbers but it seems all characters are not captured in the report it is truncating some characters from the PO text entry.
Thanks,
AKS

HI,
check with your ABAp consultant
How max character you have upload in material master and how max charterer you are reading in your report
that may be reason
Regards
Kailas Ugale

Similar Messages

  • Smartforms-Text not printing completely

    Hi!
    In my invoice printing one of the item columns which shows the text for the material description is getting trunctaed. Those ar elong texts but when we print it only 70 caharactrs appear and the rest gets cut and dosent show on the form . The text is stored in a variable g_kdmat whose associated type is TDLINE whose lenght is 132 but I dont understnd why only 70 characters appear in my invoice printing. Can anyone help me out with this please. Urgent please.
    Thanks

    My coding for extracting the text is as folows:
    data: l_werks like vbrp-werks,
          l_hlmat type ZHLMAT,
          l_kunnr like vbak-kunnr,
         l_vbeln like vbrp-vbeln,
         l_posnr like vbrp-posnr,
          l_product_key type TDOBNAME,
          lt_lines type table of tline,
          ls_lines  type tline.
    Get kdmat, not exist then get material sales text, not exists then Material
    description
    **get from kdmat
    fill g_hlmat
    if gs_gen_del-uepos = '000000'.   "BOM Main
       g_hlmat = gs_gen_del-material.
       l_hlmat = ' '.
    else.
       l_hlmat = g_hlmat.
    endif.
    get g_kdmat, g_kdmtx
    select single werks  into l_werks from vbrp
         where
         vbeln = gs_vbap-vbeln and
         posnr = gs_vbap-posnr.
    get sold to
    select single kunnr into l_kunnr from vbak where
        vbeln = gs_vbap-vbeln.
    select kdmat kdmtx into (g_kdmat, g_kdmtx) from zcustmat
        where
        parvw = ' ' and
        kunnr = l_kunnr and    "sold to
        matnr = gs_gen_del-material and
        werks = l_werks and
        hlmat = l_hlmat.
    endselect.
    check sy-subrc <> 0.
    get material sales text
    concatenate gs_gen_del-bil_number gs_gen_del-itm_number into l_product_key.
    call function 'READ_TEXT'
        exporting
          name = l_product_key
          object = 'VBBP'
          id = '0001'
          language = sy-langu
         tables
           lines = lt_lines
         exceptions
           not_found = 1
           ohters = 2.
    if sy-subrc = 0.
        read table lt_lines into ls_lines index 1.
           move ls_lines-tdline to g_kdmat.
    Remove sapscript special characters
           replace: '<(>' in g_kdmat with ' ',
                    '<)>' in g_kdmat with ' '.
           exit.
    endif.
    get Material description
    select single arktx into g_kdmat from vbrp where
         vbeln = gs_gen_del-bil_number and
         posnr = gs_gen_del-itm_number.
       vbeln = gs_vbap-vbeln and
       posnr = gs_vbap-posnr.
    if sy-subrc <> 0.
    g_kdmat = 'No Product service !!!!!'.
    endif.
    I fail to understand why the entire text is not coming , when the window size is ok and text has place to flow into subsequent lines. Is it something to do with the associated type in global data or somet8ing else.
    Thanks

  • Material PO text not transmitted Via IDOC DELFOR

    Hello All,
    Material PO Text not transmitted via DELFOR in SA line item material with item cat K, whereas item cat. blank is working good,
    i checked settings in SPRO -Define Texts for Sch. Agrmt. it has proper setting in text for document item with doc type-item cat K-EKPO- text ID L03
    Please suggest if any other setting exist.
    Thank you

    this is SAP design, for performance reasons the PO text is not copied to the requisition in MRP run.
    SAP issued an OSS note about this .

  • Excise is not captured for all or Second line item.

    Dear Experts,
    Excise is not updating for all the line items in while making Goods Receipt.
    while making goods receipt excise is not capturing for all the line items.
    but excise is captured at header level,its presumed that all the line items
    are capturing excise,please suggest me,what might be the reason.
    Thanks in advance.
    Varun

    Hello,
    As i think, you are creating Goods receipt With Excise option "Only Part1" in MIGO, then system will update only J_1ipart1 table with qty and without internal document number, after J1IEX only system will Update J_1IEXCDTL  table with all value and qty and internal document number.
    Suppose you have done the GR -Option' 'No excise entry" then system will not generate any Excise realted tables. Then you should  Capture Part1 entry with help of J1I5 t code, then system will update qty field , here also system will not update internal doc number.
    Write a Updation program for J_1IPART1 table for qty field
    Mahesh Naik

  • Material Documents did not capture cost centre

    Hi,
    There are some PGI / Material documents did not capture cost center.These vehicles are missing cost center in the PGI/Material  document and i am unable to figure out why is it happening.
    Can u please help me understand why the cost centre is missing ?
    Would you clarify that issue.
    Thanks and best regards,
    pragya

    if your material GL account (P&L) account are created as cost elements, you cannot post any document with out cost object. If you GR is through production order, need not assign any cost center, as production order itself is cost object. For other cost elements you can assign cost center in OKB9.
    regs,
    ramesh b

  • Material item text not appearing in PO Print Preview

    Hi experts,
    We have created a new PO type .  We have assigned it with PO text via Spro>Purchasing>Purchase Order > Message > Text for messages > define text for purchase order
    Maintained text for document header
    Maintained  text for document item
    But still in Purchase Order , the material PO text at item level , is not appearing at the time of print preview / print out.
    Please suggest .
    Regards,
    ( Rajneesh Gulati )

    If I understand correctly, you want to copy the purchase order text from the material master directly into the PO's for this material.
    I got the same problem; text appears in PO item text, but doesn't appear on print preview.
    => check your forms first
    => if you can't find an error here, check the copying control in
    SPRO -> Materials Management -> Purchasing -> Purchase Order -> Texts for purchase orders -> Define copying rules for item texts
    go to the text linkages of the text type that you want to see appearing
    => make sure that the entries with source object 'material master' have the Fix value (blank) rather than N or * (if you see the text appearing in the PO but not on the print out, this means that this setting is currently set on *)
    Hope this helps

  • Material PO text not copying to Purchase Requisition

    Any assistance would be gratly appreciated...
    When creating a Purchase Requisition (ME51N) text from the Material Master - Material PO Text automatically copies to the Material PO Text of the Purchase Requisition line item - as expected
    However, when a Purchase Requisition is created via MRP, the Material PO Text is not copied from the material master to the PO.
    In config, copy rule is set as follows for PRs:
    Sequence   PR Text                     Source
    01               Material PO Text       Material Master   Set to always adopt
    We have a custom program to print PR data and the material PO text is not showing up when generated by MRP - because the PR itself does not have the text.  We could change the custome code to read directly from the material maste, but would prefer a standard solution to get the text onto the PR.
    Thanks,

    this is SAP design, for performance reasons the PO text is not copied to the requisition in MRP run.
    SAP issued an OSS note about this .

  • CSS - Text not taking up all of Table Column

    Hello,
    I have a table, the first column of which is 535 pixels long. However, the contents of this column (a variable called $row['site']) only displays text for about 200 pixels, and then the remaining text spills down onto the row below. The result is ugly. My code and CSS are below.
    How can I get the text to extend into all 535 pixels of the column?
    Thanks in advance,
    John
    The code for the table (just up until the first column):
    <?php
    print "<table class=\"navbar\">\n";
    print "<tr>";
    print "<td class='sitename'>".'<a href="http://'.$row['site'].'" class="links2">'.$row['site'].'</a>'."</td>";
    My CSS:
    table.navbar {
            margin-left:100px;
         margin-top:30px;
         text-align: left;
         font-family: Arial, Helvetica, sans-serif ;
         font-weight: normal;
         font-size: 12px;
         color: #000000;
         width: 700px;
         background-color: #A7E6FE;
         border: 1px #FFFFFF;
         border-collapse: collapse;
         border-spacing: 4px;
         padding: 4px;
         text-decoration: none;    
    table.navbar td {
       border: 2px solid #fff; 
       text-align: left;
       height: 16px;
    table.navbar td a{
       display: block;
       padding: 3px;
    .sitename { width: 535px;
    a.links2:link {
          color: #000000;
         text-decoration: none;
          text-align:left;
        margin-top:6px;
        margin-bottom:2px;
         margin-left:2px;
        padding:0px;
         font-family:Arial, Helvetica, sans-serif;
         font-size: 12px;
         width: 10px;
         height: 12px;
         vertical-align:middle;
    a.links2:visited {
          color: #000000;
         text-decoration: none;
          text-align:left;
        margin-top:6px;
        margin-bottom:2px;
         margin-left:2px;
        padding:0px;
         font-family:Arial, Helvetica, sans-serif;
         font-size: 12px;
         width: 10px;
         height: 12px;
         vertical-align:middle;
    a.links2:hover {
          color: #000000; text-decoration: underline;
         text-align:left;
        margin-top:6px;
        margin-bottom:2px;
         margin-left:2px;
        padding:0px;
         font-family:Arial, Helvetica, sans-serif;
         font-size: 12px;
         width: 10px;
         height: 12px;
         vertical-align:middle;
    a.links2:active {
          color: #000000;
          text-align:left;
        margin-top:6px;
        margin-bottom:2px;
         margin-left:2px;
        padding:0px;
         font-family:Arial, Helvetica, sans-serif;
         font-size: 12px;
         width:10px;
         height: 12px;
         vertical-align:middle;

    Hello,
    I figured it out by searching on Google:
    .sitename { width: 535px;
                overflow:hidden;

  • Material Description is not displaying for few records in Report

    Dear Experts,
    Report Material Description is not displaying for few records in Bex Report but for records it is coming and even the heading of the material Description is also not coming for this report.
    Cud u plz suggest a good solution for it.
    Regards,
    Sai Phani.

    Hi Phani,
    For the text of the material in records, check if there is text maintained for that material in the master data. also try by changing the text to medium text and long text.
    regarding header, you will have same heading for key and text, you may use Materail ID / Description as the heading if you want.
    regards,
    Rk.

  • Balance sheet G/L account posting is not captured in the SLR budget report

    My case:
    While posting a schedule agreement ( which is account assigned to "project make to  order"), to G/L account, the following warning  message comes.
    " G/L account  is a balance sheet account".
    Although I am able to post the scheduled agrrement to that G/L account,  but my slr budget report does not capture this commitmnet cost  (commitment management is active for present financial year).
    Further for the cost to be captured in the budget report the G/L account should exist as cost element ( as from my observation).
    I observed that , that particualr G/L account ( which is a balance sheet account)  is not present as a cost element .
    My  CO colleagues  says that it is not advisible to create cost element for a balance  sheet G/L  account as it may lead to mismatch in the  cost  flow.
    Now , how can the cost be captured in the  budget report for this G/L posting.
    Please suggest  some feasible and correct solution.

    Hi Vishal......
    As I think ...here we have to take P & L account ...becouse cost can be booked only in P & L with revenue...for that we can see commitment too..balancesheet account are direct account ....like Bank account ..........
    please rewards the points if useful
    Regards
    Rama Shanker Sharma

  • International texts not going through all of a sudden - ATT, Iphone4

    Hello,
    Long story short - I have one contact that I text regularly in Shanghai, China (I'm in the USA). I have an international texting plan on my AT&T account that gives me a better price. I have been texting her for almost 3 months without problem. Well, I recently went to visit her in Shanghai,and since I have returned from China, she no longer receives any of my texts. I get texts from her just fine, and when I send them to her, they don't bounce back and I get no error messages. So on my end everything looks like it went through. I had her verify that she can get texts from others in the US and there is no problems there. It is just from me that they don't show up on her end. I spent over an hour on the phone with AT&T today and basically got nowhere. They have identified no problems as of yet and just had me reset my network settings. I was told to call back tomorrow if if didn't work. Well it didn't. They asked me several times if the phone was dropped, exposed to water, etc...Nothing physically has caused any phone damage. I can receive texts from her internationally, and all of my domestic texts come and go through just fine. I'm guessing something got squirlly after I returned to the US somehow. The phone obviously recognized where I was because I couldn't access several features without turning data roaming on, which I never did. I changed no setings at all while I was gone. They also suggested it my be version 6.0, but again, this was installed well before my trip and there were no issues after installitation. The problems didn't start until I returned to the states. Any ideas? I appreciate and advice you may have.
    Jay

        I know the importance of ensuring your device and service is working properly kthompson91. To clarify, are you getting restricted when anyone calls you or just one specific number? What make and model phone do you have? Are you also having issues with not getting text messages from a certain number?
    Thank You,
    MichelleL_VZW
    VZW Support
    Follow us on Twitter @VZWSUPPORT

  • Voice texting NOT working at all on motorola bionic

    Moved for greater exposure

    @littledebb I can definitely relate to not having the voice text feature work.  I love mine and use it all the time.  I don’t know what I would do with out it.  When the voice texting is not working are you using a 3rd party app (i.e. handscent)?  Can you use the voice input on other apps like Google Navigation. Email, search, you tube? I would also make sure that you download the app called “Espeak for android” this will help with your voice text messaging feature.  Thanks.

  • SaveAs Text not capturing entire document

    I am receiving PDF files from a customer.  I need to convert them to text files for import.  The first ones I got from them worked fine and the latest only convert some of the pages to text.  The PDF is of a purchase order.  The part that always converts to text is the legal text in the last few pages.  I have tried numerous ways of printing and exporting the information (creating new PDF from the PDF, save as Word file, VBA code, etc.) but have not had any luck.
    I'm trying to see if I can get the creator of these PDF files (an outside client) to go back to the old way of creating them.  The people using these files are doing this on a daily basis and are not experts, so I can't ask them to go through a big process to save these as text files.  They'll just retype them, as they are doing now.
    I examined the file properties and the only difference I could see was the ones that worked had the application listed as PScript5.dll Version 5.2.2, Tagged PDF = No, Fast Web View = Yes.  The ones that didn't work had values of Microsoft® Word 2010, Tagged PDF = Yes, Fast Web View = No.  The PDF Producer and Version were the same in all the files.  I'm not sure what would use PScript5.dll but another difference I found was that the title of the one using PScript5.dll was a Word document but the one that used Word as the application had a blank title.
    I'm not sure if that's the pertinent to the issue, but it's all I could find.  I appreciate any wisdom you may be able to share.
    Bob Ketcham
    [signature deleted by host]

    Yes I can select any text.  The first object is a simple logo and everything after that is formatted text.  It selects within the PDF files identically.

  • Bex objects translated text not displayed for all

    Hi,
    I have an issue in Bex elements language translation in Bex report output,
    Translation of Bex elements to PT language has done successfully and few of the Bex elements are getting displayed in PT language, but the problem i am facing is with the Chars / Key figures objects used in Bex (Like: 0GL_ACCOUNT / 0AMOUNT / 0MATL_GROUP...) which are used directly in report, for these objects text is still getting displayed in EN.
    When checked in backend tables i can able to see texts for objects with both languages maintained, and when i check the info objects short description from RSD1 by logging with PT language; i can able to see description in PT.
    But, in Bex report i am not getting description in PT for these.
    Please let me know whether i am missing any setting in between Bex and Backend objects.
    Your helpful answers are highly appreciated.
    Thanks,
    Praveen.

    Further to my above query,
    We are working on SAP-BW system on 7.3 with SP05.

Maybe you are looking for