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

SAP Query : additional field

Former Member
0 Likes
924

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
732

Hi, maybe you can have a look in the generated ABAP code. Succes

3 REPLIES 3
Read only

Former Member
0 Likes
733

Hi, maybe you can have a look in the generated ABAP code. Succes

Read only

0 Likes
732

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.

Read only

0 Likes
732

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