cancel
Showing results for 
Search instead for 
Did you mean: 

Non table Data elements

Former Member
0 Kudos

Hello,

Could some one give the procedure, how to call the field SUMBB from infotype 0008 which is part Q0008 structure and is not part of any table.

Thanks

RM

Accepted Solutions (0)

Answers (1)

Answers (1)

suresh_datti
Active Contributor
0 Kudos

Hi Ratnakar,

The Q fields on 0008 are calculated fields and hence cannot be read directly from the table.. You will have to use a fucntion module for that.. you can use BAPI_BASICPAY_GETDETAIL and add up all the wagetype amounts to get the SUMBB value.

Regards,

Suresh Datti

Former Member
0 Kudos

Hi Suresh,

Your suggestion leads me to find the correct function module HR_GET_TOTAL_AMOUNT_P0008, which calculate the amount for all wagetypes in SUMBB field in P0008 transaction.

Regards

Ratnakar