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

Table Log Material in Program RMDATIND

gabo2050
Participant
0 Likes
856

Hi Gurus,

i have a question, when execute program RMDATIND and modify materials, What is the table where he keeps the log?

Regards

Gabo.

2 REPLIES 2
Read only

christian_wohlfahrt
Active Contributor
0 Likes
540

Hi Gabo,

it's save as application log, access via MM90 or more general SLG1. If you like a more technical approach, have a look at function group SBAL.

BR,

Christian

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
540

check cdpos and cdhdr

in cdhdr pass objectclas = 'MATERIAL',udate = your date , chngind = 'U'.

Then pass the retrieved values to cdpos like

objectid = object id from cdhdr, changenr = change number from cdhdr.

Edited by: Keshav.T on Jan 8, 2010 6:20 PM