Application Development 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: 

Help with Transaction PTMW_PROF

Former Member
0 Kudos

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.

2 REPLIES 2

Former Member
0 Kudos

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.

0 Kudos

Any ideas?