2008 May 29 4:02 PM
2008 May 29 4:17 PM
hi use the fm to get the values from table ..
HRHAP_DOCUMENT_GET_DETAIL
HRHAP_DOCUMENT_GET_LIST
regards,
venakt
How can I view data in transprent tables like HRHAP.
Thanks.
2008 May 29 4:08 PM
Hi,
don't think there's an easy way. If you've a developer key, no problem, just create a 4 line report.
TABLES: HRHAP.
SELECT * FROM HRHAP.
WRITE:/01 HRHAP.
ENDSELECT.
rgrds,
Bip.
2008 May 29 8:07 PM
I tried through select statement, its empty. Can any one please help out with this.
2008 May 29 4:14 PM
If HRHAP is NOT a Clustered table, you can use SE11 or SE16.
2008 May 29 4:15 PM
hi,
Write down a sample code to view the same ..
start-of-selection.
select * from hrhap into table it_hrhap.
if sy-subrc = 0.
loop at it_hrhap.
write : it_hrhap-plan_version,
it_hrhap-appraisal_id.
endloop.
endif.
2008 May 29 4:17 PM
hi use the fm to get the values from table ..
HRHAP_DOCUMENT_GET_DETAIL
HRHAP_DOCUMENT_GET_LIST
regards,
venakt
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |