on 2016 Apr 18 3:05 PM
Hi Maximilian
In my system I realized that there was a bug in the SAP standard code.
Method get_webmo of class cl_pt_req_customizing
If you debug the method, you will see that the IF count EQ 1 statement doesn't provide a value to ex_webmo when that condition is true.
I implemented the below enhancement in my system and everything is fine now. Maybe SAP has now released a note for this.
ENHANCEMENT 1 ZGETWEBMO_BUGFIX. "active version
if not l_webmo is INITIAL.
l_pernr_webmo-webmo = l_webmo.
ex_webmo = l_pernr_webmo-webmo.
endif.
ENDENHANCEMENT.
Regards,
Prince
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Prince,
In our system, we also have came across the same issue. Create button is not active any more.
I tried to search the SAP note but could not find it. If you have the SAP note number, would you please share it here.
I would like to wait for SAP's solution rather to include the own enhancement code.
Thanks in advance.
Best Regards,
Faizan M.
Hi Maximilian,
Thanks for your response. I performed the necessary customizing in the booking correction settings.
am now able to enter clock In- clock out times but the record is not getting saved in SAP.
I checked the authorizations, they seem ok.
am I missing anything here?
also if it is possible could you please share the information about how the app works in the background? I mean how is the process ?
Thanks.
Best Regards,
Faizan M
Hi Sanjay,
Please check the steps in time booking correction settings and the features WEBMO, LLREP are maintained properly.
also if your issue is with the times not getting posted to IT2011, please refer to the below documentation from SAP.
also, you would need to book times report from the transaction 'PTCOR'.
Best Regards,
Faizan
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.