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

  • Is anyone else having trouble installing Adobe Reader X (10.0.1)?

    Is anyone else having trouble installing Adobe Reader X (10.0.1)? When I download through Firefox and click, it starts, then says "main dialogue" not loaded.

  • After Effects CC and Cinema 4D Errors

    Hello, with the cinema 4d plugin installed into my maxon cineware plugin folder in AE CC, using Windows 8.0, I get the following error on startup. after effects internal verification failure sorry! {unexpected functionblock5 flags for functionblock4}

  • Sales tax on freight

    Dear pandits, I have two scenarios, 1.   Calculation of sales tax on basic+ ED+ freight charges. 2. Calculation procedure as basic+ Freight + ED+ sales. Need There  are companies who levy sales tax on freight as freight being part of material movemen

  • Adapter Variable creation

    Hi, I have >90 attributes to be passed to the application while provisioning the user. All these attributes are present in the OIM table. I have a doubt... if I have to create all >90 fileds in process form and map to adapter variables OR Is there an

  • Help !! Help !!! I NEED ICON FOR EMAIL IN A .ICO FORMAT. !!

    Hi , i m looking for 'email' icons in .ico format for a client server application .. does any one know where to get it or if some1 has it pleeze email it to me .... thanx in advance .... i have another problem .. i need to refresh the parent screen a