Need Help On Field Symbol

Hi Expert,
I am working on the Standard routine.
In which I have one standard field symbol table.Standard program some time assig it and some time doesn't.and i am getting DUMP.
Is there any way to check beofre using  field Symbol whether it is assigned or not?
Please help.
Thanks

after assign statement you can check for Sy-subrc = 0.
or
if not <fs>-comp is intial.
endif.

Similar Messages

  • Need Help in Field Symbol for Dynamically passing  table field value

    Hi All,
    In my internal table I am having data.
    I am dynamically forming table field name and substitute for the another table field name to pass DATA.
    but I am getting the Variable name insted of Value ie Data.
    I am using Field Symbol for this.
    data:
    Field-symbols <TS> type any.
    field1 type string.
    LOOP AT TABLEFIELDS INTO WA_TABLEFIELDS.
                READ TABLE  TEST  WITH KEY NAME = WA_TABLEFIELDS-FIELDNAME.
                IF SY-SUBRC = 0.
                  CONCATENATE 'WA_' WA_TABLEFIELDS-TABNAME '-' WA_TABLEFIELDS-FIELDNAME INTO  Field1.
                  Assign Field1 to <TS>.
                    ALL_VAL-VALUE = <TS>
    "After substituting the <TS>  into ALL_VAL-VALUE  field I need a DATA to be passed but the variable name is appending"*    
             APPEND ALL_VAL.
                ENDIF.
              ENDLOOP.
    kindly how to pass the value into the table.
    Thanks in advance.
    San

    Hi,
    pls assign a break point in
    CONCATENATE 'WA_' WA_TABLEFIELDS-TABNAME '-' WA_TABLEFIELDS-FIELDNAME INTO Field1.
    Assign Field1 to <TS>.
    ALL_VAL-VALUE = <TS>
       " Put a break point here and check for the value in <TS>.
    if <TS> contains value then create a work area for ALL_VAL AND PASS the Field-Symbol to that and then  append thw wa into the table...
    Hope this works out!!
    thanks

  • Need help regarding blackberry symbols

    i have blackberry curve 9220 few days back my cell got spoiled and reload software error came so after reloading and installing back os 7.1 on my curve 9220 few symbols such as crown ans music symbols ( the one available on apps such as jingu or fancy characters ) became black box i tried a lot but they seems to be jst blackbox now .... bbm users having such symbols inserted in their name became black boxs and now i need help what should i do so bring such symbols again ?????? 
    example : see this link 
    https://www.dropbox.com/s/mqhpk08fjfclb4m/s13_05_2​1__17_32_38.jpg
    so as you can see in the image that in the bbm this people had crown in their names and its appearing just a black box 
    please help !

    Hi There,
    I believe these icons are not compatible with BB OS 7.1 on your device which happens with most such symbols that are from other instant messaging applications. Were they visible before on the OS 7.1? I am also thinking the change could have come from your BBM if you updated it to newer version.

  • Help for Field Symbol

    Hi All,
    I want to apply field symbol technique in my report.   actually i have one internal table say i_itab.
    it contains fileds like address1 address2 address3 address4 upto address5  .   insted of writting each field  i want to use field symbol which will increment the counter  for field durine runtime.  actually i want ot apply this logic for one of my finance report for calculation of periods values hsl01 to hsl16.
    can any one give me the solution for how to do this?
    thanks in advance
    vinod p.

    Hello Vinod,
    If you are trying like this:
    CONCATENATE 'wa_remittance_dt-suppl_addr_line' l_cnt2 into l_v_field. " --> Incorrect
    ASSIGN l_v_field to <l_v_fields>. " --> Incorrect
    You are not assigning the memory area of wa_remittance_dt-suppl_addr_line1 to <l_v_fields>. You are assigning the memory area of  l_v_field to <l_v_fields>. Because of this you are getting the blank value.
    But if you try like this:
    CONCATENATE 'suppl_addr_line' l_cnt2 into l_v_field. "Add this line
    ASSIGN COMPONENT l_v_field OF STRUCTURE wa_remittance_dt TO <l_v_fields>.
    You are assigning memory area of wa_remittance_dt-suppl_addr_line1 to <l_v_fields>. And after
    <l_v_fields> = wa_i_address-l_addr
    the value in wa_remittance_dt-suppl_addr_line1 will be changed to that in wa_i_address-l_addr.
    I think this should be clear to you.
    BR,
    Suhas

  • Help in field symbol

    Hallow
    I use this code to append to <lt_0000> but the problem is that all time I have  in <lt_0000> The last record it did not doing append it delete and insert the new line
    i now that the problem is in <b>assign</b> but what is the best way to solve it?
    regards
    (i doing this code in loop)
    DATA: ls_prelp   TYPE prelp, 
          ls_p0000  TYPE p0000,
          lt_p0000  TYPE STANDARD TABLE OF  p0000.
    FIELD-SYMBOLS : <lt_0000> TYPE STANDARD TABLE.
    CASE ls_prelp-infty.
            WHEN '0000'.
            <b>  ASSIGN lt_p0000 TO <lt_0000>.
              APPEND <ls_pnnnn> TO <lt_0000>. </b>
    WHEN OTHERS.
          ENDCASE.

    Hi,
    could you put here your complete code please?
    Thanks
    RP

  • Need help adding field data from a table to a text box

    I have a form that has a table. Within the table is a description box. The user enters data into the box and can add/remove new items. When they are done I would like the text from these fields to be concatenated into a large text box. Essentially what they are doing is creating a list of descriptions that will be pushed into a report field.
    Thanks,

    Hi,
    Yes, you should be able to adapt the example to work for the main summary textfield.
    I would place the script in the exit event of the table textfields. You would still need to clear the summary textfield and then loop through the table and update.
    Inside the loop the text would be like:
    summary.rawValue = summary.rawValue + xfa.resolveNode("Table1.Row1[" + i + "]").textField.rawValue + " ";
    Hope that helps,
    Niall

  • Need help modifying a symbol in Actionscript

    Hey guys, I think this might be my 2nd or 3rd actual post on here, so be kind to the newbie! I took a class in high school on how to use flash, but am picking it up now again a few years later! My mother is a teacher, and she kept telling me that she had some kind of review game (like jepordy) for the book 'The Hunger Games', so as a surprise I am going to make on for her in flash!. I had a question though, and I am not sure how I would go about asking it in 'actionscript' terms, so I will ask in plain english and see if I could get help translating it... hahaha
    My goal:
    I have a menu that displays 5 boxes with the numbers 100 - 500 ont hem (think jeprody). When the user clicks on a box, they are taken to the corrisponding question, and then the answer. However, when the user comes back to that main screen, I would like the question they just selected to be about 75-50% transparent, indicating a sort of 'vistied' look to it, so they don't just go through the same question again. If I couldn't get a transparent look, I would even be okay with swapping out the symbol with another one (basically a transprent duplicate of the first one).
    Right now, I am just making an icon in illustraor, importinting into flash, and then uisng the "on (release) gotoAndPlay(keyframe);" to nagivigate through my different frames. When I was looking online to find a soultion, everyone was trying to do something WAY more complicated then I needed, and so maybe it's just something really simple.
    Please let me know if I can give you guys any more info! Thanks so much!
    -Tobin

    Thanks for the quick answer! I am still struggling with it, but I think I am on the right track! All of my 'buttons' are actually images that I imported from AI and converted them all into movie clips so I could put actionscript one them.
    As of right now, here is what I have, on my first frame in my actions layer I have:
    stop();
    var alreadyExecuted:Boolean;
    if(!alreadyExecuted){
    var clickedA:Array=[];
    } else {
    for(var i:Number=0;i<clickedA.length;i++){
    clickedA[i]._alpha=50;
    Then, on my actual movie clip I have the following (I am using a rollover/rollout effect on the buttons as well--that is working fine):
    on (release) {
         this._parent.gotoAndStop(1);
         this._alpha=50;
         clickedA.push(this);
    on (rollOver) {
         gotoAndPlay(2);
    on (rollOut) {
         gotoAndPlay(10);
    But nothing is happening? Did I put things in the wrong order/place?

  • Need help with installing Symbol so student can graduate

    After using OS X exclusively for the last 5 years, I now find that I need to use Framemaker on OS 9 in order to help a student of mine finish his thesis. I've installed Framemaker, but when I try to run it, it says it's missing the Symbol font, then quits. I have no idea why it's missing, and for the life of me, I can't remember how to install a font in OS 9.
    Can anyone tell me where I can find an OS 9 compatible version of the Symbol font, and how to install it?

    Hi, Gary, and welcome to Apple Discussions. Symbol is a standard font that's normally installed with OS 9. Many people don't use it, so it is often trashed. If you don't have access to a computer that is running OS 9 and has the font installed on it, you can extract a copy from the Installer Tome on any OS 9 installer CD using TomeViewer. Once you've done so, place it in the Fonts folder inside OS 9's System Folder, restart the Mac, and it should be available in the Fonts menu of all your OS 9 applications.

  • Need help on Field Invisible

    Hi,
    I would need a help to make Batch field to ineditable in MIGO trasaction. Can any one help me the way to do it. I tried to find enhancement points in PBO of the screen but it didn't help.
    Appreciate your help.
    Bwaj.

    after assign statement you can check for Sy-subrc = 0.
    or
    if not <fs>-comp is intial.
    endif.

  • Need help finding a symbol library...

    hi,
    i created a postcard in illustrator (i believe it was a trial version, but i don't remember which version) and used some nice swirly images that i believe were from one of the symbol libraries.
    i've tried finding the symbols again (not a type style).  i can't find it anywhere in CS3. a friend of mine tried finding it on her CS4 but can't find it.
    here's an example, maybe someone can help me remember where it is, or point me in the right direction if it can be downloaded.

    Lizard,
    There is some free stuff such as swirlies that may be downloaded from different sites, such as
    http://www.adobe.com/cfusion/exchange/index.cfm?s=5&from=1&o=desc&cat=-1&l=-1&event=produc tHome&exc=17
    http://www.free-vectors.com/free_vector_graphics_pack/99_illustrator_free_brushes.html
    http://createsk8.com/about/
    You may use something like that as an alternative. That is, unless you actually did downloaded that something then.

  • Designer 7 newbie needs help with field

    I've entered a new text field within a positioned subform. Whenever I enter data using the PDF Preview the field places the cursor in the middle of the field so I have to start typing in the middle not the top left corner of the filed. My anchor is top left on the Layout palette as well.

    Sheilad83 it will depend on the program.  Some plug-ins and features may still only be available in the 32-bit version of the application.  I would recommend posting in the forum specific to the product you are referencing for additional information.  You can find a list of available forums at https://forums.adobe.com/welcome.

  • Newbe to Java NEED HELP about : field vs property vs attribute!!!!

    i am studying java now!i have a problem with field ,property, attribute of a java class!!!
    i am so confused!!!can everybody give me a clear definition and explain the difference between field , property and attribute in java???
    it is difficult to distinguish for me!!!

    I don't think there are any hard-and-fast rules.
    Roughly, though:
    A field is a member variable.
    A property is what is exposed via JavaBeans.
    An attribute is an abstract element of the abstract entity being modeled.
    Often times, they're all the same thing, but they don't have to be.
    For example, take a Person object. In the abstract sense, independent of Java, age is an attribute of a person. In addition to that, you might have an "age" member variable. And when you inspect a Person using JavaBeans, you will probably find an "age" property.
    And it's possible that the JavaBeans property will come directly from the field--the "age" member variable:
    public class Person {
      private int age;
      public int getAge() {
        return age;
    }JavaBeans inspection will find the getAge() method and by the "getter" convention will determine that there is an "age" property. The class has an "age" field that happens to have the same name as the "age" property, and the property's value comes straight from the field.
    And both the field and the property correspond to the age attribute of the abstract person concept.
    Of course, the problem there is that if we don't update the "age" field (member variable), then the state of the object becomes less accurate over time. So we might do this instead:
    public class Person {
      private Date birthDate;
      public int getAge() {
        // calculate age based on birthDate and the current day;
    }Here, we still have a property named "age" that corresponds to the age attribute, because JavaBeans inspection will find the getAge() method. But there's no "age" field.
    Now, having said all that, I should point out that in common usage, the three terms are used somewhat interchangeably.

  • The difference between FIELD-SYMBOL and normal DATA TYPE

    Dear experts,
    Please see the example below, both are output the same result.
    DATA: EXTERNAL_RECORD(4000),
          POSITION TYPE I,
          LENGTH TYPE N,
          ENTRY TYPE STRING.
    EXTERNAL_RECORD = '0005Smith0007Edwards0005Young'.
    DO.
      LENGTH = EXTERNAL_RECORD+POSITION(4).
      IF LENGTH = 0.
        EXIT.
      ENDIF.
      ADD 4 TO POSITION.
      MOVE EXTERNAL_RECORD+POSITION(LENGTH) TO ENTRY.
      WRITE ENTRY.
      ADD LENGTH TO POSITION.
      IF POSITION >= 4000.
        EXIT.
      ENDIF.
    ENDDO.
    --OR It can be written as--
    DATA: EXTERNAL_RECORD(4000),
          POSITION TYPE I,
          LENGTH TYPE N.
    FIELD-SYMBOLS <ENTRY>.
    EXTERNAL_RECORD = '0005Smith0007Edwards0005Young'.
    DO.
      LENGTH = EXTERNAL_RECORD+POSITION(4).
      IF LENGTH = 0.
        EXIT.
      ENDIF.
      ADD 4 TO POSITION.
      ASSIGN EXTERNAL_RECORD+POSITION(LENGTH) TO <ENTRY>.
      WRITE <ENTRY>.
      ADD LENGTH TO POSITION.
      IF POSITION >= 4000.
        EXIT.
      ENDIF.
    ENDDO.
    Is there any special circumstances we need to use FIELD-SYMBOL?
    Why is FIELD-SYMBOL is introduce in the first place?
    Kindly advice with example.
    Thanks in advance for those who can help me on this.

    HI,
    You can use field symbols to make the program more dynamic. In this example the name of a table control is substituted by a field symbol. Thus you cal call the form with any internal table, using the name of the table control as a parameter.
    Example
    form insert_row
    using p_tc_name.
    field-symbols <tc> type cxtab_control. "Table control
    assign (p_tc_name) to <tc>.
    insert 100 lines in table control
    <tc>-lines = 100.
    Field symbols allow you to:
    **     Assign an alias to a data object(for example, a shortened
            name for data objects structured through several hierarchies
            - <fs>-f instead of rec1-rec2-rec3-f)
    **     Set the offset and length for a string variably at runtime
    **     Set a pointer to a data object that you determine at runtime (dynamic ASSIGN)
    **     Adopt or change the type of a field dynamically at runtime
    **     Access components of a structure
    **     (from Release 4.5A) Point to lines of an internal table
            (process internal tables without a separate work area)
    Field symbols in ABAP are similar to pointers in other programming
    languages. However, pointers (as used in PASCAL or C) differ from ABAP
    field symbols in their reference syntax.
    The statement ASSIGN f to <fs> assigns the field f to field
    symbol <fs>. The field symbol <fs> then "points" to the
    contents of field f at runtime. This means that all changes to the
    contents of f are visible in <fs> and vice versa. You declare
    the field symbol <fs> using the statement FIELD-SYMBOLS: <fs>.
    Reference syntax
    Programming languages such as PASCAL and C use a dereferencing symbol
    to indicate the difference between a reference and the object to which
    it refers; so PASCAL would use p^ for a pointer instead of p, C would
    use *p instead of p. ABAP does not have any such dereferencing symbol.
    **     In PASCAL or C, if you assign a pointer p1 to a pointer p2,
    you force p1 to point to the object to which p2 refers (reference semantics).
    **     In ABAP, if you assign a field symbol <fs1> to a field
    symbol <fs2>, <fs1> takes the value of the data object to
    which <fs2> refers (value semantics).
    **     Field symbols in ABAP are always dereferenced, that is,
    they always access the referenced data object. If you want to
    change the reference yourself in ABAP, you can use the ASSIGN statement
    to assign field symbol <fs1> to field symbol <fs2>.
    Using field symbols
    You declare field symbols using the FIELD-SYMBOLS statement.
    They may be declared either with or without a specific type.
    At runtime you assign a field to the field symbol using the ASSIGN
    statement. All of the operations on the field symbol act on the field
    assigned to it.
    When you assign a field to an untyped field symbol, the field symbol
    adopts the type of the field. If, on the other hand, you want to assign
    a field to a typed field symbol, the type of the field and that of the
    field symbol must be compatible.
    A field symbol can point to any data object and from Release 4.5A,
    they can also point to lines of internal tables.
    The brackets (<>) are part of the syntax.
    Use the expression <fs> IS ASSIGNED to find out whether the field
    symbol <fs> is assigned to a field.
    The statement UNASSIGN <fs> sets the field symbol <fs> so
    that it points to nothing. The logical expression <fs>
    IS ASSIGNED is then false. The corresponding negative expression
    is IF NOT <fs> IS ASSIGNED.
    An unassigned field symbol <fs> behaves as a constant with
    type C(1) and initial value SPACE.
    MOVE <fs>
    TO dest     Transfers the initial value SPACE to the variable dest
    MOVE 'A' to <fs>     
    Not possible, since <fs> is a constant
    (runtime error).
    To lift a type restriction, use the CASTING addition in the
    ASSIGN statement. The data object is then interpreted as though
    it had the data type of the field symbol. You can also do this
    with untyped field symbols using the CASTING TYPE <type> addition.
    The danger with pointers is that they may point to invalid areas.
    This danger is not so acute in ABAP, because the language does not
    use address arithmetic (for example, in other languages, pointer p
    might point to address 1024. After the statement p = p + 10, it would
    point to the address 1034). However, the danger does still exist, and
    memory protection violations lead to runtime errors.
    A pointer in ABAP may not point beyond a segment boundary. ABAP does
    not have one large address space, but rather a set of segments.
    Each of the following has its own segment:
    *     All global data
    *     All local data
    *     Each table work area (TABLES)
    *     Each COMMON PART
    You should only let field symbols move within an elementary field or
    structure where ABAP allows you to assign both within the global data
    and beyond a field boundary.
    Rgds
    Umakanth

  • Field symbols in loop

    Hi,
    I need to change this code using Field symbols. Can anybody help me?
      DATA: i_history  TYPE STANDARD TABLE OF mmreq_history INITIAL SIZE 0,
            wa_history TYPE mmreq_history,
            l_menge    LIKE eban-menge.
        LOOP AT i_history INTO wa_history.
          IF wa_history-bstyp EQ dc_plan.
            ADD wa_history-menge TO l_menge.
          ELSEIF wa_history-bstyp EQ dc_abierto.
            CLEAR: wa_history-menge, wa_history-meins.
            SELECT SINGLE ktmng meins
              FROM ekpo
              INTO (wa_history-menge, wa_history-meins)
              WHERE ebeln EQ wa_history-ebeln
                AND ebelp EQ wa_history-ebelp.
            MODIFY i_history FROM wa_history.
            ADD wa_history-menge TO l_menge.
          ENDIF.
        ENDLOOP.
    Thanks!!!
    Carles

    Hi
    Hope it will help you,
    Reward if help.
    Field Symbols
    Field symbols are placeholders or symbolic names for other fields. They do not physically reserve space for a field, but point to its contents. A field symbol cam point to any data object. The data object to which a field symbol points is assigned to it after it has been declared in the program.
    Whenever you address a field symbol in a program, you are addressing the field that is assigned to the field symbol. After successful assignment, there is no difference in ABAP whether you reference the field symbol or the field itself. You must assign a field to each field symbol before you can address the latter in programs.
    Field symbols are similar to dereferenced pointers in C (that is, pointers to which the content operator * is applied). However, the only real equivalent of pointers in ABAP, that is, variables that contain a memory address (reference) and that can be used without the contents operator, are reference variables in ABAP Objects.
    All operations programmed with field symbols are applied to the field assigned to it. For example, a MOVE statement between two field symbols moves the contents of the field assigned to the first field symbol to the field assigned to the second field symbol. The field symbols themselves point to the same fields after the MOVE statement as they did before.
    You can create field symbols either without or with type specifications. If you do not specify a type, the field symbol inherits all of the technical attributes of the field assigned to it. If you do specify a type, the system checks the compatibility of the field symbol and the field you are assigning to it during the ASSIGN statement.
    Field symbols provide greater flexibility when you address data objects:
    If you want to process sections of fields, you can specify the offset and length of the field dynamically.
    You can assign one field symbol to another, which allows you to address parts of fields.
    Assignments to field symbols may extend beyond field boundaries. This allows you to address regular sequences of fields in memory efficiently.
    You can also force a field symbol to take different technical attributes from those of the field assigned to it.
    The flexibility of field symbols provides elegant solutions to certain problems. On the other hand, it does mean that errors can easily occur. Since fields are not assigned to field symbols until runtime, the effectiveness of syntax and security checks is very limited for operations involving field symbols. This can lead to runtime errors or incorrect data assignments.
    While runtime errors indicate an obvious problem, incorrect data assignments are dangerous because they can be very difficult to detect. For this reason, you should only use field symbols if you cannot achieve the same result using other ABAP statements.
    For example, you may want to process part of a string where the offset and length depend on the contents of the field. You could use field symbols in this case. However, since the MOVE statement also supports variable offset and length specifications, you should use it instead. The MOVE statement (with your own auxiliary variables if required) is much safer than using field symbols, since it cannot address memory beyond the boundary of a field. However, field symbols may improve performance in some cases.
    check the below links u will get the answers for your questions
    http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3860358411d1829f0000e829fbfe/content.htm
    http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/field_sy.htm
    http://searchsap.techtarget.com/tip/1,289483,sid21_gci920484,00.html
    Syntax Diagram
    FIELD-SYMBOLS
    Basic form
    FIELD-SYMBOLS <fs>.
    Extras:
    1. ... TYPE type
    2. ... TYPE REF TO cif
    3. ... TYPE REF TO DATA
    4. ... TYPE LINE OF type
    5. ... LIKE s
    6. ... LIKE LINE OF s
    7. ... TYPE tabkind
    8. ... STRUCTURE s DEFAULT wa
    The syntax check performed in an ABAP Objects context is stricter than in other ABAP areas. See Cannot Use Untyped Field Symbols ad Cannot Use Field Symbols as Components of Classes.
    Effect
    This statement declares a symbolic field called <fs>. At runtime, you can assign a concrete field to the field symbol using ASSIGN. All operations performed with the field symbol then directly affect the field assigned to it.
    You can only use one of the additions.
    Example
    Output aircraft type from the table SFLIGHT using a field symbol:
    FIELD-SYMBOLS <PT> TYPE ANY.
    DATA SFLIGHT_WA TYPE SFLIGHT.
    ASSIGN SFLIGHT_WA-PLANETYPE TO <PT>.
    WRITE <PT>.
    Addition 1
    ... TYPE type
    Addition 2
    ... TYPE REF TO cif
    Addition 3
    ... TYPE REF TO DATA
    Addition 4
    ... TYPE LINE OF type
    Addition 5
    ... LIKE s
    Addition 6
    ... LIKE LINE OF s
    Addition 7
    ... TYPE tabkind
    Effect
    You can define the type of the field symbol using additions 2 to 7 (just as you can for FORM parameters (compare Defining the Type of Subroutine Parameters). When you use the ASSIGN statement, the system carries out the same type checks as for USING parameters of FORMs.
    This addition is not allowed in an ABAP Objects context. See Cannot Use Obsolete Casting for FIELD SYMBOLS.
    In some cases, the syntax rules that apply to Unicode programs are different than those for non-Unicode programs. See Defining Types Using STRUCTURE.
    Effect
    Assigns any (internal) field string or structure to the field symbol from the ABAP Dictionary (s). All fields of the structure can be addressed by name: <fs>-fieldname. The structured field symbol points initially to the work area wa specified after DEFAULT.
    The work area wa must be at least as long as the structure s. If s contains fields of the type I or F, wa should have the structure s or at least begin in that way, since otherwise alignment problems may occur.
    Example
    Address components of the flight bookings table SBOOK using a field symbol:
    DATA SBOOK_WA LIKE SBOOK.
    FIELD-SYMBOLS <SB> STRUCTURE SBOOK
    DEFAULT SBOOK_WA.
    WRITE: <SB>-BOOKID, <SB>-FLDATE.
    Related
    ASSIGN, DATA
    Additional help
    Declaring Field Symbols

  • Check field symbols plzzz

    hiii i'm new to field symbol .  can you pleaseee look at the code below and advise if it's ok after append do i need to unassign field symbol like when using work area i need to clear after every append
    note: the i_data_file will be use elsewhere
    refresh i_data_file.
    LOOP AT i_file_upload ASSIGNING <fs_upfile>.
    Retrieving the first row of the excel file
        IF v_firstrow IS INITIAL.
          v_firstrow = <fs_upfile>-row.
        ENDIF.
      Reset the values for the next row
      and inserting each record in table
        IF <fs_upfile>-row NE v_firstrow.
          APPEND <fs_datafile> TO i_data_file.
          v_firstrow = <fs_upfile>-row.
        ENDIF.
        CASE <fs_upfile>-col.
          WHEN 1.
            <fs_datafile>-werks = <fs_upfile>-value. "Plant
          WHEN 2.
            <fs_datafile>-matnr = <fs_upfile>-value. "Company code
          WHEN 3.
            <fs_datafile>-bwdat = <fs_upfile>-value. "Date
          WHEN 4.
            <fs_datafile>-losgr = <fs_upfile>-value. "Qty
          WHEN 5.
            <fs_datafile>-kst003 = <fs_upfile>-value. "Price total
          WHEN 6.
            <fs_datafile>-kstar = <fs_upfile>-value. "Cost element
          WHEN OTHERS.
        ENDCASE.
      ENDLOOP.
    Inserting the last record of the excel file
      APPEND <fs_datafile> TO i_data_file.

    hi
    good
    check this link which ll give you detail idea about the field symbol,
    http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb387a358411d1829f0000e829fbfe/content.htm
    thanks
    mrutyun^

Maybe you are looking for

  • Windows 8 Upgrade guide for IdeaPad Systems

    Hi , I am  trying to install WIN8 using usb ITS NOT WORKING , after selecting the correct  BOOT OPTION from BIOS , when i hit enter screen goes black and don't turn up . The USB is bootable as using the same USB i have installed into another system

  • Multi room Dvr with other dvr problem

    I recently upgraded my fios internet from 20/5 to 150/65.  I also upgraded my mdvr to a new unit, and my other 2 set top boxes to dvr's and added 2 more dvr's...  So a total of 5 dvr's and one of those acting as a mdvr. The tech spent 13 hours trying

  • Guidelines on Hardware requirements for PeopleSoft 9.2 / 8.53

    Hi- Customer is looking for a realistic numbers or guide lines or sample sizes which can be used as a basis for hardware requirements estimation. Details like Total IOPS requirements for system no of SQL transaction issued per min by light, medium an

  • Does JMF support Firewire digital cameras?

    To get right to it, I'm wondering if I will be able to capture video from a Firewire digital camera. This is in Windows with the newest JMF and a Unibrain Fire-i digital camera. Is it any different from capturing from a USB webcam? That said, is this

  • Itunes not showing account balance.

    I entered 3x $10 itunes cards and received the credit online. After spending approximately $14 my balance disappeared from the the top bar (by my username) I am wondering if the credit is still there or if it is going to charge my credit card for fur