How to create SET in gs01 ?

Hi friends...
I  created one FI report, in which i have hard coded some G/Ls. But users saying that i have to create a SET to maintain  that G/Ls. How to Create a set in GS01 & How to
refer it in my coding ?
Plz help me. It is very Urgent.

Ram,
Follow the link given below to create a SET.
[Create SET|http://www.purdue.edu/onepurduehelp/content/fi_gl_gs01_create_sets/wi/html/index.htm]
And now the Link on How to Use the SET
[How to Use|http://help.sap.com/saphelp_erp2005/helpdata/EN/5b/d2297e43c611d182b30000e829fbfe/frameset.htm]
Hope this helps.
Vinodh Balakrishnan

Similar Messages

  • How to create set hierarchies from FI SL.

    Hi Experts,
    How to create set hierarchies from FI SL. Could you please tell me
    Step by step procedures or send to this mail id [email protected]
    Thanks
    Regards,
    Sathis.J

    Hi,
    FI-SL
    http://help.sap.com/saphelp_nw2004s/helpdata/en/28/5ccfbb45b01140a3b59298c267604f/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/41/65be27836d300ae10000000a114b54/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/ee/cd143c5db89b00e10000000a114084/frameset.htm
    Hope This Helps.
    Thanks,
    Sankar M

  • How to create/set progress bar for loading flash intro

    Hi,
    I am having a falsh intro for my website.
    But its taking time to download and play the intro when we try to access it.
    I have seen many sites with progress bar indicating the status on the downloading of flash items.
    Can anybody please tell me how should I go about this?

    You can make a simple loader, it's a visual cue so your users wait for a moment.
    Try this, get a GIF from one of these site: http://www.google.com/search?hl=en&client=safari&rls=en-us&q=loading+gif&btnG=Se arch
    download it and name it as loader.gif
    add it to you page, and add the following to the page using HTML Snippet:
    <script type='text/javascript'>
    var timerCount = 0;
    var delayTimer = 5; // change this for the duration to show the loader.gif
    var loaderName = 'loader.gif';
    function stopLoader() {
    _imgs = parent.document.getElementsByTagName('img');
    for (ji = 0; ji< _imgs.length; ji++) {
    if (_imgs[ji].src.indexOf(loaderName) != -1) {
    loaderElement = _imgs[ji];
    break;
    if (timerCount == delayTimer) {
    loaderElement.style.visibility = 'hidden';
    clearInterval(_stopLoader);
    timerCount++;
    parent.iWLog(timerCount);
    _stopLoader = setInterval('stopLoader()', 1000);
    </script>
    BTW, here is an example: http://hdl.50webs.com/Sample/Blank.html

  • Creation of sets in GS01

    Hi,
    How to create sets in gs01.......please provide clearly.
    Regards,
    Dharani

    Hi,
    If you want to group some values of a table field, you can use GS01.
    For Ex: If you want to create a set for certain GL accounts.
    GS01
    Enter Set ID name (any name)
    Table: SKB1
    Choose basic Set
    enter
    field name: SAKNR
    Enter
    there mention your range of GLs.
    SAVE...Now your set is ready to use in any report painter reports or during validations or substitutions.
    Thanks,
    Srinu

  • How to make use of GS01 for GGB0

    Hi:
            I am creating the following validation in GGB0 for line items
    Prerequisites
    BKPF-TCODE = 'FBZ1'
    Check
    BSEG-HKONT = '621012'
    Message
    Assign an error message and then activate it OB28.
    Issue here is i have around 160 GLs (BSEG-HKONT ), how can i use GS01 for creating validation becuase writing 160 GLs in Check seems an hectic task to do. Please guide if we create set in GS01 , then what we will write in Check in place of BSEG-HKONT .
    BR

    Hi:
           Issue is till not resolved..I think  i should elaborate my requirment in brief first
    F-28 and F-29 are t codes for booking incoming transactions.. Hence incoming Bank GLs are used in it, sometime end users enter outgoing and main bank accounts in it that is wrong..For this i created two sets of GLs one for  main bank GLs and other for outgoing bank GLs
    in Check i entered these sets as
    BSEG-HKONT IN ZMGL OR BSEG-HKONT IN ZOGL
    Assigned an error message to it and activated in OB28
    Now i go to F-28 and enter a valid GLs that is not in the sets ZMGL or ZOGL , sytem is throwing error message for it too which i should not . Why is it happening i am unable to understand.
    Br
    Edited by: SAP Profesional on Nov 16, 2011 11:30 AM

  • Creating sets to load hierarchy data to BW

    Hi,
    I was able to create sets using GS01 and change set using GS02, create a Datasource, and load the data as an hierarchy in BW.
    My question is creating and changing sets is a manual process using these transactions, so what's the point of doing this instead of entering the data directly in BW to create and maintain the hierarchy? I would think then that the preferrred method would be to write an ABAP program to create a flat file with the hierarchy layout and then upload to BW?
    Would some clarify what's the point of using GS01 and GS02 as opposed to maintaining it directly in BW or upload a flat file?
    Is there a way to automatically create and change sets?
    Thanks,
    Will

    Hi,
    I also have the similer problem for hierarhcy files, I used to get the dump of hierarchy data. all child parent info comes in a single rows.  see the example below :
    <b>Country state city territory customer</b>
    I have developed a Foxpro local program, which will convert above flat data into BW Hierarchy loadable flat file.
    Similer you can also do the same. get the flat file from R3 and then convert to BW hierarhcy file using local program and then load to BW.
    Sanjiv
    Message was edited by:
            Sanjiv Kumar

  • How to Create a new column from two different result sets

    How to Create a new column from two different result sets, both the result set uses the different date dimensions.

    i got solutions for this is apply filters in column formula it self, based on the requirement.

  • How to create the Sap script & Layout Set (wants sample code)

    Hi All ,
    Can you please provide me the step by step procedure
    to create the Sap script & Layout Set .(please provide sample
    code/links /docs for layout & print program).
    Regards
    Rahul

    hi,
    go through the following links  what i found to create sap script.
    http://www.thespot4sap.com/Articles/SAPscript_Introduction.asp
    http://abapliveinfo.blogspot.com/2008/01/free-sapscript-made-easy-46-book.html
    http://www.thespot4sap.com/articles/SAPscript_example_code.asp
    http://idocs.de/www3/cookbooks/sapscript/sapscript_1/docu.htm
    http://idocguru.com/www5/cookbooks/sapscript/sapscript_1/example.htm
    www.geocities.com/wardaguilar25/sapscript-tutorial.html
    http://logosworld.de/www3/cookbooks/sapscript/sapscript_8/docu.htm
    how to create a  scripts?give steps?
    https://forums.sdn.sap.com/click.jspa?searchID=1811669&messageID=2969311
    https://forums.sdn.sap.com/click.jspa?searchID=1811669&messageID=2902391
    https://forums.sdn.sap.com/click.jspa?searchID=1811669&messageID=3205653
    https://forums.sdn.sap.com/click.jspa?searchID=1811669&messageID=3111402
    http://www.sap-img.com/sapscripts.htm
    http://sappoint.com/abap/
    http://www.henrikfrank.dk/abapexamples/SapScript/sapscript.htm
    http://help.sap.com/saphelp_crm40/helpdata/en/16/c832857cc111d686e0000086568e5f/content.htm
    http://www.sap-basis-abap.com/sapabap01.htm
    http://www.sap-img.com/sapscripts.htm
    http://searchsap.techtarget.com/tip/1,289483,sid21_gci943419,00.html
    http://sap.ittoolbox.com/topics/t.asp?t=303&p=452&h2=452&h1=303
    http://www.sapgenie.com/phpBB2/viewtopic.php?t=14007&sid=09eec5147a0dbeee1b5edd21af8ebc6a
    Other Links

  • How to create a custom layout set to display the KM folders...

    Could someone please tell me how to create a custom layout set to display the KM folders?
    Thanks,
    Sudha.

    Hi Sudha,
    Please check the following blogs whick will guide you step by step.
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/4123
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3071
    http://help.sap.com/saphelp_nw2004s/helpdata/en/c3/c91b5610b65b4aa8204d09384d156b/frameset.htm
    If helps reward points
    cheers
    dev

  • How to create the Set ID for report writer

    Hi
    I am suppose to create the Set id . Please suggest me the t-code etc for creating set id.
    Thanks
    Shiv

    transaction for  creating the set ID GS01
    further, the menu path  in the application menu is
    information system->Ad Hoc Reports ->Report Painter ->Report Writer ->Set
    if helpful, plz assign point as way of thanks

  • After downloading Mozilla Firefox 4.0 Beta to my desktop I restarted the computer, but I do not receive any prompts to create an account with a Secret Password. How do I set up the account if the prompt never show up?

    Several months ago I installed the Firefox Home app on my iPhone to sync the bookmarks that I had on my Windows XP home computer. It has worked just fine until a few days ago. Just recently I was notified that the app would no longer work because of changes that have been made. I have tried to follow the instructions that were emailed to me regarding how to setup the new Firefox Sync add-on, but I am having a problem. After downloading Mozilla Firefox 4.0 Beta to my desktop and restarting my computer, I do not receive any prompts to create an account with a password and a secret phrase, as the instructions specify. How do I set up the account if the prompt never shows up?

    Click on the Firefox button then select Options to open the Options dialog. Now go to the Sync panel for the option to setup a new account.

  • Music and Video on Nas in folders but how do i set up itunes on multiple computers to see and use these files and create libraries?

    Music and Video on Nas in folders but how do i set up itunes on multiple computers to see and use these files and create libraries?
    So i have had a itunes set up on my old PC, bought a NAS and copied the folders over to the NAS, i did this incorrectly and so then even when i told the old PC to use that folder it saw all the songs but wasnt able to play the songs as it was looking in the incorrect place.
    So now i want my Mac as well as my PC and others to all use the music, videos etc on the NAS they are in itunes friendly folders (as they were compiled this way by the itunes on the old PC.
    When i tell the mac to use the itunes library.itl file it sees the song list (about 100gb) but cant see any songs, so i have removed this file to another location for now with the hope to set up a new file and then get it to see the songs on the folder from the NAS.
    Can someone tell me how to do this for all the Mac's and PC's on my network as i really want one master library that all use and add too.
    Thanks for your help in advance.

    I have the same question but I am using two pc's

  • How can I set BPEL server enviorment and create BPEL domain?

    Without use the http console, how can I set BPEL server enviorment and create BPEL domain?
    When I try to use API like below
    import com.oracle.bpel.client.Server;
    Server s = new Server(ServerAuthFactory.authenticate("oracle","localhost"));
    But I always got four exceptions and one warning like below:
    java.io.FileNotFoundException: C:\Workspace\WOSEDISystem\BPEL_Domain_Creation\config\security.properties (The system cannot find the path specified)
    java.io.FileNotFoundException: C:\Workspace\WOSEDISystem\BPEL_Domain_Creation\config\ejb.properties (The system cannot find the path specified)
    Warning: unable to read transaction.interoperability config property
    java.io.FileNotFoundException: C:\Workspace\WOSEDISystem\BPEL_Domain_Creation\config\security.properties (The system cannot find the path specified)
    java.lang.Exception: Failed to create "ejb/collaxa/system/ServerBean" bean; exception reported is: "javax.naming.CommunicationException: Can't find SerialContextProvider
    Is it right to use com.oracle.bpel.client.Server like this, please help me.
    Best regards,
    Vita

    Anyone can help me? Because I need deploy BPEL process on production server, so I need the Java funtion to create domain. Thank you very much if you can tell me the correct method of using com.oracle.bpel.client.Server API.

  • How to create a profile set for a campaign.

    HI  Friends,
    I am working on CRM 7.0.
    My requirement is to create a Batch program for  campaign creation and automation.
    i have used the class 'cl_crm_mktpl_appl_base' to copy the existing campaign .
    It copied the entire target groups,campaign  elements, profile sets.
    My requirement is for the created campaign id, i need to create a profile set in that i need to create target goups.
    Fm : BAPI_PROFILESET_CREATE is not helpful for me in my case.bacause it is asking parent guid ..etc...
    I have ony one guid ,ie. campaign guid . if i give this in parent guid it is thriwing error.
    can any suggest how to create a custom profile set.
    If any one  worked on this batch program please reply to this thread.
    Edited by: jagadheeswara raju on Feb 10, 2010 7:02 PM

    Hi,
    I have replied to the below thread mentioning the FM's to create Profile sets, profiles and also target groups. This may be helpful to you.
    Re: target group creation
    Regards,
    Priyanka

  • How do I set up an administrator account so my daughter who is under 13 , so she can access itunes herself. Main access will be via itunes vouchers . I don't want to create credit card access.

    how do I set up an administrator account so my daughter who is under 13 ,
    can access itunes herself. Main access will be via itunes vouchers . I don't want to create credit card access.

    There is no such account. The iPod is really a one-user device
    Create a NEW account/ID for her using these instructions. Make sure you follow the instructions. Many do not and if you do not you will not get the None option. You must use an email address that you have not used with Apple before.
      Creating an iTunes Store, App Store, iBookstore, and Mac App Store account without a credit card
    You can then redeem a gift card(s) into the account

Maybe you are looking for

  • Can I install a SECOND HARD DRIVE (ssd) on my x220i

    For some reason I'm having problems finding the answer to this.  I would like to install an ssd, but I would like to keep the existing hard drive for space.  Is the a way to install a second hard drive (an ssd) into the x220i? Thanks for any input!

  • Error while running the struts page

    Hi , I am trying to access a jsp page written with struts. I am using tomcat4.0.1.My jsp page is in <webapps/strutsapp1/>directory where strutsapp1 is my web application. When i go to that page like - http://localhost:8080/strutsapp1/index.jsp i get

  • Clicking from Word to InDesign not working

    I am trying to copy and paste from MS Word 2011 into the lastest CC InDesign 2014 (10.1.0.71) (on a Mavericks 10.9.4) and it is not working to simply click from Word into InDesign. I must use the toggle shortcut  (Command + Tab) to activate the works

  • Lost Work! PLEASE HELP

    I was using apple works word processing to work on a major assignment..i had finished for the evening was positive i saved what i had completed since i last saved and continued to quit the program...No prompt came up stating "would you like to save c

  • PE 9  Update 9.0.3 hangs up

    I have PE 9 on 2 computers. The update installed fine on the Windows XP unit. But, I can't get it to install on the Windows 7 Professional unit. Any ideas before I call support?