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

from customize report to customise transaction code

Former Member
0 Likes
410

Hi,

I want to pass data from basic list (from my customize report) , when I double click, I want to call my z transaction code field and the field type is P length 8 decimals 2.and the data which i want to pass is also same data type.

hoe to do..

can anybody suggest.

thanks

n kumar

Hi,

I want to pass data from basic list (from my customize report) , when I double click, I want to call my z transaction code field and the field type is P length 8 decimals 2.and the data which i want to pass is also same data type.

hoe to do..

can anybody suggest.

thanks

n kumar

2 REPLIES 2
Read only

Former Member
0 Likes
387

Hi abaper,

Use at line-selection and call transaction statements in your reports.

Regards,

Muthu.

Read only

andreas_mann3
Active Contributor
0 Likes
387

try:

1) hide your relevant fields in basic lis

2) at line selection

use fm VIEW_MAINTENANCE_CALL (-> look docu)

A.