SAP BPC 5.1 multi-tier installation

We are implementing SAP BPC 5.1 as a multi-tier installation with 2 Windows servers.
Server 1 - SQL Server 2000 Database , OLAP & Reporting Services
Server 2 - Web / Application  & Fileshare
Are there any issues that i need to be aware of with a multi-tier install ?
Service-level accounts for BPC - Do these accounts need to be the same between DEV and Prod. The install giude do not seem to indicate that these accounts have to be the same, however I just want to confirm
We did a trial installation and I get the following error :
Job name :  http://wdsectest01vm/osoft/Launch.aspx
Detail       :  Unable to generate a temporary class (result=1). -- error CS2001: Source file C:Tempa71qdytz.0.cs could not be found -- error CS2008: No inputs specified --
Any help will be greatly appreciated
Thanks
Subha

Hello Subha,
You can test the PTR dns records using nslookup. 
I will use db.example.com and app.example.com as the fully qualified domain names below.
Open a command prompt (Start -> Run and type cmd) and type the following
nslookup
app.example.com
note - this should return the ip address of the application server and represents
the host (A) record in DNS.  Lets assume it returns an ip of 1.1.1.10
set type=PTR
1.1.1.10
note - this will return the reverse lookup (PTR) record for the ip address and
in this example should resolve to app.example.com
exit
After you complete the nslookup for the appserver do the same for the database servers fqdn (db.example.com).
You should perform this test on each tier.  If you run into any inconsistencies then your network/DNS administrator should be able to assist you in getting the appropriate records created.

Similar Messages

  • SAP BPC 7.0 Installation : Processing of dimension

    Hi All,
    i have installed the SAP BPC 7.0 M , after installation i am able to create application set , application , set security and full optimise the application.
    but when i try to process dimesnionm i get the following error.
    " there is no data in Mbr table : Processing fail".
    but in the excel sheet we have dimesnionmembers

    What if you have this issue on 7.0M SP4 and you're still on SQL Server 2005?
    I'll be less than impressed if someone tells me to upgrade to 2008 as well.

  • SAP BPC 5.1 "Client Software center" icons missing

    Hi,
    I had installed newly SAP BPC 5.1 (Single server installation) and installed Administration client & Office client on the server. It was successfully installed and all functionality was working fine.
    Now I want to access this server from client machine (desktops). The desktops has Microsoft Office 2007 installed and trying to access SAP BPC using http://<servername>/osoft
    I am able to get the home page, but when I click on icon "Client Software Center", I am not getting any icons for installing Client software (Ex: BPC for Office Installation, BPC client Diagnostics or BPC for Administration Installation)
    Appreciate if someone can help me on this.
    Cheers,
    RAJU

    That address should get you to the default landing page where you can access the software center.  Since this is a single server environment you should obvioulsy be addressing the web server.  I assume when you installed the client components on the server you were logged in as the service account that you installed the software with.  If you are connecting from your desktop using authentication, then you would be connecting with the ID and password that you login to your PC with.
    Have you gone through the BPC Administration security console and added your network ID to the application?  If not, then the system will know you are not a vaild system user and you would not be able to install the software.
    If you feel you have done this, then run the connection wizard and choose the option to connect with an alternate user ID and use the service account and verify you can access the software center.  If you can with the service account but not with your ID then it is a application security issue with how your network account is setup in the system.
    The other thing to check, when you say you cannot get the software center icon, are you getting the landing page and just not seeing it or are you getting a page error accessing the page?  If you are getting a page error and you did not use the default port to connect with then you would need to pass the port number through when you are addressing the server (e.g. http://servername/osoft:8080)

  • Tuning SAP BPC

    Hi Guys,
    I want to tuning performance SAP BPC 5.1 SP 3, The first step I will create Index on MS.SQL server 2005. After that I will set application parameter SAP BPC through BPC administration. Unfortunely, I do not know to feel the value of  "DimsForFactTblIndex".
    Could you all help me please ?
    Thanks,

    Hi Joost Hoppenbro,
    Thanks for your information, I was read the documentation that you gave me the link before.
    The points of My application design likes:
    1. I have 2 application (Finance, Capex)
    2. The Finance Application have 12 dimensions
       (The amount of type: 1 subtable, 1 Account, 4 UserDefined, 1 Category, 1 DataSrc, 1 Entity, 1 Intercompany, 1 currency, 1 Time)
    3. The Capex Application have 9 dimensions
       (The amount of type: 3 Userdefined, 1 Account, 1 category, 1 Datasrc, 1 entity, 1 currency, 1 Time)
    4. I create the script logic very simple and use MDX logic for finance application And for Capex Application just default SAP BPC
    5. The database file size is 739 MB (.mdf) and the database log file size is  3.31 GB (.ldf)
    The points of my network or server:
    1. I am using 3 server( 1 server for development, 1 server for databases, 1 server for SAP BPC)
    2. The development server use single-server architecture.
    3. The SAP BPC server use multi-server architecture. 
    4. When I try to retrieve or send data on the development server, it's run good ( not to slowly). But If I was tried to retrieve or send data on the SAP BPC server,it's run to slowly. I try to input data with same the amount of data on development and SAP BPC server.
    Joost could you give me the suggestion to tuning performance ? And I have 1 question about OLAP partitioning, how to setting that on MS SQL Server 2005 ?
    Thanks,

  • SAP BPC installation - Errors during setup in the create database step

    Hi! I have a real big problem installing SAP BPC. It's a Microsoft multi-server installation.
    I've got two servers: 1) the database server with the SQL Database and Analysis Server 2) the application server with all the rest.
    I log on and I installed everything on the servers with a specific domain user: this user is administrator on both servers and even on SQL Server.
    My problem occours when I execute the "SAP BPC setup" on the application server: during the "create database" step I receive two errors:
    first error pop-up:
    Error ([SQL-DMO]This cache contains no result sets, or the current result set contains no rows.)
    second error pop-up:
    System.Data.SqlClient.SqlException: Cannot open database "ApShell" requested by the login. The login failed. Login failed for user MyDomain\MyUser
    After the SAP BPC setup:
    - in the SQL Database Engine the ApShell database was created
    - nothing for ApShell was created in Analysis Sever
    - in the Even Viewer of the database server I've got this error: Login failed for user 'MyDomain\MyUser'.
    It's very strange because if from the application server, using "SQL Server Management Studio" (always with 'MyDomain\MyUser'), I connect to the database server: I can login, create and delete databases on the SQL Database Engine and even on Analysis Server without any sort of problem.
    To complete my status, I can say you Analysis Sever is on the default port. I use SQL Server 2005 and I even tryed to reinstall it and SAP BPC but nothing change. 
    At this point I checked these two topics on this forum:
    Mulit-Server Install - Installation fails while creating AppServer Database
    Problem during BPC installation
    1) At first I tryied this solution:
    Into multiserver installation guide is specified that actually in case of multiserver environment you have to copy apshell.db9 file from installation kit into db server. Into a drive from where SQL server is able to read when you are doing restore with Management Studio.
    During the installation you have to go into advance options and to specified the path (local path from db server where you did the copy of apshell.db9).
    but nothing change: the "SAP BPC setup" problem I have still persists.
    2) Then I tryed this workaround:
    If so, you can try a "restore appset" from server manager. Rename the Apshell.db9 file (or copy it) and name it Apshell.bak
    During server manager restore, point only to the Apshell.bak file. Server Manager will tell you that webfolders and filedb files are missing, but it found the webfolders and filedb (again, only if the original bpc installation successfully created those folders)- and then it will try to restore Apshell.
    That may work in spite of whatever problem is keeping the installation program from performing the same tasks.
    but the "restore database" fails > I've got the error written in red: OLAP database - fail
    What can I do to solve the problem? If it is necessary, I can reinstall SQL Server and SAP BPC but I need to know the way to solve the setup error.
    Thanx very much in advance for your kindness if you can help me.

    Thanx very much to everyone for the kind support. Unfortunatly, my problem persists.
    - SQL server is EE.
    - I installed SQL server (including SSAS) using MyDomain\MyUser.
    - MyDomain\MyUser is windows administrator on both servers.
    - MyDomain\MyUser is SQL Server and SSAS administrator.
    - SSAS service is running under the same service account than the SQL Service. 
    - All my MSSQL services runs as Local System.
    - I'm installing SAP BPC using MyDomain\MyUser.
    - I also checked the SSAS service account specific rights to the SSAS data folders.
    SAP BPC installation still fails exactly as above (popup errors during SAP BPC setup, no ApShell etc. etc).
    In the database server, windows event viewer errors after the unsuccessful installation are:
    1) SOURCE: MSSQLSERVER
    Failure Audit: Login failed for user MyDomain\MyUser
    2) SOURCE: MSSQLSERVER
    BackupDiskFile::OpenMedia: Backup device 'MyPath' failed to open. Operating system error 5(Access is denied.).
    As regard as point 1: The Failure Audit error into the event viewer happens only during SAP BPC installation. Otherwise it is always Success Audit.
    Also, as I told you, if from the application server I connect with SQL Server console to SSAS, located on the database server, using MyDomain\MyUser: I can create delete SSAS dbs without any sort of problem.
    For point 2:
    I tried 4 differents SAP BPC installations as follows:
    - to go into advance options and to specified the path (local path from db server where I did the copy of apshell.db9).
    - to go into advance options and to specified the path (local path from application server where is the copy of apshell.db9).
    - to go into advance options and to specified the path (network path of a share folder with apshell.db9 and permissions to everyone)
    - to don't go into advance options and to don't specify the path.
    but every time nothing change: the "SAP BPC setup" problem I have during my initial post still persists. In the same way I written at the beginning of the topic.
    I don't know how to solve it.
    Edited by: Francesco Andolfi on Jan 5, 2011 6:37 PM

  • SAP BPC 7.5 Installation Error

    Hello All,
    We got a requirement to install the SAP BPC 7.5 on top of fresh machines with SAP BI 7.02 for our customer. As a part of installation and configuration process i have downloaded the SAP BPC Patches and installed on top of BI 7.02 with enhancement pack 2. created a new apshell Apshell whcih is default. the server was included in a DOmain XX. I also craeted the Dot Net server with domain user and which was included in admin group successfuklly. i was able to see the dot server manager diagnoistic green and successful. Now the real confusion starts.
    1. After installation of BPC DOT NET server on Windows 2003 server wich was already included in the domain now when i ca access the server http://localhost/osoft which is taking me to the screen sap bpc console and givig me a couple of options like
    1.Interfact to word
    2.interface to powerpoint
    3. Interface to excel
    4.Interface to web
    5.Administration
    when i click on administration it is taking me to second screen where it is askig me to select Appset in a small popup windows. There i dont have any popup to select where as it is leading to empty screen where there is no popup. when i click on ok then it will lead to again the main screen it have all the options interface to word,powerpoit etc..,
    I am really confused where i am missing ad whether i need to do anything else more for the same.
    I also see lot more in the installatio guide like select apshell.db9 etc where i am unable to see that option. i no where saw the file with name apset. I also saw in the some blogs and installation guide saying that to select the option install on top of mssql2005 where as i didnt see such an option anywhere.
    Can any one guide me o this where and what i am really missing.
    Edited by: Hemanth Kumar on Dec 25, 2010 5:18 PM

    Hi,
    This is one of the most common error I encountered during my recent BPC Project . This can be solved by the following ways.
    1.Please check the authorizations ( make sure to have full admin authorizations for the Apshell) .
    2.Make sure to Re- install both admin &  client tools (check the Diagnostics and uninstall  re-install both admin &  client tools once.)
    Regards
    CSM Reddy

  • Installation of  SAP BPC 10.1 Unified on top of HANA in Amazon Cloud

    Hi Experts,
    I need to install SAP BPC 10.1 Uified on top of HANA in amazon Cloud. Could you please give me Complete guidelines for pre and post steps.What are HANA ONE supported OS flat-form in could.please help me for this
    Thanks
    J Jana

    Hi Andy,
    Thank you for your support.
    Note : My SAP system is AWS free server of AS ABAP 7.4 SP5 incl. BW on SAP HANA SP7,it will get BPC 10.1 unified version by default or not.if it will get how i will access.
    We have done chapter 2 and 3 every thing in installation guide, but EPM add-on didn't installed.
    IN SICF that services i didn't find out.is there any other post steps for getting this services.so please help me.
    Thanks
    J Jana

  • SAP BPC 5.1 Installation

    Hi
    When i am trying to install the SAP BPC 5.1 for SAP OFFICE CLIENT CONSOLE  ......
    Its Shows Some Error :
    An Error (-5006: 0x80070005) has occurred while Runnning setup
    Please make sure you have finished any previous setup and closed other applications .
    if error still occurs .please contanct your vendor :sap (##ID_STRING11##)
    Error Code : -5006: 0x80070005
    Error Information :>setupnew\setDLL.cpp(841)
    Papp : SAP Business planning and Consolidation for office client
    Please
    Regards
    Dayalan M

    I suggest to perform the follow steps:
    1. Do a client Diagnostic from Client Software Page and make sure everything is green and you have all prerequisite software installed.
    2. Make sure you are connected into you PC with an user which is administrator. Otherwise you are not able to install BPC client.
    3. Open Add Remove programs and make sure you don't have a previous installation of SAP BPC. Any other version later than 5.x must be removed to be able to install BPC 5.x client.
    4. Restart your computer and try to install again BPC client from Client Siftware page in case if you validate steps 1,2,3.
    Regards
    Sorin Radulescu

  • SAP BPC 7.0 Installation fail

    Hi All ,
    i completed the prerequiste installation ( windows server 2003 ,  asp.net 2.0 , sql 2008 sp1 )  for SAP BPC 7.0 on single server environment ( 64 bit machine)
    when i click on the very first step for BOC Installation i get the following error
    setup.dll fail to install when we proceed with BPC installation.

    Hi Ashok,
    If you have know how to solve the issue, Please reply back with the steps.
    I am exactly having the same issue that when I try to install the app, I get the setup.dll failed to Register  error.
    I am trying to install BPC 5.1 on the MS environment and we are on the 32 bit operation system.
    Thanks
    Sandeep

  • SAP BPC 7 APPSet Restore SQL 2005

    Hi Everyone,
    I have SAP BPC 7 setup in a multi-server environment, and it's working well. I created a dev environment, installed SAP in the same fashion, and now when I try to restore an app set through server manager in dev, it keeps putting the SQL DB on C instead of where it should go on I:\ .
    The original app set was using this same drive configuration, and that backup/restore works fine -
    I've gotten this to work before, but I can't seem to get the restore to go somewhere else this time...
    Any thoughts appreciated -
    Edward

    Hi,
    More testing today so let's share
    There is 3 registry key in SQL Server 2005 :
    HKLM\SOFTWARE\Microsoft\Microsoft SQL Server\<Instance Name>\MSSQLServer\DefaultData
    HKLM\SOFTWARE\Microsoft\Microsoft SQL Server\<Instance Name>\MSSQLServer\DefaultLog
    HKLM\SOFTWARE\Microsoft\Microsoft SQL Server\<Instance Name>\Setup\SQLDataRoot
    Key #1 and key #2 are the one you configure in SQL server Manager and they correspond to the *.MDF directory and *.LDF directory.
    Key #3 is the one you configure during SQL Server installation.
    SAP Server manager will use key #3 when you restore an appset and also during the installation process of the ApShell.
    Key #1 and Key #2 are used by BPC setup to create the AppServer database.
    So to conclude : Even if you change Key #3 value in order to change the directory where you want to create your DB files, you will not be able to put *.MDF files on a different folder (directory) thant *.LDF files. Which means that after each AppSet restoration you will have to manually move at least the *.LDF or *.MDF file. I think this can be scripted with a T-SQL command... But you will have to do it.
    On a side note, i tried to delete Key #3 (was hoping that it will use key #1 and #2) => This is not working. The AppSet restore will fail (in fact this is SQL Server who will throw an error).
    Will ask my customer to open a case on SAP support, maybe it could be "fixed" one day.

  • Single-Tier in Dev / Multi-Tier in Prod - BPC5.1 - are there any issues?

    Background: We are a new install of SAP BPC 5.1 and initially planned to have both Dev and Prod as a single tier install.  In the Blueprint design review, the recommendation was made and accepted to have production as a Multi-Tier landscape.  Due to tight timelines, the customer will go-live on the Production Multi-tier landscape and Dev in a Single Tier configuration. As soon as possible, we will move Dev to a Multi-Tier install as well to synchronise Dev to Prod.
    Question: Other than being uncommon, is there any know issues with having this current dissimilar landscape?
    Edited by: Penelope Thomson on Dec 17, 2007 12:15 PM

    There's nothing uncommon about having a development environment that isn't an exact macth to production.  Many clients that have large mutli-server configurations don't invest that much money and resources in thier development environment.  The downside is that when you do things such as stress testing, user acceptance testing and other configurations in development, you really have to do them again in production if you want a fully tested environement.
    Also, if you have different software components (e.g. 64bit OS in production and 32bit in development) you are dealing with different service packs and other components that can have different issues.  I've also run into differences in authentication issues between a simple and more complex environment depending on how the components are arranged.
    These should all be issues the technical consultant that is doing the server configurations can discuss with you.  The bottom line is you'll want to make sure you have the production environment setup with enough time to do a through testing before go-live.  As far as moving the application from development to production, going from a single server to mutli-server shouldn't be an issues as long as you're using server mananger to do the backup and restore.

  • Upgrade SAP BPC 7.5 NW SP4 to SAP BPC 7.5 NW SP8

    Hello,
    I want to make an Upgrade from SAP BPC 7.5 NW SP4 to SAP BPC 7.5 NW SP8 and i need to know what are the consideration to make that.
    Do you have any suggestion, link or information to get this activity?
    Best regards

    Hello,
    As far as I know, you don't need to perform all configuration steps from SP04 to SP08 in ABAP tier, but it is good to check if everything is ok.
    You can also check upgrade guide available at http://service.sap.com/instguidesEPM-BPC (choose 7.5 version for SAP NetWeaver).
    Regarding Apshell: sometimes a few changes are made in the way things work in the backend (logic) and of course, some improvements also. These changes can be reflected in Apshell, so yes, every time you upgrade you must recreate apshell executing UJS_ACTIVATE_CONTENT as described in installation guide (also available at the above link).
    If you have any problems during apshell activation in SP08, check this thread: Issues on Activating Apshell on BPC Netweaver 7.5 SP08
    It is already available Patch 1 for BPC Client and for BPC .Net server, you should also consider applying it (release note is 1597464).
    Hope it helps!
    Debora

  • SAP BPC Management Console

    Dear All, I have an installation of SAP BPC 7.0 SP7 Patch 1. On my Dev and Test servers, the Management Console works perfectly (they are both single server installations), but on the multi-server Production environment the web server part is not visible. The SQL, Analysis Services part work well, but I cannot get to see who's online and which aspx 's are active. The only thing that I can see for the web server part is the task manager part. I suspect a security setting or a specific service that is not started, but cannot find anything yet. The Event log on the web/application server only indicates that the WMI service was stopped, but nothing else. Has anybody else experience this kind of behaviour for the Management Console? Or does anybody know exactly which rights and permissions are needed and which services?
    Thanks,
    Manus Cornelius

    If the ODBC logging is working correctly thatu2019s all that should be needed.                                                                               
    The MC reads the log tables to tell whou2019s online.  By default it logs to BPCLog in AppServer.                                                                               
    If you open up BPCLog, it looks just like an IIS log.                                                                               
    You can check to see if there are records in the table.                                                                               
    There is a stored procedure in the appserver DB you can run, sp_WhosOnline, which should return data.  If thatu2019s not returning data thereu2019s probably an issue with the logs.
    Other steps to verify:
    1. Make sure there is Login setup in security whose default DB is AppServer. Make sure under User Mapping that it's mapped to AppServer and has the roles of db_owner and public. Verify SQL is set up for Windows and SQL Server Authentication. Restart SQL services.
    2. Verify IIS under the Web Site tab, logging is set to ODBC logging. Click the Properties button and make sure the DSN is set to BPC_ManagementDSN, the table is BPCLog, and the username and password are those of the SQL login user you set up before.
    3. Make sure IIS Directory Security>Authentication and access control is set to Basic Authentication
    4. Set the Application Pool of the virtual directory 'Management Console' is set to BPC_ManagementAP
    5. In ODBC Data Source Administrator, click the Configure button with the BPC_ManagementDSN selected. Go through the wizard, verify it is using "SQL Server authentication with login ID and password" and input the username and password for your SQL login user.
    Good luck!
    Brian
    SAP BPC Support North America

  • SAP BPC 7.0 - Microsoft Platform - SP Upgrade Question

    Hi Experts,
    I was tasked to upgrade the SP of our client's SAP BPC 7.0 -Microsoft Platform System from Release 7.0.116 (SP07) to SP09. Details are below
    Prod System:
    Multi Server : 2 Servers
    Application Server:
    Windows Server 2003, Enterprise Ed SP2 32-Bit
    IIS Web Server
    SAP BPC 7.0 Release 7.0.116
    Database Server:
    Microsoft Windows Server 2003 x64 64-Bit
    MS SQL 2008 64-Bit
    My question, since Server Manager Version 7.0.116 is equal to SP07, do i need to download SP08 and SP09, and then apply SP08, and the underlying patch on top of SP08, then SP09, or can i just simply download only SP09 and then install it only in our App Server, since it was mention in the Upgrade Guide that SP of SAP BPC are cumulative. And if there are any configuration settings that i need to take unto consideration? I'm new to this one since I'm accustomed of SP Upgrade in SAP ECC Systems in TxCode SPAM.
    Thanks in advance!

    Hi,
    After performing the steps Nilanjan suggested you may want to look at the Post-Installation Steps recommended by SAP. They are as below:
    Post-Installation Steps
    1. If you already have an application set in your previous version, do the following:
    a) After installing this support package, update existing reports by choosing Publish Report on the Web Administration page.
    b) If you have already enabled Insight, update existing reports by choosing Build Report on the Insight Dashboard page.
    c) To apply fixes available for business rules, choose Modify Application within the Administration Console. Do not select options related to desired application.
    2. This support package contains an appset parameter called RETRIEVE_ON_OFFLINE. To restrict data retrieval while an application set is unavailable, access the Appset Parameter page within Web Administration, then add a key named RETRIEVE_ON_OFFLINE with one of the following values:
    1, which allows retrieval or data export while the application set is unavailable.
    0, which prevents retrieval or data export while the application set is unavailable.
    Log off and then logon to BPC for Office if the system offline message displays after setting the application set to Available. This downloads the dimension cache file if a dimension member or structure has changed while the system was offline.
    3. We recommend changing the syntax of dimension formulas related to CSS message [IM 1249006] Data Integrity Issue with Account dimension / 4 Hierarchies as follows:
    a) Use [%dimension%].[%current hierarchy%].CurrentMember. Level.Ordinal>0 instead of [%dimension%].[%the other hierarchy%].[All %dimension%.%the other hierarchy%] in dimension formulas to check the status of the current view of the current hierarchy because the current member may have been changed as a member of another hierarchy within multiple hierarchy dimensions.
    b) Use 0 (zero) instead of NULL in IIF statements when the member from the current view does not match the condition of the IIF statement, as NULL may return an incorrect value. For example, if the hierarchy is the third hierarchy, #iif([Account].[H3].CurrentMember.Level.Ordinal>0,%Arg%, 0).
    4. To run the Management Console in multiple server environments, change Authentication and Access Control of the ManagementConsole virtual directory in IIS from Integrated Windows Authentication to Basic Authentication. You can find the virtual directory on the Application server in the Directory Security tab of the virtual directory's property in IIS.
    Hope this helps.
    Santosh

  • Questions on Installing SAP BPC NW 7 SP2

    Hi Friends,
    My company is Installing SAP BPC NW 7 SP2 and I am heading the project starting from 1st June. I have downloaded the Installation guide and still have few questions
    1) On which client we deploy BPC server component, I mean on 000 or any other.
    2) Initially we are doing on Sandbox, so we are using only one system for both ABAP and NET servers and we are using 64bit machine. How do I run 1.1 Net framework on it, I have read installation guide it says configure to WOW6432 but dont know how to do it
    3) When we download the ABAP server component what format will it be    .SAR or .CAR or any other
    Please do reply.
    Thanks in advance
    Bobby

    Hello Bobby,
    1.  You will install the BPC server component with SAINT, which has to be executed in client 000, but BPC will actually run in the client you designate for BW.
    2. The following article discusses configuring ASP.NET 1.1 to run in 32 bit mode on a 64 bit system [http://support.microsoft.com/kb/894435]
    3.  The ABAP server component will be a SAR file.
    Thank you,
    Daniel

Maybe you are looking for

  • Acconts payable Flow

    Hi Experts, 1.       From purchase to Vendor payment flow which one is correct  ...   PR ->PO (ME23N) -> GRN (MIGO) -> Invoice verification (MIRO) -> AP Vendor invoice (FB60) -> Payment clearance (F-53)                                                

  • PO Release by Material Group

    Hello, My PO release is by material group. I have material group A and B assignment in CL20N to the PO release strategy. Problem: If I create a PO with 2 lines, one with material group A and one with material group B - No PO release strategy will be

  • Hi,  how to find existing prog in sap

    hi can anyone tell me how to find existing prog in sap, i mean is there any transaction code or anything through which i can know all the existing prog in sap. pl help as fast as u could thanx rocky

  • Folders are creating automatically in Sql Server Report Manger

    Dear All, I am using Sql Server Reporting Services. And i have created Diffrent Folders in Report Manager, And deployed various reports. Now the problem is one folder created automatically in Report Manager as 'User Folders' and in that folder, sub f

  • Displaying a column on Title

    Hi Friends, I've a doubt on how to add a column on title Say if we have a Title, Static text etc.. can we embbed a column next to it... Thanks, Mallli