cancel
Showing results for 
Search instead for 
Did you mean: 

PTCOR function module input

Former Member
0 Kudos

Hello,

I'm trying to build a custom application with the ptcor function modules, the problem is, I cant test the function module

PTCOR_UIA_FORM_ACCEPT

properly because I cannot fill any values into the input structure IM_REQUEST

I'm trying to find out why it wont accept the time event type I entered into ITEM_INS -> SATZA, it still says I need to specify a time event type.

thank you very much

Accepted Solutions (1)

Accepted Solutions (1)

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

You need to use other FM as well

check using the standard as many are called

PTCOR_UIA_* do an F4 you ll see all related ones!

Former Member
0 Kudos

Yes, after executing FORM_DELEGATE it works now - at least it inserts the item. I get the bapi message HRTIM_ABS_REQ, Msg-Nr 083 - what does it mean?

Answers (3)

Answers (3)

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

Message list cannot currently be updated for technical reasons

See in se91, Time evaluation us not run after taking a time event check cutomsiaiton in ptcor

and also how rptime00 runs based on llrep

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

Go via Se11 > Teven > satza click on SATZA and then retyp and the see value range of it

please note what time events are available in this value range will be considered, define here of your custom ones

Former Member
0 Kudos

just check the value range of domain used for the field SATZA

Thanks

Bala Duvvuri

Former Member
0 Kudos

Hello,

whats the easiest way to check them?

I tried using the TEVENTTYPE value I get from PTCustomizing_Get which is "P01"

Former Member
0 Kudos

Stefan,

I think these function modules are called from ESS clock-in clock-out correction screen.

call that screen and debug it then you may know what are the values for the importing parameters

Thanks

Bala Duvvuri

Former Member
0 Kudos

Hello,

yes, P01 is definitely inside the value range - I tried it but I still get the message.

I will try the debugging approach. Maybe another field is missing or SATZA needs to be defined anywhere else than ITEM_INS

Thank you so far