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

Basic list query.....

Former Member
0 Likes
644

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
Read only

Former Member
0 Likes
618

You can use

INSERT ztable FROM TABLE it_ztable ACCEPTING DUPLICATE KEYS.

Read only

0 Likes
618

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.

Read only

0 Likes
618

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.

Read only

0 Likes
618

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

when sy-ucomm

case 'lv_ucomm'.

Call transaction 'tcode'.

Read only

0 Likes
618

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