2010 Apr 07 3:34 PM
Hi,
Can any one define the Difference between slis_fieldcat_alv_spec-input and slis_fieldcat_alv_spec-edit
Both can be used for ALV edit enabled ?
2010 Apr 07 5:27 PM
Hi,
Input is to make the field ready for input.
The other one is of sap internal use and i dont have any idea about that.
you can check the where used list for sample programs.
Hi,
Can any one define the Difference between slis_fieldcat_alv_spec-input and slis_fieldcat_alv_spec-edit
Both can be used for ALV edit enabled ?
2010 Apr 07 4:01 PM
Hi
there isn't too much documentation about it.....
maybe this can help you..is the definition of the structure
types: begin of slis_fieldcat_alv_spec,
key_sel(1) type c, " field not obligatory
no_sum(1) type c, " do not sum up
sp_group(4) type c, " group specification
reprep(1) type c, " selection for rep/rep
input(1) type c, " input
edit(1) type c, " internal use only
hotspot(1) type c, " hotspot
end of slis_fieldcat_alv_spec.
you can try to use one at time, an see the difference
regards
Marco
2010 Apr 07 4:51 PM
Hey,
I've already seen that.
Would like to actual difference and application of those two fields in ALV.
2010 Apr 07 5:27 PM
Hi,
Input is to make the field ready for input.
The other one is of sap internal use and i dont have any idea about that.
you can check the where used list for sample programs.
2010 Apr 07 6:04 PM
Keshav,
I've seen both ( input , Edit) used to make ALV editable reports..
But am still looking for a better answer.
2010 Apr 07 7:54 PM
Hi,
I think you can write a sample program based on these options, so that you can understand a bit more better.
Me too will check it once
Keshav