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: 

Data Dictionary

Former Member
0 Kudos

Hi,

I am having a ztable, I would like to know from where the date has been getting updated. Means source.

Regards

Reddy

6 REPLIES 6

sunilachyut
Contributor
0 Kudos

If its a ZTable, then its upto you how and when you want to fill the records. Most often, the records are updated during a certain transaction like creating a sales order(VA01). If you have created a ZTable you will have some process in mind where you want the records to be inserted/updated.

hith

Sunil Achyut

former_member181962
Active Contributor
0 Kudos

Give the z table name in se11. and do a where used list on it.

Check the programs checkbox and hit enter.

you would get the list of all program, in which the table is being used.

scan the code for update/modify/insert statements.

Regards,

Ravi

0 Kudos

Hi,

There are several Standard Prog and so many zprog have been displaying. I would like to know few fields in the ztable how the data has been getting into it.

Regards

Reddy

Former Member
0 Kudos

Go to the transaction SE11 and enter the table name and click on where used list button. It will show that program where the table in used. Check the program from the list to find out which program is updating the table.

0 Kudos

Hi,

There are several Standard Prog and so many zprog have been displaying. I would like to know few fields in the ztable how the data has been getting into it.

Regards

Reddy

0 Kudos

Hi,

It gets updated from <b>table: RSDXX</b> and the field is <b>AS4DATE</b>.

Regards,

Azaz Ali.