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

custom field disabled

Former Member
0 Likes
562

Hi SDN Experts

I had changed the header screen of FB03 tcode by inserting a new field in the Header Details screen.

When i run the transaction either FB03 or FB02 the field is by default in the display mode.

What else should i take care to see that the field is open for editing in change mode (FB02) And more over there are 2 more fields on the screen which are open for editing. so i assigned the same attributes as that of those 2 fields to my custom field. but still does not shwo any change mode

Points for sure

Regards

Pratyusha

Hi SDN Experts

I had changed the header screen of FB03 tcode by inserting a new field in the Header Details screen.

When i run the transaction either FB03 or FB02 the field is by default in the display mode.

What else should i take care to see that the field is open for editing in change mode (FB02) And more over there are 2 more fields on the screen which are open for editing. so i assigned the same attributes as that of those 2 fields to my custom field. but still does not shwo any change mode

Points for sure

Regards

Pratyusha

1 REPLY 1
Read only

Former Member
0 Likes
398

hello Usha,

in PAI event of that program,

write as..

chain.

field v_ebeln.

endchain.

so that your field will be get enabled. other wise

use

loop screen

make that particular field input as 1.

endloop.

thanks,

Murali