2008 Oct 06 6:10 PM
Hi everybody.
I need some help with PTMW_PROF transaction.
My situation is the following: I'm working with this standard program, and i have to make some checks on the input data, like we always do with standard infotypes via PA30.
But the problem is that i can't find any BADIs associated with this standard program.
I've also found this user-exit: PTIMTMW, nevertheless, looks like it's not useful for my purposes.
Any ideas?
Thanks in advance.
2008 Oct 07 8:42 AM
Hello.
I've found: BADI PL_BT_USER, and this BADI has a method called PROCESS_DATA with the following paramters:
FLT_VAL Type TIM_BLPTPOINT_EX
I_RECORD Type Ref To IF_PT_TD_CONTROL
I_TIME_DATA Type TIM_BLP_REQUEST_TAB
E_MESSAGES Type BAPIRET2_T
E_TIME_DATA Type TIM_BLP_REQUEST_TAB
Looks like I_RECORD has the data i need to check out, but when access it in debuggin mode i cant find any useful values, It's got the following value: 313 <CL_PT_TD_CONTROL>
How can i get the values i need with this parameter?????
Thanks in advance.
2008 Oct 07 9:24 AM