SETS Issue T-code GR55

Dear Experts,
I have an issue with a SET which is created by me in test systems.
I have created the SET using T-code GS01 and assigned the SET to a report.
When i am checking the total ALL BA column, the New SET amount is not getting added in the Total ALL BA Column.
Basically, the new SET Amount should get added in the Total ALL BA Column but in my case it is not happening.
Please provide your inputs, if i need to add any formula and in my case the report which is having my NEW SET is not related to a Report painter.
Thanks
Sreekanth

Hi sreekanth
   1 . normally we will use set GS01 ,to control the transaction codes (t.code) for specific report
    2. this is mainly used for special ledger purpose substitution for FI and CO , you can create this fi sub ledger document in gb01 .
    3. control and restricts the user level. eg: if some user enter wrong values that time based on setting which we have maintained in OBBH/OB28 . it will through the error masg
you can set the codes based on your requirement

Similar Messages

  • Set of Unique Codes in the Last 24 hours.

    Hello. I am trying to figure out a rather confusing calculation and some advice will be greatly appreciated.
    I have a table that has the following fields:
    Person_ID,
    Event_Timestamp,
    Event_Code_1,
    Event_Code_2,
    Event_Code_3
    So the table should look like this:
    Person_ID | Event_Timestamp | Event_Code_1 | Event_Code_2 | Event_Code_3 |
    00001 | 2002 01 01 12:00 AM | A | B | |
    00001 | 2002 02 01 12:00 AM | A | B | |
    00001 | 2002 03 01 12:00 AM | B | A | C |
    00001 | 2002 04 01 12:00 AM | D | B | |
    00002 | 2002 02 01 12:00 AM | A | B | |
    00002 | 2002 03 01 12:00 AM | A | B | |
    So what I want to construct is a variable NUM_UNIQUE_CODES_IN_LAST_2_MONTHS
    per Event per Person_ID within the last 2 months.
    Person_ID | Event_Timestamp | Event_Code_1 | Event_Code_2 | Event_Code_3 | MyVar
    00001 | 2002 01 01 12:00 AM | A | B | | 2
    00001 | 2002 02 01 12:00 AM | A | B | | 2
    00001 | 2002 03 01 12:00 AM | D | A | C | 5
    00001 | 2002 04 01 12:00 AM | D | B | | 4
    00002 | 2002 02 01 12:00 AM | A | B | | 2
    00002 | 2002 03 01 12:00 AM | A | B | | 2
    How do I go about selecting a unique set of Event_Codes across columns over a time frame (2 months)?
    I need help with the <> part of the following SELECT statement.
    SELECT
    SUM(<over the set of unique codes over multiple code columns and the respective rows>)
    OVER (PARTITION BY Person_ID
    ORDER BY Event_Timestamp
    RANGE BETWEEN INTERVAL '2' MONTH PRECEDING AND CURRENT ROW)
         AS NUM_UNIQUE_CODES_IN_LAST_2_MONTHS
    Your help is greatly appreciated.
    X.

    Denormalization is not the only issue. Another issue is trying to get distinct, since analytic functions with windowing clause (ORDER BY) do not allow distinct. Therefore, we have to:
    SQL> COLUMN Person_ID FORMAT A9
    SQL> COLUMN Event_Timestamp FORMAT A28
    SQL> COLUMN Event_Code_1 FORMAT A12
    SQL> COLUMN Event_Code_2 FORMAT A12
    SQL> COLUMN Event_Code_3 FORMAT A12
    SQL> SET LINESIZE 132
    SQL> WITH tbl AS (
      2   SELECT '00001' Person_ID, cast(to_date('2002 01 01 12:00 AM','YYYY MM DD HH:MI AM') as timestamp) Event_Timestamp,'A'Event_Code_1,'B'Event_Code_2,NULL Event_Code_3 FROM DUAL
      3  UNION ALL
      4   SELECT '00001',cast(to_date('2002 02 01 12:00 AM','YYYY MM DD HH:MI AM') as timestamp),'A','B',NULL FROM DUAL
      5  UNION ALL
      6   SELECT '00001',cast(to_date('2002 03 01 12:00 AM','YYYY MM DD HH:MI AM') as timestamp),'B','A','C' FROM DUAL
      7  UNION ALL
      8   SELECT '00001',cast(to_date('2002 04 01 12:00 AM','YYYY MM DD HH:MI AM') as timestamp),'D','B',NULL FROM DUAL
      9  UNION ALL
    10   SELECT '00002',cast(to_date('2002 02 01 12:00 AM','YYYY MM DD HH:MI AM') as timestamp),'A','B',NULL FROM DUAL
    11  UNION ALL
    12   SELECT '00002',cast(to_date('2002 03 01 12:00 AM','YYYY MM DD HH:MI AM') as timestamp),'A','B',NULL FROM DUAL
    13              )
    14  SELECT  Person_ID,
    15          Event_Timestamp,
    16          Event_Code_1,
    17          Event_Code_2,
    18          Event_Code_3,
    19          (
    20           SELECT  COUNT(DISTINCT Event_Code)
    21             FROM  (
    22                     SELECT  Person_ID,Event_Timestamp,Event_Code_1 Event_Code
    23                       FROM  tbl
    24                    UNION
    25                     SELECT  Person_ID,Event_Timestamp,Event_Code_2 Event_Code
    26                       FROM  tbl
    27                    UNION
    28                     SELECT  Person_ID,Event_Timestamp,Event_Code_3 Event_Code
    29                       FROM  tbl
    30                   ) t2
    31             WHERE t2.Person_ID = t1.Person_ID
    32               AND MONTHS_BETWEEN(t1.Event_Timestamp,t2.Event_Timestamp) >= 0
    33               AND MONTHS_BETWEEN(t1.Event_Timestamp,t2.Event_Timestamp) < 2
    34          ) AS CODES_IN_LAST_2_MON
    35    FROM  tbl t1
    36  /
    PERSON_ID EVENT_TIMESTAMP              EVENT_CODE_1 EVENT_CODE_2 EVENT_CODE_3 CODES_IN_LAST_2_MON
    00001     01-JAN-02 12.00.00.000000 AM A            B                                           2
    00001     01-FEB-02 12.00.00.000000 AM A            B                                           2
    00001     01-MAR-02 12.00.00.000000 AM B            A            C                              3
    00001     01-APR-02 12.00.00.000000 AM D            B                                           4
    00002     01-FEB-02 12.00.00.000000 AM A            B                                           2
    00002     01-MAR-02 12.00.00.000000 AM A            B                                           2
    6 rows selected.
    SQL> SY.

  • How to Set Up OOTB code in Local System for Telecom and how to open EM

    Hi AIA team,
    I have newly stepped to the vast world of AIA.
    I am very enthusiastic to learn the same
    1.
    I have Installed Jdev 11.1.1.4
    Want to set up OOTB code for Telecom
    2. Open an ID to access Oracle SR
    3. Want to Open EM and deploy the code there.
    4. I have SCA files of some project. Could SCA files be imported to Jdeveloper.
    Please help me
    Contact me: [email protected]

    Made a copy of MCDOKZNR report and modified external_number_check form: it used to check the number against the interval set in dc10 (as External number range), now the check tries to match any external range.It works ok for my setup, but generally it's no good since original logic is broken.

  • Doubt in Middleware configuration setting in transaction code - smoeac

    Hi,
    For your information this is a new SRM 7.0 installation and I am connecting to a existing ECC system.
    I have performed all the step metioned in SAP Note: 720819 for middleware configuration in SRM system. Bit confused about the setting in Transaction code - SMOEAC. I have done following step in transaction code - SMOEAC.
    1. Created a new site type R/3
    2. I have mentioned RFC connection name (RFC connection from SRM to ECC) in 'Site Attributes'.
    3. System showed correct Logical system name When I clicked on 'Get value' option.
    For your kind information, a site type CRM exist in the system without any data in 'Site Attributes'.  We have not define the CRM site. It come while install the new SRM server.
    My question, apart from the above setting. do I need to define enter any data for the site type CRM in SMOEAC?
    Thanks in advance,
    Regds,
    Jennifer
    Edited by: Jennifer Batty on Aug 15, 2011 2:34 PM

    Hi Jennifer,
    Apart from the note, you should refer http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/5728. [original link is broken] [original link is broken] [original link is broken]
    Regards,
    Nikhil

  • How do i set a locking code to my macBook Pro?

    How do I set a locking code on my MacBook Pro?

    >system Preferences>Users &Groups
    Unlock the padlock
    Login options
    turn off automatic login

  • Error in setting Pricelist/Currency code

    I'm using Siebel Self-Services 8.1.1 and I always get the following error every for new session of the application:
    "Error in setting Pricelist/Currency code. Please contact System Administator".
    Anyone having an idea how to solve it?
    Thanks!
    /Jon-Erik

    Hi Jon,
    Check the web service request and response in log immediately when you get this error.I think some setting at Siebel side needs to be done.
    Vikram

  • Images appear fine in Photoshop cs6 and cc, but print too dark, and also show too dark in Windows picture viewer. How can I correct this? Is this a Photoshop setting issue or what?

    Images appear fine in Photoshop cs6 and cc, but print too dark, and also show too dark in Windows picture viewer. How can I correct this? Is this a Photoshop setting issue or what?

    Ok, look at your files in Photoshop. What is the profile assigned to them? You can find this out by going to the Status bar at the bottom, clicking on the right-pointing triangle and choosing document Profile from the list.
    Then in Windows, go to your Control Panel > Color Management and add sRGB (if it isn't there) and select it as your default profile.
    I hope that will work.

  • DVD Player Hasn't set the REGION code

    I just got a new MacBookPro (a replacement for one that had failed). Well, I restored all my data and am working fine... BUT...
    I think all my settings think that I've already set the Region Code of the DVD drive. But, using a tool, I was able to verify that the region code has NOT been set.
    How can I force DVD Player to set the region code of the DVD Drive? Right now, I can't play anything.
    Thanks!

    Hi Jack and welcome!
    Until I read the last sentence my answer would have been: insert a commercial DVD intended for your region code (unhelpfully you don't say where you are!), i.e. NTSC for the US or PAL for Europe, and it will ask you set the region code for that DVD.
    Remember: you can only ever do this five times, so best not to play DVDs from other regions.
    But then you spoilt it all by saying "Right now, I can't play anything"!
    What did you try to play?
    Did you repair permissions?

  • Set up Company Codes for Contract Accounts Receivable and Payable

    HI,
    I need clarification on "Set up Company Codes for Contract Accounts Receivable and Payable"
    When a company code "ABCD" isn't set up for contract accounts receivable and payable (Menu path:
    SAP Insurance -> Collections/Disbursements -> Organizational Units -> Set up Company Codes for Contract Accounts Receivable and Payable), are postings on this company code "ABCD" within FS-CD not allowed and blocked ?
    Is it mandetory to specify company codes to post in Contract Accounts Receivable and Payable in SAP FS-CD.

    Yes .  It is mandatory to extend company code chart of accounts to CA/CR and FSCD.
    Srinivas

  • They asking for a code when I try to erase all contents and setting. What code do I put in?

    They asking for a code when I try to erase all contents and setting. What code do I put in?

    If you are saying you have forgotten the pass code
    see here
    Forgot passcode for your iPhone, iPad, or iPod touch, or your device is disabled - Apple Support

  • How to bypass printer setting using abap code?

    Dear All,
    I want to bypass printer setting using abap code?
    I am printing sticker using a code and i dont want to display printer setting .
    I want direct ouput ?
    Regards
    Steve

    Are you using reports or scripts/smart forms? You can use the parameter for no_dialog = space(use the relevant parameter).

  • HT4623 setting a pass code on the Ipad

    Several weeks ago I updated the software on my ipad2.  After completing, I needed a pass code.  I never set a pass code so therefore I had to restore the ipad.  (one major headache!).  I'd like to update the software, but I do not want to go through this again.  How do you go about setting a pass code on the Ipad.  I'm new to all of this and want to find out more about the Icloud too.

    Hi 2moreyearstoretire,
    Thanks for visiting Apple Support Communities.
    This article has some useful information about using passcodes on your iPad:
    iOS: Using passcodes
    http://support.apple.com/kb/ht4113
    Additionally, these pages are a good starting place to learn about iCloud:
    http://www.apple.com/icloud/features/
    iCloud: More Resources
    http://support.apple.com/kb/PH2568
    Best,
    Jeremy

  • Setting 2xx Status Code in Message Container

    Hello all,
    is there any possibility to set an HTTP Status code in a message container(/iwbep/if_message_container)? Or to set it in the http response?
    Regards

    Hello,
    Let me correct myself in earlier response. I was saying that it is possible to set messages in response header. As per my understanding, you cannot set http status code such as 2XX etc. it will be setup by GW framework.
    you can pass back messages as discussed in the thread OR can place S, I, W messages in an SAP header SAP-Message.
    Regards,
    Chandra

  • My nano Gen 6 just loses volume for no reason, one minute I hear the music the other it's gone, I have to raise the volume manually. Is it a setting issue or a defect? Thanks

    My nano 6g just loses volume for no reason, one minute I hear the music the other it's gone, I have to raise the volume manually. Is it a setting issue or a defect? Thanks

    If your ipod gets wet, it can cause the buttons to activate all by themselves. This can cause the volume to go up, down.
    If you have a headset with buttons on the wire, check there first. Try a different set of headphones and see what the result is.
    Finally, if the volume is changing a huge amount but only for certain tracks, there is an adjustment you can make on individual tracks in iTunes. Do a get info on one of the tracks doing this, then click the Options tab. Note that there is a volume adjustment slider. Make sure it is set to none.
    i

  • Issues upgrading code on WLC

    Hi all,
    Im having issues uploading code on a WLC in a remote location. The WLC is running 4.0.217.0 and im trying to upgrade to 4.2.209.0. I have checked the upgrade path from current to new version and there is no issue upgrading directly from one to the other.
    The issue occurs when I try and upload via TFTP, the Controller starts the code upload and only downloads a portion of the code, starts the extraction then fails with the following messages:
    -Sanity check fails
    -TFTP failure while storing in Flash
    -Failure while storing in Flash.
    I've done a debug from the controller and this is the output:
    Wed Oct 13 01:56:22 2010: RESULT_STRING: TFTP Code transfer starting.
    Wed Oct 13 01:56:22 2010: RESULT_CODE:1
    Wed Oct 13 01:56:26 2010: Locking tftp semaphore, pHost=10.198.136.12 pFilename=/AIR-WLC4400-K9-4-2-205-0-ER.aes
    Wed Oct 13 01:56:26 2010: Semaphore locked, now unlocking, pHost=10.198.136.12 pFilename=/AIR-WLC4400-K9-4-2-205-0-ER.aes
    Wed Oct 13 01:56:26 2010: Semaphore successfully unlocked, pHost=10.198.136.12 pFilename=/AIR-WLC4400-K9-4-2-205-0-ER.aes
    Wed Oct 13 01:56:35 2010: tftp rc=0, pHost=10.198.136.12 pFilename=/AIR-WLC4400-K9-4-2-205-0-ER.aes
                                                                                                            pLocalFilename=/mnt/download/local.tgz
    Wed Oct 13 01:56:35 2010: tftp = 6, file_name=/AIR-WLC4400-K9-4-2-205-0-ER.aes, ip_address=10.198.136.12, msg=Unknown error - refer to log
    Wed Oct 13 01:56:35 2010: upd_get_code_via_tftp = 6 (target=268435457 msg=Unknown error - refer to log)
    Wed Oct 13 01:56:35 2010: RESULT_STRING: TFTP receive complete... extracting components.
    Wed Oct 13 01:56:35 2010: RESULT_CODE:6
    Wed Oct 13 01:56:39 2010: RESULT_STRING: Sanity check failed on file. The file was not downloaded completely!
    Wed Oct 13 01:56:43 2010: RESULT_STRING: TFTP Failure while storing in flash!
    Wed Oct 13 01:56:43 2010: RESULT_CODE:7
    I've tried using a TFTP server (both 3Com and TFTPd) on a local server on site and its still fails. I've also tried using several servers
    as the TFTP server and still no luck.
    Does anyone have any idea why this is still failing? Could this possibly be a lack of space issue on the flash?
    cheers
    Rob

    Hi,
    "Sanity check failed on file. The file was not downloaded completely! "  - This error log is seen only if upgrade path is not right or if TFTP server which you are using does not support transfer of mor ethan 32MB file.
    I understand that you have already tried many tftp servers. If in case, you haven't tried tfttpd32 yet, please download it and give it a try as Cisco recommends to use tftpd32 server.
    Regards,
    Madhuri

Maybe you are looking for

  • I cannot restore back my data back to my Q5 ! PELASE HELP!!!!!!​!!!!!!!!!

    im in the middle of a huge problem where i have become desperate and lost, here is how it all began, first of all i received an alert that a new update is available for my Q5 which is 10.2.1537 when i started to downloanding it i received an error th

  • ANT not recognized by the command. New style doesn't deploy after reboot.

    I am playing around the cssmill to create the ccs files and I ran into 2 issues: If I ran ANT make_main_css -DCOLOR=##, I got error that "'ant' is not recognized as an internal or external command". If I double click the make_all.bat in the directory

  • How QoS works in UCS

    Hi All, I configured QoS in UCS and want to know how it actually works Once I configured system classes form GUI following is the configuration found in NXOS policy-map type queuing system_q_in_policy   class type queuing class-platinum     bandwidth

  • Modes in Sequential files?

    hi,      what are the modes in sequential files and give brief description.

  • EWS 2.0 (Exchange 2007 ) - How to Bulk Update Contacts

    Hi  I have  afew hundred contacts that I need to auto-refresh in Exchange 2007 via EWS 2.0. Speed is not that great. Can someone please provide an example of how I could bulk update 25 contacts and clearly identify which ones failed because they did