Help me find a way for writing  code

Hi ,
I have to write a code for the following task.
Suppose a Table with 9*9 i.e 9 rows and 9 columns, Now i have to write code to pick the data from the 5th row 5th column and then 9th row 9th column.
Please help me out.
Regards,
Santosh Kotra.

Hi santosh,
1.  ASSIGN COMPONENET 5 OF STRUCTURE WA_TAB TO <FS_ANY>.
  It means, that,
   strucuter/internal table WA_TAB
  has many fields,
   out of that,
   pick up the 5th field
   and assign it to field-symbols <FS_ANY>
(now <fs_any> POINTS to the fifth field)
2. Just copy paste this code in new program.
   (u will get the TASTE of it)
3.
REPORT abc.
DATA : t001 LIKE TABLE OF t001 WITH HEADER LINE.
field-symbols : <f> type any.
SELECT  * FROM t001
INTO TABLE t001.
loop at t001.
assign component 3 of structure t001 to <f>.
write :/ <f>.
endloop.
regards,
amit m.

Similar Messages

  • Hi, upgraded to OSX Mavericks..my contacts on my iphone4 and iPad don't appear on my iMac..I've tried always but can't find a way for iCloud to deposit the contacts on my Mac..can anyone help? PAR

                        Hi, upgraded to OSX Mavericks..my contacts on my iphone4 and iPad don't appear on my iMac..I've tried all ways but can't find a way for iCloud to deposit the contacts on my Mac..Contacts on my Mac is blank, so I'm starting from a clean sheet...can anyone help? Thanks PAR236

    I recommend to check www.icloud.com, are your contacts shown there?
    If not -> Something might be not set up correctly on you iOS devices.
    Also.. Simple but maybe occuring: Contacts -> Preferences -> Accounts -> iCloud is enabled? (Should be by default if you have iCloud setup via the system preferences, but you never know..)

  • Need help in finding a font for a logo

    I was looking for help in finding a font for my logo. I'm not a designer at all, so I'm calling on all the fine designers and folks on the Adobe site to help me out. All replies are, of course, appreciated and any suggestions/comments/ideas will be welcome.
    I'm designing a logo for my film company. I wanted to keep it simple but not boring either. I put together the first draft of the logo using Photoshop CS3 and used Trajan Pro for the film company words (Panthera Films) and used Futura for the slogan ("Inspiration through Imagination"). While I don't mind the fonts, it's simple but, alas, too boring. I love the panther image but need a dynamic font for "Panthera Films" and a complimenting font for the slogan. 
    Can anyone recommend a good combination of fonts to replace the Trajan Pro and Futura? As well, I want to give the logo a nice presence without it being too loud, bold or jumping off the page. As well, should the font for "Films" be the same as "Panthera" or can they be different?
    The image I attached is something I was thinking to use as a banner on a website.
    Any help would be appreciated too with this
    TIA,
    Dale

    Dale,
    As I said, I like it too.
    You may consider making it a bit heavier, maybe bold, for readability at small sizes.
    It is hard to recommend a specific font because it should represent your company and what it stands for. Have you tried typing the name in a word processing application (Worst or something better) and then running through all the font you have? If not, that might give you a few new thoughts about the overall kind of font you feel is the right one. And then it is much easier to recommend something.

  • Why doesn't my iPhone 4 have an 'Internet tethering' options? Is it carrier related or iOs related? Please help me find the solution for this. thanx

    Why doesn't my iPhone 4 have an 'Internet tethering' options? Is it carrier related or iOs related? Please help me find the solution for this. thanx

    Personal Hot spot
    http://support.apple.com/kb/HT3574
    Understanding
    http://support.apple.com/kb/HT4517
    Trouble Shooting
    http://support.apple.com/kb/TS2756

  • Help to find the driver for Satellite 1800-412

    Kind time of day dear administrators of a forum and participants, help to find the driver for toshiba satellte s1800-412, beforehand thanks.
    If there is an opportunity send on a mail [email protected]

    Hi
    This is a user to user forum dude ;)
    If you want accept an advice from a simply common Toshiba notebook user then got to this site:
    http://eu.computers.toshiba-europe.com/cgi-bin/ToshibaCSG/download_drivers_bios.jsp?service=EU#
    Choose Archive Satellite Archive Satellite 18** - Satellite 1800-412
    Enjoy ;)

  • I am currently getting finder error screen saying "Quartz-filter plugin" error, Please report to apple. Can anyone please help me find a resolution for this error?

    I am currently getting finder error screen saying "Quartz-filter plugin" error, Please report to apple. Can anyone please help me find a resolution for this error?

    If it were me I would schedule an appointment at the store where you bought it and meet with the Manager of the store in person. Print this post and bring it with you along with your iMac.
    And change the password on your Apple ID and then see if there are in purchases in your account that you did not make. If there are then someone did get your ID and password. If not someone got your Credit Card information from somewhere and used it.

  • Need help in finding open source for creating Login component

    hi
    Pls any one help me out in finding some good open source for creating login component for my application
    i have heard about josso but i am not able to find how to use it if anyone can help in setting up josso i wil be very thankful to that person and also if anyone can help me finding some other open source i will be very grateful ,,
    Pls help its very urgent and i am running short of time

    DECODE(l.attribute_category, 'Coverage Template Header', l.attribute3) Penalty_Bonus,
    DECODE(l.attribute_category, 'Coverage Break', l.attribute1) Mon_Break_Start,
    DECODE(l.attribute_category, 'Transaction Type', l.attribute1) Split_Covering,Uh oh, the dreaded entity attibute value, or generic, data model.
    http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:10678084117056
    I am afraid slow performance is a built in feature of this database design, not much you can do in queries.
    You could possibly create the views as materialized views and query those instead.
    Quote from the linked article
    But, how does it perform? Miserably, terribly, horribly. A simple "select
    first_name, last_name from person" query is transformed into a 3-table join with
    aggregates and all. Further, if the attributes are "NULLABLE" - that is, there
    might not be a row in OBJECT_ATTRIBUTES for some attributes, you may have to
    outer join instead of just joining which in some cases can remove more optimal
    query plans from consideration.
    Writing queries might look pretty straightforward, but it's impossible to do in
    a performant fashion.

  • What is the best way   for writing cursors in while loops

    i just chage my flatform from visual foxpro to sql
    for every report part using query analyser i have to make report on any tables
    suppose : - mastempno wise report
    so i heve to use cursor or store procedure in while loop
    for searching in transaction table
    so sometime i get confunsion of using cursors two times in while loop for fetching the values
    so help me for writing some simple codes for using cusrors in while loop while can fetch all values in transaction table

    Is this what u r looking for
    A Simple Cursor Example Which gives all records
    from Employee table
    Declare
    Cursor Emp is
    Select Empno,Ename
    FRom Employee;
    Begin
    For x in Emp Loop
    :block.empname := x.ename;
    End Loop;
    End;
    Regards,
    Ashutosh

  • Reg: can anyone plz help me finding a badi for FB01

    hi..,
       My requirement is to capture the profit center & change it w.r.to the profit center available in purchase order while posting a documet in FB01. iam trying to find a badi for this.. can anyone plz suggest me, how to proceed??? this is the first time iam dealing with badi's...

    just run this program u find badi related to transaction.
    *& Report  ZNEGI16                                                     *
    REPORT  ZNEGI16                                 .
    TABLES : TSTC,
    TADIR,
    MODSAPT,
    MODACT,
    TRDIR,
    TFDIR,
    ENLFDIR,
    SXS_ATTRT ,
    TSTCT.
    DATA : JTAB LIKE TADIR OCCURS 0 WITH HEADER LINE.
    DATA : FIELD1(30).
    DATA : V_DEVCLASS LIKE TADIR-DEVCLASS.
    PARAMETERS : P_TCODE LIKE TSTC-TCODE,
    P_PGMNA LIKE TSTC-PGMNA .
    DATA wa_tadir type tadir.
    START-OF-SELECTION.
    IF NOT P_TCODE IS INITIAL.
    SELECT SINGLE * FROM TSTC WHERE TCODE EQ P_TCODE.
    ELSEIF NOT P_PGMNA IS INITIAL.
    TSTC-PGMNA = P_PGMNA.
    ENDIF.
    IF SY-SUBRC EQ 0.
    SELECT SINGLE * FROM TADIR
    WHERE PGMID = 'R3TR'
    AND OBJECT = 'PROG'
    AND OBJ_NAME = TSTC-PGMNA.
    MOVE : TADIR-DEVCLASS TO V_DEVCLASS.
    IF SY-SUBRC NE 0.
    SELECT SINGLE * FROM TRDIR
    WHERE NAME = TSTC-PGMNA.
    IF TRDIR-SUBC EQ 'F'.
    SELECT SINGLE * FROM TFDIR
    WHERE PNAME = TSTC-PGMNA.
    SELECT SINGLE * FROM ENLFDIR
    WHERE FUNCNAME = TFDIR-FUNCNAME.
    SELECT SINGLE * FROM TADIR
    WHERE PGMID = 'R3TR'
    AND OBJECT = 'FUGR'
    AND OBJ_NAME EQ ENLFDIR-AREA.
    MOVE : TADIR-DEVCLASS TO V_DEVCLASS.
    ENDIF.
    ENDIF.
    SELECT * FROM TADIR INTO TABLE JTAB
    WHERE PGMID = 'R3TR'
    AND OBJECT in ('SMOD', 'SXSD')
    AND DEVCLASS = V_DEVCLASS.
    SELECT SINGLE * FROM TSTCT
    WHERE SPRSL EQ SY-LANGU
    AND TCODE EQ P_TCODE.
    FORMAT COLOR COL_POSITIVE INTENSIFIED OFF.
    WRITE:/(19) 'Transaction Code - ',
    20(20) P_TCODE,
    45(50) TSTCT-TTEXT.
    SKIP.
    IF NOT JTAB[] IS INITIAL.
    WRITE:/(105) SY-ULINE.
    FORMAT COLOR COL_HEADING INTENSIFIED ON.
    * Sorting the internal Table
    sort jtab by OBJECT.
    data : wf_txt(60) type c,
    wf_smod type i ,
    wf_badi type i ,
    wf_object2(30) type C.
    clear : wf_smod, wf_badi , wf_object2.
    * Get the total SMOD.
    LOOP AT JTAB into wa_tadir.
    at first.
    FORMAT COLOR COL_HEADING INTENSIFIED ON.
    WRITE:/1 SY-VLINE,
    2 'Enhancement/ Business Add-in',
    41 SY-VLINE ,
    42 'Description',
    105 SY-VLINE.
    WRITE:/(105) SY-ULINE.
    endat.
    clear wf_txt.
    at new object.
    if wa_tadir-object = 'SMOD'.
    wf_object2 = 'Enhancement' .
    elseif wa_tadir-object = 'SXSD'.
    wf_object2 = ' Business Add-in'.
    endif.
    FORMAT COLOR COL_GROUP INTENSIFIED ON.
    WRITE:/1 SY-VLINE,
    2 wf_object2,
    105 SY-VLINE.
    endat.
    case wa_tadir-object.
    when 'SMOD'.
    wf_smod = wf_smod + 1.
    SELECT SINGLE MODTEXT into wf_txt
    FROM MODSAPT
    WHERE SPRSL = SY-LANGU
    AND NAME = wa_tadir-OBJ_NAME.
    FORMAT COLOR COL_NORMAL INTENSIFIED OFF.
    when 'SXSD'.
    * For BADis
    wf_badi = wf_badi + 1 .
    select single TEXT into wf_txt
    from SXS_ATTRT
    where sprsl = sy-langu
    and EXIT_NAME = wa_tadir-OBJ_NAME.
    FORMAT COLOR COL_NORMAL INTENSIFIED ON.
    endcase.
    WRITE:/1 SY-VLINE,
    2 wa_tadir-OBJ_NAME hotspot on,
    41 SY-VLINE ,
    42 wf_txt,
    105 SY-VLINE.
    AT END OF object.
    write : /(105) sy-ULINE.
    ENDAT.
    ENDLOOP.
    WRITE:/(105) SY-ULINE.
    SKIP.
    FORMAT COLOR COL_TOTAL INTENSIFIED ON.
    WRITE:/ 'No.of Exits:' , wf_smod.
    WRITE:/ 'No.of BADis:' , wf_badi.
    ELSE.
    FORMAT COLOR COL_NEGATIVE INTENSIFIED ON.
    WRITE:/(105) 'No userexits or BADis exist'.
    ENDIF.
    ELSE.
    FORMAT COLOR COL_NEGATIVE INTENSIFIED ON.
    WRITE:/(105) 'Transaction does not exist'.
    ENDIF.
    AT LINE-SELECTION.
    data : wf_object type tadir-object.
    clear wf_object.
    GET CURSOR FIELD FIELD1.
    CHECK FIELD1(8) EQ 'WA_TADIR'.
    read table jtab with key obj_name = sy-lisel+1(20).
    move jtab-object to wf_object.
    case wf_object.
    when 'SMOD'.
    SET PARAMETER ID 'MON' FIELD SY-LISEL+1(10).
    CALL TRANSACTION 'SMOD' AND SKIP FIRST SCREEN.
    when 'SXSD'.
    SET PARAMETER ID 'EXN' FIELD SY-LISEL+1(20).
    CALL TRANSACTION 'SE18' AND SKIP FIRST SCREEN.
    endcase.

  • Can anyone help me find a heatsink for a  dual

    Hi i need a dual processor heatsink. I have a single one in my quicksilver right now. Can the single work with a dual processor? if not please help me find one thanks.

    Suggest you join LEM-Swap for buying & selling Mac stuff. http://groups.google.com/group/lemswap
    After you join, post a WTB (want to buy).
     Cheers, Tom

  • Help in finding the material for the OCA exam

    Hi Folks
    Could someone help me finding some handy and free material for preparing for OCA examination....
    Cheers

    Oracle Documentation is the best free material for preparing for OCA Exam.

  • Finding Business Objects for Transaction Codes

    Hello,
    How to find out the Business Object for a transaction code. For instance I want to find out the Business Object for Tcode: BP.
    Please guide me!
    Regsrds,
    Khushboo

    Thanks Gerhard!
    But I am looking forward to the PROCESS STEPS to be followed for finding the BO for a TCODE.
    I had quoted TCODE: BP just as an example.
    Regards,
    Khushboo

  • Help to find correct patchset for upgrade on Metalink

    I am new to Metalink and need help to find correct patchset to upgrade base database version from 10.2.0 to 10.2.0.2 on Sun Solaric (SPARC 64)
    What selections should I pick to get correct download link?

    1) Click on the 'Patches and Updates' tab
    2) Click on the 'Quick Links to the Latest Patchsets, Mini Packs, and Maintenance Packs' link
    3) Hover over the 'Oracle Database' link, hover over the operating system, click on the target version to which you want to upgrade
    On the resulting page you click on 'Download' icon.

  • Help to find a password for an old apple id.

    We have changed ISPs and have changed our Apple ID's.  I need to find a password for the old Apple
    ID that is in icloud so that I can delete that ID in the iphone and input the new one. I have tried all the passwords that I can find and none have let me log in.. When I input the birthdate it says that it does not match? I can not receive an email from the old ISP (comcast) as that account is not active. Is there a work around?

    Unfortunately, the only option you have is the reset process via https://appleid.apple.com

  • Anyone that could help me find installation files for Acrobat Standard 8?

    I am trying to find and download installation files for Acrobat Standard 8 - I have the serial number - but I can only find the files for the Professional version, unfortunately. Anyone know where I can find for Standard version?
    I have used this link but it only gives me the professional version, unfortunately:
    http://helpx.adobe.com/acrobat/kb/acrobat-8-9-product-downloads.html

    I believe there are no downloads available for the older versions of Acrobat Standard.

Maybe you are looking for

  • Library strangness...

    Any help greatly appreciated here Will list the issues I am having rather than try to explain. iPhoto 6 and all the latest sw updates as of 22nd Sept 2006. 1. Noticed that many of my photos (generally 2001, 2002, 2003) were showing up as thumbnails b

  • Item condition copies to Header condition.

    Dear All, As per my client scenario I create a BOM and explode at sales order level, and as per requirement I made all level "Main and Sub item" as relevant for price. main item is one and have two sub item. Create 2 condition type for two subitem, a

  • RE-FX: Dev with selection list

    Dear all, We have in the RE-FX module a development which creates a printout using a smartform. We first had the development without the selection list: you enter a range of invoices & every invoice gets printed. We added the selection list functiona

  • Oracle 11g Instant Installer and NLS_LANG

    Hi, could anybody tell me where I can set the NLS_LANG on Win7? I use the Instant Installer and I dont have any registry entry... Markus Edited by: user5278245 on 23.05.2012 16:22

  • [Solved] Several problems after update

    Hi. I updated my system (yaourt -Syua). Since then I have three problems, I don't know how much connected to each other. First, I can't enter LXDE. After I login, I get back the login screen of xdm. When I go init 3, and start startx from console, th