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

transaction code

Former Member
0 Likes
370

my tcode contains inf , but it also has to display inf im non-editable mode, it should give an error msg when user tries to display inf abt himself even before entering it.

3 REPLIES 3
Read only

Former Member
0 Likes
341

hi,

place input buttons on the screen and in properties of the field u got a option called output only check that it will display that field in display mode i.e non editable mode.

if you want to display error incase inf. is not present for that make a select to table , incase record doent exist for that record give a popup saying that no info exists.

regards,

Navneeth K.

Read only

0 Likes
341

wher could i select to table & do operations to develop pop ups

Read only

0 Likes
341

write a module in PAI.

there you make a select to database. record doent exist then give a message/poput.