Implement PO, FA, AP without HRMS & INVENTORY (11.5.10)

Hi,
We are implementing PO, FA & AP as part of P2P impelementation for Bank (v 11.5.10). Can you please let me know if there are any specific things to keep in mind considering there is no plan to implement HRMS & Inventory module in near future.
Also is there any Banking Specific tips for implementing these modules?
Appreciate your help in advance & have great day.
Ashish

1) It is possible that a patch changed it or that the user guide you looked at is not the latest version. What difference do you see? I have 25 columns in 11.5.10.2 instance.
2) Did you follow the suggestions in the user guide http://docs.oracle.com/cd/A85683_01/acrobat/115faug.pdf page 3-27
3) Did you run Physical Inventory comparison program after loading the records? Read the 10 pages upto 3-37 to find useful hints.
Sandeep Gandhi

Similar Messages

  • How to add sales history and purchase history without affecting inventory.

    In order to help client migrating sales and purchase history into B1.
    I checked through the Business One objects reference file. I couldn't find any object that allow adding historical record into both Sales or Purchase history, via DIAPI.
    Do I have to always depend on the Sales Invoice object to add the document and let it affect the inventory level.

    No, you can't add historical data without affecting GL and Inventory.  In SAP B1 any invoice addition thru DI API will automatically behave like the regular B1 process and it will post to GL and inventory.
    I saw in the partner edge portal SAP B1 forum a post from an SAP employee that is working on developing a process where historical data will be able to be migrated without afecting inventory and GL.  But there is no ETA on when this will be available.
    Regards,
    WB

  • What are the disadvantages of implementing APO- Demand Planning without improvements or cleaning up the MRP. in other words is DP implementation dependant on MRP process. Gurus please advise

    HI All. What are the disadvantages of implementing APO- Demand Planning without improvements or cleaning up the MRP. in other words is DP implementation dependant on MRP process. Gurus please advise

    Hi Amol,
    DP is the demand planning machine, here you estimate your forecast (future sales).
    The MRP is a supply planning machine, here you use estimate the replenishment.
    Both machines in a technical perspective are independent one each other. Now in a business perspective they are not: The problem that you will have if you don´t clean your MRP elements is not a problem in DP itself. I mean, you can have a very success implementation in DP, your forecast accuracy will be very good.. and you will get a very good forecast, but when the MRP run and estimate the replenishment, the effort that you made in DP will not be translated in good results and your planning situation will be still not good.
    Kind Regards,
    Mariano

  • Implementing VPD using Eclipselink without stored procedure

    HI ,
    I want to implement Row level security on my existing application build in struts 2.0 framework and using Eclipselink.
    Could any one please let me know if its possible to implement RSL without using stored procedure?
    Thanks in advance for the assistance
    Regards
    Rahul

    If I were to make a bet, I would say the issue is related to ODBC. Can you get access to you database using ADO directly? This removes two pieces: the ODBC drivers and the SQL Toolbox.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Planning without considering inventory of finished goods.

    Hi
    My users for asking for this, which don't make much sense to me, but I am a beginner in PP module. We are implementing MRP now. They want to input actual Production quantity in MD61 as PIR for the finished good and want MRP to generate Planned orders for whatever the quantity's entered in MD61, regardless of inventory, receipts for the MPS item. They want MRP to only look at component inventory and accordingly create Planned orders for dependant requirements. Is this possible in SAP & how do I do it?
    Thanks
    Suri

    Hi Prasobh
    Users want to continue to use their spreadsheet in arriving at the production plan & input that quantity in MD61 & have MRP create Planned orders for them, so that they can backflush against those planned orders, regardless of inventory situation for those finished goods. I am still not convinced about their decision on that. They want MRP to throw planned orders only when there is shortage of components, so that they can convert those to Purchase req. in order to buy them.
    Appreciate your help..
    regards
    Suri

  • Hadoop Implementation in Oracle Database without Exadata/Oracle hardware

    All,
    Please does anyone know if Oracle plans to implement hadoop without Oracle supplied hardware (Exadata and the like). The reason I'm asking is that at my company, we are now approaching a transation rate of 2000 t/s (transactions per second) and developers are beginning to complain about how slow Oracle is. They've gone ahead to move parts of the database to Cassandra, Redis and DynamoDB (and they're currently experimenting with MungoDB). I understand that some of these DBs operate a key/value system and so it's fast to retrieve data from them. I'm just wondering if Oracle plans to stem this tide by implementing Hadoop without packaging it with a hardware system so as to make it more affordable to implement as there are so many open source DB springing up theses days.
    Please any useful information would be highly appreciated. (And if there's anyone out there close enough to Oracle, please, let them know these threats are real and my Oracle database is actually vanishing under me).
    Thanks in advance.
    Baffy

    Adam Martin wrote:
    I don't have any more insight into Oracle's future with Hadoop other than what they have said in their statements of direction.
    However, it struck me that you consider 2000 tps (or so) to be some kind of threshold above which Oracle technology will have trouble keeping up.
    developers are beginning to complain about how slow Oracle isNo. It's not Oracle that is slow. Actually they are beginning to complain about how slow that particular system is performing. The application may be slow, and the database may be the bottleneck. But this does not mean that moving away from Oracle is necessarily the right solution.
    Granted, there are excellent innovations in database technology right now, especially in the arena of massively parallel database systems. However, I would want to take a long look at the system design, from hardware to database design to application code before concluding that the dbms needs to change. There could be storage i/o sub system issues or application server issues or network problems too.
    I am sorry if I am just regurgitating things you probably already know, and likely have analyzed to death with your system. But Oracle can scale well beyond 2000 tps while still serving up good response times. And it is also important to note that moving to these other database technologies sometimes comes with the need to sacrifice some part of the ACID (atomicity, consistency, isolation, durability) properties of transaction management present in a typical RDBMS like Oracle.I have told this story in a few other threads on this forum over the years, but it bears repeating for the OP.
    Several years ago (more than I like to think about now) we were evaluating some commercial software for a specialized app in the industry in which I was working at the time. The sales team for one particular vendor kept talking about SQL Sever. I reminded him we were an Oracle shop and asked if their product would run on Oracle. His response was something to the effect that "It will, but we recommend SQL Server because we've found that Oracle bogs down with more than five concurrent connections." The meeting didn't last much longer and I made sure that vendor didn't make the short list. And the lesson is that even commercial software developers (or perhaps especially commecial software developers?) often don't have a clue ...
    I'd guess the OP's developers also don't have a clue. Perhaps they are writing their apps to Oracle using what they learned as 'best practice' in SQL Server. Or perhaps they are even more clueless than that and the need to design for scalability and performance never even enters their minds.

  • Can I implement the ORM task without TopLink and Hibernate?

    Can I implement the ORM (Objest/Relational Mapping) task without TopLink and Hibernate tools?

    Any opinions are welcome.

  • ROS Implementation in SRM7.01 without SUS

    Hi ,
    We are implementing ROS functionality with two clients one for ROS and another for SRM, we are having SRM7.01 ,
    So by activating business function Supplier Collaboration (SRM_SUCO_1), will the functionality automatic transfer supplier to ERP be possible without SUS in ROS process.
    Best Regards,
    Raju

    Hi Nikhil,
    Yes, I agree with you Ros and SUS are different process or functionalities, but I  read  in one of the sap documentation,
    in SRM7.01 it is possible to transfer accepted supplier to ERP system, If we have activated the business function SRM, Supplier Collaboration (SRM_SUCO_1), we can use Supplier Preselection in Supplier Self-Services.
    But i dont SUS system separately, I have separate SUS/ROS client. Can you help me on this.
    Best Regards,
    Raju

  • How to find out the list of patches applied without using inventory?

    Hi,
    I have been asked this question once.
    How will you find out the list of patches applied to Oracle Database Home without using commands like opatch lsinventory -detal etc...
    I think registry$history is a view from where we can find out the list of patches applied.
    But I think it will not include all the bug fixes,stand alone or one-off patches.It will mainly list out the CPU patches applied(correct me if I am wrong).
    Thanks,
    Rushi

    Hi;
    Thanks Helios,
    Your welcome
    Could you tell me how do you all senior people manage to find metalink note for almost everything?There is nothing special, For me I just make more search at metalink than googling so after sometimes you started to notice which note could be related wiht issues more clearly.. Just keep searching at metalink and focus what you are searching only.. ;)
    If you could guide me I can do it my self and stop bothering you for some silly doubts.You dont bother me and also I belive the other forum users ;) We are also learning new information wiht user questions ;)
    Regard
    Helios

  • How to implement custom lov button without the standard template.fmb?

    hello,
    i am developing a application using oracle forms 10g. i can't use the standard template.fmb because my application does not run in ebs. there comes the problem: i want to implement the lov button function like the template does, such as :
    1. when the text item get focus, lov button display.
    2. when the text item lost focus, lov button disappear.
    3. when scrollbar scrolls, the position of lov button adjust accordingly.
    4. there is only one lov button in one form and the lov button was created dynamicly.
    i found it's so complex to do this.
    anyone can help?

    Try to change the following setting to true
    app.ui.lovButtons=falsein $ORACLE_HOME\forms\java\oracle\forms\registry\registry.dat

  • Implementing a security policy without an RDBMS

    I need to design a security mechanism that will enable access control. However it cannot rely on implementing it through an RDBMS, as there may or may not be a database in certain situations.
    I am completely new to Java security and would appreciate some 'simplistic' advice.

    Hi,
    U can implement JAAS mechanism
    Rgds,
    Anand

  • Is it possible to Implement SAP Mobile Infrastrcurue Without Dual stack?

    Hi Team,
    We do n't have Dual stack in our SAP landscape
    is it possible to to implement SAP Mobile Infrastructure?
    We have Currently ECC 6.0 SP18, SAP Netweaver 7.0 SP20.
    If Possible,Which components needs to deploy in ECC 6.0 and Which Components needs to Deploy in SAP Netweaver 7.0.
    Thanks & Regards,
    Subba Rao

    Hi,
    For implementing MI Usage type - you will need both ABAP and Java stacks:
    http://help.sap.com/saphelp_nw70/Helpdata/en/8c/555a421b5ec153e10000000a1550b0/frameset.htm
    Regards,
    Srikishan

  • Implement PO without Inventory & HRMS Module.

    Hi,
    We are implementing PO, FA & AP as part of P2P impelementation for Bank (v 11.5.10). Can you please let me know if there are any specific things to keep in mind considering there is no plan to implement HRMS & Inventory module in near future.
    Also is there any Banking Specific tips for implementing these modules?
    Appreciate your help in advance & have great day.
    Ashish

    When you implement Purchasing, the Inventory module gets installed in a shared mode.
    That shared mode will allow you to do receipts but the POs have to be "Expense" POs.
    That is the destination on the PO distribution cannot be Inventory.
    This ensures that you can do a 3-way match but you cannot increment your on-hand balances.
    Hope this answers your question,
    Sandeep Gandhi

  • Inventory in MM impossible without paper

    Hello,
    My client would like to do an inventory in a storage location (no WM-managed) without printed inventory document (with handheld and wifi)
    Unfortunately, the transaction to count (MI08, MI04) could not be sorted out or displayed by the storage bin.
    It seems that the best practice for SAP is to use paper !!??
    Please, does anyone have another solution or an idea why this works like this.
    Kind regards,
    Sébastien LAURENT

    If you created your documents with MI31 and have set that a new document is to be created when the bin changes, then your MI04 and MI08 will only have one bin in the document. However, you are right, it will not be shown in the transaction.

  • Implement CollectMerge without BPM?

    Hello all,
    I have the following scenario:
    1. Synchronous message A sent to XI.
    2. XI sends it to N receivers.
    3. XI merges N responses of type B to one response of the same type.
    4. XI sends the merged response as an answer to A.
    I implemented this scenario using a BPM process.
    However, since it involves user interaction,
    BPM is not reccomended due to its performance cost.
    Is there a way to implement such a scenario without the use of BPM?
    (Perhaps using user defined functions in the mapping stage?)
    Thanks ahead for any help,
    Yoav.

    Hi,
    This is possible if you make your steps Async.
    Here
    1. sender A---ReceiverB
    2. Sender B (Collected data) --- Receiver A.
    But then these would be independent steps and you will have to take care that step 1 triggeres before step2.
    Otherwise if you need to collect data in XI you will have to use BPM.
    Basically async messages are stateless . If you need to club messages together you want to make it stateful which is the basis for BPM use.
    Regards
    Vijaya
    Message was edited by: vijaya kumari

Maybe you are looking for

  • I think my hard disk is spoiled but I'm not sure?

    I have a Macbook Pro bought in 2012. I am a heavy Mac user because I am in college and I both study and entertain myself using my Macbook. So 2 months ago my battery spoiled. I took it to a Mac store and they said I reached my cycle and I have to pay

  • Hi I have to change the billing info in my iTunes how do I do that?

    I have to change the billing info in my iTunes how do I do that?

  • Captivate 6 keeps not responding

    I constantly keep getting Captivate 6 not responding message on the title bar when I am working with the timeline transitions.  Can anyone help Cheers Mandy

  • RSCRM_BAPI  jobs canceled

    Hi, I did an extract from RSCRM_BAPI query. since the data was huge we did it in 4 steps first initializing then doing update. The jobs canceled after 2 hours. The system has been recently upgraded to 2004s. it is just a technical upgrade. can anybod

  • Lenovo ThinkPad X131e Replacement Hard Disk Drive Specifications

    I have recently been given a Lenovo ThinkPad X131e 3368-2GU. I notice that the internal 320GB 2.5" SATA Seagate Momentus Thin HDD is a slim height 7mm model. I would like to upgrade internal storage to 1TB or more. Do I have to replace this HDD with