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: 

I have requirement to fetch Configured data(in spro) based on created on dates?

former_member210158
Active Participant
0 Kudos

Hi all,

Can i fetch the Organizational data or Configured data which is created using Transaction SPRO like:

Technical object types

Structure Indicators

Plants

UOM

Planner groups

ABC Indicator

Cost center

Equipment Category

Functional location Category

Company

Company Code

Authorization Group

Location

Currency

Plant section

Country

etc

where should i search for date stamps of these objects?

Regards

4 REPLIES 4

Former Member
0 Kudos

Hi Satish

Try taking a look at the HRP* Tables.

Note that this will not be straight forward.

What is your use case for this?

Regards

Arden

0 Kudos

Hi Arden,

In my system most or almost all of the tables of HRP* are empty with 0 records...!

What to do now?

Regards

michael_kozlowski
Active Contributor
0 Kudos

Hi,

please check report RSVTPROT.

0 Kudos
  • First use the system parameter rec/client to set up client-dependent logging.
  • Then Use the ABAP programs RSTBHIST or RSVTPROT to analyze table changes.

Regards,

Raymond