cancel
Showing results for 
Search instead for 
Did you mean: 

Mimic SAP Tcode PT03 output screen for work schedule

Former Member
0 Kudos

Hello

I have a requirement to create a web dynpro java application which can mimic standard SAP transaction "PT03" output screen.

i.e. View employee work Schedules..

Now I do not have any Calender UI element which I can use.

What could be best approach going forward.

Please note that creating an IAC iview or SAP Transaction Iview is already out of scope for us because of client constraints...

Please manage some time to look into this HCM transaction PT03 and advice me how can I mimic this in web dynpro.

I am concerned about the "View Work Schedule" screen which has a calender type display where information about employee is getting displayed in individual cell of calender.

Below is screenshot for page I need to Mimic..

[Screenshot|http://www.freeimagehosting.net/image.php?e387a02d16.png]

Thanking you in anticipation.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

created a sap transaction iview...

Former Member
0 Kudos

Hi Saurab,

You can use "Calender API" and display the weeks(monday to friday) in the table!!!!

Regards,

Manivannan P

Former Member
0 Kudos

I didnt' got you Sir....

You are refering to Java Calender API !

http://download.oracle.com/javase/1.4.2/docs/api/java/util/Calendar.html

or there is some webdynpro calender API also...!!

Well the whole scenario has to work as below...

1. User will fill in some input form from portal (Web Dynpro java view)

2. Clicks on submit button...

3. Webdynpro java application calls an RFC....

4. Output is rendered in calender format .....or any other format......which is informative enough to user.

I am not using CE....