NUMC type with ZEROS

Hi, everybody
I've got a question.
It is very simple. I have a database table with a numc4 type field.
I want the field to store data with zeros, so if a go to SM30 and  type:  1   for that field,
the stored value should be 0001, not 1.
Is there any way???
Thanks

Hi,
If it is custom table..
Then go to SE51
Give the program name -> SAPL + "Function group used to generate the screen".
Give the screen number..
Press change..
Go to the layout..
In the input field attributes for that NUMC field...Set the flag "LEADING ZEROES".
Activate the screen..
Then go to SM30..
Give 1 in the numc field and then press enter..You will see 0001
Thanks,
Naren

Similar Messages

  • Activity types with zero prices.

    Hello all
    I'm trying to to assign a cost centre to a work centre. I understand that we need to do the activity type price planning for the cost centre before we assign it to the work centres.
    The situation is, the activivty types are not planned for few cost centres and the prices are not determined yet for those activity types for those cost centres for the moment. I'm trying to do lsmw to load work centres and it would not let me assign those cost centres as there is no activity type price planning done for those cost centres.
    Is there any way that we can create these work centres and assign them to cost centres without actually doing any planning for the activity types.?
    Many thanks

    They need to have prices. Maintain 0.01 just so that you can load your master data.
    Subsequently you can go back and change them to the prices they should be.
    Praveen.

  • Show NUMC Type Field with Zeros in SE16

    Hi.
    Is there any way to show a field of numc type (length 9) with zeros when is shown in SE16???

    Hi
    I am not clear with your question?
    Just check the table entries in VBAP
    fields VBELN  which is of CHAR 10 and
    POSNR which of NUMC 6
    For both the fields the leading zeros are displayed in SE16
    just check it.
    so what's your question?
    Reward points if useful
    Regards
    Anji

  • Purchase order with zero price

    hello
    is i possible to create pos with zero price. i have a scenario that i need to create po with out paying to vendor.
    please help
    regards

    Hi,
    If yours is a Free Goods Scenario. Then Mark the Free Item Tab ( Next to Returns) in the Purchase Order detail tab.
    Now you can create a Purchase order with Zero Price. By the time GR thru. 511 Mov. Type (Material receipt with out charge) you can receive the material.
    Reg,
    Ashok
    Rewards Welcome.

  • Run program in background spool is generated with zero page

    Dear all,
    I am new in abap. I change existing program and add SED column if I give the input and run that program in foreground I will see ALV output but when in same input same program I run in background spool is generated with zero page report is too heavy that is why I want to run it in background but I canu2019t.
    regards
    shahid

    shahid,
    goto SM37, select your job, then in command bar type JDBG, press Enter. it will debug the back ground job, and you can check why you didnot get an output.

  • Process will not be created with zero standard prices in material master

    Hi,
    I have two type of material;
    1.     In process material say A1
    2.     Finished Goods say B1
    Both materials price control are standard price.  I do not run costing. So , after creation of material master , standerd price has to update through MR21 in the account1 tab before start production .
    Suppose, if I forget to update standard price in material master and prepared process order, it will carry zero value of production cost.
    Hence, I want to restrict the creation of process order with zero standard prices in the material master.
    In order words, as long as standard price will not be updated after creation of the material master, user will not be allowed to create process order, if wrongly try, system will give message u201Cwith zero standard price creation of process order will not be allowedu201D.
    Please let me know either standard configuration or name of User exit or Badi.
    Regards,
    Amit

    Hi,
    You need to use BADI: workorder_update.
    Method: At release.
    check MBEW-STPRS field in the code ..and flag error and reject error if STPRS = 0.
    Regards,
    Santosh Sarda

  • Pad a string with zeros ?

    Hello ABAP Experts,
    How to pad a string with zeros.. is there a direct method i can use.
    eg:
    string length is 8
    string is custnumb
    value is 588
    but i would like to see 00000588
    please suggest.

    You can simply move it to a TYPE n field also.
    data: n(8) type n.
    data: custnumb(8) type c value '588'.
    n = custnumb.
    custnumb = n.
    Regards,
    Rich Heilman

  • Hiding fields with zeros or blanks in ALV using factory classes

    Hi all,
    I am using Factory Method for displaying ALV.
    And I want to hide all the fields with Zeros or Blanks.
    Any help wud be rewarded.
    Thanks
    Preeti

    Hi,
       Below is the code used to hide a particular field ,here it is MANDT.This code is put after the factory method.
       data: lr_columns type ref to cl_salv_columns.
        lr_columns = gr_table->get_columns( ).
        lr_columns->set_optimize( abap_true ).
       data: lr_column type ref to cl_salv_column.
      try.
          lr_column = lr_columns->get_column( 'MANDT' ).
          lr_column->set_technical( if_salv_c_bool_sap=>true ).
        catch cx_salv_not_found.                          
      endtry.
    Thanks.

  • Pricing - Manual Condition Type with value = 0

    Hi gurus,
    I need to insert a manual condition type with value = 0 into the billing data set.
    I realize that if its valiue is 0 it is not active.
    Anyone knows how to make it active despite its value = 0?
    Thank you.

    Dear Customer,
    if you have customized the condition as price then the condition will be inactive if the condition is set to zero.
    This is calling in:
    LV61AA55                                                                               
    inactivate prices with rate / condition value zero                   
          if xkomv-koaid eq 'B' and xkomv-kbetr eq 0 and komp-kposn ne 0 and 
             xkomv-kgrpe eq ' ' and xkomv-kinak ca ' Y' and xkomv-kwert eq 0 
             and xkomv-kntyp ne 'e' and komp-fareg na '45'.                  
            xkomv-kinak = 'X'.                                               
          endif.                                                             
    If you need an active condition with value zero, then the condition class should not be 'B' (price)
    I hope that the information are helpful.
    regards
    Claudia

  • Export Excise invoice updating with zero value

    HI cin gurus.
    While creating excise invoice for Exports in J1IIN , after selecting the Export button Excise values getting changed as zeros . ARE1  form coming with zero
    Any reason for that.
    Expecting your support
    Thanks
    JA

    Dear Jaffer,
    i think you have to apply this user exit
    FUNCTION J_1I7_USEREXIT_DUTY_IN_EXPORT.
    ""Local Interface:
    *" IMPORTING
    *" REFERENCE(YVBRK) TYPE VBRK
    *" EXPORTING
    *" REFERENCE(SUPPRESS_CALCULATION) TYPE J_1IEXCHDR-STATUS
    *If you do not want the excise duty to be calculated for a particular
    *transaction then you need to mark the flag supress_calculation as 'X'
    *This flag when left blank will trigger calculation of ED during j1ii
    *When it is marked, the ED copied from billing will be left as it is
    SUPPRESS_CALCULATION = 'X'.
    ENDFUNCTION
    Regards,
    Anand.K

  • How to roll over deposit at notice with zero interest rate ?

    Hello All,
    There is a requirement from client that they want to roll over deposit at notice with zero interest rate (Tcode TM14).
    However when we enter zero in interest percentage rate field, system still ask us to enter the interest rate (Error message number T4034) being a mandatory field.
    Following are additional details:
    Product Type   = 52B
    Transactn Type = 100
    Condition Type = 1200
    Activity =  801
    Do you know how to roll over a deposit at notice with zero interest rate in TM14?
    Is it possible to create new condition type which will allow zero interest for a deposit at notice at the time of roll over?
    Thanks,
    Vaishali

    I am not able to check it, but my thoughts are - mandatory field status is a problem.
    It is possible to enter zero interest condition - just enter new condition starting from new date and leave percentage field empty or enter zero value ( zero value = empty field). But the problem is that percentage field is mandatory as you mentioned.
    Possible solution: switch off mandatory status and create implementation of BADI to check if field is filled (for example  Check entry of deal's data.) and if not - issue an error that there will be zero condition.

  • Timestamp Parameters With Zero Scale Must Have a Precision of 13, 16, Or 19.

    Hi Madhu  Provide full target table name for target under session properties - mapping - target table- target table name.suppose if schema is abc and table name is dbo.blr then given target table name = abc.dbo.blr It has worked for us and hopeful that it ll work for you too. RegardsNitish

    Hi, I am getting the following error when I try to load data from Oracle to SQL.FnName: Execute -- [Informatica][ODBC SQL Server Wire Protocol driver]Timestamp parameters with zero scale must have a precision of 13, 16, or 19. Parameter number: 4, precision: 999.
    FnName: Execute -- [DataDirect][ODBC lib] Function sequence error . Also i am not having any  field in the source as dataTime data type.Not getting exactly where to look for the issue. Please advise. Thanks & Regards,Madhu

  • Translated Application ID - cannot end with zero?

    Hi,
    I'm using APEX 3.0. I work in a bilangual environment so it is common for me to make applications both in english and in french. When it comes to the applications'ID, we have a certain standard. For example, if my primary application's ID was 133, the translated one will be 2133.
    One time, I had a primary application with the ID 130, so when I made the translated application I followed the same standard and wanted the ID 2130. But when I wanted to create the application, I had the following APEX validation message :
    "Translated Application ID must not end with zero" (maybe not the exact same words)
    I found that really strange and to a certain point unpleasant, because it kept me from following our own translated application ID standards. My question is, did Oracle provide an answer to why this cannot be done?
    Thanks, Reggie
    .: sorry if this was posted before, but I couldn't find anything on the subject

    Joel,
    Would it be possible to fix this by "simply":) changing the column type from number to varchar2 and the way the "number" is generated?
    A simple "solution" I see:
    When creating an application ending with a zero, add a warning message explaining that the associated translated applications' ID can't finish by zero.
    Im thinking about clients who have their DBAs not familiar with APEX who are creating application for us...
    thx,
    Louis-Guillaume
    Homepage : http://www.insum.ca
    Blog : http://insum-apex.blogspot.com

  • Items with  zero stock quantity show negative stock value in Stock reports

    When running Stock reports for controlling the stock value towards the GL accounts, some items appear with zero stock quantity, but the report still shows a stock value  (negative value in my case)
    How can this happen, and how can I correct this situation ?
    System parameters are :   negative stock is not allowed, Items with zero cost price not allowed. On item level average cost price method is used.
    P.K.Johnsen

    Hi Johnsen,
    I believe you have checked the" Manage Inventory by warehouse". I have noticed this issue in SAP B1 2005B but this is rectified in 2007B. The system behaves in this way as the system maintains item cost for the item for all warehouses and even if the stock is not present in the warehouse, the system would still show you a value for the same. Hope this helps. please search the forum. You'll find related threads.
    Thanks,
    Joseph

  • Dunning letters printing with zero balance and no invoice listing

    How to trouble shoot 'Dunning letters printing with zero balance and no invoice listing' problem

    As per my understanding it could be due to OB22 settings.
    refer following SAP notes
    335608,191927,
    373296

Maybe you are looking for

  • Post to a servlet from a PL/SQL procedure

    I would like to know if it's possible to post a form from pl/sql. There is this servlet that does stuff but it doesn't have any api i can call so i can only post the parameters to the servlet using an html form. Each form element is added to the http

  • Disc burner or software not found (itunes 11.4.0.18)

    Hi -- I have just recently starting getting this message -- no change to iTunes version; adobe pro/other adobe sw installed.  I can read cd's (purchased or burned on the exact same external HP CD).  Windows 7 can burn the cd fine (at least in one tes

  • Programs slow

    HI, Some of our concurrent programs are running very slow...taking more time to complete..Is there any way to know which part of program(query) is taking more time to complete.. Thanks, Praveen

  • GLPCA In profit center local currency is 0

    Hello, I have a question regarding the table GLPCA. GLPCA provides data in my solution, but I don't know this table, that's why i'm here.... For the same selection criteria, I have the same amount (not zero) in Transaction Currency and in Company Cod

  • Would it be fair to expect that importing images would also create folders based on the international date std???

    I am very fond of the light and easy to use PhotoShop Elements. I am situated in Denmark and would expect an image import to allow the creation of folders based on the international date standard (yyyy mm  dd). This "feature" would allow image folder