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

Dynamic Selection for non-logical database

Former Member
0 Likes
739

How to read the dynamic selections information to a table that is not in logical database for ex. : BSAD.

Currently, i'm reading from the function module 'RS_REFRESH_FROM_DYNAMICAL_SEL'. The value for the fields are read one by one...........totalling to thousands of codes.

Does anyone noe a shorter way of reading it ?

Please give sme guidance. Thank you.

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
689

Look at <a href="http://sap.ittoolbox.com/code/archives.asp?i=10&d=3038&a=s">Dynamic Table Maintenance (enhanced)</a> this sample program use a dynamic selection (on a dynamic table also)

Regards

5 REPLIES 5
Read only

timo_wendt
Explorer
0 Likes
689

Try this FM´s:

FREE_SELECTIONS_INIT

FREE_SELECTIONS_DIALOG

Read only

RaymondGiuseppi
Active Contributor
0 Likes
690

Look at <a href="http://sap.ittoolbox.com/code/archives.asp?i=10&d=3038&a=s">Dynamic Table Maintenance (enhanced)</a> this sample program use a dynamic selection (on a dynamic table also)

Regards

Read only

Former Member
0 Likes
689

Hi Mr: Tan,

Can you bit more clear about your requirment, so that I can help you more precisely.

Regards,

Antony Thomas

Read only

0 Likes
689

Hi Mr Anthony,

I have a report using logical database. However, the logical database used does not contain a table, BSEG, which i need to access.

I understand that for tables which are not in the logical database, I cannot use the "GET <tablename>" in the "START_OF_SELECTION" event.

Please advise on how to use the "SELECT" statement for the BSEG table with constraints from the dynamic selections. Thank you

Read only

0 Likes
689

Hi Mr Raymond,

Thank You. I solved my problem with the example provided..

points rewarded