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

Reading Archived SAP data

Former Member
0 Likes
569

Hi ,

I need to read the archived records from table QMEL based on the one on key field of this table (custom field).

There is one PBS utitlity which converts the select query to function module which in turns gives back the entries read based upon the import parameters of the FM.But problem is I need to get the value based on non key field so the function module is taking infinite time then also not returning any value.(transaction reset)

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
472

Hello sachin,

If your a licensed PBS customer you can contact one of the resellers in America ( Dolphin IT, Brandywine, Sigma) and ask them for help. If your contract is direct with PBS you can write there Hotline ( Hotline (at) pbs-software.com ) and ask them for help. You just have to mention your Company name, your contract number if known and let them know briefly what your problem is ( sample coding and such and they will get back with you to help you out.

The conversion tool is just a small help to convert customer programs over a call function, but the PBS developers normaly have a few tricks to get your information faster.

kind regards

Mark

2 REPLIES 2
Read only

Former Member
0 Likes
473

Hello sachin,

If your a licensed PBS customer you can contact one of the resellers in America ( Dolphin IT, Brandywine, Sigma) and ask them for help. If your contract is direct with PBS you can write there Hotline ( Hotline (at) pbs-software.com ) and ask them for help. You just have to mention your Company name, your contract number if known and let them know briefly what your problem is ( sample coding and such and they will get back with you to help you out.

The conversion tool is just a small help to convert customer programs over a call function, but the PBS developers normaly have a few tricks to get your information faster.

kind regards

Mark

Read only

0 Likes
472

Thanks Mark,

I am new to archving if you ahve tips for archiving please share. Actually archving is not big issue but problem comes when retrieval of the archived data is required.

If i use ADK functionality more often performance is too slow especially for standard table which have huge data .

anyway thanks for your comment!

Regards