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

database table

Former Member
0 Likes
313

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.

1 REPLY 1
Read only

vinod_vemuru2
Active Contributor
0 Likes
290

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.