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: 

want to display report output field as input field

sandip_sonar
Participant
0 Kudos

hi, all.

In my report i am displaying output field which is blank, i want that field to be converted into input field for the same report.

Give proper decision ASAP.

Thanks & Regards,

Sandip Sonar.

5 REPLIES 5

Former Member
0 Kudos

Hi,

you need to use this following statement, before your write statement, with INPUT ON as per the following syntax.

FORMAT [COLOR {{{color [ON]}|OFF}|{= col}}]

[INTENSIFIED [{ON|OFF}|{= flag}]]

[INVERSE [{ON|OFF}|{= flag}]]

[HOTSPOT [{ON|OFF}|{= flag}]]

[INPUT [{ON|OFF}|{= flag}]]

[FRAMES [{ON|OFF}|{= flag}]]

[RESET].

Former Member
0 Kudos

hai,

write:/ itab-matnr inputon.

follow this so that u can get the field enabled.

shan.

0 Kudos

hi,shan

thank u for your answer

but I m using ALV Display, so can u pls tell me that how to use INPUTON For ALV.

Thanks & Regards,

Sandip Sonar

0 Kudos

Hi.

to make a field as input in fieldcatalog you code like this.

lt_fieldcat-edit = 'X'.

0 Kudos

thank u very much swati

for ur kind reply

it works.

Thanks & Regards,

Sandip Sonar