Reg : logo in script

hi,
Iam uploading logo using RSTXLDMC prg and iam  selecting BCOL option.
(for color)
when  I execute  and check ....the logo is in black and white.
why is it not appearing in colour??
regards
Arjun

Hi
i had not uploaded through RSTXLDMC but through se78 so many times
what ever it may be what you uploaded it should display
check the priview there itself after uploading in se78 this option there but
i don't know where the option is there in RSTXLDMC or not
then check in your form whether you assigned the same logo or not
check the size also if you increase the size it decreases the logo vice versa
i never face problem with colour check it once whether you properly uploaded & assigned
Regards,
Phani

Similar Messages

  • Upload logo in script

    hi,
    I want to upload logo in script.
    I tried to import from t.code:se78 but it's showing the error
    'Graphic /BEV2/ED_SFRET_DEBI_P2_BMON already exists.Overwrite?'
    if i say Yes giving the error: 'File C:\Documents and Settings\anitha\SapWorkD has an invalid format'.
    and i unable to find ?
    Can u suggest me on this.
    Thank you,
    Anu.
    <MOVED BY MODERATOR TO THE CORRECT FORUM>
    Edited by: Alvaro Tejada Galindo on Dec 23, 2008 11:41 AM

    Command in your Sapscript
    /: INCLUDE Z_YOUR_LOGO OBJECT TEXT ID ST LANGUAGE E
    These are the steps to be followed for uploading graphics in R/3 system 
    1.   First save the file as BMP 
    2.   Open the BMP file in IMaging (Goto -> Programs -> Accessories -> Imaging) and 
          make it Zoom as 100% and save as *.TIFF 
    3.   Open SE38 and execute program RSTXLDMC
    4.   Give your TIFF file path name 
    5.   Select Bcol (for Color) 
    6.   TEXT ID will be ZHEX-MACRO-*. 
    7.   Inplace of * write your own logo name (ZCOMPANYLOGO) 
    8.   Execute the program 
    9.   Now Goto SE71 create your ZFORM 
    10. Create logo window 
    11. Goto text element of logo window 
    OR
    1.  Goto SE71 Change the mode to GRAPHICAL 
    2.  Choose the Graph Tabstrips
    3.  Now type in some name for the LOGO WINDOW 
    4.  Press the IMPORT BUTTON (third button from left) and then IMPORT the BMP file from your DESKTOP 
    5.  The code will be written automatically. You just need to drag and drop wherever you want
         the graphics to be. 
    /:   INCLUDE Z_COMPANY_LOGO OBJECT GRAPHICS ID BMON LANGUAGE EN

  • Regarding Logo in Script

    Hi Abapers,
       Now i am doing a sapscript.In that script i uploaded one logo.That logo is appeared in spool request but not coming in actuval(paper) print out.Can you please give me the proper solution for this one.I uploaded that logo in tiff file formate.
    Thanks & Regards,
    Bujji.

    Hi,
    Check the window size that image is fitted or not.
    Check your include statement.
    If not do it again.create GRAPHIC window and include logo again.
    UP ur logo through SE78 into ur graphic window.
    make sure that ur image must be saved in .bmp or .tiff
    thats all.
    Thanks.
    If this helps u reward with points.

  • Photoshop Logo Resizing Script

    Im trying to build a script that is slightly complex. In short, the script will take logo images of any given dimensions and create eight different output files with a combination of horizontal/vertical dimensions and four different Layer Styles. Anyway, I don't have much experience with Photoshop scripting, and I've been looking through the official reference, but there are a few things I can't find.
    How to resize either a layer or a selection with constrained proportions (ie, I only specify the height or width, and the object retains its original aspect ratio)
    How to center a layer with a script. Without a script I would; select the whole document, Layers>Align Layers to Selection>Vertical Centers, Horizontal Centers.The ability to move a layer or a selection would work as another option, but, suprisingly, I couldnt find how to do that either.
    How to apply Layer Styles with specific parameters, How to Remove Layer Styles
    If anyone can help me with any of these, I would appreciate it! Thanks!

    I think all of what you want to do can be done in an action which would be much easier then writing a script. 
    However there are script that you can download that can help you learn to order layers and add layer styles in a scripts for example http://morris-photographics.com/photoshop/scripts/sort-layers.html. Have not seen any that transforms layers or selections you may want to install the ScriptListener plugin and do some transforms to see if you can come up with a function to do the transforms you want, You may need to enter both width and height you should have no problem constraining the transform to the origimal aspevt ratio for you can get canvas size and layer size in a script.
    I think I may have done a major portion of what you want to do in an action.  My crafting actions package contains a sample action that add three watermarks to any size document and sizes the watermarks for the document size.  The three sample watermarks include a custom colored logo a custom shape and a custom text layer.
    Package
    http://www.mouseprints.net/old/dpr/JJMacksCraftingActions.zip
    Contains:
    Action Actions Palette Tips.txt
    Action Creation Guidelines.txt
    Action Dealing with Image Size.txt
    Action Enhanced via Scripted Photoshop Functions.txt
    CraftedActions.atn Sample Action set includes an example Watermarking action
    Sample Actions.txt Photoshop CraftedActions set saved as a text file. This file has some additional comments I inserted describing how the actions work.
    12 Scripts for actions

  • Logo : SAP Script

    Hi all,
    I want to insert my company logo in SAP SCRIPT.
    Am newbie to SAPSCript .
    I am facing prob's in the foll areas.
    1)While running the pgm  'RSTXLDMC' and give the path of my TIF File ,the foll error is thrown...
    "Load File
    c:\dsf.tif
    The file contains 22,380 bytes
    This is not a TIFF file byte order <> 11 /MM
    Only TIFF files can be uploaded for type BCOL"
    I tried to chage the extension of my logo from tif to tiff,but that ext type is not supported in my system.
    Wht is the problem
    2) If uploaded successfully,Where this files will get stored .I mean in which table ?
    3) Can we insert this in my std text i.e) SO10 trans
    Valuable pts will be awarded.
    Advance thanks,
    J

    Hi,
    How to Upload graphics (IMAGE) to your Sapscript?
    Command in your Sapscript
    /: INCLUDE Z_YOUR_LOGO OBJECT TEXT ID ST LANGUAGE E
    These are the steps to be followed for uploading graphics in R/3 system 
    1.   First save the file as BMP 
    2.   Open the BMP file in IMaging (Goto -> Programs -> Accessories -> Imaging) and 
          make it Zoom as 100% and save as *.TIFF 
    3.   Open SE38 and execute program RSTXLDMC
    4.   Give your TIFF file path name 
    5.   Select Bcol (for Color) 
    6.   TEXT ID will be ZHEX-MACRO-*. 
    7.   Inplace of * write your own logo name (ZCOMPANYLOGO) 
    8.   Execute the program 
    9.   Now Goto SE71 create your ZFORM 
    10. Create logo window 
    11. Goto text element of logo window 
    or
    In 4.6x :-
    1.  Goto SE71 Change the mode to GRAPHICAL 
    2.  Choose the Graph Tabstrips
    3.  Now type in some name for the LOGO WINDOW 
    4.  Press the IMPORT BUTTON and then IMPORT the BMP file from your DESKTOP 
    5.  The code will be written automatically. You just need to drag and drop wherever you want
         the graphics to be. 
    Please note that in 4.6c onwards, you can also used Windows Bitmap file ( .BMP).
    http://www.sap-img.com/ts001.htm
    http://www.sap-img.com/sapscripts.htm
    Refer the above links.
    Hope this helps.

  • How to create and upload logo into script

    hi guys,
                can you help me how to create logo and upload the logo into sap script please...

    Hi
    Welcome to SDN forum
         SAP SCRIPT
    To create a logo in SAP printouts just do the following
    1. Save a Logo using Imaging, Paint shop Pro or Corel Draw as Tiff file.
    2. Run  program RSTXLDMC and enter the following parameters
       Enter file name                     C:\COMPLOGO.TIF
       UOM                           CM
        Line width for text                132
        Text name                     ZHEX-MACRO-COMPLOGO
        Text ID                          ST
        Text language = E
        Number of Tiff gray levels (2,4,9) 2
    3.  Then Create a new window 'COMP' with attributes;
    Window COMP description Company Logo
    Left margin 7.00 CH window width 10.00 CH
    Upper margin LN window height 8.00 LN
    Finally in the text element, mention
            /: INCLUDE 'ZHEX-MACRO-COMPLOGO' OBJECT TEXT ID ST LANGUAGE 'E'.
    Please note that if object name is not indicated as 'ZHEX...’ the logo may not be printed!
    You will not be able to see the logo in a test print. The same will be printed in actual printout.
                          SMARTFORM
    1)     In Smart Forms Editor, In left pane, right Click any Page (say Page1) and select Create -> Window, Give it a name and Description (Say Window1)
    2) Right Click on Window (Window 1) and select Create -> Graphics, Give it a name and description
    3) In general Attributes, Select Name, get search help (F4) , you will find a list of pictures
    4) Select any picture and set its Resolution in DPI
    5) Press F9 to open Smart Forms Builder, Select window (Window1) and In Output options window set, size and   position of the Logo
    6) Set any other parameters if required, save and activate.
    7) If there is only 1 Window in the forms, set it as Main Window in general attributes.
    8) Use  TCode SE78 to upload new pictures and logos.
    look at Thread Dynamic Graph in smartforms
    Refer the links also -
    Re: Dinamic Graph in smartforms
    How to get file perperties in Unix server
    regards
    Anji

  • Logo for Script

    Hello All,
    Now that I have found the form, (thanks for helping on that) - further.
    I have to find why a wrong logo is being printed on the form.
    Where are the logo files stored?
    There is a Logo Window which has this code :
    IF &T001-BUKRS& = 'BDC'                           
    INCLUDE ZHEX-MACRO-BEEB-300-BMON OBJECT TEXT ID ST
    ELSE                                              
    INCLUDE ZHEX-MACRO-300BMON OBJECT TEXT ID ST      
    ENDIF

    Hi
    For Scripts Logos can be on desktop or anywhere on your SAP system, we convert them to .tiff files.
    for smartforms check the Transaction SE78 for
    Graphics .
    To create a logo in SAP printouts just do the following
    1. Save a Logo using Imaging, Paint shop Pro or Corel Draw as Tiff file.
    2. Run  program RSTXLDMC and enter the following parameters
       Enter file name                     C:\COMPLOGO.TIF
       UOM                           CM
        Line width for text                132
        Text name                     ZHEX-MACRO-COMPLOGO
        Text ID                          ST
        Text language = E
        Number of Tiff gray levels (2,4,9) 2
    3.  Then Create a new window 'COMP' with attributes;
    Window COMP description Company Logo
    Left margin 7.00 CH window width 10.00 CH
    Upper margin LN window height 8.00 LN
    Finally in the text element, mention
            /: INCLUDE 'ZHEX-MACRO-COMPLOGO' OBJECT TEXT ID ST LANGUAGE 'E'.
    Please note that if object name is not indicated as 'ZHEX...’ the logo may not be printed!
    You will not be able to see the logo in a test print. The same will be printed in actual printout.
    Reward points for useful Answers
    Regards
    Anji
    Message was edited by:
            Anji Reddy Vangala

  • Detatching logo from script.

    Presently one logo is associated with SAP script, in the header window. I dont want that logo to be printed. Please let me know any methods.

    just go to that header window ... goto the editor ... go for F4 for the comment symbol ( it is just /) .... give / in the command field .. thats it ... ur logo wont come ...
    reward points if it is useful
    Thanks,
    Manjunath MS

  • Problems printing logo in script

    Hi all,
    When displaying script-forms (e.g. dunning letters) in the system, the company logo is just fine. When printing, however, the logo is turned up-side down and inverted.
    What can cause this to occur?
    The system version is SAP ECC 6.0, and the SAPLPD version is 6.28 for Windows/NT.
    All helpful answers will be rewarded!
    Regards,
    M.V.

    If the logo is displayed correctly during print pre-view then it is none other then the printer setting problem. Inform your basis team they will help to close the issue.
    Regards,
    Sairam

  • Reg: root.sh script in grid instillation

    Hi,
    Oracle Version : 11.2.0.1
    Operating system : CentOS
    Here i am installing 11gR2 rac with 4-nodes every thing went fine but when i execute the below script
    /u01/11.2.0/grid/root.sh I am getting this below error.
    [root@drc3s5 bin]# /u01/11.2.0/grid/root.sh
    Running Oracle 11g root.sh script...
    The following environment variables are set as:
        ORACLE_OWNER= grid
        ORACLE_HOME=  /u01/11.2.0/grid
    Enter the full pathname of the local bin directory: [/usr/local/bin]:
    The file "dbhome" already exists in /usr/local/bin.  Overwrite it? (y/n)
    [n]: y
       Copying dbhome to /usr/local/bin ...
    The file "oraenv" already exists in /usr/local/bin.  Overwrite it? (y/n)
    [n]: y
       Copying oraenv to /usr/local/bin ...
    The file "coraenv" already exists in /usr/local/bin.  Overwrite it? (y/n)
    [n]: y
       Copying coraenv to /usr/local/bin ...
    Entries will be added to the /etc/oratab file as needed by
    Database Configuration Assistant when a database is created
    Finished running generic part of root.sh script.
    Now product-specific root actions will be performed.
    2012-08-24 22:55:41: Parsing the host name
    2012-08-24 22:55:41: Checking for super user privileges
    2012-08-24 22:55:41: User has super user privileges
    Using configuration parameter file: /u01/11.2.0/grid/crs/install/crsconfig_params
    LOCAL ADD MODE
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
    Adding daemon to inittab
    CRS-4123: Oracle High Availability Services has been started.
    ohasd is starting
    CRS-4402: The CSS daemon was started in exclusive mode but found an active CSS daemon on node drc3s4, number 1, and is terminating
    An active cluster was found during exclusive startup, restarting to join the cluster
    CRS-2672: Attempting to start 'ora.mdnsd' on 'drc3s5'
    CRS-2676: Start of 'ora.mdnsd' on 'drc3s5' succeeded
    CRS-2672: Attempting to start 'ora.gipcd' on 'drc3s5'
    CRS-2676: Start of 'ora.gipcd' on 'drc3s5' succeeded
    CRS-2672: Attempting to start 'ora.gpnpd' on 'drc3s5'
    CRS-2676: Start of 'ora.gpnpd' on 'drc3s5' succeeded
    CRS-2672: Attempting to start 'ora.cssdmonitor' on 'drc3s5'
    CRS-2676: Start of 'ora.cssdmonitor' on 'drc3s5' succeeded
    CRS-2672: Attempting to start 'ora.cssd' on 'drc3s5'
    CRS-2672: Attempting to start 'ora.diskmon' on 'drc3s5'
    CRS-2676: Start of 'ora.diskmon' on 'drc3s5' succeeded
    CRS-2676: Start of 'ora.cssd' on 'drc3s5' succeeded
    CRS-2672: Attempting to start 'ora.ctssd' on 'drc3s5'
    CRS-2676: Start of 'ora.ctssd' on 'drc3s5' succeeded
    CRS-2672: Attempting to start 'ora.drivers.acfs' on 'drc3s5'
    CRS-2676: Start of 'ora.drivers.acfs' on 'drc3s5' succeeded
    CRS-2672: Attempting to start 'ora.asm' on 'drc3s5'
    CRS-2676: Start of 'ora.asm' on 'drc3s5' succeeded
    CRS-2672: Attempting to start 'ora.crsd' on 'drc3s5'
    CRS-2676: Start of 'ora.crsd' on 'drc3s5' succeeded
    CRS-2672: Attempting to start 'ora.evmd' on 'drc3s5'
    CRS-2676: Start of 'ora.evmd' on 'drc3s5' succeeded
    PRKO-2190 : VIP exists for node drc3s5, VIP name drc3s5-vip
    add vip -n drc3s5 -k 1 -A drc3s5-vip/255.255.255.0/eth0 on node=drc3s5 ... failed
    Configure Oracle Grid Infrastructure for a Cluster ... failed
    Updating inventory properties for clusterware
    Starting Oracle Universal Installer...
    Checking swap space: must be greater than 500 MB.   Actual 20002 MB    Passed
    The inventory pointer is located at /etc/oraInst.loc
    The inventory is located at /u01/app/oraInventory
    'UpdateNodeList' was successful.
    [root@drc3s5 bin]#Please help me solve my problem.
    Thanks & Regards,
    S.V.Poorna Prasad.

    S V,
    Looking at the output given by you, seems there is some issue with network configuration. But still you may need to dig it further.
    When you run root.sh it configure the CRS on nodes and the logs get created under "$GRID_HOME/log/<node name>/" and the filename would be alert<node name>.log.
    Please refer the log file and share if you see any errors there.
    Regards
    Narendra

  • Reg: UNIX shell script at File Adapter

    Hi all,
    I am doing a File to file scenario and using command line arguments in Sending file adapter. I am using UNIX shell script ".sh" file for executing the command.
    I gave the following path at "Run OS command before message processing" parameter:
    /temp/xidelivery/send/FILOSC004_shell.sh
    and this file contains following code:
    <b>#!/user/bin/sh cp /temp/xidelivery/send/FILOSC004_in.txt /temp/xidelivery/send/FILOSC004_input_copy4.txt</b>
    I put the source file, FILOSC004_in.txt and shell script files at the respective paths.
    If I give "cp" command directly in command line it is working fine. But I could not execute this with shell script. Can any body give me the reason where I gone wrong.
    Regards,
    Pavani.

    Hi,
    can you try this,
    bash /temp/xidelivery/send/FILOSC004_shell.sh
    let me know.
    hey you can check the blog below to catch the OS errors,
    /people/michal.krawczyk2/blog/2005/08/17/xi-operation-system-command--error-catching
    Prasad Babu.
    Message was edited by:
            PrasadBabu Koribilli

  • Reg:MDX in Script Logic

    Hi Experts,
                      I have a scenerio is that i have to collect selected basemembers and store in a variable and use that one in allocation.
    Can anyone give me idea how to use MDX in grouping all members to a variable
    Some thing like this.
    *SELECT(%NOPLAN%,"[ID]","PROFIT_CTR","[ DONTPLAN = 'Y']" )
    *FOR %NOPLAN1% = %NOPLAN%
    [#MEMBERS] = %NOPLAN1%
    *NEXT
    Is there any variable concept in nw 7.5
    i need all the members to be present in #members and i can use it in allocation.
    Regards
    Vinoth

    Hi nilanjan,
                      Thanks for you reply .
                      My scenerio is a bit more complex,which i explained above is  a small part .
                     The exact scenerio what i am trying to achive is that the allocation is done by Profit center groups individually.
                     They maintain some profit center property as DONTPLAN so that they are not needed for planning.
                    so in the datamanager package they will select on top hier node for their individual profit center group and run.
                    I have to get all the base memeres of the particular group and omit all the profit centers which has 'Y' in the profit center property DONTPLAN. Collect all the members and use only those members in allocation.
                   i tried script code but i cant any clue of achieving this scenerio so i am trying to use MDX or any other way..
    Regards
    Vinoth

  • Reg:Logo Background Color

    Hi Experts,
    I have uploaded the logo using the transaction se78.when i refer the logo in the smartform,output of the logo background color is in grey color.I need it in white color.Could you please help me out on this issue ?
    Thanks & Regards,
    R.Dhineshraj.

    If you use a true color graphic with more than 256 colors, while uploading a graphic to the SAP system, the graphic isconverted to a graphic with 256 colors. During the conversion some color information can get lost.
    Check whether your graphic contains more than 256 colors. If it oes, then convert it to a 256 color graphic before the upload via a graphic tool. Then the color should not be changed any more in SAP.
    Regards,
    Aidan

  • REG:PEFORM IN SCRIPT

    HAI,
    HOW CAN I USE PERFORM IN SAP SCRIPT.
    HOW TO RETURN A VALUE FROM SUBROUTINE AND <u><b>HOW WILL I PRINT IT IN SCRIPT.</b></u>EXPLAIN WITH EXAMPLE. IS IT REQ A 'WRITE_FORM" FUNCTION.
    THANK YOU
    ASHOK KUMAR

    hi..
      You need not to write 'WRITE_FORM' for your requirement.
    Calling ABAP Subroutines: PERFORM 
    You can use the PERFORM command to call an ABAP subroutine (form) from any program, subject to the normal ABAP runtime authorization checking. You can use such calls to subroutines for carrying out calculations, for obtaining data from the database that is needed at display or print time, for formatting data, and so on.
    PERFORM commands, like all control commands, are executed when a document is formatted for display or printing. Communication between a subroutine that you call and the document is by way of symbols whose values are set in the subroutine.
    The system does not execute the PERFORM command within SAPscript replace modules, such as TEXT_SYMBOL_REPLACE or TEXT_INCLUDE_REPLACE. The replace modules can only replace symbol values or resolve include texts, but not interpret SAPscript control commands.
    Syntax in a form window:
    /: PERFORM <form> IN PROGRAM <prog>
    /: USING &INVAR1&
    /: USING &INVAR2&
    /: CHANGING &OUTVAR1&
    /: CHANGING &OUTVAR2&
    /: ENDPERFORM
    INVAR1 and INVAR2 are variable symbols and may be of any of the four SAPscript symbol types.
    OUTVAR1 and OUTVAR2 are local text symbols and must therefore be character strings.
    The ABAP subroutine called via the command line stated above must be defined in the ABAP report prog as follows:
    FORM <form> TABLES IN_TAB STRUCTURE ITCSY
    OUT_TAB STRUCTURE ITCSY.
    ENDFORM.
    The values of the SAPscript symbols passed with /: USING... are now stored in the internal table IN_TAB . Note that the system passes the values as character string to the subroutine, since the field Feld VALUE in structure ITCSY has the domain TDSYMVALUE (CHAR 80). See the example below on how to access the variables.
    The internal table OUT_TAB contains names and values of the CHANGING parameters in the PERFORM statement. These parameters are local text symbols, that is, character fields. See the example below on how to return the variables within the subroutine.
    From within a SAPscript form, a subroutine GET_BARCODE in the ABAP program QCJPERFO is called. Then the simple barcode contained there (‘First page’, ‘Next page’, ‘Last page’) is printed as local variable symbol.
    Definition in the SAPscript form:
    /: PERFORM GET_BARCODE IN PROGRAM QCJPERFO
    /: USING &PAGE&
    /: USING &NEXTPAGE&
    /: CHANGING &BARCODE&
    /: ENDPERFORM
    / &BARCODE&
    Coding of the calling ABAP program:
    REPORT QCJPERFO.
    FORM GET_BARCODE TABLES IN_PAR STUCTURE ITCSY
    OUT_PAR STRUCTURE ITCSY.
    DATA: PAGNUM LIKE SY-TABIX, "page number
    NEXTPAGE LIKE SY-TABIX. "number of next page
    READ TABLE IN_PAR WITH KEY ‘PAGE’.
    CHECK SY-SUBRC = 0.
    PAGNUM = IN_PAR-VALUE.
    READ TABLE IN_PAR WITH KEY ‘NEXTPAGE’.
    CHECK SY-SUBRC = 0.
    NEXTPAGE = IN_PAR-VALUE.
    READ TABLE OUT_PAR WITH KEY ‘BARCODE’.
    CHECK SY-SUBRC = 0.
    IF PAGNUM = 1.
    OUT_PAR-VALUE = ‘|’. "First page
    ELSE.
    OUT_PAR-VALUE = ‘||’. "Next page
    ENDIF.
    IF NEXTPAGE = 0.
    OUT_PAR-VALUE+2 = ‘L’. "Flag: last page
    ENDIF.
    MODIFY OUT_PAR INDEX SY-TABIX.
    ENDFORM.
    regards,
    veeresh

  • Reg: Selectively Commenting Script Logic

    Dear Experts,
    I have a situation where in the Default Logic file comprises of Allocation Logic and Currency Translation Logic, and it works fine.
    But for just one of my reports I have created an Data manager package for Allocation as it uses a different Dimension (Datasource dim instead of Product dim) when compared with the others (which are allocated based on Product).
    The allocation logic works fine if and only if i comment the Allocation Logic present in the Default logic file but this will prohibit the allocation in the remaining reports.
    Is there a way i can restrict the Allocation present in default logic and run only the manually triggered allocation without commenting in default logic so that it works fine for other reports as well.
    Please advice.
    Rgds,
    Rizwan

    I'm a little confused by your use of the word "reports." In BPC, I use the word "report" to mean something very simple -- a view into the data that is stored in the database.
    Any script logic that calculates values (for example, allocations or currency conversion) will post its results to the database. Once those results are in the database, any and all reports which point to those values will retrieve the same result. So it's not possible to have one report retrieve values that are impacted by a data manager package, while other reports ignore that data manager package.
    (However, as soon as I say that, I'll disagree with myself and say, yes of course it's possible -- in the most extreme case, create separate applications for the different business requirements. Or more frequently, use different members in datasrc or some other dimension to isolate the different values.)
    To solve your problem, you need to approach it in terms of the cube (OLAP) data structure, and then your final reports need to either include or exclude, as appropriate, the allocation results. I would recommend you not think in terms of making the code branch in different directions (based on some or other reports). Instead, the logic runs all the time, and the question should be, where do the logic results post to?
    For a very simple example, the currency conversion results always post to USD, EUR, etc. members of the RptCurrency dimension. This logic will never change the original (LC) values.
    For your allocation logic, the same approach can apply. Obviously you wouldn't use the RptCurrency dimension to differentiate the results, but perhaps a datasrc dimension (or something similar) can achieve the result you need.
    For instance think of a datasrc dimension which looks like this, one parent and two children:
    AllDatasrc
    -- InputData
    -- AllocResult
    The allocation logic only considers data in InputData, and posts the results to AllocResult. The other reports (which should not reflect the allocation) are focused on InputData, while the allocation report looks at AllDatasrc, or possibly even all 3 members to show the "before and after"
    Once you make that change, you need to decide how it impacts everything else in the application. The currency conversion logic, perhaps should now include both InputData and AllocResult. That's up to you to decide.

Maybe you are looking for

  • OWA Calendar not showing month view in non-IE browsers

    I've got a user who can't see the Month view on his OWA calendar. He's the only user complaining - Month view loads fine on my Exchange account across all browsers and operating systems. I can see the Month view on his account when I log in with IE,

  • Statspack with explain plan.

    The goal is to obtain the overall system statistics and explain plans for the entire system. 1. The only tool that I can think of is "StatsPack". 2. With AWR there are 2 issues:- a. It is not free b. It does not give Explain plan output. 3. We can us

  • PDF comparison through Javascript

    Hi, Is it possible to compare two PDF through Acrobat Javascript. Also i need to save the comparition report in a separate PDF. I know there is an option in Acrobat to get this, but i need to run this for batch of files. Thanks, Gopal

  • The Enhancement EDMLELHA is not working.

    Hi Guyz, I just activated the EDMLELHA enhancement, taking the help of an ABAP Consul. "the reason is to take the estimation based on the last year consumption", i have enabled the special procedures in the MR estimation. Still the enhancement is not

  • Creative Cloud Installer ダウンロードが最後まで行かない.キャンセルもできません.Mac OS10.6.8

    Creative Cloud Installer ダウンロードが最後まで行かない. キャンセルもできません. しばらくapplicationのアップデートをしていませんでした. Mac OS10.6.8です.