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

get vendors changed after certain date

Former Member
0 Likes
750

Hi all, I have to create a list with all the vendors changed after a certain date.

In table LFA1, I only found the creation date, but no changed on-date.

However, it must be saved on a certain place, because there's a report (MK04) on which you can fill out a date...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
683

Hi,

All changes to the vendor will be stored at CDHDR and CDPOS tables. These info you can read by using function modules.

CHANGEDOCUMENT_READ_HEADERS

CHANGEDOCUMENT_READ_POSITIONS

Thanks,

Hi all, I have to create a list with all the vendors changed after a certain date.

In table LFA1, I only found the creation date, but no changed on-date.

However, it must be saved on a certain place, because there's a report (MK04) on which you can fill out a date...

3 REPLIES 3
Read only

Former Member
0 Likes
684

Hi,

All changes to the vendor will be stored at CDHDR and CDPOS tables. These info you can read by using function modules.

CHANGEDOCUMENT_READ_HEADERS

CHANGEDOCUMENT_READ_POSITIONS

Thanks,

Read only

0 Likes
683

Hi ,

You can use the report: S_ALR_87010039 in 4.6c to get all changes to Vendors with respect to certain dates.

<REMOVED BY MODERATOR>

Regards,

Ashok

Edited by: Alvaro Tejada Galindo on Feb 18, 2008 2:07 PM

Read only

Former Member
0 Likes
683

Hi, thanks for the answer, I used the header-function module to know which vendors are changed. The report does the same thing, but I need to create a csv-file and so on,...

Thanks everyone for the help, points awarded !