Problem in idoc transfer from ent to r 4.6c server

hi,
   SAPR4.7->XI->R4.6c
   I've got a problem in transfering an IDOC from R4.7(ENT) to r4.6c server.My problem is, I have created an IDOC in R4.7 with 03 status,but in XI server (sxmb_moni) i get a message which reads 'NO_RECEIVER_DETERMINED'.I've configured all receiver sender details in configuration .I'm not able to trace out the problem.
   how many communication channels are needed?
   Can anyone help me with a 'detailed' walkthrough.

Hi,
'NO_RECEIVER_DETERMINED' occurs when no Receiver is configured.Check your configuraation once again.
As u have stated the return code is 03, the IDoc has successfully reached XI Server.
You don't need any communitaion channel for sending Idocs from SAP system to XI Server.
But You need a communication channel for XI Server-> SAPR/3 (4.6) communication.
Refer to "Introduction to IDoc-XI-File scenario and complete walk through for starters" by Prateek Shah
/people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters
Cheers,
Siva Maranani.

Similar Messages

  • Error while ORDERS05 IDoc transfer from R3 - PI - SNC

    Hi Friends,
    I am facing error in PI SXMB_MONI for ORDERS05 IDoc transfer from R3 - PI - SNC.
    I have done all the configuration setup in Integration Directory for the Scenario, I am able to successfully send the IDOC for PO from R3 to PI but faced the following Error in PI.
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Message Split According to Receiver List
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">PARTY_SERVICE</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      *<SAP:Stack>Party and service not defined</SAP:Stack>*
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Also I am unable to Configure Sender/Receiver ID in PI > SXMB_ADMIN > Configuration, as while defining Sender/Receiver  unable to add the Interface for Sender(ORDERS.ORDERS05)/Reciever(ReplenishmentOrderNotificatio_Out) although I am able to see the same in Integration Repository.
    Also In Main message(Part of the message) as shown below, I am able to see Vendor in PARTY Element of xml message for which I have created the PO
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Message Split According to Receiver List
      -->
    - <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SAP="http://sap.com/xi/XI/Message/30">
    - <SOAP:Header>
    - <SAP:Main xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsu="http://www.docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" versionMajor="003" versionMinor="000" SOAP:mustUnderstand="1" wsu:Id="wsuid-main-92ABE13F5C59AB7FE10000000A1551F7">
      <SAP:MessageClass>ApplicationMessage</SAP:MessageClass>
      <SAP:ProcessingMode>asynchronous</SAP:ProcessingMode>
      <SAP:MessageId>0050568F-24A0-1DDD-B9F5-3F6DD541FF93</SAP:MessageId>
      <SAP:TimeSent>2009-01-21T10:55:20Z</SAP:TimeSent>
    - <SAP:Sender>
      <SAP:Service>SAPECC6</SAP:Service>
      <SAP:Interface namespace="urn:sap-com:document:sap:idoc:messages">ORDERS.ORDERS05</SAP:Interface>
      </SAP:Sender>
    - <SAP:Receiver>
      <SAP:Party agency="SAPECC6" scheme="ALE#LI#LF">0000000006</SAP:Party>
      <SAP:Service />
      <SAP:Interface namespace="urn:sap-com:document:sap:idoc:messages">ORDERS.ORDERS05</SAP:Interface>
      <SAP:Mapping notRequired="Y" />
      </SAP:Receiver>
    Please Suggest the steps needs to be done for resolving the Issue.
    Thanks all...
    Regards,
    Nitin
    Edited by: Nitin Patil on Jan 21, 2009 12:18 PM

    Hi Nitin,
       I completed the configuraiton but the PO came in PI successfully but stuck in PI with error
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="PLAINHTTP_ADAPTER">ATTRIBUTE_SERVER</SAP:Code>
      <SAP:P1>500</SAP:P1>
      <SAP:P2>Internal Server Error</SAP:P2>
      <SAP:P3>Error during parsing of SOAP header</SAP:P3>
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:Stack>HTTP server code 500 reason Internal Server Error explanation Error during parsing of SOAP header</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    can you please help what is the problem , I am not able to find out.
    Thanks,
    Menaga

  • Outbound delivery creation with inbound IDOC transfer from Java system

    Dear Experts,
           The scenario we are having is really very interesting. Hopefully its a good learning for me and also for others also.
    The scenario is,
                   After sales order creation the details will be sent to one Non SAP system (Java) for performing some tasks related to forwarding agent decision, shipping date and etc. Once the details are finalized in that Java system then, the details needs to be transferred to SAP as "Inbound IDOC" process. For this proposed to use the SAP Jco middle ware.
                 Once the details transfered from Java system to SAP then, the outbound IDOC needs to get generated automatically. Assuming the stock for that sales order line item is available. Also one more complexity is, our client is using custom transaction (ZVl10C) for delivery creation.
    Now Query is,
                   1. Which IDOC, message type and Functional module needs to be used for creating the delivery automatically..??
                   2. As per assumption, stock of that sales order line item should be available. Due to some business reason the stock was removed during inbound IDOC transfer then, what will happen to the IDOC..?. How to avoid this situation..??
                   3. As we told we are re going to use SAP Jco b/w SAP & Java system. In this case, how the data will get transfered from Java system to SAP..?
    Thanks in advance for the replies I am going to get
    Regards,
    VEL

    Didn't get any feedback from experts for long time. So we are closing the question

  • IDOC Transfer from R/3 to CRM System

    Hi,
    I want to transfer HR Data from R/3 to CRM System.
    Scenario1 : I have to transfer National insurance number ( Infotype 002) to CRM system where we have rename this field as NI number. I am transferring data through PFAL Transaction but this field is not getting transferred. I think IDOC Structure needs to be enhanced eitherways mapping will be required. Kindly help me out with ALE and IDOC structure.
    Scenario2: I have to transfer Address Infotype 006 Subtype 02(Work Address) . How to Transfer this.
    Scenario3: I have to transfer Pension Number to CRM. Sorry I dont know the infotype number for Pension number.
    Kindly help me out with these scenarios. I have not worked much on ALE so I am facing this prolem. Do I have to use the standard transaction PFAL or Customised.
    Thanks,
    Mohit

    hi
    you can use PFAL to transfer HR master data.
    the data transfer from r/3 to crm is by means of bdoc and not through idoc.
    http://help.sap.com/saphelp_crm20c/helpdata/en/3b/e13b38fedcb72de10000009b38f889/frameset.htm
    cheers,
    hakim

  • IDOC transfer from ECC to XI

    Hi
    Im trying to trigger an IDOC transfer automatically when a material is created to XI system.
    I activated matmas change pointers and I'm able to create IDOC but its not getting transferred to XI system. IDOC status is 03 - sent to port OK.
    What are the configurations I should take for registering the port in XI? And why is that in WE 20, in creating partner profile, Im unable to select message type, matmas in inbound and outbound parmaters?
    Thanks
    Subbu

    Hi !
    Check this links:
    Introduction to IDoc-XI-File scenario and complete walk through for starters.
    ALE configuration for pushing idocs from SAP to XI
    Regards,
    Matias
    ps: please award points if helpful!

  • Problem in data transfer from R3 to BW in HR cube

    Hello Gurus,
    I am facing one problem when i am uploading data in HR Cube <b>Qualification</b> (0PAPD_C01).
    When i am uploading from R3 to BW it is giving 0 records. Also it is giving green signal.
    But in my R3 extractor, 7,350 records is available.
    Same connection, i did data upload for FI and Sales.
    Everything is working fine.
    Even in HR, the other functionalities like
    <b>Headcount and Personnel Actions</b> and
    <b>Applications and Applicant Actions</b>
    are working fine. Only <b>Qualification</b> is giving problem.
    I have replicated and activated properly for <b>Qualification</b> info source.
    <u>Monitor Details:</u>
    No data available
    Diagnosis
    The data request was a full update.
    In this case, the corresponding table in the source system does not
    contain any data.
    System response
    Info IDoc received with status 8.
    Procedure
    Check the data basis in the source system.
    Can any one give your help? Any special settings i have to do for <b>Qualificaiton</b>?
    Regards,
    Vivek.V

    Hi Vivek,
    There is no special process for this cube load. Just check the job log and check for any short dump in R/3 while running the extractor.
    I checked the datasource help link for this cube but there is nothing special mentioned:
    http://help.sap.com/saphelp_nw04/helpdata/en/da/f7bc3961d4f339e10000000a114084/content.htm
    Bye
    Dinesh

  • Problem in data transfer from R/3 to BW

    Hai friends,
      I am pulling data from R/3 to BW every 4 hours. For the past 2 days, it has been the case that the status of the pull when seen in RSMO shows GREEN but the number of records is 0 from 0, when actually there is data in R/3. When I got to BD87, there are no pending Idocs. However, there have been odd 20,000 active RFC connections for a long time in R/3. Can anyone help out? What the problem can be?
      In BD87, under OUTBOUND PROCESSING, there is a RED Status on the option IDoc entries in tRFC queue with number as 257726. What does this mean?
    Regards,
    Neha Solanki

    Hi Neha
    Try these,
    If Delta, check delta queue RSA7 also check note 380078
    Check source system connection in RSA1
    Check the right destinations are entered SM59 check in both systems
    You have checked your IDocs BD87 but have a look at note 555229 this may help you further
    You can try to re-rpocess these IDOCs again in BD87 if that doesn't work check the tRFC queue SM58 in R3 for any errors then check corresponding partner connection
    Regards
    Ben
    PS assign points if this helped you

  • Reg : Idoc Transfer From SAP R/3 to Gentran

    Hi Floks /
    Any body can transfer SAP R/3 idoc to external Sterling Gentran intgration suite . what are process steps required to sending and what are the transaction codes are available in Gentran and Sap .
    can u please help me out.
    thanks
    suresh

    HI,
    See the below links
    In Gentran
    XI with Gentran
    XI vs Gentran for EDI
    SAP ECC 5.0 Upgrade questions with Gentran, BDC, screens
    Gentran EDI ?
    Interuppting/debugging response from Gentran
    Gentran and XI 3.0 question
    Interuppting/debugging response from Gentran
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d53af8ca-0801-0010-08b0-dce9e02130a8
    In R3 IDocs
    /people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters - IDoc to File
    IDOc testing - /people/suraj.sr/blog/2005/12/29/generate-test-case-for-an-idoc-scenario
    /people/ravikumar.allampallam/blog/2005/06/24/convert-any-flat-file-to-any-idoc-java-mapping - Any flat file to any Idoc
    /people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm - Collection of IDoc to Single File
    /people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters - IDoc to File
    File-XI-IDoc Scenario - File to Idoc
    idoc settings /people/ravikumar.allampallam/blog/2005/02/23/configuration-steps-required-for-posting-idocsxi
    idoc erros - http://help.sap.com/saphelp_nw04s/helpdata/en/6a/e6194119d8f323e10000000a155106/content.htm
    idocs - /people/sravya.talanki2/blog/2005/08/24/do-you-like-to-understand-147correlation148-in-xi
    idoc mapping - /people/james.guanzon/blog/2006/03/23/how-to-support-industry-standards-in-xi-part-ii-of-iii--mapping
    IDoc erros troubleshooting - /people/raja.thangamani/blog/2007/07/19/troubleshooting-of-ale-process
    /people/sravya.talanki2/blog/2006/12/27/aspirant-to-learn-sap-xiyou-won-the-jackpot-if-you-read-this-part-iii
    see the below links to get more details about IDocs
    ALE/ IDOC/ XML
    Troubleshooting of ALE Process - /people/raja.thangamani/blog/2007/07/19/troubleshooting-of-ale-process
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://www.thespot4sap.com/Articles/SAP_XML_Business_Integration.asp
    http://help.sap.com/saphelp_srm30/helpdata/en/72/0fe1385bed2815e10000000a114084/content.htm
    IDOC Convertion
    /people/kevin.wilson2/blog/2005/12/07/changing-fields-in-an-idoc-segment
    Please check this online document for ALE and IDoc.
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEIO/BCMIDALEIO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEPRO/BCMIDALEPRO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFAALEQS/CABFAALEQS.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVEDISC/CAEDISCAP_STC.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVEDI/CAEDI.pdf
    serialization /people/alessandro.guarneri/blog/2006/11/26/content-based-serialization-dynamic-queue-name-in-xi
    http://www.sapgenie.com/sapedi/idoc_abap.htm
    http://www.henrikfrank.dk/abapexamples/IDOC/gl_postings2.htm
    http://searchsap.techtarget.com/ sDefinition/0,,sid21_gci852485,00.html - 45k - Cached - Similar pages
    Process codes in IDOC
    http://help.sap.com/saphelp_erp2005/helpdata/en/dc/6b806743d711d1893e0000e8323c4f/frameset.htm
    http://edi.stylusstudio.com/msg04418.htm
    Check this link to find out the difference b/w ALE,IDOC and BAPI
    http://www.sap-img.com/abap/ale-bapi.htm
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/sapR3%28Idocs%29ToXI--Steps+Summarized&
    /people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters
    ---Split messages :
    /people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible
    /people/sudharshan.aravamudan/blog/2005/12/01/illustration-of-multi-mapping-and-message-split-using-bpm-in-sap-exchange-infrastructure
    Regards
    Chilla

  • Problem in data transfer from BW to CRM

    Dear Guys,
    I am facing one problem when i am tranfering the data from BW to CRM system (using Analysis Process Designer).
    When i am transfering data from standard ODS, data has changed properly.
    But in custom ODS, data has not changed.
    In both part, upto aggregation data has come.
    Any thing i have missed out in custom ODS.
    Please anybody give inputs.......
    Thanks in advance.
    Regards,
    Vivek.V

    Hi Vivek,
    There is no special process for this cube load. Just check the job log and check for any short dump in R/3 while running the extractor.
    I checked the datasource help link for this cube but there is nothing special mentioned:
    http://help.sap.com/saphelp_nw04/helpdata/en/da/f7bc3961d4f339e10000000a114084/content.htm
    Bye
    Dinesh

  • Problem with IDOCS transfer and TRFC

    Hi,
             when i load data , the load is sucessful but i am getting error at  Transfer (IDOCS and TRFC)  , This is happening daily .load is sucessful and the data is moving to the target ,but i am unable to understand why this error is being encountered ? does anyone have idea abt why this is happening ?
    Regards,
    Roja.

    hai roja,
                          Transfer of records takes by Idocs and trfc's between source system and B.w system.u are getting error at transfer idocs and trfcs means that data is still in the source system i.e no transfer takes place due to some error.In details tab u can see that idocs and trfcs are in yellow in colour.click on the scroll down at transfer idocs and trfcs in details,by doing this u can see all the idocs like Request idoc,idoc1,idoc2,.........
    see which idoc's are in yellow in colour.
    suppose if the idocs are in yellow in color means it indicates that either idoc or trfc are hanging in the b.w side or source system side.
    how to process these idocs?.
    go to source system and by using the T.code:bd87 u can see all the idocs in the system.if any idocs in bd87 shows some error(i.e in red color),process them by selecting the particular idoc and click on execute process tab which is there on the right hand side.
    To process the trfc:
    Data transfer into BW takes place via Idoc and as LUW (Logical Unit of work). These LUW`s get transferred as TRFC`s. Sometimes due to any system issue, these TRFCs might get hanged either in the Source system or BW system.
    suppose if there is no idoc error means go and check the trfcs in sm58.there u cans ee the trfc states i.e executable and recorded.if the trfcs are in recorded state for a long time means u have to process them.Place the cursor on the TRFC that is to be reprocessed and goto menu Edit --> Execute LUW. Go back to the process monitor screen and give refresh for the data load  it can be found in the details tab that the TRFCs  were processed and data load would have proceeded to next step.
    Hope this helps u...assign points.......
    regards,
    sri

  • Problem in Data transfer from view to Model

    Hi
    I am displaying MARC data in  BSP by taking Matnr as input on view.I am fetching the data in MODEL.
    But, when I enter the value for MATNR in view , it is not getting transferd to MODEL. So, data is not coming as MATNR value is empty in model.
    But, I hav done the DAta binding and I hav set the attributes in Controler by using SET_ATTRIBUTES method.
    So,can you please tell me , what might be the  reason for this.
    CODE :
    In View :
    <htmlb:inputField id       = "v_matnr"
                            value    = "//material/v_matnr" />
    In cotroler(do_request) :
    view->set_attribute( name = 'material' value = me->material ).
    Note : material is model instance here.
    In model :
    select  matnr ersda mtart mbrsh matkl meins
        from  mara
       into   corresponding fields of table it_matgendata
       where  matnr = v_matnr.
    Regards
    Sandeep REddy

    There are two things to consider.
    1.
    First you need to read the value from Formfields, then only you can able to send the value. then move the v_matnr value to model material->v_matnr.
    read the form fields with the id v_matnr and get the value, and move it to model attribute.
    2. Make the application Statefull.
    Check it once and getback.

  • Document transfer from SRM to DMS through content server

    Hi Everybody,
            In one of scenarios we need to transfer documents attached to the shopping cart line items in SRM to R/3.
           For that we followed the following procedure.
           1.In the SRM to R/3 system, the attachments are driven by the BADIs.
           2.In the BADI, if we define DMS_C1_ST as the storage category for R/3 Database, the DMS should work
           3.The existing DMS, the customized content server is Z_DMS.
          4.Using SRM (with Z_DMS)we are able to create the Document Info Record
          5.The attachments are not reflected in DMS (driven through SRM)
          6.When the attachments are added in the DMS manually, DMS works perfect
         I am thinking there might be some configuration required in content server for the conversion of original application files.
         If anybody have the solution for this please post here.
    Thanks,
    Rajesh.

    Hi
    <b>Please refer to the links below -></b>
    Re: Attachments in PR and PO
    Re: Sending attachments from SRM to SAP Purchase Requisition
    Re: Transfer  SC attachment from srm 5.0 to backend R/3
    Re: Attachments to backend
    Re: Attachments in PR and PO
    Re: URL vs. document attached in back end EBP 4.0 Classic/4.7 E
    http://help.sap.com/saphelp_47x200/helpdata/en/41/648838ab4e8a11e10000009b38f8cf/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/49/b32640632cea01e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/d6/806c39917d423ee10000000a11402f/frameset.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/9b/c2b9375e62545ce10000009b38f889/frameset.htm
    Do let me know incase you still have any queries.
    Regards
    - Atul

  • Data transfer from SAP R/3 to SQL Server

    Can anybody help me. I will explain the scenario.
    If there is any change or update in the HR master data like creation of new personnel number or deletion of personnel number and change of cost center etc., should immediately get reflected in  the  SQL server. Can you please help me ASAP in solving this. Thanks in advance.
    Best Regards
    Bhagat.

    Hi,
    We had the same scenario here also. You can call .NET code from ABAP program using SAP .Net connector.
    The data can be downloaded to SQL server based on periodic job wise (every Half an hour or 1 Hour) .
    1. Write an ABAP report to get new personnal numbers from HR master tables based on created date.
    2. Create a RFC to pass employees details.
    3. You can create a proxy in .NET server stub code based on the above RFC.
    4. Write code to get data .NET object and establise a connection to SQL server.
    5. Write code to push data into SQL server tables.
    6. After you complete the .NET code, when you generate this code will create an exe file.
    7. You have to execute that exe with few command line arguments.
    8. The command line arguments need to setup in RFC destination (SM59).
    9. In that ABAP report call this RFC with RFC destination as you defined.
    .NET code can be done by .NET person.
    Let me know if you have any clarifications.
    Thanks & Regards,
    Govind.

  • IDOC Transfer

    I am doing a IDOC transfer from a HR system to RPM system. I have done the required ALE configurations in both the systems. But on creating idoc (PFAL tranx) from HR side  the idoc is created with the error
    "Could not find code page for the recieving system "
    The description states
    "For the logical destination PCCCLNT100, you want to determine the code page in which the data is sent with RFC. However, this is not currently possible, and the IDoc cannot yet be dispatched."
    Is there any configuration i missed out... ?

    Hi Roshith R,
    1. 1st chk the status of the IDoc if the status is 03 it means taht the data passed to port is ok.
    2. Then Run the Program RBDMOIND in se38.
    3. Then chk the status of the IDoc in we05 if the status changes from 03 to 12 then it means the IDoc has been posted sucessfully or despatch ok.
    4. In the reciever system chk the status of Inbound IDoc in we05.
    5. In the reciever system go to we19 get the Idoc numbr from we05
    6. Place the Idoc number n execute.
    7. There will a FM avaliable thro which u can process.
    Regds.
    Ramesh.

  • IDOC - message type WMMBXY(Stock transfer from quality to unrestricted)

    Hi Gurus,
    I have IDOC problem.
    Inbound message type WMMBXY(Stock transfer from quality to unrestricted), The status if I check in WM02 of Doc is "51-Application document not posted"
    Error Message ""Required function
    MB_CREATE_GOODS_MOVEMENT is not being processed".
    Please Help.
    Prashant

    Hi
    The Idoc whcile Posting using Message type WMMBXY calls the Function module L_IDOC_INPUT_WMMBXY & in turn this calls the function module MB_CREATE_GOODS_MOVEMENT.
    This function is not getting executed.
    Please check if the Movemnt type used is not active for WM movemnts.
    If you have used previously this movemnt type & now it is not working. Please take hlep of ABAPer  for debugging & finding the Root cause
    Thanks & Regards
    Kishore

Maybe you are looking for

  • MacBook Pro can't connect to wireless internet

    I have a MacBook Pro that I have had from about 3 years now. It's been great but earlier this week, it wasn't able to connect to the internet here at my school (college). I didn't think too much of it because my schools internet is always spotty and

  • Accidentally moved all photos out of separate folders into single folder!

    So somehow I managed to move all of my photo files from my work out of their respective, nicely organized folders into one single folder. I really can't figure out how. All 15,588 of them... now unorganized into a single folder. "Undo" didn't work an

  • Tables for Investment Management

    Dear All, We need to develop an ABAP report for Budget distribution in investment management in the format specified by the user. The client uses Investment management for budgets in Marketing budgets. I got tables IMTP, IMPR, IMPU for Investment pro

  • Recovering files that have been emptied from the trash

    Is ther any way to recover files that you have sent to the trash, which you have subsequently emptied? Third party software? I accidentally trashed my entire iphoto library. B&W G3   Mac OS X (10.2.x)  

  • What is missing, when I render my Application for Mobile Support, like PDA?

    Hello @ all, I have a question about ADF Mobile. I implemented a bean, which has a Method: getRenderKitId(){ AdfFacesContext afc = AdfFacesContext.getCurrentInstance(); Agent agent = afc.getAgent(); if(Agent.TYPE_PDA.equals(agent.getType().toString()