cancel
Showing results for 
Search instead for 
Did you mean: 

Any standard report to pull data from 0041-Data Sspecifications?

Former Member
0 Kudos

Hello Team

Is there any standard report/way to pull  data from 0041-Date Specifications?

For any of the sub types maintained.

Regards,

RA

Accepted Solutions (1)

Accepted Solutions (1)

leelamohan_kavali
Active Contributor
0 Kudos

Dear Rachit Aherwar,

If any report won't be supported by SAP Standard then we will go by either SAP Query or Ad-doc query or SE16.

Ensure that we can write SAP Query for info type 0041.

Regards

Mohan

Answers (5)

Answers (5)

Former Member
0 Kudos

Thanks a lot everyone !!

Will try the solutions as suggested.

Regards,

RA

jagan_gunja
Active Contributor
0 Kudos

Hi Rachit

Before building a solution. I suggest getting the business requirements for the report.

Usually Employee reports for any data including IT 41 should have the employee's details such as name, PA/PSA, etc, and not just IT 41 data.

For this purpose it would be better to use SQ01 txn to build a query, then format as required.

Regards, JG

Former Member
0 Kudos

Thanks a lot Vijay and Jim will try the same ..!!

I was looking for something from a end user perspective.

Regards,

Rachit

Former Member
0 Kudos

You can create an ad hoc query or SAP Query and the end user can run it whenever they want.

Pramod

Former Member
0 Kudos

Hi,

  Please tell your ABAPer to create a report for the same, it will take less hours to create the same...Use the FM HR_ECM_READ_IT0041_DATE_TYPE , where it gives your desired output....

or


as said by pramod create adhoc query also...



Thanks,

Vijay SR

VamsiK
Participant
0 Kudos

SQ01 is your best bet to report to select and to display the output based upon the selection criteria you can select for a specific date type and date range.

if you are missing the fields  under IT0041 to pull the date types, use SQ02 and pull in the additional fields and later use it for query in SQ01.

jimso101
Active Contributor
0 Kudos

Hi Rachit,

I don't think there are any standard reports readily available for PA0041.

As an alternative you can pull the report using se16n as explained in one of the most popular blogs

I have found this approach(from a functional perspective ) much easier than any other approach.

Hopefully this helps.

Thanks

JIm

Former Member
0 Kudos

Hi,

  Use the below FM

HR_ECM_READ_IT0041_DATE_TYPE

which will solves your issue...

Thanks and Regards,

Vijayakumar SR