‎2009 Aug 25 10:03 AM
Hi,
in my HR query i need to add a new field in infotype specific 9016 to be calculated by ABAP code.
I perform the following steps :
- transaction SQ02, i modify my info-set, in the node of my infotype i add a new field, i give a new name and a LIKE reference, and i generate the info-set, it's ok.
- transaction SQ01 : i add my new field in my request, i check it and it's ok but when i run it, i have a dump : Function module "RPAQ_GET_AF_9016" not found.
Can you explain to me how can i resolve this problem ?
Cheers
Edited by: CECG on Aug 25, 2009 11:08 AM
‎2009 Aug 25 10:17 AM
Hi, maybe you can have a look in the generated ABAP code. Succes
‎2009 Aug 25 10:17 AM
Hi, maybe you can have a look in the generated ABAP code. Succes
‎2009 Aug 25 10:23 AM
I do it, the ABAP code call FM 'RPAQ_GET_AF_9016' but it don't exist, i must create it ? But it's a SAP standard name for this object. Strange.
‎2009 Aug 25 11:07 AM
Hi,
What is the field you have referred to using LIKE statement? If this is infotype 9016, there would be the corresponding table which holds the data for 9016 infotype(PA table...PA9016(i hope so and not sure of HR tables))....
If so please refer to a dataelement for the field and then try to regenrate your query in SQ01 after adjusting the infotype in SQ02.
Hope this helps
Regards
Shiva