Automaticly offer outstanding items of a business partner in journal entry

One Customer ist a stright bookkeeper. Hi only likes to book in the journal and won't use the banking wizzard.
Is there a possibility, that there will be automaticly an offer with the outstanding items of the business-partner when making a journal-entry like:
GL 1.000,00 against BP
Thanks for helping

Good morning,
thanks for your answer. I know this proceeding i've written from other ERP-Software (sage).
When you make a journal entry, i'll get an offer of the outstanding items from the BP an i can choose, where i'll subtract the payed amount from.
I see, there is no standard possibility to do so in SBO.
Why you say, that it isn't a good practise to pass yournal entries on bp?

Similar Messages

  • Days Sales Outstanding DSO for a Business Partner

    Hi ,
    Any idea how to use the Method of Least Squares (MLS), to compute Days Sales Outstanding DSO for a Business Partner?  suggestions?

    Hi,
    In  the BP go to Sales Area Data and select sales tab. In that select the sales Org,D.Channel,division for which you want to maintain and enter all the detail in all the tabs (shipping,Sales,Billing etc) and save the BP.
    Regards
    Vinod

  • Auto generation of Item Code And Business Partner

    Hello All,
    My client want to create Auto generation of Item Code And Business Partner with some prefix value.
    Thanks
    Deepak

    Hi Dipak Patel,
    i created BP code by BP Group use FMS . you can refer code.
    declare @temp as char(20)
    IF $[OCRD.GroupCode] =100
    BEGIN
    set @temp=(select isnull(max(right(CardCode,5)),0) + 1 from OCRD where (GroupCode =100) and (len(CardCode)=8))
    set @temp='C11'+isnull(replicate(0,5-len(@temp)),'')+@temp
    select cast(@temp as char(20))
    END
    ELSE IF $[OCRD.GroupCode] = 102
    BEGIN
    set @temp=(select isnull(max(right(CardCode,5)),0) + 1 from OCRD where (GroupCode =102) and (len(CardCode)=8))
    set @temp='C12'+isnull(replicate(0,5-len(@temp)),'')+@temp
    select cast(@temp as char(20))
    END
    ELSE IF $[OCRD.GroupCode] = 103
    BEGIN
    set @temp=(select isnull(max(right(CardCode,5)),0) + 1 from OCRD where (GroupCode =103) and (len(CardCode)=8))
    set @temp='C13'+isnull(replicate(0,5-len(@temp)),'')+@temp
    select cast(@temp as char(20))
    END
    ELSE IF $[OCRD.GroupCode] = 104
    BEGIN
    set @temp=(select isnull(max(right(CardCode,5)),0) + 1 from OCRD where (GroupCode =104) and (len(CardCode)=8))
    set @temp='C14'+isnull(replicate(0,5-len(@temp)),'')+@temp
    select cast(@temp as char(20))
    END
    ELSE IF $[OCRD.GroupCode] = 101
    BEGIN
    set @temp=(select isnull(max(right(CardCode,5)),0) + 1 from OCRD where (GroupCode =101) and (len(CardCode)=8))
    set @temp='V11'+isnull(replicate(0,5-len(@temp)),'')+@temp
    select cast(@temp as char(20))
    END
    ELSE IF $[OCRD.GroupCode] = 105
    BEGIN
    set @temp=(select isnull(max(right(CardCode,5)),0) + 1 from OCRD where (GroupCode =105) and (len(CardCode)=8))
    set @temp='V12'+isnull(replicate(0,5-len(@temp)),'')+@temp
    select cast(@temp as char(20))
    END
    ELSE IF $[OCRD.GroupCode] = 106
    BEGIN
    set @temp=(select isnull(max(right(CardCode,5)),0) + 1 from OCRD where (GroupCode =106) and (len(CardCode)=8))
    set @temp='V13'+isnull(replicate(0,5-len(@temp)),'')+@temp
    select cast(@temp as char(20))
    END
    ELSE IF $[OCRD.GroupCode] = 107
    BEGIN
    set @temp=(select isnull(max(right(CardCode,5)),0) + 1 from OCRD where (GroupCode =107) and (len(CardCode)=8))
    set @temp='V14'+isnull(replicate(0,5-len(@temp)),'')+@temp
    select cast(@temp as char(20))
    END
    ELSE IF $[OCRD.GroupCode] = 108
    BEGIN
    set @temp=(select isnull(max(right(CardCode,5)),0) + 1 from OCRD where (GroupCode =108) and (len(CardCode)=8))
    set @temp='V15'+isnull(replicate(0,5-len(@temp)),'')+@temp
    select cast(@temp as char(20))
    END
    ELSE IF $[OCRD.GroupCode] = 109
    BEGIN
    set @temp=(select isnull(max(right(CardCode,5)),0) + 1 from OCRD where (GroupCode =109) and (len(CardCode)=8))
    set @temp='V16'+isnull(replicate(0,5-len(@temp)),'')+@temp
    select cast(@temp as char(20))
    END
    ELSE IF $[OCRD.GroupCode] = 110
    BEGIN
    set @temp=(select isnull(max(right(CardCode,5)),0) + 1 from OCRD where (GroupCode =110) and (len(CardCode)=8))
    set @temp='V17'+isnull(replicate(0,5-len(@temp)),'')+@temp
    select cast(@temp as char(20))
    END
    thanks
    H2

  • Automatic synchronization of Collection Profile in Business Partner

    I'm in the process of implementing FSCM Collections Management in ECC 6.0 single system scenario.
    I configured automatic synchronization of customers with business partners. Whenever a new customer is created, SAP is automatically creating corresponding business partners with general and collection profile tabs. If a customer is changed, SAP is automatically changing business partner general data. This process is working fine for general data.
    However, I would like system to automatically update business partner collection profile data based on certain parameters maintained in customer master company code view. Is there any BAdI available for this purpose? I do know that it can be done through transactions UDM_BP_PROF or UDM_BP_GRP or enhancing these transactions through BAdI, but I prefer to do it at the time customer is created or updated.
    Any suggestion will be appreciated.

    Hi,
    You can directly change the Coll specialist in the BP it self
    Regards,
    D vasanth
    Edited by: vasanth_y18 on Jan 18, 2011 11:50 AM

  • Approval procedure for item and for business partner

    Hi
    Anyone has done somekind of approval procedure for an item or for a business partner?
    Is there anyway to make this? Or just for documents?
    Regards,
    Vasco

    You can only use SAP approvals for documents. You can construct a less controlled approval method for master items by first creating a BP mandatory "Approved" UDF", and using an auto refresh FMS to set it to blank unless "on hold" is checked when the BP record is created. This will prevent it from being used in documents. Then another UDF for an authorised user to initial the BP record as authorised and uncheck the hold flag. There is nothing to stop this method from being abused but you do have the History log so that you know who did what. I have not tested the exact procedure described but have done similar for documents (to force a save as draft) when the SAP Approval has been too restrictive. Otherwise it's SDK.

  • How to automatically import SU01 contact info to Business Partner of user

    Hello SAP Experts,
    I just want to ask if there is a program I can use wherein the SU01 contact information of our users will be imported to their Business Partner relationship. We have more than 1000 users and we do not have the luxury of time to update them one by one.
    Thanks in advance
    Regards,
    Romeo

    Hello Laurent,
    Thank you for you reply. The SU01 contact info are the e-mail address, phone numbers, etc. that are located in the first tab in SU01.
    The FM you provided can be helpful but is there a way wherein we could update more than 1 user's info using a program or FM? Because we are dealing with a lot of users.
    Thank you in advance
    Regards,
    Romeo

  • Open projects conversion RPM Items / cProjects and Business Partner

    Guru's,
    Do we have any SAP standard delivered objects for projects upload conversion (from excel sheets for example) for RPM Items and cProjects ? Please provide information, we have about 1000 to convert. We also have a custom tab for attributes, so wondering how to convert them without manual keyboard entries of each project.
    Also, Business partners for RPM, do we have any BAPI available ?
    thanks in advance ...
    - RPM/cProject newbie

    The bad news is that we had to write  our own custom program to upload RPM items though we used SAP provided function modules  /RPM/ITEM_MODIFY, /RPM/ACL_MODIFY, /RPM/DECISION_POINT_MODIFY,  /RPM/FIN_GROUP_MODIFY
    /RPM/CAP_GROUP_MODIFY, /RPM/SAVE_CHANGES ).

  • How to know who Deleted Item or Business Partner

    Hi all!
    In SAP B1, we have change log to track who updated information for Item master or Business Partner
    In case, one Item is deleted by user. How to know and control this.
    Thanks!

    Hi ,
    This query could help you in case of BP, Try it:
    SELECT CardCode,cardname,Deleted,usersign FROM ACRD T0 WHERE T0.[Deleted] ='Y'
    Same in the case of AITM.
    Thanks
    Ashutosh

  • Problem with delta on Business Partner on CRM

    Hi all!!
    I´m trying to send delta from Business Partners on CRM. I have activated the change pointers for the message type BUS1006, object BUPA_BUP and for table BUT000 on transaction BD52.
    When I create a new Business Partner an entry must be inserted on BDCPV view and is not, however When I modify a Business Partner, its corresponding entry is inserted on view.
    I have seen for other message types this doesn´t occur.
    Can somebody help me, please???
    Thanks in advance and regards.

    Hi, Ralf
    Thanks ! It worked ! I had to repair the function module. I assigned the points
    Edited by: Frédéric GAUTHIER on Jan 29, 2010 11:12 AM

  • Deltas on Business Partner

    Hi all!!
    I´m trying to send delta from Business Partners on CRM. I have activated the change pointers for the message type BUS1006, object BUPA_BUP and for table BUT000 on transaction BD52.
    When I create a new Business Partner an entry must be inserted on BDCPV view and is not, however When I modify a Business Partner, its corresponding entry is inserted on view.
    I have seen for other message types this doesn´t occur.
    Can somebody help me, please???
    Thanks in advance and regards.

    Hi Sundeep,
    Please check this PDF document on SAP business partner.
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABP/CABP.pdf
    Regards,
    Ferry Lianto
    Please reward points if helpful.

  • Provide automatic Remark in detail part of journal entry by FMS

    I am going to use FMS in journal entry. I want to provide automatic remark base on ref2 in detail part of journal entry .  I also provided  FMS for ref2 and it's value is base on employee list . I mean there is a look up in ref2 and it retrieves  employee's  Code. I would like to calculate remark values from ref2 as Employee' name and employee's last name.  I donu2019t know how I must write SQL script for this purpose and retrieve employee' Name and last name base on ref2 value in journal detail.  I would be grateful if some body help me in this matter.
    Thanks

    Dear Farhadn,
    I am not sure of what information you are trying to add in the UDF. If I understood correctly, you have already a FMS on the field ref2 of the JE that shows name and surname of the employee. According to this data, a value will show up in the other FMS.
    Can I ask you where this value comes from? Is it a calculation?
    I have to warn you that if you want this value to appear before the JE is added in the system I am afraid what you are asking it is not possible.
    The FMS can work if there is a value in the field ref2 in the table, but this value is stored in the table when the user clicks update on the JE. Until then, the FMS will not have the name of the employee.
    Kind Regards,
    Marcella Rivi
    SAP Business One Forums Team

  • How to switch off automatic creation of the business partner?

    Hello!
    Advise please why in erp after creation of the customer automatically form business partner? How to switch off automatic creation of the business partner? It very much disturbs, because business partner are created from crm. Because of automatic creation business partners are duplicated.

    Hi,
    I have made the following customizing settings to activate customer integration with business partner, but the problem is when I create a BP with a role (FI-Customer) the customer is not created automatically.
    1. Set BP Role Category for Direction BP to Customer
    Roles: FLCU00 - Business Partner FI Customer (FS: BP)
    FLCU01 - Business Partner Customer (FS: BP)
    2. Defined the Number assignment for Direction BP to customer
    4. Customer account group and numbering is also defined.
    3. Created a BP with BP Role FLCU00, I can see the Customer - General Data tab, but no customer was automatically generated by the system.
    Kindly let me know if any customizing I have missed.
    Regards
    Ameya

  • Business Partner Items - 0FC_BP_ITEMS

    I want to activate datasource 0FC_BP_ITEMS as delta enabled. The documentation says to activate IMG settings. I do not see the "Maintain Central Settings" in IMG as in this thread: Business Partner Items - 0FC_BP_ITEMS
    I can not find how this was resolved. Is there a specific component version for FI-CAX needed in ECC 6.04?
    Thanks for any further details on this.
    Regards,
    Al

    Hi Colin
    I am facing the same problem.
    Our SAP Basis is a bit concerned about this issue.They have advised me that after activation of Business Functions Sets existing customizing and therefore tables were deleted and newly created.
    Furthermore we have FI-CAX version 600. That means we don't have installled EHP for these components in our ERP-system.
    Do you know the side-effects if you activate such business functions?
    Is there a guide  or documentation for this activity?
    Thanks
    BEOplanet

  • Datasource for ISU business partner line items from DFKKOP & VBRK

    Gurus,
    I am looking for a datasource that will allow me to report on the individual line items from table DFKKOP. Basically credit/debit posting.
    Bill from VBRK
    Pay from DFKKOP
    My research has led me to 0FC_BP_ITEMS which lacks VBRK
    If there is another one please would you share with me.
    thank you
    Vijay

    Why don't you create your own function module, ensuring you get the best possible index use. There is an index for contract account as well as one for business partner (at least here in ECC 6.0).
    You just need to make sure your, or the standard function module's select statement has values for as many of the index fields as possible. If that's not fast enough you need to look at completely different possibilities.
    As I usually say at that point: CPU is cheap...

  • Automatic creation of Vendor in FI from Business Partner

    Hi, experts!
    We are looking into a process to automate the creation of vendor master data in FI Accounts Payable for our employees and to keep them in sync as employees' names, banking and address info change over time. We use concurrent employment, and we noticed that running PRAA as a mass-update job to create vendor records for all employees will create duplicate Vendors for employees who have more than one active Personnel Assignment.
    We are now looking into the possibility of using the Business Partner as a means of pushing HR data into FI within the same ECC6 system. So far, we have been able to turn on the automatic creation of BPs when new employees are 'hired' into our test system via transaction PA40. We can also use the program HRALXSYNC to create the BP for existing employees. Once these BPs are created, master data updates flow from the employee master data in HR to the BP. However, we can't seem to get the system to automatically create a Vendor record for this BP and have that linked together at the same time.
    Is this possible? If not, is there a transaction that can be run to do a mass creation of Vendor records for Business Partners that don't already have one?
    I can see that our BPs have been assigned to the proper Role in table BUT100, and we have "define(d) vendor link for business partner roles" in V_TBC002 to be "vendor-based". What configuration step might we be missing?

    Hi, Mahesh
    Thanks for the response!!  We have already created an entry in this table for Role Category = BUP003 (the SAP-delivered role category "Employee").  In this table, we have chosen the "Vendor Based" radio button, since we want Vendor master data to be created for all BUP003 business partners that are created.
    Which function modules need to be activated via the SPRO path Cross-Application Components -> SAP Business Partner -> Data Distribution -> Activate Function Modules in order to have Vendors automatically created whenever a specific role of BP is created?
    Thanks again for all your help!
    - Steve Miller

Maybe you are looking for

  • IDoc to AS2 scenario connection issue

    Hi Experts, IDoc to AS2 scenario. i am geeting below connection  error  while sending data from PI to Third Party Partner.Please help me on this issue i will appriciate you . MP: exception caught with cause javax.resource.ResourceException: Fatal exc

  • Index not being used in Oracle 11g

    Hi, I executed an SQL in Oracle 9i based on a Materialized View with an index. Execution plan shows it used Index and did Range scan. But the same query if I executed in Oracle 11g, it did full table scan and ignored the index. Finally, I used /*+Ind

  • Outbound delivery and pgi without sufficent stock

    Hi, I would like to know few things regarding. 1. Can we process outbound delivery and PGI without having sufficent stock. 2.if yes than what will be the status of document flow.(when i did it system showed  following message, sales order-being proce

  • Synch mail to multiple macs

    is there a way to synchronize mail, including multiple email accounts and folder structure between multiple macs using cloud services such as dropbox? For instance is there a pst file I could copy to dropbox and later upload from dropbox that would m

  • Java Technologies release date

    Hi, Any idea where I can find the list of java technologies and their release date? (either together or individually) Thanks in advance