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

About table info_prog

com_2018
Participant
0 Likes
699

Hi,

There is the table info_prog in R3 46B,but there is not it in R3 470.

is there the other table replace it in r3 470?

Do you know?

Regards,

collysun

Hi,

There is the table info_prog in R3 46B,but there is not it in R3 470.

is there the other table replace it in r3 470?

Do you know?

Regards,

collysun

3 REPLIES 3
Read only

christian_wohlfahrt
Active Contributor
0 Likes
634

Hi Collysun!

I only have access the newer systems - what was stored in INFO_PROG? Which area this was used?

Regards,

Christian

Read only

Former Member
0 Likes
634

Hi,

Have you looked table <b>TADIR</b>?

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
634

Hello,

INFO_PROG is in Rel.4.5 a database view joing tables D010SINF and TADIR. Guess that it's the same in 4.6B.

A similar database view from 4.6C on is APPL_PROG, but with fewer fields. Or you could join the tables REPOSRC and TADIR in a select statement.

Regards Wolfgang