Account Group change from Bill to Party to Sold To Party

Hi Friends,
I cannot change the Account group from BP( Bill to party to Sp (sold to party which I need to do) from TC XD07, but giving error msg  "The planned change is not allowed as the following field groups would be masked by the new account group".
Can anybody tell me how I can do this.
Thanks N Regards,
Siddhartha

hello, friend.
the reason for this is that the configuration/settings for the fields between the account groups 0001 (sold-to) and 0002 (ship-to) are not the same.
you need to go to IMG > Log General > Business Partners > Customers, go to the account group 0002 and make the field settings the same with 0001 before you can change account groups for customers.
just be sure to revert back to the default 0002 settings after account has been changed.
regards.

Similar Messages

  • Start Routine to Populate Account Group Field from Master data of 0Customer

    Hello Friends. Please help me edit this ABAP code to make it work. I am putting this code in start routine in between two DSO. where I am using the
    Start Routine to Populate Account Group Field from Master data of 0Customer. I do not want to use read from master data functionality since that field 0customer is not there in dso but similar field 0debitor is there. so i want to put this code
    during the load from source DSO to Target DSO.
    Error Explicit length specifications are necessary with types C, P, X, N und
    DATA: L_S_DP_LINE TYPE DATA_PACKAGE_sTRUCTURE.
        types: begin of comp,
         CUSTOMER       type  /BI0/OICUSTOMER,
         ACCNT_GRP          type /BI0/OIACCNT_GRP,
       end of comp.
        DATA: l_S_comp type comp.
        DATA: L_th_COMP TYPE HASHED TABLE OF COMP WITH UNIQUE KEY customer INITIAL SIZE 0.
    IF  L_th_COMP[] IS INITIAL.
    SELECT CUSTOMER ACCNT_GRP FROM /BI0/PCUSTOMER APPENDING CORRESPONDING FIELDS OF TABLE L_th_COMP.
    ENDIF.
    LOOP AT SOURCE_PACKAGE INTO L_S_DP_LINE.
    READ TABLE L_TH_COMP INTO L_S_COMP WITH TABLE KEY CUSTOMER = L_s_DP_LINE-CUSTOMER
    IF SY-SUBRC = 0.
    L_S_DP_LINE-/BIC/ACCNT_GRP = L_S_COMP-/BIC/ACCNT_GRP.
    MODIFY SOURCE_PACKAGE FROM L_S_DP_LINE.
    ENDIF.
    ENDLOOP.
    soniya kapoor
    Message was edited by:
            soniya kapoor

    Hello Wond Thanks for Good Answer and good option, But Client does not like this option and does not like Nav Attribute so he does not want to turn on any Nav Attribute, In general also We hav requirement to read a third table while uploading 1 dso table to 2 dso table,
    so  Please help me edit this ABAP code to make it work. I am putting this code in start routine in between two DSO. where I am using the
    Start Routine to Populate Account Group Field from Master data of 0Customer.
    No syntax Error But during the load it is updating the source table and not the target table. how to define now target table.
    ***SOURCE DSO Table
    types: begin of typ_tgl1.
        include type /BIC/AZDAFIAR000.
        types: end of typ_tgl1.
        types: begin of comp,
         CUSTOMER       type  /BI0/OICUSTOMER,
         ACCNT_GRP          type /BI0/OIACCNT_GRP,
       end of comp.
    DATA: L_th_COMP TYPE HASHED TABLE OF COMP WITH UNIQUE KEY customer
    INITIAL SIZE 0.
      data: wa_itab type COMP.
        data: wa_zdtg type typ_tgl1.
    IF  L_th_COMP[] IS INITIAL.
    ***Master Data Table
    SELECT CUSTOMER ACCNT_GRP FROM /BI0/PCUSTOMER APPENDING CORRESPONDING
    FIELDS OF TABLE L_th_COMP.
    sort L_th_COMP by CUSTOMER.
    ENDIF.
    LOOP AT L_th_COMP into wa_itab.
    select * from /BIC/AZDAFIAR000 into wa_zdtg
                        where DEBITOR  eq wa_itab-CUSTOMER.  *** SOURCE DSO Table
    IF SY-SUBRC = 0.
    wa_zdtg-ACCNT_GRP = wa_itab-ACCNT_GRP.
    MODIFY /BIC/AZDAFIAR000 from wa_zdtg. *** modify SOURCE DSO Table
    ENDIF.
      endselect.
        endloop.
    soniya kapoor

  • G/L Account Group hierarchy (from KDH3 Controlling)

    We need to load the GL Account Group hierarchy from ECC6.  It's the version that's displayed by KDH3 (Controlling).
    Is there an extractor that can be used for this purpose?
    Regards,
    Frederick

    HI  Frederick
    Check this DS 0GL_ACCOUNT_T011_HIER
    click on available hierarchy from OLTP button under hierarchy selection tab
    Regards
    Anindya

  • How to get Accounting document number from billing document number

    Hi,
    How to get Accounting document number from billing document number i.e. from VBAK- VBELN.
    Cheta Pant

    Hi,
    VBAK is the Sale Order header table, Billing document table is VBRK.
    Sales tables (VBAK,VBAP,VBRP,VBRK) do not store accounting document numbers.
    You do other way around. Just go to SE16 and enter the Billing document number in field Billing document VBELN in BSEG or BSID or BSAD table and execute, you will find the accounting document number.
    If you just want collect this information once then you can use table BSEG, but if you think to develope a report then use table BSID and BSAD.
    Regards,
    Chintan Joshi

  • Reg : Customer Account Group Change

    Hi Dear All,
    Can any one Tell me that what effect will be there if i change the Customer account group from 0001-sol to party to EXPO-acc gr for Export customer.
    As the customer is old and by mistake it has been created in 0001 instead EXPO acc group.
    i need to know that what will be the effect on all sales data and accounting documents created already for that customer .
    This i have to do for  around 1500 records
    pl suggest me the probable effects for the same.
    ok thanks

    Hi sunil,
    You can change Account Group of a customer at any time. Its not going to effect the previous records.
    But once after changing the Account group, what ever you customers you create will follow the new account group procedure.
    But the thing is, if you want to process the old account group customers, must check that the corresponding fields are active / already in use or not. For example if you dont maintained one field in old account group customers and now with new account group if you want to process with that field, then you have to go the change mode and maintaine those field for all those customers which are not maintained earlier.
    Like this if you can check the change in the Fields from old account group and new account group, then there wont be any problem.
    Hope this gives you some idea.
    REWARD IF HELPFUL.
    Regards,
    Praveen

  • Vendor  account group change

    Hi,
    I have created one vendor with wrong account group. Without changing this venor code I wanted to change the vendor account group.
    I have tried with XK01 but I am getting one error "You cannot make this change because the new account group
    results in the following field groups being switched off:"
    Please guide me.
    Thanks in advance.
    Gitesh

    Dear All,
    Thanks to all for ur fast reply.
    According to ur suggestions I have matched every thing with the old customization.
    Now screens are same,partner function and schema assignment is also same.But I am geting below warning message
    Caution: partner determination procedure will change from  to L1 on P.Organization level
    Caution: partner determination procedure will change from  to L1 on VSR level
    Caution: partner determination procedure will change from  to L1 on Plant level
    Only L1 scema is assigned to both a/c gropus.
    Kindly suggest.
    Regards,
    Edited by: gitesh mahamuni on Oct 10, 2011 7:29 AM

  • Customer Account group Change- XD07

    HI gurus,
    I created a cistomer in Ship to Party account, but when i try to change the customer group(XD07) to Sold to Part the below error is coming.
    "The planned change is not allowed as the following field
    groups would be masked by the new account group"
    May i know what is the solutin.
    Cheers,
    Sumith

    Hi sumith,
    This is warning message only it will not a problem.
    What the message you are getting that is information only.
    Just you select the tick mark and you can proceed.
    it is not a error.
    If it is useful reward points
    Regards,
    Manoranjan

  • Dump after Account Group Changed to Consumer

    Hi,
    We have changed the existing account group ZXXX as Consumer for the sake of mapping name fields from CRM to ECC. Now when i try to edit the old customers in XD02/ display in XD03( with this account group ZXXX) runtime error is encountered as below:
    Category -              ABAP Programming Error
    Runtime Errors -        DYNPRO_NOT_FOUND
    ABAP Program -          SAPLSZA7
    Please guide on how to enable the editing of these old customers.
    Rgds,
    Shridhar

    you need to conact your basis or abap guys to resolve it.
    (run ST22 and you can get some details regadring what has happened)
    if you still not able to use XD02
    please try XD07 (but i suspect you'll get the same message).
    good luck!

  • Vendoru00B4s account group change

    Hi,
    For many years we´ve been using a vendor with an incorrect account number (one time vendor). Now we need to change it, but XK07 shows this message:
    Vendor 1070041 is one-time vendor: account
    cannot be changed                        
    We are using R/3, 4.6C. Is there a possibility to modify this vendor?

    Hi,
    here is the thing when you think your vendor account group is wrong you can do this
    1. create a vendor in the correct account group
    2. transfer the balance from the old vendor to new vendor using the transaction code F-51
    3. and clear the old vendor and block it
    Best Regards,
    Ravi Reddy

  • No Accounting doc created from billing doc

    Hi,
    i created a new invoice from Billing (SD) and saved it, but the accounting document is not created for it.
    what might be the reason?
    how do i get this invoice posted to accouting?
    Thanks,
    Shilpa

    1.   VF02:  Check the billing date u2013 make use the posting date is valid (i.e. posting period not closed) as this the common cause of SD billing not posted to FI/Accounting
        To correct billing date u2013 Goto > Header > Billing date
        Accounting doc will be created as soon as you save Billing with correct date
    2.  Enter billing document # in VF02 (screen 101)
    (Menu bar on top) Billing document > Release to Accounting > The system will prompt a descriptive message for the problem
    Hope this helps.
    Stacy

  • Customer Account Group Change

    FI Experts,
    I created a new customer thru XD01, and by accident I chose the wrong Account Group. How can I change it?
    Thank You for your response

    Hello,
    You can change it through XK07. The vendor number will be same but the vendor groups gets changed.
    Regrds,
    Ravi

  • URGENT :Account Group changes ?

    Dear Guru's,
    Do we have any report in SAP for veiwing the Customers whose account group has been changed.
    Through XD07 transactions :
    or
    can you please give me which table feilds  are updated (if indicator feilds ) when we change the account group of a customer.
    Edited by: EXPLORING MULTIDIMENSIONAL SAP on Aug 12, 2008 2:12 PM

    Hi,
    Check T.Code: VD04
    Best Regards,
    Amit

  • Country grouping changed from '99' to its own grouping.

    Hi Experts,
    We are planning to change the international country grouping ('99') for some of the countrties to their respective country groupings (say '20' for Norway, '23' for Sweden ). Currently the countries attached to international country grouping are working fine.
    Now, if I have to change the grouping as mentioned above, what are the things I have to take care? Can you please provide me the detailed checklist for the same?
    Also, we are not using Time and Payroll for international countries and it is taken care by a 3rd party vendor.
    Thanks & Regards, SWapnil Mishra

    Hello,
    To get the correct grouping value assigned to employees feature IVWID (and IGMOD) need to be configured properly.
    Then to correct/update employees data the following report will need to be run
    Programs RPUFACECPRFN and RPUFACEVIEKN and program RPUFIXDS correct the missing fields on personel numbers.
    See notes 845592 and 783499 (they refer to CE and activation of old and new framework but I think it will help also in your case).
    Best regards
    Sarah

  • Premium account payment change from iTunes to Spotify

    I have account and was premium via iTunes , when I got email from Spotify informing me that it would be cheaper to pay directy to Spotify. I have disabled auto reneval in iTunes, and my accont is in "Premium paused" status, but when im trying to update payment method it offers me "30 days free" but wont let me subscribe because I was already Premium member.  How do I change my subscription and go back into Premium status ?

    Hello & welcome to the Community!
    Just to clear things up, the Spotify webpage says you can't have the free trial  but it doesn't let you susbcribe even if not using the free trial?
    Have you tried subscribing from your account settings?
    If you've tried subscribing there and nothing works, that means you'll need to wait for your account to revert back to Free and then you'll be able to re-subscribe.
    Hope this helps! ♫

  • Accounting document number from billing data

    hi
    i have billing document with multiple items. I need to find out the accounting document number corresponding to each of the billing document item. which tables i need to refer for this.give me the field names.
    thanks

    Hi,
    You can read the FI document with the function module AC_DOCUMENT_RECORD
      call function 'AC_DOCUMENT_RECORD'
        exporting
          i_awtyp      = 'VBRK'
          i_awref      = awref
          i_aworg      = aworg
          i_awsys      = awsys
          i_awtyp_incl = 'BKPF'
          i_valutyp    = '0'
          x_dialog     = ' '
        tables
          t_documents  = docs_fi
        exceptions
          no_reference = 1
          no_document  = 2
          others       = 3.
    where docs_fi is as the table ACC_DOC. Read the records where awtyp = 'BKPF' in itab docs_fi. Search AWREF, AWORG and AWSYS in equivalent fields in table VBRK.
    I hope this helps you
    Regards,
    Eduardo
    Edited by: Eduardo Hinojosa on Jun 14, 2010 3:35 PM

Maybe you are looking for

  • File- XI- IDoc: Idoc header data not saved correctly

    Hi guys! I have a very strange problem: I have a file to xi to IDoc scenario. Everything seems to be fine, IDoc is created in target system, but with strange error: <MESCOD>XX</MESCOD> segment is not written in IDoc header segment. This segment is av

  • Password for SYSTEM or SYS

    HI, I have installed Oracle 10g DB on XP. After installation of ORACLE DB, "DATABASE CONFIGURATION ASSISTANT" dialog box came, but i mistakenly click on OK button instead of clicking on PASSWORD MANAGEMENT to set the password for SYSTEM / SYS. Now wh

  • Capture card

    Hi, I would like to capture my imac's screen with my macbook pro. (they both have thunderbolt connections.) I would like to record some gameplay and stream. What capture card would you recommend? And what quality would be fine recording? Specs: MacBo

  • My 5 month old Touch battery drains at random times.

    I'm baffled.  My apps running in the background are cleaned up.  I've checked my settings more times than I can count.  It'll be fine sitting on my desk--I'll check it ever so often--and then, usually overnight when I'm not checking it, it'll just dr

  • Need help loading flv movie onto stage from a button click

    Hi folks, I need your help. I'm new to flash so please bear this in mind. My problem is this: I have a picture of a phone on the stage which I have made into a button. What I want is that, when I click on this button (phone_btn), my video (called 'Ty