Is it possible to simulate "greenbar shading" in SAPScript?

Hello,
Is it possible to simulate "greenbar shading" in SAPScript? (NOT SmartForms)
I'd like to be able to shade alternate rows for easier reading.
Thx.
Andy

It's been a VERY long time since I saw greenbar computer paper...must have been in 1982??  Anyway, here's something you can try.  I don't have a single operating SAPScript output set, due to how SAP is utilized here, so I can't test this....  But, here's what I'd try in the main window.  This might (or, more likely, might not) work.  At least, it passes the SAPScript definition check.
/:     POSITION XORIGIN '0' CM YORIGIN '0' CM HEIGHT '3' LN INTENSITY 20.
/:     POSITION XORIGIN '0' CM YORIGIN '3' LN HEIGHT '3' LN INTENSITY 0.
/:     POSITION XORIGIN '0' CM YORIGIN '6' LN HEIGHT '3' LN INTENSITY 20....and so on.

Similar Messages

  • Is it possible to simulate whole java card application on simulator?

    Hello all,
    currently i dont have any real java card yet,not either reader . I already made a simple applet and check its working by CJCRE (net beans simulator), it is working fine,
    now i want to move to host application which will communicate with java card via card reader. Is this possible to simulate complete application ( host application + java card applets)?
    I want to check it out that:- which line of java program would be helpful to know that:-
    1-"how real host application will talk to reader"
    2- how it connect and disconnect the reader
    3- how it send apdu to java card by reader
    and much more.
    I am using netbeans 7.1 and it is using CJCRE as a simulator....

    you mean to say this
    http://askra.de/software/jcdocs/app-notes-2.2.2/apduio.html
    I am quite confused now, i read this but still can not imagine the concept ,
    an applet code is :-
    public class GetName extends Applet
         final static byte CLASS     = (byte) 0x80;  // Class of the APDU commands
         final static byte INS_READ  = (byte) 0x02;  // instruction for the READ APDU command
         final static byte INS_WRITE = (byte) 0x03;  // instruction for the READ APDU command
         final static byte INS_DY_CO = (byte) 0x04;  // instruction for the READ APDU command
         final static byte[] text    = {(byte) 'A', (byte) 'M', (byte) 'I', (byte) 'T'};
         public static byte[] holder;
         public static void install(byte[] bArray, short bOffset, byte bLength)
            new GetName();
        protected GetName()
            holder = new byte[5];// allocation of memory in runtime
            register();
        public void process(APDU apdu)
              if(selectingApplet())
                   return;
            byte[] cmd_apdu = apdu.getBuffer();         
             if (cmd_apdu[ISO7816.OFFSET_CLA] == CLASS)
                   switch(cmd_apdu[ISO7816.OFFSET_INS])
                        case INS_READ:  
                        if ((cmd_apdu[ISO7816.OFFSET_P1] != 0) || (cmd_apdu[ISO7816.OFFSET_P2] != 0))
                        ISOException.throwIt(ISO7816.SW_WRONG_P1P2);
                        short le = (short)(cmd_apdu[ISO7816.OFFSET_LC] & 0x00FF); 
                        short len_text = (short)text.length;                      
                        if (le != len_text)
                        ISOException.throwIt((short)(ISO7816.SW_CORRECT_LENGTH_00 + len_text)); 
                        apdu.setOutgoing();                      
                        apdu.setOutgoingLength((short)len_text);
                        apdu.sendBytesLong(text, (short)0, (short)len_text);
                        break;
                    // here we save data from apdu and will keep inside the data byte                   
                        case INS_WRITE:
                    short lc = (short)(cmd_apdu[ISO7816.OFFSET_LC] & 0x00FF); 
                    Util.arrayCopy(cmd_apdu, (short) ((ISO7816.OFFSET_CDATA) & 0xff), holder, (short) 0, lc);
                        short len_holder_inside_write= (short) holder.length;
                       apdu.setOutgoing();
                    apdu.setOutgoingLength((short)len_holder_inside_write);
                    apdu.sendBytesLong(holder, (short) 0, (short) len_holder_inside_write);
                    break;
                    case INS_DY_CO:
                        short len_holder= (short) holder.length;
                    apdu.setOutgoing();
                    apdu.setOutgoingLength((short)len_holder);
                    apdu.sendBytesLong(holder, (short) 0, (short) len_holder);
                    break;
                        default : 
                        ISOException.throwIt(ISO7816.SW_INS_NOT_SUPPORTED);
             else
                    ISOException.throwIt(ISO7816.SW_CLA_NOT_SUPPORTED);
    }now i think i need to make a another java file which would contain a main class, Is this both file would be inside a single java card project. and how these both would be connect to each other.
    for manually run a applet- there were two steps 1-
    C:\java_card_kit-2_2\samples\src\demo>jcwde jcwde-getname.app
    Java Card 2.2 Workstation Development Environment (version 0.18).
    Copyright 2002 Sun Microsystems, Inc. All rights reserved.
    jcwde is listening for T=0 Apdu's on TCP/IP port 9,025.
    and in second terminal we wrote-
    C:\java_card_kit-2_2\samples\src\demo>apdutool -nobanner -noatr getname.scr > ge
    tname.scr.jcwde.out
    Here it is clear that, if i will use javacardio then no need to pass the apdu from a file .....but i am confuse about how it possible, ie. is both file lie in same project , because i m using simulator so i need to run these both file simoltaneously........give me some roughly steps to implement this.

  • Possible to simulate a spreadsheet for input, with static values per row

    Haven't seen this done but thought I'd ask, is it possible to simulate a spreadsheet interface in Apex? Basically, I have 9 columns each of which needs to be filled out for 10 time periods per day (row), and it's easiest for the user to tab across the columns then down to a new row / next timeslot, to fill out the whole day's worth of data, rather than entering hour by hour & then changing the timeslot manually. This would require that the value for column 1 of row 1 = 8, column 1 of row 2 = 9, column 1 of row 3 = 10 and so on. So, a tabular form but with static values on each row.
    Is this possible & if so, any pointers to what to start researching to make this work would be greatly appreciated. I know they can work in a spreadsheet & upoad it and we may go that way but this seemed like an interesting problem to see if Apex could handle it; I just am uncertain where to start on it is all.
    Many thanks for your pointers!
    gp
    Edited by: 834058 on Jul 18, 2011 10:37 AM

    Tabular report, with some modifications to have rows added at start of usage. User would on occasion need to click a control to add rows..
    Thank you,
    Tony Miller
    Webster, TX
    There are two kinds of pedestrians -- the quick and the dead.
    If this question is answered, please mark the thread as closed and assign points where earned..

  • Is it possible to simulate a table for reference in  the "Custom Calculation Script" in Acrobat?

    I am attempting to simulate a table in a Acrobat form where the formula looks at the number or name from another field and looks through the code for the name or number reference and returns the value associated with the number or name. Is this possible in Acrobat forms?
    Bruce

    Yes, it's possible. You can get the name of the field that is being calculated using event.target.name, and then you can manipulate that name to get a row number (for example) and access other fields in that row.

  • Is it possible to simulate large-scal​e non-linear systems using the Simulation Toolkit?

    Hi,
    I am new to LabVIEW, having used Matlab/simulink for a few years. I am trying to simulate a relatively complex non-linear vehicle model. In Matlab/Simulink I would use an m-file to describe the system equations (i.e. x1_dot=..., x2_dot=..., etc.). Is there a similar method in LabVIEW? I have got a simple simulation running using the 'eval formula node', a very ungainly method of substituting variables, and an integrator in a 'simulation node'. It takes about an hour to run a simulation that takes 3 seconds in Matlab. I just need to know if it is realistic to do large-scale simulations in LabVIEW, or if it was not designed for that and I should persuede the management to go
    back to Matlab!!!
    If it is possible, where can I find help on the subject? I have spent a long time looking on the web and come up with very little.
    Many thanks in advance,
    Paul.

    If these are simple differential equations, easiest would be a for loop with a bunch of shift registers, one for each x1, x2, etc. containing the current values.
    In your case, you would calculate all the derivatives from the instantaneous values inside the loop, then add them to each value before feeding them to their respective shift register again.
    The attached very simple example shows how to generate an exponential decay function using the formula dx/dt= kx (and k is negative). The shift register in initialized with the starting condition x=1.
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    DiffEQ.vi ‏33 KB

  • Is it possible to simulate EtherCAT devices in a project?

    Given a project topology like this:
    Windows PC Host  <-> cRIO-9024 <-> NI-9114 backplane <-> NI-9144 EtherCAT #1 <-> NI-9144 EtherCAT #2  run in hybrid scan mode
    During development is it possible to tell the project to run without EtherCAT #2 being physically connected, using virtual/simulated IO in place of it?
    Just trying it, when I try to switch from Configuration to Active mode, I get an error saying that "the slave device cannot be found".
    I often find myself thinking that the project explorer needs a good way to "comment out" various pieces of the project without having to resort to "Remove From Project".

    Hi WNM,
    Unfortunately, it is not possible to run the project without the ethercat slave device connected.  That does sound like a very useful suggestion though!  I recommend that you post to the NI Idea Exchange with your ideas for this.  http://forums.ni.com/t5/NI-Idea-Exchange/ct-p/ideas
    Regards,
    Dayna P.
    Applications Engineer
    National Instruments

  • Is it possible to print barcodes from LT31 (SAPScript) on a Zebra?

    Hi
    We have a factory that would like to print their picking lists/transfer orders using transaction LT31 to a Zebra ZM600 printer. The transaction appears to create a spool in the SAPScript format.
    We have tried pretty much all of the Zebra drivers (ZEB), a standard HP driver and a ASCII line printer driver (in SPAD) but nothing works - barcodes are not printed. For some drivers the format of the spool looks good in SP01, but then nothing is printed at all at the printer! In other cases the text is okay but barcodes are not, in other cases the text is complete gibberish.
    The user has been informed that SmartForms should be used instead of SAPScript but we believe this would involve changes at ABAP level and our ABAP support is by a third party company which we are trying to avoid using.
    I have seen SAP Note 179534 - Label printing with Zebra printers (SAPscript) but it seems this would also involve Application Support/ABAP teams etc.
    Is there anything we (SAP Basis) or the end user can do to be able to print barcodes from LT31 to the Zebra printer without involving Application/ABAP support?
    Thanks
    Ross

    Tried but get an error:
    SAP spool error log
          =====================
    Print request processing log
    The host spool is reporting errors
    Unintelligible response received from assumed SAPLPD ("#")
    (SAP)LPD cannot accept request (Queue LDSP0092 disabled?)
    Unable to connect to output processor
    Any ideas?

  • Sample document : "simulate" not possible ?

    When we create sample documents thru F-01 transaction, it is possible to enter tax data but the "simulate" entry is greyed in the menu. It is not possible to simulate and there is no tax automatic posting in the saved document. The documents which are created with sample have no problem with this, but I would know where it is described in the documentation for giving an "authorized" answer to the user. We are in 4.7. Can anybody say were to find the detailed documentation about this ?

    I had a look and this is quite technical...
    if the simulation is active for a transaction (or not), is controlled by table T020. For F-01 the relevant entry in the table is FBM1 (transaction F-01 starts transaction FBM1 - you can check that in SE93). If the field function class (FUNCL) in table T020 contains D or M (whatever they mean...), the Simulate is turned off in the transaction... That's it... I cannot explain further, because the data is maintained by SAP in this table, and there is not much help to it...

  • Possible to have multiple cluster members in the same JVM (for unit tests)?

    Hi,
    I'm wondering if it's possible to simulate multiple cluster members inside of a single JVM. I'm looking to unit test my code and it would be great to write cases for various boundary conditions.
    This could certainly be done with multiple JVMs but would be more difficult to run in something like cruise control etc.
    TIA,
    Danny

    Hi Danny,
    I do not know how to accomplish what you are asking for and run several Coherence nodes in a single JVM, but I have written a JUnit base class that starts a configurable number of nodes (each in its own JVM) and provides some other useful methods for unit/integration testing with Coherence, such as method to clear all caches or to load test data from the CSV file.
    It is still a work in progress and you might need to tweak things a bit to make it work in your environment, but it will at least give you a head start.
    Shoot me an email if you are interested and I'll send it to you (you can find my email in my profile).
    Regards,
    Aleks

  • How to simulate a mobile robot using labview

    Hello,
    Is it possible to simulate the movement of a mobile robot using labview?
    I mean, is it possible to have a graphics window to show these movements?
    Thanks

    In LabVIEW there are several options to display animated graphics in 2D and 3D. Here are some examples that can be found in the example library that ships with LabVIEW:
    If you need further information I would suggest to post this question with some more details (e. g. a picture of your robot, type of movements,...) in the LabVIEW forum.
    Best regards,
    Jochen Klier
    National Instruments Germany
    Message Edited by Jochen on 04-23-2007 10:46 AM
    Attachments:
    2D robot.jpg ‏113 KB
    solarsystem.jpg ‏114 KB

  • Simulate a parked document

    Hi all,
    I created a document using F-92 transaction, simulating it to check the +/- value …
    I was surprised that it’s not possible to park the simulated document &#61516; … you have to reset it first…
    Then, I’m wondering if it’s possible to simulate a parked document using standart transaction, FM, BAPI ?
    Thanks for your help.
    Nico.

    Hi,
      Try BDC if you want the same operation... Even I had a same situation.For that I created BDc for the transaction.
    Thanks and Regards,
    Senthil Kumar Anantham.

  • Simulate FileUpload via HTTP Plain Adapter (input field type = file)

    Our Partner would like to get the payload via html input parameter with type=file.
    The Szenario:
    The payload is generatet in one CRM System as an individual structure. We send the payload via proxy to the integration enginge. Is it possible to simulate the fileupload technology of a simple html form with input field with type=file.
    Any idea is helpfull. Thanks!

    Hi Stefan,
    thank you for the tipps. I know about epilog parameters of plain http adapter and i. e. xslt mappings.
    I don' t know how the simple html upload works and if it is possible to build multipart upload?
    Manualy upload is resolvable with
    <HTML>
         <HEAD>
              <TITLE>Upload</TITLE>
         </HEAD>
         <BODY>
              <FORM ACTION="/cgi-sample/upload.pl" METHOD="post"
                                                ENCTYPE="multipart/form-data">
                         File: <INPUT TYPE="file" NAME="file"><BR>
                                   <INPUT TYPE="submit">
              </FORM>
         </BODY>
    </HTML>
    Meanwhile, we have solved the problem with a simple xslt mapping for plain html on the receiver side.
    Kind regards
    Jochen

  • Simulate attack or intrusion to cause a signature trigger

    Is it possible to simulate an attck or an intrusion , which will trigger any particular signature id in an IDS model 4250. ( on a host which IDS is sensing ). This will enable us to actually check or see an intrusion on real time dashboard on IdS event viewer. Are there any scripts or utilities available which will cause triggering of IDS ignatures. ( with particular id ).
    Thanks in advance

    Hi everybody:
    There are good suggestions in this post, but I want to add one more comment.
    What you are looking for is named a "proof of concept".
    It is difficult to test every signature, because you need specials tools and often it is very difficult to find (if exist).
    Nessus (mentioned early in this post) is an vulnerability assesment tool and have several kinds of attacks (I suggest you try with knoppix -std because it is already instaled, but you need minimum knowledge about linux).
    Another suggestion for specifics vulnerability, visit http://www.securityfocus.com/bid.
    If the vulnerability has a proof of concept, you can find it in this web for sure!.
    Another problem is that exist the sign for prevent this thread :-P
    Hope this help.
    Alberto Giorgi from spain (new kid in this block)

  • Can we simulate PCI CAN card ?

    Hi All,
    As i know we can simulate DAQ card through MAX . Similarly is it possible to simulate any NI card ?
    If yes then how ?
    What is the use of virtual CAN port ? When can we use those virtual port of CAN card ?
    Kindly reply as soon as possible.
    Regards,
    J

    http://forums.ni.com/ni/board/message?board.id=30&requireLogin=False&thread.id=2011
    This discussion might be useful.
    Regards,
    Vaibhav.

  • Howto simulate a PSTN

    Hello,
    is it possible to simulate a PSTN with tree routers (e.g. 2x 1841, 2821)? Each is equipped with an CTRLR E1 Module (VWIC2-2MFT-G703). Both routers are conntect with an special cross cable to get the interface active.
    !!! This should become a test envoirement !!!
    Now I would like to connect a CUCM to the first 1841 an a second CUCM to the other 1841. The test setup should look like this:
    CUCM#1 ------- Fa0/0     1841     E1 ------- E1     2821     E1 ------- E1     1841     Fa0/0 ------- CUCM#2
    If it would work, I would like to call form CUCM#1 CUCM#2.
    So here are my questions:
    Would it work?
    Can I define number pool by own?
    Has anybody build something like this?
    How have I to configure it?
    In my mind, I remember this setup in the Cisco CIPT courses.
    Kind regards Kai

    You can simulate a voice PRI on a 2600 as long as you have DSP resources. If you want to make voice calls through it, the easiest way is to use something like a NM-2V card with VIC-2FXS , the AIM-VOICE-30 DSP card and a VWIC-1MFT-T1 card.
    The following config would work -
    isdn switch-type primary-ni
    network-clock-participate wic 0
    network-clock-select 1 t1 0/0
    controller t1 0/0
    pri-group timeslots 1-24
    interface serial 0/0:23
    isdn switch-type primary-ni
    isdn incoming-voice voice
    isdn protocol-emulate network
    dial-peer voice 1 pots
    incoming called-number .
    port 0/0:23
    direct-inward-dial
    dial-peer voice 2 pots
    description - calls to PRI
    destination-pattern 1...
    port 0/0:23
    prefix 1
    dial-peer voice 3 pots
    description - calls to FXS ports
    destination-pattern 2...
    port 1/0/0
    we use these configs all the time in the lab as PBX simulators . You need a T1 cross over cable to bring up the interface -
    1 ---- 4
    2 ---- 5
    4 ---- 1
    5 ---- 2

Maybe you are looking for

  • Contacts wont sync from iphone to imac

    iPhone 4/os5 , imac/OS10.6.8, itunes10.5.1 I am not using mobile me, but prefer to sync manually over the hard wire. Calendars, music and mail are fine. (Mail is over 3G) Data and contacts added on phone do not appear on iMac/main computer. This has

  • Restore to new computer: I did a carbon copy of my old macbook pro computer it's on my external hard drive.  Now how do I restore files on to my new macbook pro.

    not sure how to restore old files, address book, music, photos to my new Mac OS X 10.7.4.  The external hard drive has all the computer (system-apps-files etc) stored via carbon cloner.  The formatted volume is Macos extended (journaled) Do I need to

  • HDMI Help

    Hey Everyone, First post here, so I apologize if I'm in the wrong section. I tried a Forum search and coudn't find what I was looking for, so here goes. I have the NF750-G55 motherboard, and I'm trying to send my video out through the HDMI port to my

  • How to display amount in words for subtotal value?

    Hi All, I am diplaying a amount in words for sub-total value after each document number. Can any one suggest how to display text for sub-total value not for Grand total? I want subtotal at each material for each document number and want to display th

  • QM certification question bank.........

    Hi There , As I had earlier posted in the forum that I am planning to go for SAP -QM certification & I am perparing for the same....... Can anyone please tell me from where I can get some real queation that can appear or has apperaed in the certifica