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

field attributes

Former Member
0 Likes
334

hi,

1.can field attributes be modified with transaction varients

2.can customer programms be invoked

regards

rahul

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
316

you can modify screen field attributes at AT SELECTION-SCREEN OUTPUT method...

by looping at SCREEN and modifying the screen field parameters...

and to invoke custom report there are 2 methods (condition is that the report must be executable)

1. call transaction (create a tcode for the report)

2. submit

1 REPLY 1
Read only

Former Member
0 Likes
317

you can modify screen field attributes at AT SELECTION-SCREEN OUTPUT method...

by looping at SCREEN and modifying the screen field parameters...

and to invoke custom report there are 2 methods (condition is that the report must be executable)

1. call transaction (create a tcode for the report)

2. submit