SMARTFORMS gurus: I can't see zeroes in my report !!!

Please respond me ASAP. I can't see zeroes in my field numbers in a report. In this case is necessary to see the zeroes when they appears.
<b>I've proved with every solution without success</b> (Formating Options, one by one; SMARTSTYLES, etc).
Actually, when the variables get zero, they dissapears (blank).
Please help me !!!!, and thank you in advance.

I have this happen in reports where the dict def. supresses the zeros.  Below is code I use. Hope this helps.
DATA: lv_all_zeroes(18) TYPE c VALUE '000000000000000000',
      lv_len TYPE i,
      lv_fieldsize TYPE i,
      lv_material LIKE mara-matnr.
put the zeroes back in front of the material
    lv_material = mara-matnr.
    lv_len = strlen( lv_material ).
    lv_fieldsize = 18 - lv_len.
    SHIFT lv_material
      RIGHT BY lv_fieldsize PLACES.
    OVERLAY lv_material
      WITH lv_all_zeroes ONLY space.
    mara-matnr = lv_material.
This has worked for me in the past.

Similar Messages

  • How can i see Log information of Report Run Time?

    Hi Gurus,
    How can i see Log information of Report Run Time?, till now i am counted report run time manually. Is there any way i can see the workbook running time in log information?.
    Thanks & Regards
    Vikram

    There could be a few things -
    At one time, you needed to run a separate script to create the tables. I'm not sure that is still the case. If you check the Administrators guide, look into the chapter that deals with the EUL Status Workbooks.
    If you are not logged on as the eul owner, you may not have select privileges, or you may need to qualify the table with the schema (if there is no synonym) - select * from <eul_owner>.EUL5_QPP_STATS;
    If you are on 4i, the table is EUL4_QPP_STATS

  • How Can I see the CO-PA report

    hi sap experts,
    how can i see the CO-PA report and in detail configuriation,
    and controlling reports.
    Advance Thanks,

    For executing COPA - Tcode is KE30 (for define change etc... KE31 to KE34)
    Standard reports available in controlling sub-components under information system
    Regards
    Radha

  • Smartform global forms can't see global data?

    I'm trying to create a global smartform however for some reason you can't see the global data which doesn't sound right. Am I doing something wrong or is this actually what is supposed to happen.
    Thanks,
    -Shaunt

    For each smartform a function module is created. You can see it in 'Environment / Function module name'. In this function module you can not see the global data of other function groups.
    Maybe you can pass the required data to the smartform when calling it by defining some input parameters in the form interface.
    regards Jack

  • Version 22 operating on Windows XP continuously crashes; CPU surges and can not see the Firefox Health Report (all boxes checked and share data on)???

    Not sure how much clearer I can be.
    Windows XP version 5.1 with Service Pack 3
    Firefox Version 22
    Can not view Firefox Health Report even thou all selections are made for this to happen
    I share data with Mozilla

    If Firefox is crashing we need the Crash IDs that are obtainable from ''about:crashes''. The crash IDs start with ''bp-''
    Standard reply:
    We're sorry to hear that Firefox is crashing. In order to assist you better, please follow the steps below to provide us crash ID's to help us learn more about your crash.
    #Enter about:crashes in the address bar (that's where you enter your website URL) and press Enter. You should now see a list of submitted crash reports.
    #Copy the 5 most recent crash ID's that you see in the crash report window and paste them into your response here.
    Thank you for your help!
    More information and further troubleshooting steps can be found in the [[Firefox crashes]] article.

  • Can we see performance score at reports column in OATS?

    We've installed OATS and OAT Administrator to PC, and tried to do performance testing and show/read some score measurement at reports column, which will be generated by running 3rd party script. In OATS reports column, we can only see pie chart and bar chart for the passed, failed information from running tests, or the running statistics among 3rd party test, manual test, and oracle OpenScript test.
    I am asking how to show the performance measure results (like accuracy, F-measure) from running 3rd party script on reports column graph?
    We also need to see comparison charts which shows the performance difference between two days or more testing results.
    Can we do this with reports site?
    Thank you,
    Jason
    Edited by: 900021 on Nov 30, 2011 2:10 PM

    please check DataSource Hierarchy: 0PS_OBJNR_HIER & DataSource Attributes: 0PS_OBJNR_ATTR.
    otherwise i think you can go for development.
    lets see others comment.
    thanks
    Sunil

  • Can't see demo 'Using Oracle Reports with Oracle JDeveloper'

    Hi,
    I can't see this demo :
    http://www.oracle.com/technology/products/reports/htdocs/getstart/demonstrations/JDEV1/index.html
    I have this java error :
    viewletUrl_: http://www.oracle.com/technology/products/reports/htdocs/getstart/demonstrations/JDEV1/rep9i_jdev9i_part1.viewlet
    java.lang.NegativeArraySizeException
         at leelou.viewlet.a.a(Unknown Source)
         at leelou.viewlet.QViewApplet.readViewlet(QViewApplet.java:125)
         at leelou.viewlet.QViewApplet.<init>(QViewApplet.java:107)
         at leelou.viewlet.vcr.QVCRApplet.init(QVCRApplet.java:213)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    I have to create a custom destination for Reports in JDeveloper, but I don't find starter doc (for JDeveloper).

    Hi,
    Unfortunately this demo is one of those old demos which have technical problems with new IE + JDK versions, so we had to take it off. The link to this demo is no longer available on OTN:
    http://www.oracle.com/technology/products/reports/htdocs/search.html?cat=INT&col=DEM&submit=Search
    You may have bookmarked it. If it is available on any OTN page, pl let me know.
    For Oracle Reports integration with JDev, pl see the tool / utility available at this page:
    http://www.oracle.com/technology/products/reports/htdocs/search.html?cat=INT&col=UTI&submit=Search
    This tool/utility is currently available with 10g (9.0.4), and has not yet been tested with 10g R2 (10.1.2).
    But if your objective is only to use to use JDev to develop a pluggable destination, you may want to see the pluggable destination API documentation available here, which can be developed with any tool including JDeveloper:
    http://www.oracle.com/technology/products/reports/apis/plugDestination/index.html
    Some plugin destinations and their source code is available here for reference. As you can see, its pretty straightforward - most of these samples have just a few lines of custom code:
    http://www.oracle.com/technology/products/reports/pluginxchange/index.html
    Of course JDev-specific starter tutorials are available here:
    http://www.oracle.com/technology/products/jdev/index.html
    Navneet.

  • Where can I see sample programs

    Hi gurus,
    Where Can I see sample standard SAP programs for BSP?
    Advance Thanks for all.

    Look at the blog..
    <a href="/people/thomas.jung3/blog/2004/06/17/bsp-150-a-developer146s-journal-part-i-introduction – a Developer’s Journal</a>
    Also try the below standard programs..
    <b>BSP with MVC</b> - bsp_model
    <b>BSP With input help</b> - bsp_value
                                    bsp_vhelp
    BSPTestPage
    BspTutorialDataPersistance
    BSPTUTORIALDDIC
    bsptutorialmail
    bsptutorialmessages
    <b>BSP with Smartforms:</b>
    sf_webform_01
    SF_WEBFORM_02
    sf_webform_03
    sf_webform_04
    <i>* Reward ech useful answer</i>
    Raja T

  • How can i see with a different size the letters and presentation of theRSA1

    Hi gurus,
    how can i see in a better size the windows of SAP BW, example RSA1, Business content, etc, now i got it too small i want to see  it better, please step by step
    thanks !

    Hi,
    in ur RSA1 session click on the customise local layout or press ALT+F12..
    you will get a list of menu options..
    click on font and change the font size and the font design to whichever u desire..
    in the same customise local layout u can even change the color and do many other visual changes.
    hope it was helpful..
    Regards,
    Kalpana

  • 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

  • APP has been downloaded,But can't see the specific data, the data is zero.

    APP has been downloaded,But can't see the specific data, the data is zero.
    ID:[email protected]
         [email protected]
    Waiting for your reply,thank you!

    Analytics can be accessed from the account under which folios are published for that app. If you don't see it under the account, I think it's best you contact support. Login to your DPS dashboard and click on "Contact Support" at the bottom left

  • How can i see the next page in smartform?

    i hav created a Second Page (%page 2) in Smart form.
    and in that page i created one Main window and a table.
    in 1st page, i defined the Next page as Page2 and
    in the second page i defined the Next Page as Page2.
    but only the 1st page is displaying. how can i see the next page?
    what i want to do in smartform...

    Hi,
    The second page will be displayed only when the data does not fit in the main window of the first page and continues to the second page.
    So make sure that you have enough number of line to print that it overflows to second page.
    Ajith

  • Can't see Complex Section in Smartforms...

    Hi All,
    i m using SAP 6.4 , i m working on smartforms in that i can't see Complex section under tree Pages and Window --> %page1 new page --->
    main window ---> Creat --> in creat dropdown i can see only till Refrence after that there is no other option,
    pls help ...
    Thanks in advance..
    Regards,
    yunus

    Hi,
    The complex section was present only in 4.6C version. It was removed in the subsequent versions.
    Regards,
    Ravi
    Note : Please mark all the helpful answers

  • Can not see records after was given select on table

    Hello,
    I have a database 10gV2 and I 'grant select on table1 to user1'. When user1 logged on, he can not see any data from table1. He can desc table1 but when doing a select count(*) from user99.table1 , a zero record returned. Or select * from user99.table1, nothing is returned, no records. Why?

    possibly there is a vpd policy on the table which applies a where predicate allowing the user only to see rows relevent to his session.
    or rows inserted are not committed therefore only visible in the session where transaction is active.
    A

  • Can not see assignment block conditions in rule policy

    Hi gurus,
    I can't define any conditions in a new lead distribution rule. When I create a rule under a rule folder I can see the assignment blocks "Rule Details", "Actions" and "Preview", but I can't see the assignment block "Conditions" in order to define de conditions of the rule policy. How do I have to do to see this assignment block?
    Thanks and regards,
    Jesú

    Hi Jesús,
    Seems strange because as soon as you click on enter after 'New' rule, all 3 assignment blocks should show up.
    Could you please check whether the view has been included in the viewset correctly in the runtime repository editor of the underlying BSP component? For the standard it is usually the component CRM_ERMS_RULEM. The viewset is CRM_ERMS_RULEM/RuleDetailsViewSet  and the ViewArea " RuleDetailsConditions " should be included.
    Thanks and Regards,
    Nisha
    Edited by: NishaNC on Nov 25, 2010 7:15 AM

Maybe you are looking for

  • Problem in getting dynamic LOV

    hi i am trying to acheive dynamic LOV. i followed the steps 1.created a static record group 2.created a LOV and assigned with the above created static record group. 3.in w-n-b-i trying to create the DRG DECLARE    rg_id    RECORDGROUP;    grp_col  GR

  • Is the trash in my trashbox auto deleted after so many days?

    I notice that the trash can't be cleared like my other boxes..Aparrently it auto deletes is this right?

  • L_TO_CREATE_DN failing

    Hi guys, need help with respect to L_TO_CREATE_DN function module. My scenerio is that LT03 tansaction is failing to create TO for the entered HU(pallet number). It is randomly picking pallet available for delivery note and preparing a TO. L_TO_CREAT

  • Need Pages or Word for MacBook Pro w/ SL OS 10.6.x

    I am a new Mac user and purchased a used macbook for my daughter. It has SL 10.6.x. I want to load Pages but the OS is too old for the version that is available to buy. How can I upgrade the OS? Or is there an older version of Pages (or Word) I can u

  • Photo printer compatibility

    It seems like the SONY small photo printer is one of the best. Typically, the box says "PS compatible. The Epson and HP seem so cheap. The SONY is dye sub. Which of these kinds of printers will work with a Mac? Thanks rm