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: 

field attributes

Former Member
0 Kudos
59

hi,

1.can field attributes be modified with transaction varients

2.can customer programms be invoked

regards

rahul

1 ACCEPTED SOLUTION

Former Member
0 Kudos
41

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

Former Member
0 Kudos
42

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