I create report in HR. With F1 got   message that the data is in structure.

Hai I am new to ABAP.
I try to create a report using HR table. I want to retrieve some data from PA0006 table (fields are stras, pstlz,ort01,telnr). For employee number i want to display his address , telephone number. But what I am getting is that these are structures. But when I click of the fields in PA30 the technical information says that the datas are from Structure.
My question is structure don't have values but on F1 it shows structure. can any one explain me and give some useful code so that I can display the address.
In HR table most of the data that I want to retrive says in structure. please anyone explain me.

Actually I added the coding that I used. Pls reply me because I coudn't fetch the data.
REPORT  Zreport NO STANDARD PAGE HEADING LINE-COUNT 30(3) LINE-SIZE
160.
TABLES : PA0002, PA0006.
DATA : BEGIN OF ITAB OCCURS 0,
       PERNR LIKE PA0002-PERNR,
       NACHN LIKE PA0002-NACHN,
       VORNA LIKE PA0002-VORNA,
       STRAS LIKE PA0006-STRAS,
       PSTLZ LIKE PA0006-PSTLZ,
       ORT01 LIKE PA0006-ORT01,
       TELNR LIKE PA0006-TELNR,
       END OF ITAB.
SELECT-OPTIONS PER FOR PA0002-PERNR.
INITIALIZATION.
PER-LOW = 0.
PER-HIGH = 9999999.
APPEND PER.
START-OF-SELECTION.
SELECT PA0002~PERNR
       PA0002~NACHN
       PA0002~VORNA
       PA0006~STRAS
       PA0006~PSTLZ
       PA0006~ORT01
       PA0006~TELNR
       INTO ITAB
       FROM PA0002
       INNER JOIN PA0006
       ON PA0002PERNR = PA0006PERNR
       WHERE PA0002~PERNR IN PER.
LOOP AT ITAB.
WRITE :/(1) SY-VLINE,
         (18) ITAB-PERNR COLOR 2,
         (1) SY-VLINE,
         (20) ITAB-NACHN,
         (1) SY-VLINE,
         (20) ITAB-VORNA,
         (1) SY-VLINE,
         (20) ITAB-STRAS,
         (1) SY-VLINE,
         (20) ITAB-PSTLZ,
         (1) SY-VLINE,
         (20) ITAB-ORT01,
         (1) SY-VLINE,
         (20) ITAB-TELNR,
         (1) SY-VLINE.
HIDE ITAB-PERNR.
ENDLOOP.
ENDSELECT.
ULINE.
TOP-OF-PAGE.
WRITE :/15 'EMPLOYEE DETAILS', 41 'PAGE NUMBER', SY-PAGNO.
ULINE.
WRITE :/(1) SY-VLINE,
        (18) 'EMPLOYEE NUMBER',
        (1) SY-VLINE,
        (20) 'INITIAL',
        (1) SY-VLINE,
        (20) 'EMPLOYEE NAME',
        (1) SY-VLINE,
        (20) 'ADDRESS',
        (1) SY-VLINE,
        (20) 'CITY',
        (1) SY-VLINE,
        (20) 'POSTAL CODE',
        (1) SY-VLINE,
        (20) 'PHONE NUMBER',
        (1) SY-VLINE.
WRITE :/ SY-ULINE.
END-OF-PAGE.
ULINE.

Similar Messages

Maybe you are looking for

  • Restoring iPod shuffle

    After restoring my son's iPod shuffle (2nd gen) I am having trouble loading songs using the "autofill" command. I get the error message "The iPod cannot be updated. The required folder cannot be found." Any idea what I need to do to fix it? Thanks iP

  • New dv6 7014nr runs too loud doing nothing

    I recently purchased a dv6 7014nr a few days ago and have barely done anything on it. However, the fan noise is out of control. I've turned off hp coolsense but there is little difference. I don't even feel any air coming out of the vent on the side,

  • ITunes 7.7 won't install

    Seems I need to uninstall iTunes 7.6.2 and install 7.7. Will I lose all my purchased content if I do this?

  • FM to clear open items like F-28 Transaction

    Hi, Need to clear the open invoice amount against open advances(Like F-28) Transaction. Please kindly provide your valuable suggestion to achieve this .... If you ned any more information,please let me know Thanks, Ragav Moderator message : Duplicate

  • Sales Document Creation in CRM System

    Dear all, We are implementing CRM 5.0 and ECC 6.0 (IS-Retail) for our client. As per the Business Process Customer creation take's place in CRM, which uploads Customer Records into ECC system. Material Master (Article), Pricing Procedure and Conditio