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
Answer Posted / 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 |
Post New Answer View All Answers
What is PS structure
What are the types of records that are transferred to sap r/3 and used by interfaces? : abap bdc
What is meant by performance analysis? Have done anything to improve the performance?
How can I make a differentiation between dependent and independent data? : abap hr
What is the difference between a substructure and an append structure?
What is primary index?
On which event we can validate the input fields in module programs?
What is the meaning of sap r/3?
Explain badi in abap.
Power is interrupted while transferring data from internal table to application server. How will you determine many records are transferred in session method and call transaction method? : abap bdc
Polymorphism real time scenario
Explain what is the step-by-step process to create a table in data dictionary?
How do you use tab sets in layout sets?
1.If there is one receiver,then To send 10 materials at a time through BD10 tcode, How many Master Idoc create? 2.If there is one receiver,then To send 1 material at a time through BD10 tcode, how many Master Idoc generated? 3.Can I Send Multiple Messges through BD10 tcode?
What are the problems in processing batch input sessions? How is batch inputprocess different from processing online?