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: 

User Status tables?

Former Member
0 Kudos

Hi Guys,

My requirement is i have to download the delta part for all these tables PROJ , JEST , JSTO ,TJ30 ,TJ30T and J02T based on the last changed date for all these Tables.

How to filter these tables TJ02T , TJ30 and TJ30T based on Date. Can we filterTJ02T , TJ30 and TH30T based on These tables JEST , JSTO and PROJ?

Plzzzzzzzzzzz Respond Very Urgent.Full marks will be alloted for help.

Thanks,

Gopi.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Try this..

Go to PROJ table. Get OBJNR and then go to JCDS. Also, select records from JEST and JSTO for all entries in PROJ. You can then do the loop on JEST and put all the necessary data in the structure. For delta you can consider the change number field. JEST has the latest change number while if you want the history of change number then you can find that in JCDS.

Hope this helps.

PB

4 REPLIES 4

Former Member
0 Kudos

Hi

U need to read the CDHDR and CDPOS table, see the program RBSVCDOC.

Max

Former Member
0 Kudos

Hi,

Try this..

Go to PROJ table. Get OBJNR and then go to JCDS. Also, select records from JEST and JSTO for all entries in PROJ. You can then do the loop on JEST and put all the necessary data in the structure. For delta you can consider the change number field. JEST has the latest change number while if you want the history of change number then you can find that in JCDS.

Hope this helps.

PB

0 Kudos

Hi P_B,

Why we have to use JCDS table?I am using PROJ Intenal table which contains the delta part thenI am downloading the data for JEST and JSTO based on OBJNR of PROJ Internal table which contains the Delta part table by using For All entries.based on this i think no need of using JCDS table.

How to Download for TJ30T , TJ30 and TJ02T?Very urgent

Thanks,

Gopi.

Former Member
0 Kudos