‎2008 Aug 12 8:02 AM
hi experts,
In ALV and other standard reports there is an option for changing layout but we cannot save it ..I need to solve this ..what shall i doo..
in sd i solved it by putting sd_variant_maintain parameter ..like that is there anyother thing for FI or in general..????
mani
‎2008 Aug 12 8:08 AM
Hi,
in program
if you are using FM REUSE_ALV_GRID_DISPLAY or other
then
check in that I_SAVE = 'A'.
or check
check the authorization part,
if there is authorization for layout save or not.
Rgds,
Arpit
‎2008 Aug 12 8:10 AM
ya thanx aprit ,,that authorisation for saving only we have to give some parameter ...what is that???
like for sd reports we have
sd_variant_maintain parametrer like that what we have for finance
regards,
mani
Edited by: manikandan muruganandham on Aug 12, 2008 11:34 AM
‎2008 Aug 13 8:12 AM
after executing that report,
create new session for SU53.
and check what authorization is missing.
and whr u r using this...sd_variant_maintain parametrer
‎2008 Aug 12 10:38 AM
Hi,
Try this.
There is a parameter named IS_VARIANT, set the parameter to save the layouts in ALV.
Sharin.