Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

HR_BIW_GET_DATA

Former Member
0 Likes
828

Hi experts,

Does anybody say me the core data in this function in order to get results ((i.e for extractor 0HR_PT-1)?

CALL FUNCTION 'HR_BIW_GET_DATA' "

EXPORTING

i_requnr = '1'

i_isource = '0HR_PT_1'

....

TABLES

i_t_select = ??????

i_t_fields = ??????

Thanks in advance

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
616

Call transaction RSA6 and test the BW extractor in debug mode.

Hints

- i_t_select : Where clause for selection in database - fieldname + select-options values

- i_t_fields : Field list to be extracted

Regards,

Raymond

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
617

Call transaction RSA6 and test the BW extractor in debug mode.

Hints

- i_t_select : Where clause for selection in database - fieldname + select-options values

- i_t_fields : Field list to be extracted

Regards,

Raymond