2007 Jul 25 8:03 AM
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
2007 Jul 25 11:39 AM
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