2013 Jul 09 2:23 PM
Hi experts,
I'm developing a HR report . In my report i'm using 'RP_FILL_WAGE_TYPE_TABLE' function module for get the data of table pa0014. it's not working.
but the same fm using for pa0008. it's working fine. could any one please help me out in this issue.
Thanks in advance.
Thanks & Regards,
Satish Kumar.
2013 Jul 09 3:42 PM
Make sure that you have rights to read infotype 14, then try as follows.
CALL FUNCTION 'RP_FILL_WAGE_TYPE_TABLE'
EXPORTING
* APPLI = 'E'
begda = p_begda
endda = p_endda
infty = '0014'
* OBJPS = ' '
* TCLAS = 'A'
pernr = pernr-pernr
* SEQNR = ' '
subty = subty "Pass subtype"
* DLSPL = 'X'
* MSGFLG = ''
* NORDCT = ''
* CONV_CURR = 'X'
* FLAG_NO_DB_READ =
TABLES
ppbwla = ppbwla
* PP0001 =
* PP0007 =
* PP0008 = pp0008
* PP0014 = pp0014
* PP0015 = pp0015
* PP0052 =
* PP0230 =
* PP0267 =
* PPNNNN_TAB =
EXCEPTIONS
error_at_indirect_evaluation = 1
OTHERS = 2
.
Incase your issue is not resolved, paste your code.
Make sure that you have rights to read infotype 14, then try as follows.
CALL FUNCTION 'RP_FILL_WAGE_TYPE_TABLE'
EXPORTING
* APPLI = 'E'
begda = p_begda
endda = p_endda
infty = '0014'
* OBJPS = ' '
* TCLAS = 'A'
pernr = pernr-pernr
* SEQNR = ' '
subty = subty "Pass subtype"
* DLSPL = 'X'
* MSGFLG = ''
* NORDCT = ''
* CONV_CURR = 'X'
* FLAG_NO_DB_READ =
TABLES
ppbwla = ppbwla
* PP0001 =
* PP0007 =
* PP0008 = pp0008
* PP0014 = pp0014
* PP0015 = pp0015
* PP0052 =
* PP0230 =
* PP0267 =
* PPNNNN_TAB =
EXCEPTIONS
error_at_indirect_evaluation = 1
OTHERS = 2
.
Incase your issue is not resolved, paste your code.
2013 Jul 09 3:42 PM
Make sure that you have rights to read infotype 14, then try as follows.
CALL FUNCTION 'RP_FILL_WAGE_TYPE_TABLE'
EXPORTING
* APPLI = 'E'
begda = p_begda
endda = p_endda
infty = '0014'
* OBJPS = ' '
* TCLAS = 'A'
pernr = pernr-pernr
* SEQNR = ' '
subty = subty "Pass subtype"
* DLSPL = 'X'
* MSGFLG = ''
* NORDCT = ''
* CONV_CURR = 'X'
* FLAG_NO_DB_READ =
TABLES
ppbwla = ppbwla
* PP0001 =
* PP0007 =
* PP0008 = pp0008
* PP0014 = pp0014
* PP0015 = pp0015
* PP0052 =
* PP0230 =
* PP0267 =
* PPNNNN_TAB =
EXCEPTIONS
error_at_indirect_evaluation = 1
OTHERS = 2
.
Incase your issue is not resolved, paste your code.
2013 Jul 10 1:44 PM
Hi,
My issue got resolved. Thank you very much. Actually i didn't pass the parameter 'subty' . if i'm passing subty as null also it's working. once again thank you very much for your help.
Thanks & Regards,
satish kumar
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |