SRM 7.0 business object / individual procurement document direct URL access

Hello,
While our Basis team is configuring the Portal integration with our newly upgraded SRM 7.0 system, I am wondering if it's possible to take a sneak peak at the business object on the WebDynpro screen, for example, via SICF webdynpro service, such as
/default_host/sap/bc/webdynpro/sapsrm/wdcc_v_rfq_puchaser
After activating all relevant services (as far as I understand), I tried to access the following URL directly on the browser:
https://<server;domain>:<port>/sap/bc/webdynpro/sapsrm/wdcc_v_rfq_purchaser?sap-client=010&sap-language=EN?
I encountered the "Access via 'NULL' object reference not possible" exception on the web page. I think it's due to the missing object type and object id reference on the HTTP parameters. But what are the parameter name(s) that are required on the URL? Does anybody have the experience in accessing an individual document through direct URL?
Thanks,

This question has been answered by the following blog:
/people/ulli.hoffmann2/blog/2009/10/07/srm-70-running-it-without-the-portal

Similar Messages

  • Not able to link the cloned business object in change document

    Hi Experts,
    I cloned standard business object FIPP.  When I give the cloned busniess object in change document linkage, I am getting the error message Business object type ZFI_CREDIT has status modeled. Linkage not possible. Please let me know the proceedue to make the linkage.
    Thanks in advance.
    Regards,
    Viven

    In SWO1 you have a possibility to change the status of your custom business object into implemented.

  • Hyperlink to open a business object is not working in archived printlist

    Hi
    I have archived a print list in my custom http content repository.
    Generated the indexed print list by running program OACONTA4.
    Archived data file has following lines
       \PCOL5H\PHYP<<BUS2012   \PCOL0H \PHYP>>   \PCOL2HPurchase Order                         
    IDARC1<OBJTYPE>BUS2012<OBJKEY>4500000001<METHOD>DISPLAY \PCOL0H  \PCOL4H4500000001                                       
    \PCOL0H  \PCOL2HZODTIF    \PCOL0H    \PCOL2HTest Image Documents               
    \PCOL0H  \PCOL5H\PHYP<<ZW            DE0978D42F2FA9F1AEDE0019B934DDB9       \PHYP>>
    IDARC1<OBJTYPE>IMAGE<OBJKEY>ZWDE0978D42F2FA9F1AEDE0019B934DDB9<METHOD>DISPLAY                                                                            
    \PCOL0H  \PCOL2H23.02.2009\PCOL0H    \PCOL2H         
    I am able to open archived print list using OADR.
    The hyperlinks in archived file are highlighted with different color  and cusror change when moved to "BUS2012" or "ZW            DE0978D42F2FA9F1AEDE0019B934DDB9       "
    Here "DE0978D42F2FA9F1AEDE0019B934DDB9" is archived document Id
    "4500000001" is purchase order number
    "ZW" is content repository
    "ZODTIF" is document type.
    But when I try to open the business object or the document, nothing happens.
    Then I changed the DARC line in the data file in repository to
    IDARC0ZW        DE0978D42F2FA9F1AEDE0019B934DDB9       
    After this I was able to open the document from link.
    Can anybody help on this? Why hyperlink is not working to open a business object
    Version details :
    SAP ERP ECC 6.0
    SAP NW 7.0
    References :
    http://help.sap.com/saphelp_40b/helpdata/pt/4f/9938ff446d11d189700000e8322d00/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/4f/9938ff446d11d189700000e8322d00/frameset.htm
    Thanks in advance !
    Ruhi

    Uninstall the ASK toolbar from addons and problem ll be solved.
    Tools>> addons >> uninstall ASK /Foxit toolbar >> Problem solved

  • BI report tools VS Business Object

    Hi Gurus,
    I would like to understand differences between reporting capabilities in NW2004S-BI and Business Object. Do you have any document or link ?
    And about SAP licences ? If I install BO over BW must I pay for all users in any case or I must pay only for Administrator users ?
    I will assign points for all valuable answers. Thank you in advance.
    Ciao.
    Riccardo.

    Riccardo,
    Crystal reports is not supported with NW04s...
    please visit
    www.service.sap.com/businessobjects
    same is mentioned here also :
    http://help.sap.com/saphelp_nw2004s/helpdata/en/44/879d55d1695918e10000000a1553f7/frameset.htm
    reproducing the message from the support portal :
    SAP and Business Objects have decided to end the area of their partnership that relates to formatted reporting for BI by mutual consent. This will be effective as of the end of September. The software partnership with Business Objects and their Powered by SAP NetWeaver status are not affected.
    the reseller agreement ended on September 30th, 2006
    existing customers will still be able to get updates/upgrades (new releases) without additional costs as long as the number of cpu's/named users stays as is
    for releases newer than Business Objects XI Release 1 the software delivery process has changed
    SAP itself does not provide these new releases through the SAP service marketplace but forwards such requests to Business Objects
    Business Objects triggers the shipment (or provides access to its download area) and takes also care for the license key provisioning if needed
    for future requests please use csn (xx-part-crr)
    Arun
    Message was edited by:
            Arun Varadarajan

  • Business Object Modeler Question

    Hi Experts,
    I'm new to CE and currently trying to figure out what can I do with it?
    Assume that I'm planning to create an application to follow activities that our consultants doing.
    For this, we're planning to use Local Portal Database to store datas.
    When I checked, "Business Object Modeler" is a tool which helps to create business objects and generates tables behind and access services automatically.
    Then generating a Web Service for this BO and then using the WS with VC and WD4J is a great asset for us.
    But, my questions?
    1. Is this a right approach for  such scenario?
    2. I've created a sample BO and generated WS and tried to use with VC. Create, Delete, Reand and Update Operations can be made available for WebService, but I'm unable to add FindAll or FindByMultiple Parameter operations to Web Service?
    Any idea for Q1 and answer for Q2 will be appreciated.
    Regards

    Hi,
    Yes, You have to arite the code.Actually, Application services are the place where you will wrtie your business logic.
    In th application service operations you have to call the business object operations.
    For architechturel guidelines you can go [through thii doc|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00caf8bd-487a-2a10-36a9-93d840309310].
    answer to second question:
    You can't change the code in the BO operations. What ever you want, you have to do it in the application servcies only.
    Create an application service operation  say:
    operation(). Create a input/output data structures.
    Exapmle:     OperationResponce operation(OperationRequest).
    Yuor lists add to the  OperationRequest datatype. Similarly for  OperationResponce also. In this case you don,t have any issues.Actually this is the standered for Web Services.
    [This document|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f0d97ec6-5de0-2a10-a5b3-b5926075566c], you can use as an example
    [CE 7.1 Tuorial Center.|https://www.sdn.sap.com/irj/sdn/nw-development?rid=/webcontent/uuid/903c2cdb-98d6-2a10-84b7-ab22535de11a]
    Reward Points, If you feel it is useful.
    Sampath

  • Server Intelligence Agent won't start after repair of Business Objects 4.0

    I migrated our company's business objects contents and documents from previous BO 3.1 server to new BI 4.0  server using standard BI tools. (That is, using the export wizard in BO 3.1 to create BIAR file and using upgrade management tool to import this biar file to new BI 4.0 server).
    After that, everything looks fine, I can log in to launch pad and can see all the folders, reports, etc have been moved over.
    But Life Cycle Management stopped working. I guess the reason is, when I created the biar file from source 3.1 server, I basically included everything that may include LCM folder as well, and this folder overwrite the LCM folder in BI 4.0 server. In order to fix this issue, I did "repair" of BI platform. After this, the Server Intelligen Agent won't start.
    Tried to log on to cmc, got error message 
    "Error: Server SERVERTest:6400 not found or server may be down (FWM 01003) null"
    Tried to start the Server Intelligence Agent from "services", got message:"windows could not start the server intelligence agent (servertest) from local computer..." Checked the event log, no much useful information.
    Can anyone please give me some ideas? what might have caused this issue? where should I look to? I hope we don't have to go through uninstall/reinstall.
    thanks.

    Hi,
    check the Task Manager if you have running the processes running "SIA.exe" ans "cms.exe"
    Regards
    -Seb.

  • Business object for AP invoice transaction FB60

    hi all,
            Which business Object is triggered when we AP invoice is created
    transaction FB60
    thanks in advance
    Naval Bhatt

    Dear Naval Bhatt,
    The business objects:
    'BUS1055' - Accounts payable ledger
    The business object Accounts payable ledger is ledger that is defined for the representation of accounting transactions with creditors.
    It records values at company code level.
    'BUS3008' - Accounts payable account
    The business object Accounts payable document is an accounting document that contains records on value movements in a company code that are relevant to accounts payable accounting.
    Reward points if this is helpful. Close the thread if your query is resolved.
    Regards,
    Naveen.

  • Business object for AP invoice

    hi all,
            Which business Object is triggered when we AP invoice is created
    transaction FB60
    thanks in advance
    Naval Bhatt

    Dear Naval Bhatt,
    The business objects:
    '<b>BUS1055</b>' - Accounts payable ledger
    The business object Accounts payable ledger is ledger that is defined for the representation of accounting transactions with creditors.   
    It records values at company code level.                            
    '<b>BUS3008</b>' - Accounts payable account
    The business object Accounts payable document is an accounting document that contains records on value movements in a company code that are relevant to accounts payable accounting.                              
    Reward points if this is helpful. Close the thread if your query is resolved.
    Regards,
    Naveen.

  • Trex search for business object in portal

    Hi
    I would like to build a KM search iView in portal which enables users to search for business object from backend system.
    I have built up the indices for business object in the backend system. In portal->trex monitor->display index details, I can see the indices which are created from backend system. But soemhow, I feel the indices are not usable, as I can not see them in the indexing monitor. And after I created an KM search iview with search component 'search_input_indexes', my index created from backend can also not be shown in the preview of the iview.
    I guess there is some step missing. Any help will be appreciated.
    Thanks and best regards
    Yingzhi

    Hi Yingzhi,
    with current releases, business objects indexed through the ABAP-based Search Engine Service (SES) or directly from certain SAP solutions to TREX are not by default accessible from KM.
    The next release after NW2004s will enable Enterprise Search and provide the meta-search engine for parallel search access to business objects and KM documents.
    Please see the following presentation for some explanations on SES and Enterprise Search and note stated time-lines:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/73f3eedf-0501-0010-0aa6-950694c02f99
    In some monitors that access TREX directly from the portal, you may see the business object indexes, but they are not actually known to KM.
    Regards, Karsten

  • Access 9i OLAP from Business objects

    can anybody help me to access 9i OLAP from Business objects, by any document or demo or step by step instructions , as i'm new in this field
    thank you

    For testing and POC purposes you can access the bridge software here:
    ftp://ftp.businessobjects.com/pub/incoming/UBSetup_For_Ora_10104.zip (please type the entire path including the file name, you cannot navigate through this location)
    For users who are using the BO 6.5.1 in particular, they need to install the following patch, otherwise the created universe won't work:
    ftp://ftp.businessobjects.com/pub/incoming/patch_bobj_651_HF_497.zip (necessary for BO 6.5.1 ONLY, do not install this patch for other BO versions )

  • Business object for biliing

    hi , gurus
    i treid to find the business object for billing document but could not can any one please suggest me what is the business object triggered when a billing document is created using transaction VF01 or changed using VF02
    regards
    m.a

    Hi,
    Check BUS2037 which may be the Business Object. As no events Create a Custome Change Document Object using SCDO.
    check VFM Package for other BO if any.
    Firstly debug the exits and check which BO is used so that you can create a subtype.
    For refrence check this article for [Triggering WF through Custom Change Document Object|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/80ddeba4-e780-2b10-7bb2-fc7a33efabbd].
    Hope this process would solve your issue.
    Regards
    Narin

  • Business Objects Dashboard External HTML/JAVA Script Link - User Authentication Depolyment Q

    <p>Hello,</p><p>I have a rather unstructured problem here and am relatively new to Business Objects Enterprise. </p><p>We have users who are authenticated through Business Objects. The login sets their access levels and permissions. In addition to the BO reports, we would also like to link through BO Dashboard a JAVA Script webpage.</p><p>The JAVA Script and Business Object software sits on the same webserver.</p><p><strong>The problem is that through BO Dashboard and also an external URL link we can only pass a static link (i.e. /some directory/some doc.html) and not a dynamic userid with the URL, which changes based on the user (i.e. /some directory/some doc.jsp?UID=user1).</strong></p><p>The solution might be to insert a Business Object API call that can determine the user who is currently logged in? Or, if there is some way around the static html link through Business Objects Dashboard?</p><p>Any ideas or thoughts would be deeply appreciated.</p><p>Thanks,</p><p>Joe</p>

    Are you setting Business Objects up as an external application?
    If so, what parameters are you using to set it up?
    Based on the fact that you're seeing the basic auth dialog, you probably need to specify
    that it's using basic auth -- not GET.

  • Error message in DTW when choosing any document business object

    Hi,
    We have an issue uploading AR Invoices, Credit Notes etc. with DTW.
    We have installed DI-APIs and DTW on a server, which does not have SBO installed. DI-API was installed by copying and running the installation files from a server with SBO 2005 (680320) installed. This is the same server that we are connecting to in DTW. DTW was also installed by copying the setup.exe file for SBO2005 SP01 from another place.
    All business objects work fine (Chart of Accounts, Business Partners, Items etc.) except for all document objects (Credit notes, Invoices etc.). The following error message is received:
    "Runtime error!
    C:\program files\SAP\Data Transfer Workbench\DTW.exe
    abnormal program termination"
    We also tried with another data migration program called xFusion Studio. But also here documents upload generates an error message:
    "An exception was thrown by target of an invocation"
    Do you know if this is due to a problem with the DI-APIs?
    Could the problem be related to the fact that SBO is not installed on the server? Anything else?
    Very thankful for help.
    Tobias.
    Edited by: External Consultant on Feb 8, 2008 12:04 AM

    If the issue was due to SBO not installed on Server then none of the templates should have worked. But you seem to have COA and BP working.
    How sure are you that your templates are fine.
    If possible could you comment here about the columns of your template that have data.
    Suda

  • PortalRuntimeException in Business Object document iview No portal component associated with the following context

    Hi all,
    We are stumped with a problem in our QA Enterprise Portal (7.3.1 Sp7) that throws a portal runtime error when we preview a Business Objects document iview.  The Business Objects Server versions are 4.0 SP5 and/or 4.1 SP3.
    The error is caught in the the defaultTrace file, /usr/sap/QNW/J00/j2ee/cluster/server0/log
    [EXCEPTION]
    com.sapportals.portal.prt.runtime.PortalRuntimeException: There is no portal component associated with the following context:
    pcd:portal_content/com.summit.SES_BI/com.summit.iviews/Daily_Margin
    at com.sap.portal.prt.component.PortalComponentContext.<init>(PortalComponentContext.java:93)
    Here is what we have tried
    * Confirmed the iviews exist in the PCD, by browsing to the content folders and right lick, preview on the iview.
    * Our PRD and DEV systems work correctly and are on same versions of EP Runtime and java. 7.3.1.7.0.201..
    * Occurs with all Businessobjects iviews from the QA portal and all doc types, webis, dashboards. Tried creating new iview.
    * Reapplied the com.sap.businessobjects.iviews.templates.epa to the Portal from t he BI 4.1 SP3 distribution
    * Deleted and recreated the BI portal system connector using the SAP BOBJ system template set path to http://bi-qas:8080/BOE
    * Set the embed key value in the BI system connector property and in the custom global.properties file, restarted tomcat and SIA services
    * Set permissions for everyone end user on the content folders and the BI system connector
    * Confirmed Single sign on configured correctly between BI and Portal
    * Confirmed that the QA BI server is configured correctly by directing the working DEV Portal to the QA BI server.
    * Performed actions in note 1709737
    We are certainly stuck and the defaultTrace file is not very informative.  Any suggestions are greatly appreciated
    Lee Lewis

    This is resolve with note 1615838  - SAP Netweaver Enterprise Portal 7.3 iView creation with BI 4.0 results in exceptions.
    The note includes a file portalapp.xml that need to be inserted into com.sap.businessobjects.iviews.par that is included in the BI server distribution.
    Then deploy the ear file.....
    Odd thing is that the note mentions 4.0 and we are on 4.1 SP3...
    Environment
    SAP BusinessObjects BI Platform 4.0 SP02 Patch 4 or lower
    SAP Netweaver Enterprise Portal 7.3
    Lee Lewis

  • PB30 / PB10 "Store busines document" as business Object "PAPL"

    My problem is that i´d like to attach documents to an applicant within PB10 or PB30. To do so i want to use the "Store business document" function but  this function is only applicable for business object APPLICANT. I need BO PAPL so that the document are visible in Poratal (MSS).
    Has anyone an idea how to do this?

    Hi,
    Attachments are stored in binary format.
    Advantage of  storing in SAP is speedy access, than compared to content server.
    Disadvantage some of the table space grows exponently.
    Some of the tables attachments get stored are SO*
    To get the link for the folder and attachments stored in SRGBTBREL
    Various type of attachments are ATTA NOTE URL MSG etc.
    For custom attachment options can be enabled using class CL_GOS_MANAGER
    aRs
    If useful pl. assign points
    Message was edited by:
            a®

Maybe you are looking for

  • I need to output a PAL HDV project from FCP as a PAL DV file with 4 audio t

    I need to output a PAL HDV project from FCP as a PAL DV file with 4 audio tracks - specifically one stereo pair to be t1&t3, the other stereo pair to be t2&t4. This is the standard way requested by an international distributor of tv programmes. I und

  • Anyone used PL/FLOW with APEX in Oracle 11g?

    Greetings. I'm trying to find out if any of you have successfully used SourceForge's PL/FLOW with APEX in an 11g environment. References to PL/FLOW seem to be limited to 9i and I need to have some assurance that it would be compatible in a more updat

  • Logical components assignment

    Hi ,    I have my scenario where I had uploaded the test cases in SOLAR02. And created the rest of the Test plans, packages and so on. Now that my testing syst. is ready i would add that too in my Logical systems of Project Admin. I see in the SOLAR0

  • Bad or missing storyboard configuration file ( studio.ini)

    hi i have installed EP 6.0 SP09 sneak preview i would be interested in starting the VC applications i have already installed Adobe SVG viewer and Microsoft XML Praser but till i m getting en error "bad or missing storyboard configuration file ( studi

  • Postings

    hi, i got a problem, while i am doing mb1c, stock posting for meterial iam getting the error. posting can only be made to g/l acc 399999 in curr. eur thanks narayan