Application Development and Automation 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: 
Read only

LSO Module.

Former Member
0 Likes
548

Hi Guys,

I am facing a problem. Please help me.

We have a inbound interface thorugh which we will get the details about the employee participation in a course. In the Inbound file we get the start date and the end date and the user details.

User will be booked to a course in SAP. When he will be booked the end date will 12/31/9999 in HRP1001 table. I want to change the enddate from 12/31/9999 to the end date that is present in inbound file.

Please tell me is there any way in which I can change the end date in HRP1001 table.

2 REPLIES 2
Read only

Former Member
0 Likes
358

Hi,

Go to transaction PP02

give employee no

Object type

Object id

info type :1001

click on change button on the tool bar

Regards

Krishna

Read only

Former Member
0 Likes
358

Hi Krishna,

That solution works. But suppose if the input files contains 200 entires then it is difficult to do each manually. We can create a BDC for that, But is there any other solution like starndard function modules or classes to change the end date.