Printing different barcode types..!

Hi Guys,
              I have a requirement to print barcode of materials, the barcode type varies depends on the length of material No.
How this can be acheived in Adobe form ?
I am looking to control the visibility of the barcode through some conditions.
Also how I can loop through a internal table to print the barcode, which should each one in a separate page.
Thanks
Sam

It is a javascript-statement. IF you aren't familiar with javascript it is hard to develop a adobe-form at all.
My first case would be to make yourself familiar with the concept of Adobe-forms. You can work thorugh the getting started content provided by SAP and Adboe. There you will get a lot of basic experience on that tool itself and formclac/javascript.
Anyway, here is the JAvascript-example for the case you need to complete the solution:
switch(this.yourfield_barcodetype.value)
case "A":
  execute code block 1
case "B":
  execute code block 2
default:
  code to be executed if n is different from case 1 and 2

Similar Messages

  • Regarding Barcode Type....

    Hi friends...
         How can I get the information about the attributes of different barcode types   used in Smartforms?
    Kindly Suggest me the solution for this query???
    Points will be rewarded to the useful answer...
    Thanx,
    Rahul.

    Hi Rahul,
    You can use barcodes types already created or you can create new one if
    these types does not satisfy you requirement.
    If you create a new system bar code for the "new bar code technology" in transaction SE73, you must specify the following parameters:
    Bar code name (used in Smart Styles)
    Short text for system bar code (documentation)
    Bar code symbology:
        Code39
        Code128
        Interleaved 2of5
        PDF417
        Code93
    This selection determines the technical bar code type that is used to format the bar code data (also called bar code symbology). The symbology also determines which characters are allowed in the bar code data.
    Bar code alignment:
      Normal (that is, the scan direction is "from left to right")
      Rotated (the scan direction is rotated by 90 degrees "from top to bottom")
      Inverted (the scan direction is rotated by 180 degrees "from right to left")
      Bottom-up (the scan direction is rotated by 270 degrees "from bottom to top")
    Code39 ******************
    Code39 is an alphanumeric code that can represent the following characters in the bar code data:
    Numbers:        1234567890
    Capital letters: ABCDEFGHIJKLMNOPQRSTUVWXYZ
    Special characters:  - . $ / + %
    Blank characters (space characters)
    The start and stop character for the Code39 bar code is usually represented by an asterix (*) in the text view of the bar code data (also called "human-readable text" or "interpretation line").
    Parameters for Code39:
    Narrow module width
    Value range: 1 to 10
    This is the width for the narrowest module of a bar code, measured in pixels. It controls the width of the bar code. Value 1 generates the "narrowest", value 10 the widest bars or spaces.
    Linear height
    Value range: 1 to 9999
    Controls the height of the bars of the bar code, measured in pixels. A value of 600 is equal to a height of one inch.
    Mod-43 check digit
    Value range:  X equals YES, blank character equals No
    With this indicator, you can determine whether a Modulo-43 check digit is to be generated.
    Bar ratio
    Value range: 20 to 30
    This value controls the ratio between wide and narrow bars. This value controls the ratio between wide and narrow bars.Value 20 means a ratio of 2.0:1, value 30 means a ratio of 3.0 to 1 (that is, 3:1).
    Parameters for Interleaved 2of5:
    Narrow module width
    Value range: 1 to 10
    This is the width for the narrowest module of a bar code, measured in pixels. It controls the width of the bar code. Value 1 generates the "narrowest", value 10 the widest bars or spaces.
    Linear height
    Value range: 1 to 9999
    Controls the height of the bars of the bar code, measured in pixels. A value of 600 is equal to a height of one inch.
    Mod-10 check digit
    Value range:  X equals YES, blank character equals No
    With this indicator, you can determine whether a Modulo-10 check digit is to be generated.
    Bar ratio
    Value range: 20 to 30
    This value controls the ratio between wide and narrow bars. This value controls the ratio between wide and narrow bars.Value 20 means a ratio of 2.0:1, value 30 means a ratio of 3.0 to 1 (that is, 3:1).
    Code 128 *****************
    Code128 is an alphanumeric code that can encode three different character sets. Each of the three character sets can represent 106 different characters. Within a bar code, you can alternate between the character sets.
    The three Code128 character sets are named as follows:
    Subset A) (contains, for example, digits, capital letters and control characters)
    Subset B) (contains, for example, digits, uppercase and lowercase letters)
    Subset C) (digit pairs from 00 to 99)
    Parameters for Code128:
    Narrow module width
    Value range: 1 to 10
    This is the width for the narrowest module of a bar code, measured in pixels. It controls the width of the bar code. Value 1 generates the "narrowest", value 10 the widest bars or spaces.
    Linear height
    Value range: 1 to 9999
    Controls the height of the bars of the bar code, measured in pixels. A value of 600 is equal to a height of one inch.
    Code128 mode
    Value range:  N (default value), A, U
    In default mode N (None), the Code128 bar code works in subset B. If you want to switch to another subset, you must trigger the change explicitly with a control command ("invocation code") in the bar code data.
    In mode A (automatic), the software analyzes the transferred bar code data and recognizes automatically which subset is the most adequate for the bar code data. Subsets are swapped automatically in the bar code data. A sequence of four or more digits initiates an automatic change in subset C.
    In mode U (UCC case mode), you must transfer 19 digits in the bar code data. Subset C is set automatically and an FNC1 character is added as prefix.
    Note: If fewer than 19 digits are transferred, the bar code is filled with zeros to the left until it contains 19 digits.
    UCC check digit
    Value range:  X equals YES, blank character equals No
    Note: This parameter has no effect becaues Code128 always generates a check digit, even in UCC mode. The parameter will be removed in the future.
    Code93 is an alphanumeric code that can represent the following characters directly in the bar code data:
    Numbers:        1234567890
    Capital letters: ABCDEFGHIJKLMNOPQRSTUVWXYZ
    Special characters:  - . $ / + %
    Blank characters (space characters)
    The start and stop characters in the Code93 bar code are represented as # sign in the text view of the bar code data (also called "human-readable text" or "interpretation line").
    Parameters for Code93:
    Narrow module width
    Value range: 1 to 10
    This is the width for the narrowest module of a bar code, measured in pixels. It controls the width of the bar code. Value 1 generates the "narrowest", value 10 the widest bars or spaces.
    Linear height
    Value range: 1 to 9999
    Controls the height of the bars of the bar code, measured in pixels. A value of 600 is equal to a height of one inch.
    Check digit
    Value range:  X equals YES, blank character equals No
    With Code93 bar codes, a pair of check digits is always used and is always generated in the bar code. This parameter has no effect.
    PDF417 is a two-dimensional bar code to represent datasets that are larger as the usual datasets in one-dimensional bar codes (for example, more than 1,000 characters). The entire 7-Bit ASCII character set is generally processed (binary values 1 - 127, the value 0 is not permitted).
    A PDF417 bar code consists of 3 to 90 consecutive rows. Every row consists of a start/stop indicator and "code words". A code word consists of 4 bars and 4 spaces. The minimum number of code words per row is three.
    Parameters for PDF417:
    Narrow module width
    Value range: 1 to 10
    This is the width for the narrowest module of a bar code, measured in pixels. Value 1 generates the "narrowest", value 10 the widest bars or spaces.
    Linear height
    Value range: 1 to 9999
    This parameter currently has no effect on PDF417. The height of a PDF417 symbol is controlled by parameter "Single Row Height" and the number of columns and rows, in conjunction with the length of text data to be encoded.
    Single row height
    Value range: 1 to 32000
    This value, multiplied by the narrow module width, returns the height of the individual rows of a PDF417 symbol, measured in pixels. Caution: Do NOT use the value 1 for this parameter
    Security level
    Value range:  0, 1-8
    This parameter controls the number of code words that are generated for error recognition and error correction. The default value 0, however, only permits error recognition but no automatic correction. If you increase the security level, the level of error correction increases with it (this increases the size of the bar code).
    Number of columns
    Here, you can define the number of the code word columns which you can use to check the width of the bar code.
    Value range:
    0 (default value) : A row/column ratio of 1:2 is used.
    Permitted values: 1 to 30
    Number of rows
    Here, you can define the number of rows which can be used to check the height of the bar code.
    Value range:
    0 (default value) : A row/column ratio of 1:2 is used.
    Permitted values: 3 to 90
    For example: If you leave both parameters set to the default value 0, the system would convert 72 code words in a bar code symbol with 6 columns and 12 rows.
    Truncation
    Value range:  X equals YES, blank character equals No
    This indicator determines if the right row indicator and the stop pattern are to be truncated (this saves space).
    The following character combinations in the transferred bar code data have the special function:
    \&    - This represents the end of a line (Carriage Return + Newline)
        - This represents a backslash (5C hexadecimal)
    \0xYY - This represents a single byte with the value YY (hexadecimal)
            For example: \0x1E is output as a single byte with the value 1E (hex)
            or 30 (decimal).
    The souce for this information is OSS Note 645128.
    Still if u face any problem feel free to ask.
    Regards,
    Vivek
    -Reward if useful

  • How to print three different Barcodes in the same line

    I am trying to print Barcodes for three different fields in a single line, it is taking the combined one & printing only one barcode for  all those three fields.
       When I tested it by printing them in diff lines, it is working fine. But the requirement is to  print all fields in the same line

    Hi
    Look at this , may be useful
    To Create a Bar code prefix:
    1) Go to T-code - SPAD -> Full Administration -> Click on Device Type -> Double click the device for which you wish to create the print control -> Click on Print Control tab ->Click on change mode -> Click the plus sign to add a row or prefix say SBP99 (Prefix must start with SBP) -> save you changes , it will ask for request -> create request and save
    2) Now when you go to SE73 if you enter SBP00 for you device it will add the newly created Prefix
    Create a character format C1.Assign a barcode to the character format.Check the check box for the barcode.
    The place where you are using the field value use like this
    <C1> &itab-field& </C1>.
    You will get the field value in the form of barcode.
    Which barcode printer are you using ? Can you download this file and see.
    http://www.servopack.de/Files/HB/ZPLcommands.pdf.
    It will give an idea about barcode commands.
    Check this link:
    http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm
    Check this link:
    http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a94c851ea11d189570000e829fbbd/content.htm
    Hope this link ll be useful..
    http://help.sap.com/saphelp_nw04/helpdata/en/66/1b45c136639542a83663072a74a21c/content.htm
    go through these links and cose u r previous threads,
    http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm
    smartform - barcode
    http://www.erpgenie.com/abap/smartforms.htm
    http://sap.ittoolbox.com/groups/technical-functional/sap-basis/print-barcode-with-smartform-634396
    http://sap.ittoolbox.com/groups/technical-functional/sap-dev/printing-barcode-733550
    Detailed information about SAP Barcodes
    A barcode solution consists of the following:
    - a barcode printer
    - a barcode reader
    - a mobile data collection application/program
    A barcode label is a special symbology to represent human readable information such as a material number or batch number
    in machine readable format.
    There are different symbologies for different applications and different industries. Luckily, you need not worry to much about that as the logistics supply chain has mostly standardized on 3 of 9 and 128 barcode symbologies - which all barcode readers support and which SAP support natively in it's printing protocols.
    You can print barcodes from SAP by modifying an existing output form.
    Behind every output form is a print program that collects all the data and then pass it to the form. The form contains the layout as well as the font, line and paragraph formats. These forms are designed using SAPScript (a very easy but frustratingly simplistic form format language) or SmartForms that is more of a graphical form design tool.
    Barcodes are nothing more than a font definition and is part of the style sheet associated with a particular SAPScript form. The most important aspect is to place a parameter in the line of the form that points to the data element that you want to represent as barcode on the form, i.e. material number. Next you need to set the font for that parameter value to one of the supported barcode symbologies.
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • Printing BarCodes - Different barcodes SAPWIN HPLJ5

    Hallo Gurus,
    I'm printing barcodes using new barcode technology.
    How is it possible that using two differente device types (SAPWIN / HPLJ5) I got a different result?
    i.e.:
    barcodes printed using device type HPLJ5 are scanned without problem.
    barcodes printed using device type SAPWIN cannot be scanned.
    (of course the number printed is the same...)
    Thank you very much!

    I have the same problem.
    Did you solve it'
    Thanks

  • Print in different page for different material type in Sapscript

    Hi all
    How do I do the above matter?
    Currently I have a script that print all material according to some condition.
    My client request to have a different page of material list for different material type.
    Please advise
    az

    Hi,
    1) Sort the internal table by material type.
    call func 'OPEN_FORM'.
    loop at itab.
    at new mattype.
    if mattype = 'A'.
      call fun 'START_FORM'.
       exporting
        page   =    'PAGEA'.
    elseif mattype = 'B'.
      call fun 'START_FORM'.
       exporting
        page   =    'PAGEB'.
    endat.
    call func 'WRITE_FORM'.
    AT end of mattype.
    call function 'END_FORM'.
    endat.
    endloop.
    call function 'CLOSE_FORM'.
    Thanks,
    Nethaji.

  • "Try Selecting a Different Printer or File Type" Error - iPad2 - Officejet Pro 8600 - ePrint error

    Greetings...
    I just got an Officejet Pro 8600 and I've been trying to get web pages to print using HP ePrint from my iPad 2 (iOS 7.0.6). I go into the ePrint app, go to web page of choice, and then click on my printer option to print. It renders on screen and then throws out the following error:
    "Try Selecting a Different Printer or File Type" "Officejet Pro 8600 [5124FC] doesn't support this file type."
    I can use ePrint from the iPad to print pictures from camera roll.
    This only is problematic when I try to print web pages (I tried amazon.com for test).
    I have no problems doing this from my iPhone...only the iPad.
    I've tried rebooting device and trying again....same thing.
    Anybody know how to fix this? I really want to be able to print web pages from my iPad.
    Thanks in advance...
    Possie

    Hello Possie,
    Thank you for the update.  I have to say I'm surprised and disappointed that the uninstall and reinstall did not resolve the issue, especially since you can print the page from your iPhone.
    I have spent some time researching this and working with my colleagues in HP's Cloud Services and we have a couple of suggestions/questions.
    Do you get the same error when you try to print the web page using Apple's AirPrint feature? 
    Please ensure the iPad is connect to your home wireless network and try to print again.
    Please try changing the settings in the ePrint app before printing the web page.  Please ensure that the paper quality is set to normal (see screen shot below) and that the paper size is set to letter (see 2nd screen shot below).
    Please let us know how it goes. 
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • New BarCode Type to print Brazil Boleto forms

    Hi
    We have requirement to print BOLETO form with Bar Code for Citi Bank Brazil. As per Citi Bank manual provided, we need to print the Bar Code with bar code type "INTERCALATED type 2 of 5".
    But in SAP, when we create new custom bar code(ex. ZBAR2) using SE73, we are not finding the above said bar code type.
    The nearest match is 2OF5 ( Bar Code ITERLEAVED 2 OF 5). We used this, but the output of bar code printed is not upto the expectation.
    Please can someone help on how to bring/install the new bar code type INTERCALATED in SAP.
    Thanks in advance.

    hi,
    as for reference i did the same and it is working fine for me...
    pls check that smartstyle character format is activated and u assign this characterformat to the variable to print as barcode.
    if it works with standard barcode then try to create one for zbarcode for reference.
    se73--> system barcodes --> create..
    Regards
    CNU

  • How to print 2D barcode with SAPGOF device type

    I only see some pre-defined standard barcode like BC_93, BC_C128B in the SAPGOF device type.
    How can I define and print a 2D barcode like QR Code or Data Matrix with SAPGOF device type?
    Please advice me. I promise to grade you.
    Thanks

    Hi,
    Zebra printers are very good usable for printing your kind of barcode.
    You can use the barcode designer of Zebra.
    Below a example of ZPL code tp print your QR barcode (with explanation behind).
    ^XA                           "start statement
    ^FO100,100               "x,y position
    ^BQN,2,10                " set barcode
    FDMM,AAC-42FS   "data to be printed as barcode
    ^XZ                           "sluit statement
    syntax ^BQa,b,c,
    a: fiedl position
    b: model
    c: magnification
    Look in the ZPLII manual for more details
    suc6
    Gr., Frank

  • How to print  the barcode in a smartform satisfying specific condition

    Hi
    I have a requirement where I need to print the barcode System Bar code = BC_93
    satisfying the following requirement:
    The Bar code is made up of the concatenation of “code1 ”, “dash character”
    and “ code2”. The two codes ( that is some field in a custom table) should be
    eight char long each (put leading zero if the length of the code is shorter).
    This barcode shall be printed always apart from:
    a) code1 material type is ZCPF
    b )Is a combi order, with no code2 stored in storage location “abc”
    please help with example . its very urgent , points will be rewarded.
    Thanks

    To Create a Bar code prefix:
    1) Go to T-code - SPAD -> Full Administration -> Click on Device Type -> Double click the device for which you wish to create the print control -> Click on Print Control tab ->Click on change mode -> Click the plus sign to add a row or prefix say SBP99 (Prefix must start with SBP) -> save you changes , it will ask for request -> create request and save
    2) Now when you go to SE73 if you enter SBP00 for you device it will add the newly created Prefix
    Create a character format C1.Assign a barcode to the character format.Check the check box for the barcode.
    The place where you are using the field value use like this
    <C1> &itab-field& </C1>.
    You will get the field value in the form of barcode.
    Which barcode printer are you using ? Can you download this file and see.
    http://www.servopack.de/Files/HB/ZPLcommands.pdf.
    It will give an idea about barcode commands.
    Check this link:
    http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm
    Check this link:
    http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a94c851ea11d189570000e829fbbd/content.htm
    Hope this link ll be useful..
    http://help.sap.com/saphelp_nw04/helpdata/en/66/1b45c136639542a83663072a74a21c/content.htm
    go through these links and cose u r previous threads,
    http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm
    smartform - barcode
    http://www.erpgenie.com/abap/smartforms.htm
    http://sap.ittoolbox.com/groups/technical-functional/sap-basis/print-barcode-with-smartform-634396
    http://sap.ittoolbox.com/groups/technical-functional/sap-dev/printing-barcode-733550
    Detailed information about SAP Barcodes
    A barcode solution consists of the following:
    - a barcode printer
    - a barcode reader
    - a mobile data collection application/program
    A barcode label is a special symbology to represent human readable information such as a material number or batch number
    in machine readable format.
    There are different symbologies for different applications and different industries. Luckily, you need not worry to much about that as the logistics supply chain has mostly standardized on 3 of 9 and 128 barcode symbologies - which all barcode readers support and which SAP support natively in it's printing protocols.
    You can print barcodes from SAP by modifying an existing output form.
    Behind every output form is a print program that collects all the data and then pass it to the form. The form contains the layout as well as the font, line and paragraph formats. These forms are designed using SAPScript (a very easy but frustratingly simplistic form format language) or SmartForms that is more of a graphical form design tool.
    Barcodes are nothing more than a font definition and is part of the style sheet associated with a particular SAPScript form. The most important aspect is to place a parameter in the line of the form that points to the data element that you want to represent as barcode on the form, i.e. material number. Next you need to set the font for that parameter value to one of the supported barcode symbologies.
    Re: how to print barcode using smartform and sapscript...?

  • How to print a Barcode VERTICALLY in a SAP Script ?

    Dear Experts..
    I have to print a Barcode <b>vertically</b> in a SAP Script.
    Could you please help me regarding this.
    Thanks in advance.

    Hey SR,
    follow these steps :
    Bar code  in Smartform :
    General definition of Bar code:
    Bar codes are standardized characters of a symbol made up of a group of lines and spaces that can be recognized by an optical scanner. Bar codes uniquely identify article data, production numbers or transport units, for example. They can also contain additional information such as batch number, expiration date or weight.
    Example
    In the Logistics Execution System (LES), certain field entries can be represented by bar codes and printed on the transfer documents. This simplifies certain data entry processes such as order confirmation.
    Type of bar code:
    Bar codes are based on a binary principle and consist of a series of stripes/gaps of different widths. The sequence of the stripes or gaps results in an (alpha) numeric statement. Bar codes are read optically. Due to varying requirements, bar codes may differ with regard to the following aspects:
    •     printer tolerance
    •     decoding tolerance
    •     character width
    •     automatic check
    •     number of characters
    Steps to implement bar code in the smartform:
    •     Use the transaction code smartstyle. Give a suitable name .Choose create.
    •     In change mode of the Smart Style select the Character formats node and choose Create.
    •     In the Character format field enter a two-character character key.
    •     Select the desired attributes of the Bar Code on the tab Standard Settings.
    •     Choose Activate.
    •     Assign the character format to the field or character string in the smartform.
    •     Activate the smartform.
    •     Test the same.
    Regards,
    Kunal.

  • Print different triangle in vertical and horizontal

    Hi,
    I have a problem to print different type of triangle like this:
    Someone can me help?
    Thank you very much.
    Jas

    Yes, but with different for what is the way?
    For exemple with this two triangles:
    public class Triangles
    public static void main(String[] args){
    int number =7;
    String triangle = "";
    String triangle2 = "";
    //first triangle
    for(int i=0; i< number; i++)
    triangle = triangle + '*';
    System.out.println(triangle);
    System.out.println("\n");
    //second triangle
    for(int f=0; f<number+f; f++)
    for(int k=0; k<number; k++)
    System.out.print('*');
    number = number -1;
    System.out.print("\n");
    System.out.println("\n");
    }

  • How to print the BARCODEs in Oracle 6i Reports

    Hi,
    I want to print the barcodes in the report outputs. I am using Oracle Reports 6i and Oracle Applications 11.5.10.2 with 11g database.
    Please help me with the requirements.
    Thanks,
    Pavan

    Go to Search and type in "barcode".

  • Sapscript: Print different languages

    Dear all,
    We have the following issue I need your help on:
    We have an offer, which has to be printed in Chinese and English. For printing we use the Sapscript forms ...
    Here is the current coding for printing (SE71):
    - Chinese: Printout is in Chinese and correct
    /:         ADDRESS PARAGRAPH T2 LINES 8
    /:           ADDRESSNUMBER &VBDKA-ADRNR(K)&
    /:           COUNTRY 'CN' LANGUAGE 'C'
    /:           LANG_FOR_COUNTRY 'X'
    /:           FROMCOUNTRY &VBDKA-SLAND&
    /:         ENDADDRESS
    - Englisch: Printout of customer address is shown as ##### even we print the output type in English and there is an English language maintained in SD and customer master data
    /:         ADDRESS PARAGRAPH T2 LINES 8
    /:           ADDRESSNUMBER &VBDKA-ADRNR(K)&
    /:           FROMCOUNTRY &VBDKA-SLAND&
    /:         ENDADDRESS
    The customer master data in VD03 is in English and Chinese as "Internat. Version".
    Please can you help us how the coding should look like, so the same output type can be printed in Chinese with Chinese letters and English with Latin letters.
    I've read through some other related topics and it seems like the device type is also relevant if the printing of different languages is supported or not!?
    Does someone know the correct device type? We currently use the following: PDFUC.
    By the way: In our user exit we also have implemented an user exit with the following function ....
    * China:
      ELSEIF destination_country_fields-intca = 'CN'.
         IF sender_country_fields-intca = 'CN'.
    * China -> China: Version C (if maintained, otherwise version SPACE)
          version_key = 'C'.
         ELSE.
    * from elsewhere -> China: International (if maintained)
           version_key = 'I'.
         ENDIF.
    --> This user exit shows, that we can't print the English characters since it's always pulls the Chinese ADRNR.
    Do you have an idea how we can adapt the program or user exit so we also can print the form in English, even parts goes CN to CN.
    Thanks in advance.

    Hi Andreas,
    you just have to make sure, that the device-type support the character-set. This is located in TA SPAD and there you go to the device-type.
    but that is a basis-thing.
    Additional to that it necessary to call the form in the correct language in such specific cases.
    To solve this issue go to SE63 and translate it to chinese.
    Now, if you got a chinese customer, call the form for the chinese output and if you got the english call the EN-Output.
    To connect both forms together you can use the START_FORM/ END_FORM functionstones. It is located in the same functiongroup.
    OR
    An easy try and error thing would be to set the country before printing the address.
    /: SET COUNTRY CN
    /:         ADDRESS PARAGRAPH T2 LINES 8
    /:           ADDRESSNUMBER &VBDKA-ADRNR(K)&
    /:           FROMCOUNTRY &VBDKA-SLAND&
    /:         ENDADDRESS
    SET COUNTRY <Yourpreferredcountry>
    This takes affect also at the outputdevice-type to refer to the correct language-settings.
    It is just an idea which come during writing my answer. I never faced something like that, but I can imagine, that this could be a also an easy to go solution.
    Hope that gives you a solution for your problem.
    ~Florian

  • SAPSCRIPT Quantity Symbol printing different values

    Hi,
    I am generating a Printout & Fax at a time for the Purchase Order output, a SYMBOL which is having a conversion value is printing different values in FAX output. Both the Printout and Fax uses the same Print Program but different sapscripts which have same formatting for printing the conversion value (different scripts but copied one and no changes in the script).
    the following symbol is printing different values:
    Print program:
    data: p_value type ekpo-menge,
             umbsz TYPE umbsz.
    umbsz = marm-umrez / marm-umren.
    p_value = umbsz.
    Script
    &p_value(7.0R)&
    This &p_value(7.0R)& gives different values in Printout and Fax and this difference is not for every document, it is for some documents and there are no changes in conversions also.
    My question is: "Is there any problem in using (7.0R) for datatype menge, I mean restrict the no.of characters and decimals at a time for quantity field type".
    Thanks in Advance.
    Ravi

    Hi Ravi,
    Try doing a WRITE - TO in your program. Make the variable p_value type char.
    Another suggestion would be to get the value doing a PERFORM xxxxx IN PROGRAM and retrieve the value from there.
    Regards,
    Ernesto.

  • PO Output message types for different document types

    Hi,
    I wanted the system automatically generate the messages whenever a PO is created for different document types like NB,UB,Blanketorder, Pilot run.
    These are the steps i did...plz advice any more steps to make this work
    1. the output type I am using is NEU-purchase order
    2. I have created condition records for document types NB,UB,PR etc
    I was sucessfull in getting the messages automatically for the standard(NB) PO..but not for the other document types
    Plz advice me how I can achieve this with further configurations
    Thanks
    SKid

    If you have created conditin record for all the document type in MN04 then it should work becuase doc type has nothing to do for printing config.
    this is basically a condition record.
    check your condition record

Maybe you are looking for

  • Select certificate - 403 Forbidden: Access is denied in Safari

    Safari is asking to 'Select Certificate' for a website. It shows two certificates the old one which expired in Feb last year and the current one which is set to expire in 3011! Regardless which one you choose it comes back with.... Server Error 403 -

  • Cant Open Files

    Help! I have a student with images that wont open. A warning appears that Adobe Photoshop data appears to be damaged. Unexpected end of profile.

  • How to find if an error log table is related to a table....???

    Hi, In Oracle 10g , maybe in older version too, there is the capability to create an error log table using the dbms_errlog package and create_error_log procedure... For exaample: exec dbms_errlog.create_error_log('EMP','EMP_ERROR') How to find afterw

  • Missing Settings Items

    Good Morning all, Well, I am hoping that someone out there will be able to help me solve this problem. Ok, here's the deal. I have a 3g iphone and have set up 4 email accounts under settings, no problems. Yesterday I tapped the mail app. and saw the

  • Ios 8.2 Music dissapears

    I bought a new Ipod 5th gen that has the IOS 8.2 loaded. I have tried to auto sync and also manually load my music. The music appears to be on my device in Itunes. But when I try and click and play songs through Itunes the dont play... They play fine