cancel
Showing results for 
Search instead for 
Did you mean: 

Reg. IA02 transaction

Former Member
0 Kudos

Hi,

i have a probelm in trigeering an error message in ia02.

i wrote a piece of code which would trigger an warning message when someone enters a material having storage condition as hazardous.

it is working fine in IA01 transaction.

But in IA02 it is showing the last material warning message as soon as user enters the change status

i want to in which table does the transaction IA01 save the materials entered and from which table the IA02 retrieves the materials entered. This would help me in seeing that the message is not triggered. Can anyone help me with the funcyionality details of the tables used in IA01 and IA02 please. Its very urgent.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

christian_wohlfahrt
Active Contributor
0 Kudos

Hi!

E.g. table EQUI is used to store data.

In general: maintain some data with IA01. Before pressing save, start a SQL-trace. Save your data, stop the trace and display. Relevant DB-tables should be found near 'update' or 'insert', just search for this words.

Regards,

Christian

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

But EQUI will have the materials for that equipment.

i want to know the materials for a particular task list and operation created.i want to know where are the materials under a particular task list and operation stored. i mean when we create a task list in ia01 and add operations to it and add materilas to that opreation what r the tables that store this data and how r they stored.

Can anyone explain this functionality.

Thanks

Sujana