Hi Toall abap gurus what are the variants in alv reports ?
and what is the use of reuse_alv_variants_get ?
and what is the purpose of i_save parmaetr in the
resue_av_grid-display funmodule?
what is the purpose of reuse _av_default_varinat_get ?
Thanks in advance for ur answers
kumar
Answers were Sorted based on User's Feedback
Answer / vidya
Hey
Variants in ABAP are like any other variants that we use in
ABAP. It helps us get a default value on our screen fields.
In short, it works like saving your pwds on your mail accounts.
The reuse_alv_default_variant_get helps you to give a
default value( had you mentioned in the program ) to your
screen field. This default variant is generally stored in
the struc CS_VARIANT of your program.
i_save in reuse_alv_grid_display : As mentioned above
cs_variant from the reuse_alv_default_variant_get is passed
to your functional module via i_save..
If i_save = '' variants cannot be saved.
i_save = X std save mode.
You also have modes like U and A.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / krishj
Hi,
i_save allows u to save the alv layout variant,
i_save = ' ' or X is variant globally available
i_save = 'U' is user specific variant.
Thanks.
Is This Answer Correct ? | 0 Yes | 0 No |
can we transfer variants from development to Quality?how can we transfer?is it necessary?
how will u extract sales doc. number of corresponding billing doc. number with out using select query
how can we use the text randomly or circularly in smartforms.... means... suppose i have 'abap' horizantally... but i want it in vertically... how can... plz any body tell me this....
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?
How many default tab strips are there? How to insert more tabs in it?
what is Cross Applications?
What is client in the sap system? : sap abap hr
if have 10 pages in script,how u can u start from 10th page?
diff types of BAPIS?
Can we specify the next screen number with a variable?
what is table control?
State the differences between database view & projection view? : abap data dictionary