Calling N numbers in cheque field in smartform n zprogram

hi all,
i wnt to give n numbers in cheque field.
it declared in zprogram like this  (PARAMETERS: S_CHQ_NO(10) TYPE c.)
if i change the 10 to 30 it will take only 30 numbers..but i want to give n numbers..in form interface of samrtforms it declared like (s_chq_no type char(10))..on selection screen it shows 10 numbers field.
please guide me

Hi  pooja mane
As per my understanding,
if you are giving input like 100,200 means , declare  S_CHQ_NO TYPE string.
or range wise if you are giving input means go with select options .
Regards,
Bastin.G

Similar Messages

  • Handling currency and quantity fields in smartforms

    Hi,
    can i know how to handle currency and quantity fields in smartforms.
    i have to display ZMENG field of VBAP table but it is not getting displayed.
    i have given the details in CURRENCY AND QUANTITY tab in the GLOBAL DEFINITIONS.
    Thanks,
    BJR.

    Hi
    Did u pass that value in the INPUT and OUTPUT parameters where u r calling that field...
    if u have not included that in The Currency/Quant Tab will get an Error Message.....
    and &VBAP-ZMENG& ..in the text
    surya

  • How do you call 0900 numbers on iphone?

    how do you call 0900 numbers on iphone? it keeps saying that i cant call it- is there a code or anything?
    im on vodafone
    thanks

    thanks for the advice both
    ive noticed though that sometimes companies provide a cheaper alternative to an 0900 number as in 8***** or something - if this makes any sense? but even those numbers are still blocked???

  • How to add a field in smartforms

    hello friends,
                   how to add a RFQ field in smartforms.
    thx,
    ki

    Hi,
    Pls check
    Smartform
    Eddy
    PS.
    Put yourself on the SDN world map (http://sdn.idizaai.be/sdn_world/sdn_world.html) and earn 25 points.
    Spread the wor(l)d!

  • How to call an include in a field Exit?

    Hi Guys,
                  i am having a doubt ,How to call an Include in a field Exit function module.
                i wrote as "include zxx_incl." but if i wrote like this in my Field Exit i am getting a Suntax error
    "Recursive INCLUDE nesting in program "ZFLDEXIT_INCL". It contains an
    INCLUDE statement which calls itself or a previously read program
    ("ZFLDEXIT_INCL                           ").
    '                 i am having other doubt while creating an include program does we need to write a 1st statement as include zxx-incl within the same include ZXX_incl? if not i am getting a syntaxt error.
    thanks,
    Gopi.

    Yes, thats the problem.
    Your include is named ZFLDEXIT_INCL and in the first line of that include you probbaly wrote
    include ZFLDEXIT_INCL.
    Delete that, includes don't need a reserved word like programs and reports

  • Setting output length of desired values for a Field in Smartforms.

    Hi,
       I'm working right now on 4.6c system and I have a field declared as "String" in the Global Definition, on viewing the output in the print preview i find that it is printing only 255 characters while the actual field value is more than that (somewhere around 600+).
             Could you please help me out in as to how to declare this particular field in Smartforms.
    Thanks in Advance,
    Regards,
    Divaker

    check this
    Re: Output length restricted to 255 when running ALV report in background
    in that case u have to create a new Print Format which can give u complete data in while prining.
    format will  be like this
    65*512.
    Regards
    Prabhu

  • IPhone 4 does not recognize caller phone numbers

    In my address book (sync with Outlook) i store phone numbers only in full world standard like this
    +996 543 918243 - Kyrgyzstan
    +7 945 6752345 - russia
    +66 834 7653472 - thailand
    and on and on...
    I travel a lot. And when I am in kyrgyzstan i can call to full numbers mo problem, but when I get incoming call the number in detected as
    0 543 918243
    instead of
    +996 543 918243
    It trims country code. And this caller is not recognized in my address book. I would change all phones in address book to this format if it is only the case. But then I'll have another case that i cannot call those numbers from other countries and those numbers nor recognizable in other countries too.
    Before iPhone I had Sonyericsson Xperia x1. i know iPhone s much better, they are not even comparable but this small feature was there. It recognized all the numbers correctly.
    Is it possible that you implement this tiny but very helpfull feature in next iOS update?

    I have noticed similar fenomenon.
    I might have a contact stored as 040123456, but due to telephone operator when they dial me they show up as 00040123456, two leading 00's.
    Iphone won't recognize this.

  • In Siri, I can call by my voice, but why I can not use Siri voice call in my country (Laos), just can call only us phone number; my country we use like 3 number for option call, 8 numbers for call friend but Siri cannot use this please help us, thanks

    In Siri, I can call by my voice, but why I can not use Siri voice call in my country (Laos), just can call only us phone number; my country we use like 3 number for option call, 8 numbers for call friend but Siri cannot use this please help us, thanks
    And please help me can type Laos font in it like andrio phone.

    Hi Cozumel,
    Thanks for posting. I'm sorry you're having problems with your bills. I can take a look at this for you. Drop me an email with your account details and a link to this thread for reference. You'll find the address in my profile.
    Cheers
    David
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry but we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)

  • Displaying amount field in smartform output

    hi experts,
    i am printing amount field in smartform output. like this 11,200.
    but i need to display like this $11,200.
    i need to print $ with amount field .
    can u give me some idea?
    Thanks

    Hi,
    Try like this.
    Data : v_amount type i value 11200,
              v_final type string
    If u r getting currency, then check the currency.
    If Curr  eq 'USD'
    concatenate '$' v_amount into v_final separated by space.
    endif.
    Print V_FINAL where do u want.

  • How can i avoid leading zeros for a field in smartform?

    how can i avoid leading zeros for a field in smartform?

    Hi,
    Using the Symbols.
    &symbol(Z)&  Omit Leading Zeros  &symbol(S)&  Omit Leading Sign 
    &symbol(<)&  Display Leading Sign to the Left 
    &symbol(>)&  Display Leading Sign to the Right 
    &symbol(C)&  Compress Spaces 
    &symbol(.N)&  Display upto N decimal places 
    &symbol(T)&  Omit thousands separator 
    &symbol(R)&  Right justified 
    &symbol(I)&  Suppress output of the initial value 
    Regards,
    Shiva Kumar

  • Cannot call certain numbers - says "account not validated"  Why??

    When I call some numbers - local, often-used numbers, sometimes it will say 'this account cannot be validated.  If you are a Sprint customers, call...  If you have another provider, contact them...   This also happens with house phone.

        Hi gaylou,
    That indeed sounds shocking! We always want your calls to process correctly. Let's take a closer look. What device are you using? What zip code are you in? Do you recall if you're in an extended network? Is your homeline serviced by Verizon Wireless or Verizon Communications? Please keep us posted, thanks!
    MatthewS_VZW
    VZW Support
    Follow us on Twitter @VZWSUPPORT

  • Printing 500 char field in smartform

    Hi Experts,
         I want to print a field in smartform which has nearly 500 characters. But while printing the filed, I am getting only 256 characters and the rest is truncated.
         Can any one let me know how I can print all the characters.
    Thanks in Advance,
    Satish

    Oh.. You seems to be right. I have tried with 500 hardcoded value instead of the variable.
    I have tried with the variable and it seems it is only printing 256 characters.
    So, try to print like:
    &W_VAR+0(256)&&W_VAR+256(256)&
    And it get printed.
    Now, when I tried like:
    &W_VAR+0(500)&
    I got this exception raised and message:
    Exception       FORMATTING_ERROR                                             
    Message ID:          SSFCOMPOSER                Message number:           603
    Message:                                                                     
    Field W_VAR: Output area not wide enough for field value                
    Regards,
    Naimesh Patel

  • I am currently in Cameroon, Africa and after arriving here, I added Global services to my plan in hopes to be able to use my phone to call local numbers.  When I dial local numbers in Cameroon, with or without the country code, the call fails.  I suspect

    I am currently in Cameroon, Africa and after arriving here, I added Global services to my plan in hopes to be able to use my phone to call local numbers.  When I dial local numbers in Cameroon, with or without the country code, the call fails.  I suspect it may be that the phone is 3G and this area only supports 2G.  Help!

    cctga,
    We appreciate you taking the time to reach out to us. I am sorry to hear that you are having trouble while traveling. We definitely want to make sure you have all available options. Normally when traveling internationally we reccommend setting up international services prior to leaving. When you added the services did you do so online or with a rep? It would be best to contact our global department in order to troubleshoot any and all issues with services while international http://vz.to/17KseUf.
    Thank you,
    TonyG_VZW
    Follow us on Twitter @VZWSupport

  • Substitution call up point 3 - add fields

    HI Experts
    I have a requirement that SAP should propose BKPF-XBLNR filed automatically when user clicks on save. I am planning to use substitution call u point 3 to get this requirement done. I have done the configuration but then I came to that for call up point 3 this field is not avilable for substituion. Is there a way to add this field to to the substituion field list . (this field is available for call up point 2)
    Thanks
    Kiran

    Hi, it's not unusual that you donu2019t have all the information in a substitution u2013 at the time of the call-up point!
    By that I mean you could have the information of the screen of the posting u2013 but itu2019s not passed on as information to be used in substitutions u2026
    If that is the case do you have to write a few ABAP lines in order to read the content of the screen and pass in on in to the substitution.
    You can find out by using transaction GGB0 u2013 look here for the debugging instruction 
    regards
    René
    Edited by: René Vestergaard Nielsen on Aug 26, 2008 3:09 PM - wrong link

  • Can I call two numbers at the same time on facebook?

    Can I call two numbers at the same time on facebook?

    thanks for your answer. Yes indeed HTML widgets run only full screen (snif snif). I consider this as a "distinguishing treatment".
    One solution  i read !!!!! was to create through keynote a countdown clock, to export to quicktime move and to imported at iBA predefined widgets. of course this is not the solution i need.
    So, in order to have at the same widget and run together a count down clock and a preview test (20 questions)  i must
    1)"hack" the preview widget and insert a countdown clock
    2) create a preview test using iAD.....
    thanks again
    haris

Maybe you are looking for

  • Photoshop Elements 6 - paint brush took has disappeared from the tool box.  How do I get it back?

    Photoshop Elements 6 - paint brush took has disappeared from the tool box.  How do I get it back?

  • Firewire target disk mode only recognizes 128GB of my 400 GB external drive

    I am using an old Powermac G4 with a Seagate 400MB internal secondary drive as a n external drive via firewire target disk mode. I have used disk utility to format it but only 128 GB of the 400 GB is recognized? Any thoughts?

  • AET for component GS_CM

    HI, Can anybody please help with the following? Does SAP allow to create a new field through AET for the component GS_CM, View DocList, Context Node CMDocList in EHP1? If yes, then which is the Enhanced BO which is used for this? If we can create our

  • Multiple selection in table filters 12c

    Hi all, I would like to filter a table using  multiple values in the same filter. According to the normal behavior you can use VALUE1 OR VALUE2 OR VALUE3... in the table filter and it works but I have a new requirement where the "OR" cojuntion must b

  • JavaScript event question...

    Hello, I'm trying to write some JavaScript code that executes when an entry is selected from a Popup LOV. But because the item and it's corresponding hidden item are populated from JavaScript on the child page, it doesn't seem to trigger a change/foc