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: 

Basic list query.....

Former Member
0 Kudos

I am developing report in which output will be in Basic list (Using only write statement).

my requirement is to provide some type of navigation or any other way to maintain values in Z TABLE which is master table for this table.

Please help me .

5 REPLIES 5

Former Member
0 Kudos

You can use

INSERT ztable FROM TABLE it_ztable ACCEPTING DUPLICATE KEYS.

0 Kudos

actually my report part is done but I need some type of navigation to provide on same screen where i am showing report so by clicking that navigation link user will go to some other transaction and we be able to change the values in Ztable.

0 Kudos

actually my report part is done but I need some type of navigation to provide on same screen where i am showing report so by clicking that navigation link user will go to some other transaction and we be able to change the values in Ztable.

0 Kudos

For that you have to use set pf-status statement.

when sy-ucomm

case 'lv_ucomm'.

Call transaction 'tcode'.

0 Kudos

Pf status means sy-ucomm will be possible in basic list report