"Dunning Procedure" field for SAP Customer Master?

Dear all,
May I know what's the meaning of inputting dunning procedure for our company code?

hi,
You need to go to transaction code FBMP and you can copy the existing procedure.
As per your company requirement you may need to make changes to the existing procedure or you can create a new one. If you go to FBMP and go thru the fields you will get to know more.
The rest you can get from these links
http://134.198.33.115/sap/dunning.htm
http://help.sap.com/saphelp_sbo2005asp1/helpdata/en/d5/b8749451b94c93a9e40dbbea032bf3/content.htm
http://web.mit.edu/cao/www/AR/ar5/ar_F150.htm
http://help.sap.com/saphelp_47x200/helpdata/en/41/37b8e7455b11d182b40000e829fbfe/frameset.htm
Assign points if useful
If your question is answered please close the post.
Regards
Jyostna

Similar Messages

  • Partner functions for SAP Customer Master

    I am in the MDM solution definition phase for SAP Customer Master at one of our Cients place. The requirement is to set up a central master data scenario where creation & modification of any customer record will be done via MDM. The following components of Netweaver are in the landscape - SAP MDM, EP, XI.
    I need clarification on the following points -
    -  Is it possible to set up the partner function in MDM, if so, how?
    -  Need to replicate the standard SAP functionality where the system can be configured to create Ship To, Payer, Bill To automatically when a Sold To record is created. Is this possible? Are there any work arounds?
    Regards
    Arvind

    Hi,
    Hi Arvind,
    -  Is it possible to set up the partner function in MDM, if so, how?
    Partner Function comes under Condition Technique in SAP ECC.here some config has to be done.
    For mapping it in MDM, First create a Qualified Table - Partner Function.Determine the Non-Qualifiers and Qualifiers.Then as said by Suresh, u need Java API stuff to complete this task and frontend being EP.
    - Need to replicate the standard SAP functionality where the system can be configured to create Ship To, Payer, Bill To automatically when a Sold To record is created. Is this possible? Are there any work arounds?
    It can be done using EP as front end and Java API to dertermine the partner based on the account group.
    Thanks,
    Felix
    Edited by: Felix on May 9, 2008 1:38 PM

  • Best way to proceed with adding fields to SAP Customer Master

    I want to add 4 new fields to tcodes VD01/VD02/VD03(Customer Master create/change/display).
    These fields will be stored in a separate Z table (not in KNA1).
    I see what I think is a possible answer in SPRO -> Logistics -> Business Partner -> Customers -> Control -> Develop Enhancements for Customer Master Data
    would this be the most appropriate solution? Or would a BADI work? If so which one?
    any other ideas?
    thanks,
    rp.
    Edited by: robert phelan on Jun 24, 2008 11:21 PM

    ok, i think i'm on the right track..
    through spro, i've created a screen group (ZC) and assigned it Tab Page Label information such as screen number, Function code, and Description.
    next, under BADI subscreens, i've created in implementation of  CUSTOMER_ADD_DATA_CS called ZCUSTOMER_MASTER with screen Group ZC.
    under interface, I dbl click GET_TAXI_SCREEN and enter the following code:
      IF i_taxi_fcode = 'ZC'.
        e_screen = '1050'.
        e_program = 'SAPMZCRED_ALLOC'.
        e_headerscreen_layout = ' '.
      ENDIF.
    I then created screen 1050 in program SAPMZCRED_ALLOC with just 1 field as a test.
    But, after everyting is activated, I don't see my new tab.
    However, if I change the screen group to O0 (Additional Data, IS-OIL General) and my i_taxi_fcode check to O0, then run VD02, I do see my screen when I click the Additional Data, IS OIL General button in VD02.
    So, it looks like I need to assign my screen group ZC to the tab strip in VD02.. can you tell where to do that?

  • Dual Control for Vendor/Customer Master Data

    We can set Dual Control for Vendor/Customer Master Data. I have set it. According to the cycle, I have customized sensitive field, and make changes in Vendor/Customer A/c. Here the changes will be confirmed by other user who is authorised to confirm the changes. In this scenario, I would like to know, can we avoid this confirmation once we have actived? If, no than how could we confirm the changes and where can we set authorisation?

    Dear,
    No, You cannot avoid the dual check if You activate it. Another user by FK08 has to confirm the changes.
    Then You can delete the field for the dual control into the table T055F and no check will be done in the future.
    I hope this helps.
    Mauri

  • Order Combination indicator field setting on Customer Master create

    When creating a new customer master record it is auto populating the Order Combination flag on the Sales Data --> Shipping tab.  Where can this setting be "turned off" so it does not auto populate as checked?

    Dear Vicky,
    Menu Path:1
    IMG   FINANCIAL ACCOUNTING ACCOUNT RECEIVABLE AND ACCOUNT PAYABLE CUSTOMER ACCOUNTS MASTER DATA PREPARATIONS FOR CREATING CUSTOMER MASTER DATA DEFINE ACCOUNT GROUPS WITH SCREEN LAYOUT
    Or  
    Menu Path:2
    IMG LOGISTICS GENERAL BUSINESS PARTNER CUSTOMERSCONTROL DEFINE ACCOUNT GROUPS  AND FIELD SELECTION FOR CUSTOMERS
    Or
    Goto Transaction OBD2
    There you select your account group then, PRESS F2 , it will take you to Change view
    "customer account group” Details screen, there you double click on the sales area data
    which is available under field status tab, system will take you to Maintain Field status: Overview
    screen, there you double click on the Shipping then it will take you to Maintain Field status:
    shipping screen , there you will find field "Order combination" you put that field in the
    Suppress status, you requirement will get solved.
    Reward points please if it is useful
    Chandramohan

  • Hiding Reference Fields While creating Customer Master

    Hi,
    I want to Hide Reference fields While creating customer master, Thanks in advance
    Thanks
    seshu

    Hello,
    No need of screen exits or ABAPer.
    You can easily do it with Transaction Variant using T-Code - SHD0 (SHD zero).
    If you dont know how to create a Transaction Variant, just search the forum with Date Range "All" & you will get lot of guidence.
    You will just need help of Basis person for removing end-user's authorization for XD01 & giving authorization for (e.g.) ZXD01
    Hope this helps.
    Thanks,
    Jignesh Mehta

  • Retrieving Dunning Clerk's name from Customer master data

    Hi all,
    I have to retrieve the dunning clerk's name in report ZRSD0001 (Customer Master Data Report).
    There are standard methods to call the subroutine to retrieve the texts for some field like the bank statement text:
    PERFORM TEXTFIELD_CALL(RSAQEXCE) USING   KNB1 'KNB1' 'XAUSZ' TEXT_KNB1_XAUSZ.
    This works perfectly. But it fails when I use the same method to retrieve the dunning clerk's name:
    PERFORM TEXTFIELD_CALL(RSAQEXCE) USING KNB5 'KNB5' 'BUSAB' TEXT_KNB5_BUSAB.
    So any other standard subroutine that I can use instead of using a sql statement myself ?
    Thanks.

    Hi,
      Why do you want to use a standard routine for this?? If you know the customer number(KUNNR), Company Code(BUKRS) and Dunning Area(MABER) You can get Dunning clerk(BUSAB) from KNB5 and using this BUSAB and BUKRS you can go to table T001S to get the SNAME which is Dunning Clerk's name.
    Thanks,
    Kavitha

  • How to change the field sequence in Customer master record.

    Dear Friends,
    We are required to chage the sequence of customer master record fields that are available under different tabs of 'General Data', 'Company Code Data' and Sales Area Data.
    Our client requirement is to place all mandatory fields in the first screen of customer master record. Here the intention is to save the user time instead going and clicking multiple tabs/screens to fill information on only one or two tabs. Please suggest us the availabe solution in SAP for this requirement.
    Thank you
    Raghu Ram.

    Hi
    Step 1: Take help of a FI guy and:
    The fields can be suppressed by configuring through Financial accounting > Business Partners > Customers > Account groups.
    Step2 : The challenge inyou project is to have a single tab with the allowed fields
    A technical guy can only help you out on this . Again This would be a huge effort since first you need to change the code for customer master. As customer master is a source of data for various documents in SD , at each place you will have to do changes in th code...I don't think it is feasible.
    Instead of doing this , create an external interface for transferring the value to SAP through BAPI. this would involve integration and may be as per defined SAP standards you can use CSV files or XML files for the integration process.
    This would be a better option than fiddling with SAP system
    Regards
    Nikhil

  • How to set default field values in customer master data.

    hi,
    I want to set default values in customer master data (account group wise).
    but
    I don't know how to set it .
    please help me.
    (I don't want to change field status in account group rather than I want to set default values for field. )
    thank you.

    hi,
    this is to inform you that,
    in SAP there is no such a provision.
    but
    in LSMW there is an option of CONSTANT VALUES.
    check in SHD0 - also
    please check and confirm
    balajis\a

  • "Vendor" field in the customer master - XD03

    Hi,
    I would like to know how useful the "vendor" field can be in the "control data" tab of the customer master (and vice versa with the vendor master).
    Is this only for information only or can we use this information to consolidate open items for one particular vendor that is also a customer?
    And how to do this if consolidation is possible?
    Thanks,
    Ronan

    Hello,
    When a Customer is also a Vendor and decided to net of the transactions with each others account in order to offset the entries.
    We need to get USD 100 from Customer A
    We need to pay USD 50 to Vendor A
    Ultimately, we need to get 50 from Customer A (Customer A and Vendor A is the same entity)
    To do this, You need to create Customer A in the Vendor Master and Vendor A in the Customer Master.
    You also need to check "Clear Customer with Vendor" check box in the master data.
    This will result in customer items and vendor items cleared against each other.
    Regards,
    Ravi

  • Function Module or BAPI for Change Customer Master in Background

    Hi,
    I would like to ask is there any Function Module or BAPI to change the Customer Master in the Background
    Thanks.

    Hi
    Please check the following link
    [FM|http://help.sap.com/saphelp_nw04/helpdata/EN/8f/53b67ad30be445b0ccc968d69bc6ff/content.htm]
    [FM for BAPI|Is there a BAPI or Function module can create a Customer Master record?]
    Hope this link helps you
    Regards,
    Rajani

  • Need a BAPI for FD01(customer Master data creation)

    Hi Experts,
      i want to upload a data from Legacy to sap for FD01 Tcode for Customer master creation, and what is the key points to dev bapi.
    can anyone give me the BAPI for FD01.
    Thanks,
    sudha.

    Hi,
    use bapi 'BAPI_CUSTOMER_CREATE' to create customer and bapi
    'BAPI_VENDOR_CREATE' to create vendor.
    Regards,
    SuryaD.

  • (Text) Field Enhancement - in Customer Master

    Hi Experts,
    Pls. let me know that Steps involved in Text Enhancements?
    My requirement is that I need to do text enhancement for KATR6 field's description from Attribute 6 to my_own_description in Customer Master.
    How to proceed, pls. step by step?
    Thanq.
    Message was edited by:
            Srikhar
    Message was edited by:
            Srikhar

    go to cmod
    in menu bar  ....select menu option as below
    goto.....> textenhancements......>keywords ......> change .......
    give u r data element name there .....eg:matnr
    it will let u into a screen.....where u can modify the text description there make sure that it is Short field label,Medium Field Label,Long field label,Heading,Short Text......
    make change as per u r relavence and save it........
    the change will directly reflect in the database ......
    if u go check in the mara table .....check the description of matnr .....u can find the change u have did....
    reward points if helpful....

  • Standard Adobe Form for SAP Material Master Creation

    Hi,
    Did SAP develop standard adobe interactive form for Material Master Creation?
    I heard SAP delivered standard forms for Customer Master and Vendor Master. I am not sure about Material Master Form. If any one knows about Adobe Forms for Material Master... please rerply.
    Thanks in advance.

    Check yourself here:
    List of SAP standard Adobe forms: Go to http://service.sap.com/erp  (SAP ERP) -> Media Library - SAP ERP Overview -> Detailed information cross ERP -> Adobe Forms for SAP ERP
    Standard programs: Standard program for Adobe forms
    Regards Otto

  • Fast entry for extending customer master to other sales area??

    Hi,
    I have list of customer master, now the requirement is to extend 60-70% of the customers to a different sales area, Is there any tcode, like fast entry for extending the customer master to the new sales area??
    Thanks
    Ghanesh
    Edited by: Ghanesh Visu on Feb 24, 2010 10:55 AM

    Hi Ghanesh,
    Below are a few helpful links on how to use MASS.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/408104b5-8ad2-2c10-8383-9b07a2727c4e
    http://www.sap-img.com/sap-sd/sales-order-mass-change.htm
    http://sap-helper.blogspot.com/2009/03/mass-maintenance-processing-tcode-mass.html
    If you are using this tool for the first time, i would not suggest directly using it on Production.  Use it few times on Test client for making yourself familiar with this tool. It is a very powerful tool and changes made from this cannot be undone.
    You can also use LSMW to run mass data.  Few links for LSMW are as below:
    LSMW
    Thanks
    Kapil Sharma

Maybe you are looking for

  • Premiere aaf export stereo audio

    ich möchte ein AAF mit stereo wav exportieren. 1. ich dachte, man könnte einfach auf die origonal files pointen, statt sie zu kopieren? im jetzigen premiere 2014 finde ich die möglichkeit nicht. der kopiert in jedem fall.. 2. wie kann ich die audio f

  • TS3221 iTunes could not connect device due to unknown error (0xE8000012)

    TS3221 iTunes could not connect device due to unknown error (0xE8000012) please tell me the solotion

  • Non-standard aggregates in CL_SALV_TABLE

    I'm working on a report, that has two levels - Room, Location.  So I can have many rooms, each with a  number of locations.  Within each location I have a bunch of detail.  So the report will look like: Room Location data1 data2 somevalue.... 1    A 

  • Taking a long time to log in or wake up from sleep.

    Over the past couple weeks, I've noticed that it takes a long time for me to log in to my own password-protected laptop and waking it up from sleep. I type my password and sometimes have to wait for at least a minute before the Finder appears. Today,

  • How to control "Procurement parameter" for plant stock.

    Hi everyone I have changed Subject and question as below; Our customer wants to create P.R manually before MRP running for some of reason. After create Project/WBS/Network/Activity and assign component to Activity,  when assign component to activity,