Modify Set for Use in Report Painter

Dear All,
I wanted to select cost center postings for a group of cost elements, and wish to see only the debit entries, so I have created a Multi Set (from table CCSS) which consists of 2 Basic sets e.g.:
1. KSTAR - Cost Element = 7000000 to 8000000
2. BEKNZ - Dr/Cr Indicator = D
However when I run a report which is calling the Multi Set, I would still see the Cost Elements with Credit amounts.
Am I doing this correctly? Or is there any other method to get the desired result?
Thank you.
DV44

Hi MadMac,
I did try that option, setting '+' in the P/M field.. But the results still show the negative line items.
Any other way?
Cheers,
DV

Similar Messages

  • Need a Demo for creating a report painter

    Hi,
    I am new to report painter. i have already gone through some documents but i dint get a clear idea.
    Can anyone give a demo for creating a Report Painter?
    Thanks in advance.
    Regards.

    hi
    you can refer to following links
    http://help.sap.com/saphelp_47x200/helpdata/en/eb/1377e443c411d1896f0000e8322d00/frameset.htm
    For Report Painter
    http://help.sap.com/saphelp_47x200/helpdata/en/66/bc7d2543c211d182b30000e829fbfe/content.htm
    For Report Writer
    http://help.sap.com/saphelp_47x200/helpdata/en/66/bc7dc143c211d182b30000e829fbfe/content.htm
    Refer the following links :
    http://www.virtuosollc.com/PDF/Get_Reporter.pdf
    http://sap.ittoolbox.com/groups/technical-functional/sap-r3-other/accessing-tables-using-report-painterwriter-98766
    http://help.sap.com/saphelp_47x200/helpdata/en/da/6ada3889432f48e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_bw31/helpdata/en/66/bc7d2543c211d182b30000e829fbfe/frameset.htm
    this may help you
    regards

  • How does one install non-English character sets for use with the "find" function in Acrabat Pro 11?

    I have pdf files in European languages and want to be able to enter non-English characters in the "find" function. How does one install other character sets for use with Acrobat Pro XI?

    Have you tried applying the update by going to Help>Updates within Photoshop Lightroom?  The update should be using the same licensing?  Did you perhaps customize the installation location?  Finally which operating system are you using?

  • How to get Transaction code for SAP standard report painter in FI

    Hi All -
       Please let me know, How to get the transaction code for Standard SAP report painter / report writer in FI module.
    These report painters are created thru GR51...
    Thanks,
    Kannan

    Please refer to [Creating Transaction Code For Report Painter Reports|http://www.google.com/url?sa=t&source=web&ct=res&cd=1&ved=0CAgQFjAA&url=http%3A%2F%2Fdap-consulting.com%2Fyahoo_site_admin%2Fassets%2Fdocs%2FReport_Painter_Reports.47142031.pdf&ei=MiWYS5ilCYeOlAfn4pCGDQ&usg=AFQjCNEZ0YO6vJ97K24MbU_NI5ROTb5vJA&sig2=Ke-svnqddqrz8RMcTuEnaw].

  • Using cost center as a characteristics for GLPCT based report painter

    Hi,
    Can we use cost center as a characteristics in a report painter report in a library using GLPCT table?
    It shows in the selection list but if can not save report if tried to use. Is there a work around as KOSTL is not part of GLPCT?
    Thanks,
    Sanjay

    You can create a report based on PCA line items, where there is the cost centre
    I copied a library for PCA line items reports and made a custom report
    cheers
    matej

  • Table used in report painter

    Hi,
    How to check what table is really used in a certain report painter.
    For my case, I want to a report 1KSL-001 under 1VK library, and I can see this 1VK library is using table "CCSS", but CCSS acctually is not a table, its just a structure.
    So, how to use what tables are used while running report 1KSL-001?
    Thanks.
    Cheers,
    Bernard Gunawan

    Yes, but how do you know and where to check that this report is a collection of fields of those tables?
    Could you please tell me what transaction code to check, and guide to what table behind a report painter?
    Bernard

  • How to Modify the Selection Screen in Report Painter

    Hi All,
    I am working on Report painter and writer,
    can any body helpme how to change the selection screen i.e i want add some more  select options to the exisiting roport .
    how can i  add more select options to the exisiting one
    please let me know the Procedure and provide some relevent documents .
    Thanks and Best regards.
    uma

    Hello...
    In the program ...we can find the following chunk of code..
    selection-screen:begin of block B1 with frame title text-001.
    Parameters : ....
    select-options:.....
    selection-screen:end of block b1.
    if we need to add any more user inputs we can write the code inside the existing
    selection screen....end of block .
    or create a new block ..just the block name should be different...
    if we are using select options...we need to declare the table name using the key word for the field on which we are giving select options ....
    Tables : BSIK.
    Please see the following code:
    Imagine :- we have the current selection screen..
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.
    PARAMETERS: P_BUKRS LIKE BSIK-BUKRS DEFAULT SPACE.
    SELECT-OPTIONS: S_LIFNR FOR BSIK-LIFNR.
    SELECTION-SCREEN END OF BLOCK B1.
    we need to add 2 more fields on the selection screen ..this we can do as the following
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.
    PARAMETERS: P_BUKRS LIKE BSIK-BUKRS DEFAULT SPACE.
    SELECT-OPTIONS: S_LIFNR FOR BSIK-LIFNR,
                    S_HKONT FOR BSIK-HKONT.
    PARAMETER: P_DATE LIKE BSIK-BUDAT OBLIGATORY DEFAULT
               SY-DATUM.
    SELECTION-SCREEN END OF BLOCK B1.
    OR...create a new block...
    SELECTION-SCREEN BEGIN OF BLOCK B2 WITH FRAME TITLE TEXT-002.
    SELECT-OPTIONS:   S_HKONT FOR BSIK-HKONT.
    PARAMETER: P_DATE LIKE RFPDO-ALLGSTID OBLIGATORY DEFAULT
               SY-DATUM.
    SELECTION-SCREEN END OF BLOCK B2.
    there are many options available in selection screens..like creating check box,radio button etc..
    for more info press F1 help on the Selection screen in the ABAP editor
    Revert back if not clear and reward if helpful
    Regards
    Byju

  • For Creation of Report Painter

    Hi
    I want to create a report using report painter. The report is a FI report. Which library should I use for creating the report?
    Regards
    V.Krishnan

    Hi Krishnan,
               Library is depends on Versions if u r using version 4.7EE you can use 4LC for developing FI Reports...
    regards....
    Pranav

  • Need Help Using the Report Painter

    Hi experts,
    i'm using report painter GRR1, how can i resize the Lead Column? i need it to increase its length, i had already maintained the texts(short middle and long texts).
    Thanks for the help,
    zryxel

    Go to FORMATTING > COLUMNS > Select the Format Group and Edit Column Width.
    Reward points if useful.
    Salamat!
    AJ

  • E-recruiting : Pre-requisite for using the report HRALXSYNC

    what data must be present for an EMPLOYEE in order to use this report.
    Regards,
    Bharat

    Hello Bharat,
    running HRALXSYNC requires not much data for the employee. IT 0000, 0001, 0002 and 0105 subtype 0010 should be maintained. These infotypes are usually maintained after hiring action.
    More important to successfully run the report is setting up the full integration of e-recruiting to HR. This has shown much more difficult and much more effort on the systems I had to do it.
    Best regards
    Roman Weise

  • CProjects URL - to be set for use on intranet

    Hi,
    I am to work on cProjects 4.0 and in the IMG settings I need to set the URL which I'd use to access cProjects on the browser. How do I set the URL for use in the intranet? Which transaction do I use and where exactly do I set? What is the URL string I ought to use? I mean, is there some rule that I need to be aware of for setting the URL to be used in the browser?
    Thanks very much.
    Regards,
    Bittu.

    The url to be specified in the spro setting will be  of the following  form
    This is for ECC6.0
    https://<hostname>:<portname>/sap/bc/webdynpro/sap/cprojects  
    Regards,
    S.Jenibalet

  • How to add / Change  accounts to GR55 using a report painter

    Hi Gurus,
    Can you  tell how the gl account s should be added for GR55 report,is there any procedure to follw for that ?
    Can any one of you please list all the points for addition OR  changing  account no. in GR55 report
    Thanks You
    VSK

    Hi santosh,
    For change the report go to GR52 or GRR2 - select your report - double click on double click on Row items where your added the GL accounts - assign the gl accounts from to to, if its continius GL number, If its not continues give gl account no. in from account column, if want to assign more accounts just press more button and give your gl account.
    please assign the points if its useful
    reagrds
    sai krishna

  • Prerequisites for using ALV reports

    Hi,
    We have some of our standard transaction for instance LT23, which seems to have been programmed to be used and viewed with ALV layout. However, this is not the case, it just print using the old list layout.
    Are the prerequisites for running ALV report; if so I would like to know them. SAP GUI is 7.20 and the theme is SAP Signature.
    Any input is appreciated.
    Thanks.

    Hi
    If you want to use the GRID instead of LIST, yes I don't know if it's a good idea but you can do only that
    That means you need to change the function module  L_TO_LIST_DISPLAY, but the ALV is called in form CALL_ALV, so you can create an enhancement in order to call the GRID instead of LIST.
    The call should be the same, because the 2 functions (GRID and LIST) have the same interface, so instead of
    CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
         EXPORTING
              I_CALLBACK_PROGRAM       = SAV_SY_REPID
              I_CALLBACK_PF_STATUS_SET = 'SET_PF_STATUS'
    *         I_CALLBACK_USER_COMMAND  = ' '
    *         I_STRUCTURE_NAME         =
              IS_LAYOUT                = LAYOUT
              IT_FIELDCAT              = XFIELD
    *         IT_EXCLUDING             =
              IT_SPECIAL_GROUPS        = XSP_GROUP[]
    *         IT_SORT                  =
    *         IT_FILTER                =
    *         IS_SEL_HIDE              =
              I_DEFAULT                = 'X'
              I_SAVE                   = 'A'
              IS_VARIANT               = VARIANT
              IT_EVENTS                = XEVENT
    * >>>>>>>>>> begin of insertion HP_318150 >>>>>>>>>>
              i_buffer_active          = 'X'
    * <<<<<<<<<< end   of insertion HP_318150 <<<<<<<<<<
    *         IT_EVENT_EXIT            =
    *         IS_PRINT                 =
              I_SCREEN_START_COLUMN    = I_SCREEN_START_COLUMN
              I_SCREEN_START_LINE      = I_SCREEN_START_LINE
              I_SCREEN_END_COLUMN      = I_SCREEN_END_COLUMN
              I_SCREEN_END_LINE        = I_SCREEN_END_LINE
    *    IMPORTING
    *         E_EXIT_CAUSED_BY_CALLER  =
           TABLES
                T_OUTTAB                 = T_TO_LIST_PLUS
           EXCEPTIONS
                PROGRAM_ERROR            = 1
                OTHERS                   = 2.
      IF SY-SUBRC NE 0.
        MESSAGE E706(L1) WITH 'REUSE_ALV_HIERSEQ_LIST_DISPLAY'.
    *   Interner Fehler ist aufgetreten (FB &)
      ENDIF.
    ....you can insert:
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
         EXPORTING
              I_CALLBACK_PROGRAM       = SAV_SY_REPID
              I_CALLBACK_PF_STATUS_SET = 'SET_PF_STATUS'
    *         I_CALLBACK_USER_COMMAND  = ' '
    *         I_STRUCTURE_NAME         =
              IS_LAYOUT                = LAYOUT
              IT_FIELDCAT              = XFIELD
    *         IT_EXCLUDING             =
              IT_SPECIAL_GROUPS        = XSP_GROUP[]
    *         IT_SORT                  =
    *         IT_FILTER                =
    *         IS_SEL_HIDE              =
              I_DEFAULT                = 'X'
              I_SAVE                   = 'A'
              IS_VARIANT               = VARIANT
              IT_EVENTS                = XEVENT
    * >>>>>>>>>> begin of insertion HP_318150 >>>>>>>>>>
              i_buffer_active          = 'X'
    * <<<<<<<<<< end   of insertion HP_318150 <<<<<<<<<<
    *         IT_EVENT_EXIT            =
    *         IS_PRINT                 =
              I_SCREEN_START_COLUMN    = I_SCREEN_START_COLUMN
              I_SCREEN_START_LINE      = I_SCREEN_START_LINE
              I_SCREEN_END_COLUMN      = I_SCREEN_END_COLUMN
              I_SCREEN_END_LINE        = I_SCREEN_END_LINE
    *    IMPORTING
    *         E_EXIT_CAUSED_BY_CALLER  =
           TABLES
                T_OUTTAB                 = T_TO_LIST_PLUS
           EXCEPTIONS
                PROGRAM_ERROR            = 1
                OTHERS                   = 2.
      IF SY-SUBRC NE 0.
        MESSAGE E706(L1) WITH 'REUSE_ALV_HIERSEQ_LIST_DISPLAY'.
    *   Interner Fehler ist aufgetreten (FB &)
      ENDIF.
    Max

  • Default Setting for Genenral Ledger Report

    Hello,
    While i am running General Ledger Report for G/L system show defaul subtotal for daily, Monthly and Yearly. Is there any setting available so that report shows default yearly total only.
    Regards,
    Arpit Shah

    Hi,
    This is the default functionality of B1.After running the report only you can uncheck the daily,monthly and yearly sub-total.
    If you are fed up with time taken to uncheck and refreshing data,you can create SQL query.

  • DVD Compressor setting for use in DVD Studio Pro

    I'm trying to create a playable dvd that has using dvd studio pro. However I want to compress the .mov file using compressor first. I've tried several setting, ut I get the same blurry text and graphic results.
    What's the best setting for a hi quality dvd, the same quality has professional dvds.
    Thanks in advance for any help.

    The best one you'll get with Compressor is DVD Best Quality 90 mins. Tweak it any higher than that and you run the risk of drives refusing to play the disc.
    You can't make it look like a professional DVD because the pros don't use DVD Studio Pro. They use significantly more expensive software and encoding hardware, and the discs are replicated, not burned.

Maybe you are looking for

  • In Mail 5.0 is there any way to restrict a move to folder to only folders of that Gmail account?

    I currently use Sparrow to manage my mail on my iMac and Macbook, mainly because I have 5 different GMail and GApp mail accounts.  In Mail, I can save mail to folders in GApp accounts that are different from the one that received the message.  I work

  • XI - IDoc - MDMP

    Hello! How can XI send IDocs to a SAP 4.6 MDMP system which needs to receive several Asian languages? When I change the SM59 settings on XI according to SAP Note 613389 I can send Asian characters to these systems and they are correctly displayed the

  • I"ve installed accidentally a "Radio Bar", and how can I remove it?

    Hi there! How can I remove a certain "Radio Bar" that was installed accidentally above my Firefox Bar? Thanks a lot!

  • Using SQL Server Reporting Services Standard edtion on the Web/App server

    I would like some clarification of when is it a supported configuration to use SQL Reporting Services Standard Edtion with BPC 7.0M. If you have a standard Multi-server installation with WEB/APP/RS/IS on one server and SQL/AS on the other server, is

  • Metadata question

    The metadata has a set of data titled IPTC Status. The first field in this data block is Title. The title reflects the title entered in Lightroom's (Library) Metadata panel. This information can also be entered or changed using the Sync feature to sy