BI_CONTENT Objects Missing

hi
actually we applied BI_CONTENT 703 to BI 7.0 server, BI consultant is telling that some transformations,multicubes,info obects are missing him to do his work, give me needful suggestions,
thanx
deepak

> BI consultant is telling that some transformations,multicubes,info obects are missing him to do his work,
Well - if the "BI consultant" would be so kind and tell, what exactly he is missing and where he is seeing that, that would GREATLY help in solving the problem
Markus

Similar Messages

  • Error generating Client Proxy - object  missing in WSDL

    Hello,
    I have error while generating Client Proxy.
    I have WSDL and XSD in files. I get error message:
    object <message name="requestUPOMessage"> missing in WSDL
    Diagnosis
    In the WSDL document, the object
       "<portType name="GateServicePortType"> <operatio..."
    from the namespace
      "https://bramka.edeklaracje. mf.gov.pl/"
    links to the object
       "<message name="requestUPOMessage">"
    from the namespace
       "https://bramka.e-deklaracje.mf.gov.pl/"
    However, this last object does not exist in the WSDL document.
    WSDL FILE and XSD FILE: http://www.sendspace.com/filegroup/N8kSxPp5bhY2nVfcNBbAXg
    WSDL:
    <?xml version="1.0" encoding="UTF-8"?>
    <wsdl:definitions xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
    xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
    xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:ns="https://bramka.edeklaracje.
    mf.gov.pl/xsd" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:gate="https://bramka.e-deklaracje.mf.gov.pl/"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="https://bramka.edeklaracje.
    mf.gov.pl/">
    <wsdl:types>
    <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified"
    targetNamespace="https://bramka.e-deklaracje.mf.gov.pl/xsd"
    xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:include schemaLocation="GateService.xsd"/>
    </xs:schema>
    </wsdl:types>
    <wsdl:message name="sendDocumentWithAttachmentResponseMessage">
    <wsdl:part name="part1" element="ns:sendDocumentWithAttachmentResponse">
    </wsdl:part>
    </wsdl:message>
    <wsdl:message name="sendUnsignDocumentResponseMessage">
    <wsdl:part name="part1" element="ns:sendUnsignDocumentResponse">
    </wsdl:part>
    </wsdl:message>
    <wsdl:message name="requestUPOResponseMessage">
    <wsdl:part name="part1" element="ns:requestUPOResponse">
    </wsdl:part>
    </wsdl:message>
    <wsdl:message name="sendDocumentResponseMessage">
    <wsdl:part name="part1" element="ns:sendDocumentResponse">
    </wsdl:part>
    </wsdl:message>
    <wsdl:message name="sendUnsignDocumentMessage">
    <wsdl:part name="part1" element="ns:sendUnsignDocument">
    </wsdl:part>
    </wsdl:message>
    <wsdl:message name="sendDocumentMessage">
    <wsdl:part name="part1" element="ns:sendDocument">
    </wsdl:part>
    </wsdl:message>
    <wsdl:message name="requestUPOMessage">
    <wsdl:part name="part1" element="ns:requestUPO">
    </wsdl:part>
    </wsdl:message>
    <wsdl:message name="sendDocumentWithAttachmentMessage">
    <wsdl:part name="part1" element="ns:sendDocumentWithAttachment">
    </wsdl:part>
    </wsdl:message>
    <wsdl:portType name="GateServicePortType">
    <wsdl:operation name="sendDocument">
    <wsdl:input message="gate:sendDocumentMessage">
    </wsdl:input>
    <wsdl:output message="gate:sendDocumentResponseMessage">
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="sendUnsignDocument">
    <wsdl:input message="gate:sendUnsignDocumentMessage">
    </wsdl:input>
    <wsdl:output message="gate:sendUnsignDocumentResponseMessage">
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="sendDocumentWithAttachment">
    <wsdl:input message="gate:sendDocumentWithAttachmentMessage">
    </wsdl:input>
    <wsdl:output message="gate:sendDocumentWithAttachmentResponseMessage">
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="requestUPO">
    <wsdl:input message="gate:requestUPOMessage">
    </wsdl:input>
    <wsdl:output message="gate:requestUPOResponseMessage">
    </wsdl:output>
    </wsdl:operation>
    </wsdl:portType>
    <wsdl:binding name="GateServiceSOAP12Binding" type="gate:GateServicePortType">
    <soap12:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="sendDocument">
    <soap12:operation soapAction="urn:sendDocument" style="document"/>
    <wsdl:input>
    <soap12:body use="literal" namespace="https://bramka.e-deklaracje.mf.gov.pl/"/>
    </wsdl:input>
    <wsdl:output>
    <soap12:body use="literal" namespace="https://bramka.e-deklaracje.mf.gov.pl/"/>
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="sendUnsignDocument">
    <soap12:operation soapAction="urn:sendUnsignDocument" style="document"/>
    <wsdl:input>
    <soap12:body use="literal" namespace="https://bramka.e-deklaracje.mf.gov.pl/"/>
    </wsdl:input>
    <wsdl:output>
    <soap12:body use="literal" namespace="https://bramka.e-deklaracje.mf.gov.pl/"/>
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="sendDocumentWithAttachment">
    <soap12:operation soapAction="urn:sendDocumentWithAttachment" style="document"/>
    <wsdl:input>
    <soap12:body use="literal" namespace="https://bramka.e-deklaracje.mf.gov.pl/"/>
    </wsdl:input>
    <wsdl:output>
    <soap12:body use="literal" namespace="https://bramka.e-deklaracje.mf.gov.pl/"/>
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="requestUPO">
    <soap12:operation soapAction="urn:requestUPO" style="document"/>
    <wsdl:input>
    <soap12:body use="literal" namespace="https://bramka.e-deklaracje.mf.gov.pl/"/>
    </wsdl:input>
    <wsdl:output>
    <soap12:body use="literal" namespace="https://bramka.e-deklaracje.mf.gov.pl/"/>
    </wsdl:output>
    </wsdl:operation>
    </wsdl:binding>
    <wsdl:binding name="GateServiceSOAP11Binding" type="gate:GateServicePortType">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="sendDocument">
    <soap:operation soapAction="urn:sendDocument" style="document"/>
    <wsdl:input>
    <soap:body use="literal" namespace="https://bramka.e-deklaracje.mf.gov.pl/"/>
    </wsdl:input>
    <wsdl:output>
    <soap:body use="literal" namespace="https://bramka.e-deklaracje.mf.gov.pl/"/>
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="sendUnsignDocument">
    <soap:operation soapAction="urn:sendUnsignDocument" style="document"/>
    <wsdl:input>
    <soap:body use="literal" namespace="https://bramka.e-deklaracje.mf.gov.pl/"/>
    </wsdl:input>
    <wsdl:output>
    <soap:body use="literal" namespace="https://bramka.e-deklaracje.mf.gov.pl/"/>
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="sendDocumentWithAttachment">
    <soap:operation soapAction="urn:sendDocumentWithAttachment" style="document"/>
    <wsdl:input>
    <soap:body use="literal" namespace="https://bramka.e-deklaracje.mf.gov.pl/"/>
    </wsdl:input>
    <wsdl:output>
    <soap:body use="literal" namespace="https://bramka.e-deklaracje.mf.gov.pl/"/>
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="requestUPO">
    <soap:operation soapAction="urn:requestUPO" style="document"/>
    <wsdl:input>
    <soap:body use="literal" namespace="https://bramka.e-deklaracje.mf.gov.pl/"/>
    </wsdl:input>
    <wsdl:output>
    <soap:body use="literal" namespace="https://bramka.e-deklaracje.mf.gov.pl/"/>
    </wsdl:output>
    </wsdl:operation>
    </wsdl:binding>
    <wsdl:service name="GateService">
    <wsdl:port name="GateServiceSOAP12port" binding="gate:GateServiceSOAP12Binding">
    <soap12:address location="https://test-bramka.edeklaracje.gov.pl/uslugi/dokumenty/"/>
    </wsdl:port>
    <wsdl:port name="GateServiceSOAP11port" binding="gate:GateServiceSOAP11Binding">
    <soap:address location="https://test-bramka.edeklaracje.gov.pl/uslugi/dokumenty/"/>
    </wsdl:port>
    </wsdl:service>
    </wsdl:definitions>
    XSD
    <?xml version="1.0" encoding="UTF-8"?>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="https://bramka.edeklaracje.
    mf.gov.pl/xsd" targetNamespace="https://bramka.e-deklaracje.mf.gov.pl/xsd"
    elementFormDefault="qualified" attributeFormDefault="qualified">
    <xs:element name="sendDocument">
    <xs:complexType>
    <xs:sequence>
    <xs:element name="document" type="xs:base64Binary"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="sendDocumentResponse">
    <xs:complexType>
    <xs:sequence>
    <xs:element name="refId" type="xs:string" minOccurs="0"/>
    <xs:element name="status" type="xs:int"/>
    <xs:element name="statusOpis" type="xs:string"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="sendUnsignDocument">
    <xs:complexType>
    <xs:sequence>
    <xs:element name="document" type="xs:base64Binary"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="sendUnsignDocumentResponse">
    <xs:complexType>
    <xs:sequence>
    <xs:element name="refId" type="xs:string" minOccurs="0"/>
    <xs:element name="status" type="xs:int"/>
    <xs:element name="statusOpis" type="xs:string"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="sendDocumentWithAttachment">
    <xs:complexType>
    <xs:sequence>
    <xs:element name="attachment" type="xs:base64Binary" minOccurs="0"/>
    <xs:element name="document" type="xs:base64Binary"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="sendDocumentWithAttachmentResponse">
    <xs:complexType>
    <xs:sequence>
    <xs:element name="refId" type="xs:string" minOccurs="0"/>
    <xs:element name="status" type="xs:int"/>
    <xs:element name="statusOpis" type="xs:string"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="requestUPO">
    <xs:complexType>
    <xs:sequence>
    <xs:element name="refId" type="xs:string"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="requestUPOResponse">
    <xs:complexType>
    <xs:sequence>
    <xs:element name="upo" type="xs:string" minOccurs="0"/>
    <xs:element name="status" type="xs:int"/>
    <xs:element name="statusOpis" type="xs:string"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    </xs:schema>
    Maybe someone know what is wrong in wsdl file and how to correct this?

    Hi Marcus,
    Did you fix the problem?
    I'm asking because I'm dealing with the same problem! I tried to generate a Proxy object from a WSDL document and I can't... I always receive the error "Cannot generate proxy (object  missing in WSDL, see long text)". I have checked on the service.sap.com and I found a xls document with all unsupported WSDL elements and one of them is the "part name=" and I have it in my WSDL! I don't know how to workaround this issue, can you help me please?
    Thanks in advance,
    Ricardo.

  • Ole object missing on pdf file

    i have long raw field in database. i am saving excel workbook in it through ole container. it displays well on report but when i generate pdf from report it miss ole field and show that portion of report blank. It exports ole object in postscript format (.eps) but i dont now any software which can open this file and show result on screen.
    i am using developer 6i with oracle 9i database in client-server environment.
    thanks

    Hello,
    Take a look to the thread :
    Re: Image in Reports
    eps files are "Encapsulated PostScript", for more details :
    http://www.tailrecursive.org/postscript/eps.html
    for example
    Regards

  • Objects missing

    This is a very strange problem with 8.1.7 on Sun Solaris. I had imported two tables into a schema. One table is having a CLOB column. Now I renamed both tables to a different name. After some time when I checked using command
    SQL> select * from tab;
    I found one of the table is missing. So I removed the other table also. Now when I give the command
    SQL> select * from tab;
    No rows are selected.
    When I give the command
    SQL> select segment_name from user_segments;
    SEGMENT_NAME
    SYS_IL0000034375C00002$$
    SYS_LOB0000034375C00002$$
    I wanted to drop the user and create again. I am getting the following error
    ERROR at line 1:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-22864: cannot ALTER or DROP LOB indexes
    The problem looks very strange. I don't know how can an LOB segment exists without a table and I am unable to drop the LOB segment.
    Mohan

    user11969517 wrote:
    Hi all,
    I have imported all the data from oracle11g Enterprise edition to standard edition database using schema level import, but i'm facing the problem of missing objects between both the databases. Please suggest me how to find out the missing 'Table-Partitions' and 'Index-Partition'? How to bring it equal to the source database?
    Thanks in advance.you needed to pre-create the partitioned tables & indexes; since SE does not support them.

  • Multiprovder objects missing in the Query Designer

    Hi,
    I have multiprovider based on 2 infosets ( as the reproting is based on master data) .
    Later on i have added couple of objects in master data and adjusted the infoset and activated it . The multiprovider also ajusted after adding the fields.
    I have activated the multiprovider which is successfully activated, but when i login to Query designer and try to create a query the news objects are missing from the query desinger where as in RSA1 for the Multiprovider it is displayed.. Kindly can anyone will help to resolve this.
    Thanks

    Hi Sathish,
    Thanks for the response..
    I have cehck the infoset invidually , the data dispalyed in both the infosets are according to my requreiment.
    When i was checking the multiprovider i did not get the fileds which i have added in the multiprovider , i went back to the structure to cross check, if found this difference for all the ojects when you right click it will display assign identification filed where as for the added obejct it is displaying Change RUN id option.. why this is happening...
    This is happen in test server after transprotation where as in dev it is fine and executing properly
    Thanks
    Edited by: Sony Kapse on Mar 1, 2009 12:45 PM

  • Purchase Order Text Object missing in Transcation VOTXN

    Hi Experts
    I want Purchase Order Text Object in Transction VOTXN, for that Referring SAP Note 75144 - EKKO EKPO entries should be in table TFRM, if these two entries are missing, using the solution contained in Note 524453 to generate the missing entries in the table TFRM, run program RV80INCTFRM. I run that program too but still am not able to see purchase order text in Tcode VOTXN.
    Please help me on this....

    The note  Note 524453 - Purchasing text determination is not transported mentions that you need to run program RV80HGEN after RV80INCTFRM. Did you run this program? What is your SAP version? Did you also check other notes provided in 524453?
    Regards,

  • Number range object missing NRIV and cant activate IOBJ during import

    Hi,
      We have a number object RS_OBJNUMG in BW used for many infoobjects.  However object doesnt exists in table NRIV and import for infoobjects are failing with error:
    Interval 01 of number range RS_OBJNUMG is missing
    message R7453
    I thought that as when infoobjects are created they get automatically assigned to number range....
    Can somebody help?
    thanks

    hi,
    check if the similar problem
    Error calling number range object 0MATERIAL for dimension D4 ( )
    try transaction rsrv ? >> all elementry tests >> master data >> compare number range and maximum sid >> choose the infoobjects>> execute. press button 'correct error' if any error exists.
    also try >> all combined tests >> master data >> check master data for characteristics.
    hope this helps

  • Some SLD Objects missing in the target SLD environment

    HI All,
    Sometimes while doing SLD transport via CTS+ (PI 7.0 SP18), it is observed that some technical systems or business systems are missing in the target SLD Environment.
    I have checked and objects are present in the request and if it is re-imported few more times, the missing objects gets visible.
    The related Business Systems and Technical systems are sent over in one request only.
    Does anybody has any explanation to this behavior?

    Hi All,
    Found the explanation for this issue in below notes:
    1.       Note 1087706 - SLD namespace remains locked against changes for a long time
    2.       Note 1087704 - Locking entire SLD namespace during import
    regards Anirudh.

  • Objects missing in database (views)

    As information/background, I have been away from SAP and basis for about four years.  Due to personnel changes here, I am now returning to it. While I was away, our SAP system was upgraded from version 4.0B to “SAP R/3 ENTERPRISE 47X110”.  I was not a part of the upgrade and have no details as to how it was accomplished.
    At this point, we have two SAP “systems”: DEV and PRD and they are on separate partitions of an i5 520.  Both are running on OS/i5 V5R3M5 with mostly updated CUMe packages, etc, and PASE is installed.  Both of these “systems” use the 6.20 kernel at patch level 1598.  We know that this is an OLD kernel and we need to upgrade.  I am currently planning the kernel upgrade to 6.40.
    In our PRD instance, using transaction DB02 I have been seeing that we are  missing  four views in the database:
      Views
        SYSTRIGCOL    Obligatory Base object is missing in DB
        SYSTRIGDEP    Obligatory Base object is missing in DB
        SYSTRIGGERS   Obligatory Base object is missing in DB
        SYSTRIGUPD    Obligatory Base object is missing in DB
    Is this a big deal?  Should I worry about it or just continue with my kernel-upgrade planning?
    If needed, can I just retrieve the source from the DEV instance, modify the source, and create the views in PRD? 
    I have confirmed that I can retrieve the DDL source from DEV via iSeries Navigator.  It would then just be a matter of copying it, modifying it for PRD, and then executing it for PRD.
    Thanks in advance for any advice.
    Robert

    Hi Robert,
    no this isn't critical during daily business, at least not in base release 6.20.
    You are missing a couple of system catalog views providing SQL trigger information on a schema basis. (They are views on top of the systemwide cross reference files.)
    I've seen this happening if you restore a library from an old OS/400 release (that did not know about those views) to a newer release.
    SAP does not use triggers in 6.20 during daily business that's why it is not critical.
    It's easy to fix though: You may consider removing all system catalog logical files from your R3<sid>DATA schema (WRKOBJ, 4) according to the following list:
    http://publib.boulder.ibm.com/infocenter/iseries/v5r3/topic/db2/rbafzmstcatalogtbls.htm#catalogtbls .
    The following command will recreate them:
         CALL QSYS2/QSQXRLF PARM(CRT R3<sid>DATA)
    Hope that helps!
    Best regards,
    Dorothea

  • Mapping Objects Missing in ESR

    Hi All,
    currently in my PO dev system mapping objects are missing
    Service Pack Version: 05
    Release:NW731EXT_10_REL.
    please advice me how to do it .

    hi Vidya,
    Please share more information. What do you mean by no Mapping objects available.
    Do you mean u are creating objects but its getting disappeared.
    or are you expecting some pre-delivered objects.
    Please share more details.
    thanks and regards,
    Praveen t

  • Import design objects - missing something

    Hi
    I have two files with tpt extensions XI2_0_SAP_APPL_4.6C_48_01_classic.tpt and XI2_0_SAP_APPL_4.6C_48_01.tpt to import objects corresponds to rosettanet design objects I got from SAP market place. I did place them in respository_server/import directory as mentioned in the installation guide. When tried import object from integration builder it is not recognizing it. Why?
    I am running XI3.0, is that the reason it is not recognizing XI2_0 objects?
    Also I did try making them as tpz file after zipping the above files and did add a metadata.properties file containing below text
    transportFile=XI2_0_SAP_APPL_4.6C_48_02_classic.tpt
    transportFile=XI2_0_SAP_APPL_4.6C_48_02.tpt, still it did not recognize it.
    What I am missing?
    help.. please..
    Dhandu

    Hi Dhandu,
    Check if the metadata properties file contains the below entries: Most importantly the first one. (all are case-sensitive):
    systemtype=<b>IBC 3.0</b>
    sourcesystem=<host>_<sid>_00
    transportFile=<tptfilename>.tpt
    contenttype=DirectoryView
    Also see that the properties file name is "<b>M</b>etadata.properties". It is case-sensitive, else it wont recognize.
    Also note: when you zip the tpt file & properties file, see that they are at the root directory of the zip file. Open and see if the directory path is not taken.
    regards,
    Pops V

  • Process object missing in workflow task

    Hi all,
    I have this odd problem that occurs (seemingly) at random.
    I have a workflow for Material Master creation, it has various forks in the flow, sometimes the process object i.e. the material master object is missing in the workflow task under the available objects tab. It only seems to happen in one of the branches of the fork, also it only seems to be one user who gets this problem, so it makes me think it's something he's doing.
    How is it possible that an object which was previously available in the task is no longer available?
    any help greatly appreciated.
    Neil

    Hi,
    thanks for the reply, by "missing" I mean it is no longer instantiated in the workflow task. I have determined this by looking in the workflow log and checking the task container.
    The binding for the task is correct, I am using the same task in all branches of the fork and in the other branches the material object is instantiated.
    I have learnt a bit more about the scenario in the last few minutes... it seems that when the task was created initially the object was instantiated, but the user has backed out of the transaction and not completed the work item leaving it in his inbox with a status of "executed" it is only then that the process object is missing. This doesn't seem to happen to any other user so it's something he is doing that is causing the problem.

  • Linked Smart Objects missing after last CC update?

    I had an update come across CC for Photoshop & Dreamweaver yesterday. After applying the update I'm finding that linked smart objects are missing from my File>Place menu. Anyone else having this issue? I had them before & now they are gone. CC shows me as having no updates available. Just checked Photoshop & it's showing I'm back at 14.0.

    Sounds like the updater failed and you are running 14.0.0 again.
    Uninstall and reinstall.

  • Objects missing when exporting to PDF, but show up when printing to PDF

    Hi - I'm working with someone, both of us in InDesign CS4, and she has some documents that cause a few random objects to just go missing when exported to PDF (same on my computer). But when printing to PDF, they show up fine. They also show up fine if we recreate each individual object, but that can end up being a lot of work. She prefers to export to PDF because of quality. I'm drawing a blank on this one!
    The attached file shows the issue. The green blocks just don't want to show up when exporting.

    Peter -
    The links are just the PDFs of the black and white portions and don't really matter too much since they show up fine when exporting or printing to PDF. Our main concern is the green blocks, which are indeed the green areas of the plan you pointed out. They are actually separate objects created directly within InDesign that can be moved and adjusted.
    I just updated to 6.0.4 and that didn't help. I wonder if this may be a variant of the bugs I was reading about with master pages and certain things not showing up when creating PDFs or printing (even though none of these things are on the master page)?
    Thanks

  • Object missing

    Hi,
    Process Chain failed. Check the Update rule check gives a syntax error. It may be a missing object, or an object in the old version. When I checked the syntax in update rule routine, it is showing that DATA_PACKAGE does not contain the field. I checked in COMM structure and there this field is not existing. I tried to add but it couldnt be possible. Please help me.
    Regards
    dyuthi

    THanks,
    The system I am checking is the copy of the production system. But in production system process chain is working fine and there is no syntax error in the udpate rules also. The code, comm structure and transfer structuer is same in both the systems.
    But when I execute the same process chain in copy system , it is getting failed and I checked the update rules and shows syntax error as I mentioned above.
    Can I add the missing field directly in the structure /BIC/CSZFDD_O01. Is it possible? Then I think it will be soved. Please reply back
    regards
    dyuthi
    Edited by: Dyuthi mc on Nov 9, 2009 8:26 AM

Maybe you are looking for

  • Is BI Publisher 11g compatible with CC&B 2.3.1

    Dear All, Is BI Publisher 11g compatible with CC&B 2.3.1. In the Oracle support and forums, its mentioned that the BI Publisher 10g can be integrated with CC&B 2.3.1 and the sample reports provided with the application can be used for online bill dis

  • Create Employee as Buyer

    Hi- I need to create an employee as a buyer in Oracle through a backend interface. I assumed this would be simple as it only requires adding a entry in the PO_AGENTS table, correct? If this is the case, I was looking for an API and found none. So I u

  • RFC-Call using dynamic Parameters

    Dear Forum! I'd like to call a RFC function module using a dynamic parameter list. I can either call CALL FUNCTION bapiname DESTINATION fsystem. or CALL FUNCTION bapiname         PARAMETER-TABLE lt_param         EXCEPTION-TABLE lt_excep. but not both

  • Configuration process (after installation) of Microsoft Project Professionnal 2010 fails

    On Windows Vista Business 32 (English, SP1), I downloaded en_project_professional_2010_x86_515560.exe from MSDN and installed it.  The installation process completed successfully and asked to reboot my computer.  After rebooting, I start Microsoft Pr

  • Back in Time Transition

    Does anyone know of a transition that will produce the "wave" as if you were recalling an event from long ago. Sort of like the Wayne's world skit used to mimic? Thanks!