Percentage in front of variable or itab name.

when should we go for '%' infront of variable name ?
--Bala

I have something like this. Not sure why percentage is used for structure name.
DATA: BEGIN OF %ST_LISTE OCCURS 100,
          HEAD(1),
          TAB(3),
          LINE(6) TYPE N,
          CONT(1) TYPE N,
          FINT(1),
          FINV(1),
          FCOL(1) TYPE N,
          TEXT(0255),
      END OF %ST_LISTE.

Similar Messages

  • Front End Variable to Multiple Queries

    I need to create a front end variable selection on plant that will then pass the plant as a parameter to run a Bex query that is based on plant.  I cannot seem to accomplish this in BEX Query designer am I new to WAD.  I don't want to publish 20+ queries to the portal and instead want to publish one query with a variable input that runs the "sub-query" based on the input variable parameter. 
    Example user inputs plant.  The query is for sales of slow moving items that is plant specific.  Each query has restrictions based on material number for 500 materials.  There is not currently a way to identify these materials by plant for master data...
    Any guidance is greatly appreciated
    Warm Regards
    Lee Lewis

    Dear,
    Why dont you go for Restriction with Manula Entry Variable on Material Variable, by doing this you can have one query instead of 20 queries,
    Variable selection Screen will be like the below,
    Plant -
    MAnual Entry (Single Mandatery)
    Material------ Manual Entry (Multiple Entry / Range )
    Regards
    Reddy A
    Edited by: ReddyAbi7 on Jan 5, 2010 12:18 PM
    Edited by: ReddyAbi7 on Jan 5, 2010 12:18 PM
    Edited by: ReddyAbi7 on Jan 5, 2010 12:20 PM

  • Unknown variable or property name 'ReportFilePath'. Error accessing item 'Runstate.Root.Locals.ReportFilePath'. in TestStand

    Hi all.
    I was using Teststand 4.2 up to last week and upgraded to TS 2013. In 4.2 I was using the following to get the location of the teststand report:
    Runstate.Root.Locals.ReportFilePath
    but with TS 2013 this no longer works.. is the following error:
    Unknown variable or property name 'ReportFilePath'.
    Error accessing item 'Runstate.Root.Locals.ReportFilePath'. in TestStand - Get Property Value (String).vi->
    I've tried the following now with no success:
    RunState.Root.Report.Location
    So my question is how can I get the location (path) of the report file during test programmatically please?
    Please find enclosed a screenshot of the report config:
    Solved!
    Go to Solution.
    Attachments:
    TS_ReportConfig.png ‏42 KB

    Shashidhar,
    Thanks for your help! With your tips, I finally got it to work. For anyone else trying to modify report names based on user input after the sequential process model sets the file name path I will re tell what I did:
    Edit the Ni_RerportGenerator.seq plugin found in C:\Program Files (x86)\National Instruments\TestStand 2014\Components\Models\ModelPlugins\
    You go into this file and add the step higlighted in Blue at that same location. Please see the expression I typed in the expression box. Setting Parameters.ReportOptions.NewFileNameForEachUUTStatus to true forces re-evaluation of the report name at the end of the sequentialmodel.seq.
    Then you add a FileGlobal in the sequenatialmodel.seq. I called my FileGlobal ReportFileName
    Then I added an expression in my test sequence that modified the the new FileGlobal I created:
    Finally I updated the report options (Go to Cofigure>Report Options > Report File Pathname and under File/Directory Options select "Specify Report File Path by Expression" and I entered my expression. It appears that you can disregard the evaluated report file path error (box below) because your pathname won't be generated until run-time.
    This worked well for me hopefully it will for others. 
    Thanks,
    Marco

  • Fix variable text (File Name) when importing INDD into INDD

    More of a fix request than a new feature:
    Simply put, the variable text (File Name) shows the file extension when the document is imported into another INDD regardless of the variable text specifications in the originating document. This is unexpected and undesired.
    Please see problem description in this thread: http://forums.adobe.com/thread/489492?tstart=0

    Seconded. Currently, I don't use this variable in this way, but I can envisage future scenarios where it would be a problem.
    And it seems a strange thing to miss out on ... (why would an INDD file behave different?)

  • "sCode=0xf​fffbc66: Descriptio​n: Unknown variable or property name 'ReportSty​le'. Error accessing item 'ReportSty​le' when trying to optn the ReportOpti​ons in TestStand 4.0.

    I get the error "sCode=0xffffbc66: Description: Unknown variable or property name 'ReportStyle'.  Error accessing item 'ReportStyle'. when trying to load the ReportOptions in TestStand 4.0.
    Has anyone seen this before?  If so how can I get around it as I will need to disable Report Generation for this system.
    Thank you

    Hello,
    I am not 100% sure how I resolved this issue as it was a few years ago.  However, I have attached the TestStandModelReportOptions.ini file that I used - hope this helps you.
    Attachments:
    TestStandModelReportOptions.ini ‏5 KB

  • Location of variable and function names in SWF bytecode?

    Ok, so I'm looking at the specification PDF for v10 of a SWF file.
    Here is a link to it: http://www.adobe.com/devnet/swf/pdf/swf_file_format_spec_v10.pdf
    I can't find anything in there about where or how a SWF stores variable and function names in the bytecode, though SWF decompilers can find them in any SWF file. So they must be in there somewhere.
    Can any one help me on this one?

    Hi check the varaibles by giving ur tech.name of report input parameter to the below program,
    RSRQ_QUERYDEFINITION
    it will all the query details. So you can find ur varaibles where it is used exactly.
    bhaskar

  • Get a variable by a name string?

    Hi,
    I am currently developing an interpreter.
    This interpreter will be initiated with several pieces of strings mixed
    with unknown number of variables with some order which is unknown previously.
    So the better way is just passing one string which contains the variable
    name strings and return a collection of variables specified by the variable
    names contained in this string.
    Problem is:
    How can I get a local variable from a name string in a method, instead of
    by a name variable?
    Java Reflection can only return fields, but not variables
    Any idea?
    And does JNI could do it?
    Any help appreciated
    Thanks in adv
    dunson

    Interpreter for what?

  • Dump Analysis: High ITAB-name-numbers - s.th. to worry about?

    Hi Folks,
    I'm currently involved with a project implementing SAP CRM-Service and while analysing some dumps for error TSV_TNEW_OCCURS_NO_ROLL_MEMORY I noticed that the number of lines in the internal tables wasn't all that high but that the internally assigned numbers for the itab-names where a lot higher than anything I have seen so far. I'm therefore now wondering if this is something to worry about or if this "normal" for a CRM-Service system.
    SAP kernel....... 700 /
    Database............. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE 10.2.0.."
    Memory consumption
    Roll.... 6236416
    EM...... 2002809728
    Heap.... 1362478816
    Page.... 32768
    MM Used. 3332838064
    MM Free. 35308232
    Program............. "SAPLIBINF"
    Screen.............. "SAPMSSY0 1000"
    Termination occurred in the ABAP program "SAPLIBINF" - in
    "INST_INSERT_IN_BUFFER".
    37 * update the secondary indices
    INSERT i_ibinwa_rec INTO TABLE l_ibinwa_tab.
    I_IBINWA_TAB
    Table IT_199444325(2x536)
    C_IBINWA_TAB
    Table IT_199443596(4x536)
    L_IBINWA_TAB
    Table IT_199444327(0x536)
    C_IBINWA_SEC_IBASE_STAB
    Table IT_199443697(3x124)
    I'm used to seeing eg. IT_123 but not these 9 digits long numbers. As the routine this abended in is called from one of our custom-programs I'm just a bit concerned that some internal tables might not be properly cleared/refreshed/freed after usage.
    Thanks for any feedback you have!
    Cheers
    Baerbel
    P.S.: I'm sorry for not participating more in the forums but work just keeps interfering!

    Hi Samuel,
    thanks for your quick reply!
    To answer your question, I_IBINWA_REC is just a workarea not an internal table. And all the tables I see in the dump-information don't have many entries, they seem all to be in the 1 or at most 2-digit range. This low number of entries compared to the high number of itab-names is what actually had me worried. Something has to be filling up the available memory and I'd like to pinpoint what it is.
    It is possible that the program got squeezed from all sides as it abended during conversion activity with lots of activity in the system.
    I am glad to read, though, that these high itab-numbers are seen elsewhere as well!
    Cheers
    Baerbel

  • How to generate variable to receive name of database on B1if

    Hi Everyone,
    I need your help, I created a web service with B1if and I tried generate one variavel to receive a name of database to use work on my web service, but I could not.
    The client will set the name of database to receive to data from webservice.
    Can generate variable to receive name of database on B1if?
    I dont find nothing about this situation, Anyone tried make something like this?
    Sorry for my bad English.
    Thanks,
    Duoglas

    Hi
    I'm not sure if I understood you correctly:
    you will receive a database name as a part of the incoming message for your web service and then you need to choose a correct system from SLD based on this name? For example there will be a <dbName> tag in your and based on its value you would have to choose appropriate system in B1iF. Am I right?
    Kind regards,
    Radek

  • Undefined variable or class name

    I am trying to call a java class to another class but gets the error: "Undefined variable or class name"
    Both my java files are in the same directory and I am able to compile only one of the program. Wondering what am I missing?
    The source code is:
    ServletUtilities.java: (I am able to compile)
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class ServletUtilities {
    public static final String DOCTYPE =
         "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 " +
         "Transitional//EN\">";
    public static String headWithTitle(String title) {
         return(DOCTYPE + "\n" +
              "<HTML>\n" +
              "<head><title>" + title + "</title></head>\n");
    HelloWWW3.java (getting error when compile)
    public class HelloWWW3 extends HttpServlet {
    public void doGet(HttpServletRequest request,
                   HttpServletResponse response)
         throws ServletException, IOException
         response.setContentType("text/html");
    PrintWriter out = response.getWriter();
    out.println(ServletUtilities.headWithTitle("Hello WWW") +
              "<body>\n" +
              "<h1>Hello WWW</h1>\n" +
              "</body></html>");

    I tried and I got these errors:
    C:\java servlets\HelloWWW3\src>javac -classpath . HelloWWW3.java
    HelloWWW3.java:4: Package javax.servlet not found in import.
    import javax.servlet.*;
    ^
    HelloWWW3.java:5: Package javax.servlet.http not found in import.
    import javax.servlet.http.*;
    ^
    HelloWWW3.java:7: Superclass coreservlets.HttpServlet of class coreservlets.Hell
    oWWW3 not found.
    public class HelloWWW3 extends HttpServlet
    ^
    3 errors
    Then I moved HelloWWW3.java and ServletUtilities.class file to C:\jakarta-tomcat-3.2.3\lib
    This dir has files
    JAXP JAR
    SERVLET JAR
    ANT JAR
    PARSER JAR
    WEBSER~1 JAR
    JASPER JAR
    and compiled and got this error
    C:\jakarta-tomcat-3.2.3\lib>javac -classpath . HelloWWW3.java
    HelloWWW3.java:4: Package javax.servlet not found in import.
    import javax.servlet.*;
    ^
    HelloWWW3.java:5: Package javax.servlet.http not found in import.
    import javax.servlet.http.*;
    ^
    HelloWWW3.java:7: Superclass coreservlets.HttpServlet of class coreservlets.Hell
    oWWW3 not found.
    public class HelloWWW3 extends HttpServlet
    ^
    3 errors
    Here is what I hava defined for my CLASSPATH
    C:\jakarta-tomcat-3.2.3\lib>echo %CLASSPATH%
    C:\jakarta-tomcat-3.2.3\lib\servlet.jar;C:\jakarta-tomcat-3.2.3\lib\jasper.jar
    ------------------------------------------

  • [HELP] Error, Unknown variable or property name '', error. No Details???

    Our production team ran some of our TestStand software when it froze.  Upon exiting the report file contained only one error:
    “Error, Unknown variable or property name ''. [Error Code: -17306, Unknown variable or property name.]”
    This has not happened before with this test sequence.
    Now I have seen this before, during development of other TestStand projects, but there are usually details of the unknown variable in the error.  This one just has empty quotes!  There are around twenty sequences called in this software.  Is this a rouge error, a symptom of the freeze, or do we have an unknown variable issue in these sequences?
    Christopher Povey
    Senior Test Systems Engineer for BAE Systems.

    Hi Christopher,
    As you say as part of the Error Message you should of had the Variable name.
    With this freeze and if you had to force exit of the TestStand, it would seem that to get any report at all you must be doing some sort of 'On the Fly' reporting. If so, can you pin point what the test sequence was doing to try to identify the cause of the freeze.
    Maybe you are obtaining the variable name dynamically and because of the crash this value was not obtained and therefore you were passing an empty string. Hence no variable name in error message.
    Regards
    Ray Farmer

  • Why does DB_PLImpotExportProperties throw "Unknown variable or property name. (Error = -17306)"?

    When I run GenericImportExport.seq, the call to  DB_PLImpotExportProperties brings up the Import/Export dialog. When I copy that step into my existing sequence, the error "Unknown variable or property name. (Error = -17306)" is thrown. I can see no difference between the two. They also appear to be running in the same environment.
    Any suggestions?
    Solved!
    Go to Solution.

    So this was bothering me enough that I went back and recreated the problem. I cannot even call the entire sequence without getting this error.
    I added a step to my test sequence that makes a call to the sequence GenericImportExport.seq in a separate file (where it was installed). Right-clicking on the the step and selecting "Run Selected Steps" causes the subject error.
    I CAN use the tool menu "Import/Export properties..." or open the sequence itself and run ImportExport without a problem.

  • Get a variable by a name string? how

    Hi,
    I am currently developing an interpreter which is of cause a class.
    This interpreter will be initiated with several pieces of strings mixed
    with unknown number of variables with some order which is unknown previously.
    So the better way is just passing one string which contains the variable
    name strings and return a collection of variables specified by the variable
    ames contained in this string.
    Problem is:
    How can I get a variable from a name string, instead of a name
         variable?
         Java Reflection can only return fields, but not variables
         Any idea?
         And how JNI could do perphaps?
    Any help appreciated
    Thanks in adv
    dunson

    As far as i know, the names of local variables, that are only used inside methods, are not preserved in the bytecode. That means you can't grab from them by name, whatever you do. You are able to grab members though, through reflection, but it's not very efficient. I wouldn't recommend it.
    As suggested, I think you need to make special provision for this with a structure like a Hashtable. It's better programming practice, it's more efficient, and you'll find it much easier to program.
    Something like this:
    import java.util.*;
    class Doodad {
      Map stuff = new HashMap();
      Object getValue(String code) {
        return stuff.get(code);
      void setValue(String code, Object value) {
        stuff.put(code, value);

  • How to dynamicaly (with variable) create itab - using field symbols?

    Hi,
    I need to create internal table using variable - field symbols. I think like this, but...
    data: begin of itab occurs 0.
          include structure <b>s_itab</b>.
         end of itab.
    s_itab is variable with structure of dbtab.
    I need to include variable structure table.
    i. e.
    My itab then changes structure according variable s_itab.
    First can be s_itab like table of bseg, second can be s_itab like table of hrp1001. And then I get desired itab.
    Thanks for any ideas. zd.

    Here is a sample program which should show you everything that you need to know about dynamic internal tables.
    report zrich_0002.
    type-pools: slis.
    field-symbols: <dyn_table> type standard table,
                   <dyn_wa>,
                   <dyn_field>.
    data: alv_fldcat type slis_t_fieldcat_alv,
          it_fldcat type lvc_t_fcat.
    type-pools : abap.
    data : it_details type abap_compdescr_tab,
           wa_details type abap_compdescr.
    data : ref_descr type ref to cl_abap_structdescr.
    data: new_table type ref to data,
          new_line  type ref to data,
          wa_it_fldcat type lvc_s_fcat.
    selection-screen begin of block b1 with frame title text .
    parameters: p_table(30) type c.
    selection-screen end of block b1.
    * Get the structure of the table.
    ref_descr ?= cl_abap_typedescr=>describe_by_name( p_table ).
    it_details[] = ref_descr->components[].
    loop at it_details into wa_details.
      clear wa_it_fldcat.
      wa_it_fldcat-fieldname = wa_details-name .
      wa_it_fldcat-datatype = wa_details-type_kind.
      wa_it_fldcat-intlen = wa_details-length.
      wa_it_fldcat-decimals = wa_details-decimals.
      append wa_it_fldcat to it_fldcat .
    endloop.
    * Create dynamic internal table and assign to FS
    call method cl_alv_table_create=>create_dynamic_table
                 exporting
                    it_fieldcatalog = it_fldcat
                 importing
                    ep_table        = new_table.
    assign new_table->* to <dyn_table>.
    * Create dynamic work area and assign to FS
    create data new_line like line of <dyn_table>.
    assign new_line->* to <dyn_wa>.
    * Select Data from table.
    select * into table <dyn_table>
               from (p_table).
    * Write out data from table.
    loop at <dyn_table> into <dyn_wa>.
      do.
        assign component  sy-index  of structure <dyn_wa> to <dyn_field>.
        if sy-subrc <> 0.
          exit.
        endif.
        if sy-index = 1.
          write:/ <dyn_field>.
        else.
          write: <dyn_field>.
        endif.
      enddo.
    endloop.
    Regards,
    Rich Heilman

  • Is it possible to use a variable in the name of other variables?

    Trying to avoid a long post; is there some command in Java that would allow a variable to be read before the rest of the statement it is in?
    For example, using a pair "@" to encapsulate a variable with the mystery command I'm looking for:
    *public class Example {*
    *public static void main (String[] args) {*
    Char variable = "A";
    int @variable@_Status = 0;
    So that this application would create an integer named "A_Status" and assign it a value of 0. Obviously, I'm not looking to be told that "int A_Status = 0" is the best way to do that, I'd like "variable" to be able to be defined by input or change somehow in the code. I have a gut feeling that this is impossible due to the compiler, but I'd like a more professional opinion. Anyone?

    The variable "name" is a lot less important than you think. In fact, when your code is compiled, the computer doesn't care one jot about the name of the variable.
    You should not worry about trying to do this, but rather should tell us the reason why you would even want this. If we knew that, we could show you a better way, guaranteed.

Maybe you are looking for

  • Problem setting up Flash Builder to build an ANE

    I am a native android developer trying to build an Air Native Extension for some flash developers. I don't know much of anything about flash, flex, AS, or other adobe technologies. The setup of Flash Builder is driving me insane. I followed the advic

  • Blank line in blank file

    I am creating a blank file in which one blank line is getting created.. Is there any way to solve this... I have below config. Acknowledgement.fieldFixedLengths     1 Construction Mode:  create Put file:                    directly File Type:        

  • HT3275 Time Capsule Error on network username or password

    When Time Machine tries to back up it fails - after clicking the red "i" it says: Time Machine Error. The network backup disk could not be accessed because there was a problem with the network username or password Despite hours I can't fix nor find 

  • Purchasing apps as gifts

    I bought two apps through my iTunes in Ireland and gave the email address of my brother, who lives in Italy. He got an email to download the apps, but when he tried, it told him he couldn't because he's not in Ireland. There was absolutely nothing du

  • OVS customization

    Hi all,      1. Is there is a possibility of placing an extra button in the value help popup.  On click on this button, it should popup a different screen.                 2.Can we link a web dynpro view with value help instead of using the value hel