‎2008 Nov 06 6:26 PM
Hi,
I need check if a value is in a SET (tcode GS03). Anyone know how do I do this?
Thanks,
Charles Oliveira
‎2008 Nov 06 6:37 PM
‎2008 Nov 06 6:37 PM
‎2008 Nov 06 6:46 PM
Hi, what I pass to import parameter SETID?
I do pass the same name that a use in GS03, but it return exception SET_NOT_FOUND.
Thank you.
‎2008 Nov 06 6:52 PM
If you debug GS03, you'll see that it calls a number of other FMs before this to set things up.
Rob
‎2008 Nov 06 6:37 PM
Do you want solution for code? Try this FM
CY_GET_SET_VALUES_NEW. If you are asking how to use GS03 then keep on double clicking on the set.
‎2008 Nov 06 6:56 PM
Hi,
I had a set called ZFI_DOCS_VAL.
If I enter in transaction GS03 and pass this set name it show me some values. I want know how do I get these values in abap report.
I think that it's via a FM, but I don´t remember which one.
‎2008 Nov 07 10:43 AM
It works this way:
Call the function 'G_SET_GET_ID_FROM_NAME' exporting the set name that is used in GS03 to view the set values. And then call the function 'G_SET_GET_ALL_VALUES' exporting the set id imported above.
If there´s a more proper way to do this, let me know.
Thank you all.
Best regards,
Charles Oliveira