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

data based on customizing table

Former Member
0 Likes
482

Hi,

How would you implement this requirement.

On a Dynpro must be added data which is based on the customizing table .

It has two coloumns. Item-Group and Description.

The user must have the possibility to select those lines which he needs

The selected lines must be to memorized for further application steps.

Thanks in advance for your support

Regards

sas

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
461

Hi

Store in the global memory and then retreive as per requirement.

have a look

http://www.sapmaterial.com/sap_memory.html

Reagrds

Shashi

3 REPLIES 3
Read only

Former Member
0 Likes
461

try this logic,

export the selected rows to an ABAP memory. subsequently, u can read those rows from the ABAP memory and use it.

Srini*

Read only

Former Member
0 Likes
462

Hi

Store in the global memory and then retreive as per requirement.

have a look

http://www.sapmaterial.com/sap_memory.html

Reagrds

Shashi

Read only

Former Member
0 Likes
461