Sap bi client requirment

sir can u plz tell me if i have three year of experience then what topice should i be expert in or what are the topics which are favorable to be asked in an interview.

sir can u plz tell me if i have three year of experience then what topice should i be expert in or what are the topics which are favorable to be asked in an interview.

Similar Messages

  • Is SAP customizing client required to create a content repository ?

    Hi,
    We are facing an issue where we create a content repository pointing to an external content server. Then when we click on test connection then we get an error" Content repository does not exist".
    Can it be cause we are doing work in a testing client having 555 number rather than a customizing client going by the number of 100 or 300 ?
    Is transporting content repository required to use it to make an external HTTP server connection ?

    You need to supply the "Key Store Location", "Key Store Password", "Private Key Alias" and "Private Key Password' to use socketssl.
    Also please make sure that the content server has enabled "Use SSL". You can configure it using the enterprise manager.

  • Https call from SAP SOAP client tool

    Hi,
    in order to call a webservice via https using the SAP SOAP client tool, I've done the following:
    1. The Client cert field filled with my personal certificate from IE (pcert.pfx)
    2. The Trust store field left as it was (cacerts file of the jre).
    When calling the service I am getting
    javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found
    Very likely this is caused by setting 2.
    Could anybody advise how to get an X.509 certificate of trusted root CAs? Any chance to export from IE or would one have to get that from a CA? File types required are ppfx or p12, which is strange since these contain private keys.
    Much appreciated.
    Rene Funke

    Hi Rene,
    You need to include the full certificate chain in the p12 file. i.e. private cert and root CA cert.  IE will not export the full certificate path with the private certificate unless it was imported into IE with this flag set. You could use Firefox to generate the pks12 file. It will include the full certificate path.
    This private certificate (p12 file) should then be added to the truststore in XI.
    Also, .p12 (pkcs#12) file format defines a file format commonly used to store private keys with accompanying public key certificates - not just private keys.
    Hope this helps.
    Bryan

  • Create a Bex report based on the client requirement

    Hi Experts
    We are using 3.5 version SAP BW.
    Our Client requirement is to create a report. as below
    CC01 Qty Ltr Ripple xxxxx.xx
    CC01 Qty Ltr Ripple xxxxx.xx
    CC01 Qty Ltr Ripple xxxxx.xx
    CC01 Profit Value Ripple xxxxx.xx
    CC01 Profit Value Ripple xxxxx.xx
    CC01 Profit Value Ripple] xxxxx.xx
    Where CC01 is Company Code
    QTY Ltr is the formula value that i have created for them
    Profit value also is the formula that i have created
    Ripple is the value that they want it to be seen in the reprot as a standard which is not available anywere in the multiprovider
    xxxxx.xx are the total values of Qty LTr and Profit values per month (eg: 01.2011)
    I have created the reprot and able to get the values but i do not get the CC01 for every line, and even Qty Ltr or the Profit Value in every line of the report , And i do not know how to hard code the Ripple.
    Please adivice hope i am clear.
    My repot displays this way. may be based on the company code.
    CC01 Qty Ltr Ripple xxxxx.xx
    xxxxx.xx
    xxxxx.xx
    Profit Value Ripple xxxxx.xx
    xxxxx.xx
    xxxxx.xx
    CC23 Qty Ltr Ripple xxxxx.xx
    xxxxx.xx
    xxxxx.xx
    Profit Value Ripple xxxxx.xx
    xxxxx.xx
    xxxxx.xx
    CC09 Qty Ltr Ripple xxxxx.xx
    xxxxx.xx
    xxxxx.xx
    Profit Value Ripple xxxxx.xx
    xxxxx.xx
    xxxxx.xx
    Thanks Regds
    Sri

    With the code, you've presumably logged on to the database. To insert objects on to a new report you'd want to use code along the following lines:
    private void AddTableFromDataSet(ref CrystalDecisions.CrystalReports.Engine.ReportDocument rpt, System.Data.DataSet ds)
    ISCDReportClientDocument rasReport = rpt.ReportClientDocument;
    // Convert the DataSet to an ISCRDataset object (something the ISCDReportClientDocument can understand)
    CrystalDecisions.ReportAppServer.DataDefModel.ISCRDataSet rasDS;
    rasDS = CrystalDecisions.ReportAppServer.DataSetConversion.DataSetConverter.Convert(ds);
    // Add the dataset as a data source to the report
    rasReport.DatabaseController.AddDataSource((object)rasDS);
    // Add a field to the report canvas
    // Note: This is quick and dirty. No positioning, resizing, formatting, etc.
    CrystalDecisions.ReportAppServer.Controllers.ISCRResultFieldController rfc;
    CrystalDecisions.ReportAppServer.DataDefModel.ISCRTable crTable;
    CrystalDecisions.ReportAppServer.DataDefModel.ISCRField crField;
    rfc = rasReport.DataDefController.ResultFieldController;
    crTable = rasReport.Database.Tables[0];
    crField = crTable.DataFields[2]; // Hardcoded field "Customer Name" in the Customer table from Xtreme Sample Database
    rfc.Add(-1, crField);
    // Save the report template to disk (without data)
    //object path = @"c:\documents and settings\administrator\desktop\";
    //rasReport.SaveAs("test.rpt", ref path, 0);
    //MessageBox.Show("Done!");
    For more info, see sample apps on the following link:
    http://wiki.sdn.sap.com/wiki/x/IgBmBQ
    Also, consult your 'Report Application Server .NET SDK Developer Guide" and  "Report Application Server .NET API Guide". I'd provide the appropriate links, but you do not mention the version of CR you are using...
    Thread moved to the '.NET - SAP Crystal Reports" forum.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • Calling SAP GUI Client from a Java Webdynpro app.

    Hello experts,
    We would like to call the SAP GUI client from a java WebDynpro application running without portal or ITS. Can it be done by having a web link, with mime registration in internet explorer to kick off the SAP GUI ? (similar behavior with a SAP favorite link saved on the desktop).
    many Thanks.

    Hi,
    Webdynpro possibilities:
    1. You can try to use LinkToUrl.
    with reference to file://<exefile> or your weblink with the mime type (possibly some java coding can be required; I can try to help).
    2. other option is to use IFrame and you can use either href to your exe or weblink
    Web Explorers:
    1. IE: It should work. if you point to exe file popup window will be displayed asking for action (run, save, cance).
    2. Firefox: the only way I know to make it work is to modify nsHelperAppDlg.js file (if you need Firefox I can tell you how to modify the file).
    Kind Regards, Jack

  • Re:client required bc reports in ppt

    Hi expert,
    This is pradeep . my client required a ppt .regards business content existing report with respectively Is-retail(sd,mm and fico) .could any one send me ppt .i will be assign the point .please this is crucial
    in my project .my id [email protected]
    regards
    pradeep
    Edited by: pradeep kandepu on Jun 14, 2008 3:06 PM

    Hi,
    Retail implementation
    http://help.sap.com/bp_retailv1470/Documentation/EN/Logistics%20Special%20Cases_EN_DOCU_V147.doc
    http://help.sap.com/saphelp_nw2004s/helpdata/en/86/39d6386e24f90ae10000000a114084/frameset.htm
    BW – SAP Retail
    http://help.sap.com/saphelp_nw04/helpdata/en/86/39d6386e24f90ae10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/39/e531c93747da4a8806612212b013b4/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/8e/65f438c842cc2be10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/35/e58282fe8711d3b49f006094b9301e/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/73/d26594107711d4af1e080009d2232d/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/35/e58282fe8711d3b49f006094b9301e/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/39/e531c93747da4a8806612212b013b4/content.htm
    www.service.sap.com/bi -->>solution detail -->>Industry Portfolios -->> Sap Retail
    http://help.sap.com/content/documentation/industry/docu_is_retail.htm
    http://help.sap.com/content/documentation/industry/docu_is_retail_retail.htm
    http://help.sap.com/content/bestpractices/industry/bestp_industry_retail.htm
    Hope this helps,
    Regards
    CSM Reddy

  • How to make sure the addon is running when user open the SAP B1 client?

    Hi,
    Is it possible that that we can set somewhere in SAP B1 setting and without running addon user can not login into SAP B1 client? I tried even set the addon to Mandatory in addon administration, but user still can choose running without addon. Any suggestion ?
    Thanks!
    Lan
    Edited by: ZHANGLAN on Aug 19, 2010 10:49 PM

    Hi All,
    Maybe I didn't describe my situation clear enough. I have lot of lient PC with different environment, i am always be reported that the AddOn doesn't work. In most case they are caused by some unexpected reason like anti-virus softeware or windows update. If the addon crashes then user lost everything in addon and they will starti complaints... My idea is to make the addon as mandatory requirement before user can start to use SAP B1. But for now, the setting in addon administration is more like an option, end user still can be allowed to run SAP B1 without addon.
    Lan

  • Client requirement and questionery for fico

    Dear sap Guru's
    Any good hints or tips for FICO implementation in Malaysia?*  am very fresher and first time am going to do implementation, plz guide.................
    how to prepare a client requirement and questionery. plz help.............
    tks
    Roni

    To add few more info..
    *1) How we can integrate the client app and OSB service?*
    Using event, like you can have a button in your client app, whenever you want to post the payload.
    Click on the button and post the payload your OSB proxy will receive it and pass on to BPEL process.
    *2) How to integrate the OSB service and BPEL process?*
              You use direct binding or use http soap call to access BPEL from OSB.
    *3) Whether the BPEL process needs to be a Webservice with WSDL exposed to OSB proxy service?*     
              Yes, it will be soap over http.
    *4) BPEL how will it validate the employee details and store it in Oracle DB, how it will connect to the Oracle DB?*
    Whether this is done through XQuery, XSTL? or plain java code with JDBC connection?
              As said before you can keep it with DBAdapter.
    I have few questions for you.
    *1. What is the significance of using OSB and BPEL in your architecture?*
         If you want to have better performanc, you can just use OSB without using BPEL.
         OSB with DB adapter will do the job for you.
    *2.      Are you going to use just insert statement with your Database ?*
              If yes, just go for DB adapter, or if you have to run logic, you can keep those logic inside a procedure and expose as procedure to bpel.
              So that performance will be more.
    - It is considered good etiquette to reward answerers with points (as "helpful" - 5 pts - or "correct" - 10pts).
    Thanks,
    Vijay

  • My client current process shift amount is prorating.   Now my client requirement  employee change shift (SE20321D)   to normal (NSO70012) in the mid of the month employee will get shift  full amount,

    Hi Experts,
    Please help me to solve this two issues
    I will give you clearly about my client requirement
    in the current system (existing)  already configured  for shift allowance.
    shift allowance for executive
    Shift Allowance Rates
    2 shift
    3 shift
    RM  240
    RM 330
    shift allowance for non executive
    Shift Allowance Rates
    Category 1
    Category 2
    2 shift
    3 shift
    2 shift
    3 shift
    RM  180
    RM 280
    RM 95
    RM 130
    they are not maintained (there is no any key)   in info type 0014 or info type 0015  they earliest hr consultant  copied to  the Shift Allowance wage types :- 5533, 5534,5535,5536,5537,5538and 5559
    Note : 5533 & 5536 are for Payment.
    Other wage types are for calculation purposes only.
    And they modified (standard LAP9)  YAP9 (copied)  schema written pcr  for shift allowance
    The pcrs are YSH1,YSH2,YSH3,YSH4,YSH5,YSH6,YSH7,YSH8,AND YSHF
    1) So my actual my client requirement (Issue 1)
        In my client current process shift amount is prorating.   Now my client requirement  employee change shift (SE20321D)   to normal (NSO70012) in the mid of the month
    employee will get shift  full amount
    2) client requirement (Issue 2)     Shift Allowance become prorate if the Action (Info type 0000)  in the same month have changes. (Depand the action type)
    Actions are
    WA,WB,WC,WD,WE,WF,WG,WH,WI,WJ,WK,WL,WM,WN,WO,WP
    XO,X1,X2,X3,X4,X5,X6,X7,X8,X9.
    XA,XB,XC,XD,XE,XF,XG,XH,XI,XJ,XK,XL,XM,XN,XP,XQ,XR,XS,XT,XW,XX,XY,XZ.
    Y0,Y1,Y2,Y3,Y4,Y5,Y6,Y7
    YA,YB,YC,YD,YE,YF,YG,YH,YI,YJ,YK,YL,YM,YN,YP,YQ,YU,YV,YW,YX,YY,YZ
    Z9,ZY
    Example
    in same month employee changed action on 20.07.2014
    Kindly help me to solve this issues  feel very happy for your help.and if you need any information about issue please let me know i will share to you.
    Thank you
    Raamarao

    Try this, it works very well for me.
    import XMonad.Hooks.ManageHelpers (composeOne, isFullscreen, isDialog, doFullFloat, doCenterFloat)
    myManageHook = composeAll. concat $
    [ [ className =? c --> doCenterFloat| c <- floats]
    , [ resource =? r --> doIgnore | r <- ignore]
    , [ resource =? "gecko" --> doF (W.shift "net") ]
    , [ isFullscreen --> doFullFloat]
    , [ isDialog --> doCenterFloat]]
    where floats = ["sdlpal", "MPlayer", "Gimp", "qemu-system-x86_64", "Gnome-typing-monitor", "Vlc", "Dia", "DDMS", "Audacious", "Wine"]
    ignore = []
    myLayout = tall ||| Mirror tall||| Full ||| tab ||| float
    where
    tall = named "Tall" $ limitWindows 4 $ minimize $ Tall 1 (3/100) (1/2)
    tab = named "Tab" simpleTabbedBottom
    float = named "Float" simpleFloat
    main = do
    myStatusBarPipe <- spawnPipe myBar
    conkyBarProc <- spawnPipe conkyBar
    trayproc <- spawnPipe myTrayer
    xmonad $ ewmh $ withUrgencyHook NoUrgencyHook $ defaultConfig {
    terminal = "urxvt"
    , manageHook = manageDocks <+> myManageHook <+> manageHook defaultConfig
    Last edited by helloworld1 (2012-08-14 05:20:56)

  • Client require the Downpayment adjust at MIRO to get budget availability.

    Client require the Downpayment adjust at MIRO to get budget availability.
    During MIRO system shows the downpayment made to the vendor but it was not adjusted while creating vendor liability and extra budgets were consumed. If there is no extra budget then the system does not allow MIRO. In that situation we are clearing the vendor down payment through F-54, which made the availability of budget again and allow to do MIRO.
    Is there any configuration in which vendor down payment shall be automaticaly adjusted during MIRO?

    Hi ,
    In standar behaviour of the system you wont be able to achieve automatic adjustement of advances .
    Kindly use the BADI - INVOICE_UPDATE to make the necessary enhancement that you are looking for .
    In the BADI you can use the method - CHANGE_AT_SAVE for the same .
    Discuss the same with you abaper as to how best you can make use of it.
    Regards ,
    Dewang T

  • Message-Pls wait while Windows configures SAP B1 Client

    Hi,
    While logging in to SAP B1,system is displaying a msg 'Please wait while Windows configures SAP B1 Client.' Same msg is displayed while connecting to DTW as well. Then it takes a few minutes to connect . What could be the reason? Will the uninstallation and reinstallation of SAP B1 client solve the problem?  Since the license file has been imported , is it recommended to uninstall the SAP B1Client. This msg appears while logging in from client machines as well as Server machine.
    We are working on SAP B1 8.8 PL 10 ,Localization India.
    Please guide me.
    Sudhir Jadhav

    Hi,
    the message in the DTW can be removed by reinstalling the DTW. You can also do the same for B1 client. If this message appears only in the server's B1 client application, you can do there. If it is also happened in the user PC, you must also reinstall it.
    JimM

  • Webdynpro appln Url parameter "sap-wd-client= XML client "

    Hi all,
        I am a beginner in Webdynpro application development.
    I have a query on the usuage of Url parameter "sap-wd-client=XmlClient" in webdynpro application.
          When i set the Application parameter property of webdynpro iview in portal as "sap-wd-client=XmlClient", i am getting the content of webdynpro appln in XML format. What is the use of this XML format.
    Can we use this webdynpro appln in XML format in any other portal say Weblogic portal and produce an UI in that portal.
    Let me know the use of this XML format.
    Pls give me some exposure on this.
    Thanks & Regards,
    Siva

    Hi sivakumar,
    It is used for supplying data to another kind of client. You can download a trial version of it somewhere on SDN.
    Best regards,
    Thomas

  • We have PI-7.0 but our client requires work on XI-3.0.

    we have PI-7.0 but our client requires work on XI-3.0. is it possible to transfer objects in PI-7 TO XI-3.0 and is it ok to work on PI-7.0 insted of XI-3.0 which is wanted by our client.

    Hi Chiru,
    I dont think there are should be any problems.... All you need to take care is you have same Service Pack installed on bothe the servers...
    A comparision of the service packs in 2004 and 2004s;
    in 2004XI 3.0 - in 2004s PI 7.0
    SP12 & < - SP04
    SP13 + 14 - SP05
    SP15 - SP06
    SP16 - SP07
    SP17 - SP08
    SP18 - SP09
    Regards,
    Jai Shankar.

  • What are the SAP Business one requirements for intercompany intergration

    Hi. what are the SAP Business one requirements for intercompany intergration

    Hi Wendy,
    Intercompany 1.1 is supported on SAP Business One 8.82 and Intercompany 2.0 is supported on SAP Business One 9.0.
    So depending on Solution version your are looking for, refer to Prerequisites section in the respective version's Administrator Guide.
    For further information on Intercompany Integration Solution for SAP Business one, you may refer the following:
    https://websmp210.sap-ag.de/partneredge/b1/intercompany  
    Regards,
    Agneesh Jain
    SAP Intercompany Team

  • SAP B1 Client is not showing any company after installing Windows 7

    Hello experts
    By installing Windows 7 on a computer which had Windows XP installed before and trying to re-install SAP B1 client on that computer, company list is being displayed as empty. This is only happening on this computer as it is the only one which has been upgraded to Windows 7, SAP client is displaying all companies if it is run in other computer. So the issue is only affecting this computer.
    Thanks and regards

    Hi Javier,
    Please check below links.
    Company list empty in login screen SAP B1 9.0
    [SAP Business One 9.0] Company Databases not appearing
    SAP Business One Client Not Install In Windows 7 Proffesional
    Hope this help
    Regards::::
    Atul Chakraborty

Maybe you are looking for

  • What to format an external hard drive to

    I have a imac, terrabyte drive and all that... however, I also have another external 1.5 terrabyte that I've not used before. If I want to use this drive between windows and a mac so it works on both basically...do I format the drive through fusion o

  • PRPS-KOSTL in WBS Element

    Hi to all - Our customer desires to see all postings to the general ledger accounts broken down by cost center.  For warranty projects, the settlement rule for WBS elements will be to a Warranty Accrual Account (liability account) and Warranty Expens

  • Accessing the Par file or java methods in ABAP programming at ECC from EP

    Hi experts, Can we access par file or java methods  in ABAP programming  (ECC side)which are at Enterprise portal side .If it is possible please let me know the procedure.Thanks for your help. Thanks and Regards, Venkat

  • Have I been hacked?

    Ok, so I was on deviant art .com- a website which lets artists of all kinds post pictures of sculptures, paintings, drawings, photos, digital art, etc., online and lets them create a profile. I have been using it for a few months now, just looking fo

  • Why Window doesn't appear back ???

    Hi Experts //get the repository content at runtime of the Web-Dynpro- // Window “AddressbookWindow” IWDWindowInfo windowInfo = (IWDWindowInfo)wdComponentAPI .getComponentInfo() .findInWindows("AddressbookWindow"); //create the “AddressbookWindow” IWD