2006 Feb 03 11:34 AM
Hallo,
Does anybody know how to create & load report variants from abap?
Thanks in advance...
Hallo,
Does anybody know how to create & load report variants from abap?
Thanks in advance...
2006 Feb 03 11:36 AM
Please Check the Link. http://help.sap.com/saphelp_erp2005/helpdata/en/c0/98037ae58611d194cc00a0c94260a5/frameset.htm
Hope This Info Helps YOU.
Reward Points If It Helps YOU.
2006 Feb 03 11:44 AM
Ehm...
What I'd like to know is if there is any function that lets me create a variant from within an abap program...
Thanks
2006 Feb 03 11:45 AM
Hi,
When u execute the report first u get selection screen to enter parameter.
After Entering that press on save button. Give name, description & other available options if u want.Save it.
Now Everytime when u run that report, u get one extra icon with execute button.
Press on that button. Select ur variant.
Regards,
Digesh Panchal
2006 Feb 03 11:46 AM
HI Mike
to cerate a vairant just goto tehs selection screen enter the values in the parameter or select-options and then click save.
it will prompt you to create a variant.
after creatin the variant.
to load it there will be variant button next to the selection button.
regards
2006 Feb 03 11:51 AM
Thanks to everyone...
I do know how to create a variant for a report...
What I should do is what follows...
report zfuffa.
start-of-selection.
[...]
Abap instructions to save a dynamic variant...
[...]
Abap instructions to delete a dynamic variant...
[...]
2006 Feb 03 12:11 PM
GIVE VALUES IN THE SLECTION SCREEN, AFTER THAT CLKICK ON THE SAVE ICON ABOVE.
2006 Feb 03 1:37 PM
Hi Mike,
check the function module RS_CREATE_VARIANT, it might serve ur purpose.
Reward points if found useful
2006 Feb 04 6:53 AM
also for all variant manipulation from program check out function group
SVAR
Regards
Raja
2006 Feb 04 8:34 AM
Hi Mike,
1. RS_VARIANT_SAVE_FROM_SELSCREEN
Use the above FM.
2. It will save the values from
the current screen.
We can provide the name of the variant.
(But it will, as usual, popoup the screen
for entering the variant name)
regards,
amit m.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |