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

abaphr issue

Former Member
0 Likes
533

Hi

I am working on hr report in which i have fetch 2 fields Q0168-ERCST x 2

Q0168-COVAM from strcuture q0168,but i don't have macro to write this how can i write a piece of code to fetch the values

please help thisis urgent

regards

Prasun

3 REPLIES 3
Read only

Former Member
0 Likes
497

Hi,

This are the tables where tis fields exist

T74FC,T5UBI

Thanks,

NN.

Read only

Former Member
0 Likes
497

To get COVAM use FM

HR_BEN_CALC_COVERAGE_AMOUNT

To get ERCST use FM

HR_BEN_GET_PLAN_COST

Read only

Former Member
0 Likes
497

Hi,

Simple thing is goto module pool program MP016800 for that infotype(0168). And check the logic written there.