cancel
Showing results for 
Search instead for 
Did you mean: 

How to jump on particular Data record in DSO ?

Former Member
0 Kudos

hi,

Is there a easy way to jump/find a perticular data record ? My DSO has 107,855 data records, how do i find 3765th record?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi JigsB,

If you want to check that particular record,


For Example : 3765th record out of 107,855 as you have mentioned.

Once you loaded data to DSO,


DSO -> Manage -> Content - > New Data

In the New Data Table, you can get the exact 3765th record using Data Record Number Field

Answers (2)

Answers (2)

former_member197527
Active Participant
0 Kudos

Not sure if this is applicable.

As suman said, it might be possible based on some req selection.

For the recordid is in WDSO and not a standard DSO

former_member182470
Active Contributor
0 Kudos

Do you know the document no. or order no etc..? You can simply display data by entering that in the selection screen.

I think 0RECORDID field will be there in selection screen. If yes, enter 3765 and display the data..You have to select the output fields also before displaying data from DSO.

Former Member
0 Kudos

Thanks Suman,

But i dont have 0RECORDID , the only thing i have is RECORDMODE with my Chars. and kFs

former_member182470
Active Contributor
0 Kudos

I think this will be there in write optimized DSO. Recordmode is for delta management which stores all images of delta records.

Anyway, do you have any doc no.?

anshu_lilhori
Active Contributor
0 Kudos

Hi,

Actually suman pointed out right thing..

There will be a field in DSO internally as RECORD..

To check the same try writing end routine in that dso there you will get this infoobject.

Just write some simple routine and debug then in internal table Result_package you will get that infoobject.

Hope this helps.

Regards,

AL