‎2008 Jul 21 11:37 AM
hi,
in CO03 transaction, i need to fields from which table they are coming.
they are.
from menu click
GOTO - OVERVIEWS- OPERATIONS-CLICK ON ANY PO BUTTON
ALTAST DOWN CLICK ON OP DEAILS BUTTON u enter inti another screen
there u have option like
general , standard val........ qty/activities.
clik on qty/activities there u have an activities group.
frm there i need confirmed and to confirmed fileds.
could anuone please tell me from which database table i can fetch those values.
thanks in advance.
‎2008 Jul 21 11:49 AM
Hi Kiran,
Not sure of exact data base table, But check this generic pointer to find out data base table for any transaction.
Open ur transaction and give ur inputs till the point of where u want to click on qty/activities. Now open ST05 transaction, Select SQL trace and click on switch on trace. Comeback to ur transaction and do what ever u want to do. After this go back to ST05, Switch off trace, List trace. Here u can see from what are all tables it has fetched the data.
Another way could be check the TABLES declaration in the main program of that transaction.
Thanks,
Vinod.