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

Grid Value for Planned Order

Former Member
0 Likes
480

Do any one knows where is the GRID Value (J_3ASIZE) stored for each planned order in PLAF table ? Kindly Hel me.

I can see grid value for each planned order in MD06 but i need the tables.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
440

Hi Senthil,

Just goto ST05 ( SQL Trace Transaction ) -> trace on -> now Use MD06 Transaction -> just click on grid value place ( to get field name ->table name ) ->come back to St05 ->Trace off ->list trace all.

Now check the database table names ->i think one of the database table keeps the grid value since i did not proper system to show you.

Good Luck

Thanks

Seshu

2 REPLIES 2
Read only

Former Member
0 Likes
441

Hi Senthil,

Just goto ST05 ( SQL Trace Transaction ) -> trace on -> now Use MD06 Transaction -> just click on grid value place ( to get field name ->table name ) ->come back to St05 ->Trace off ->list trace all.

Now check the database table names ->i think one of the database table keeps the grid value since i did not proper system to show you.

Good Luck

Thanks

Seshu

Read only

0 Likes
440

Seshu,

I got the table by your sql trace method.

Thanks