Document BSEG-VBUND value remove

Hello!
There is a value in accounts receivable document's BSEG-VBUND (trading partner) field. It can be seen eg.in Additional data screen. That field is not active (can't be accessed) in Additional data screen. Trading partner value should be removed, so the document could be included into account receivables payment which also includes several other documents.
I have tried SE16 -> TBAER -> but there is no BSEG-VBUND listed. I have changed regarding document type settings and retry but that was not any help. Is there any other tricks to be tried?

Hi
Please check in SPRO. Accounts Receivable and Accounts Payable->Customer Accounts->Master Data->Preparations for Creating Customer Master Data->Define Account Groups with Screen Layout (Customers).
In this menu path, the general data segment, control parameters have the field trading partner. Please check if this is suppressed. Alternatively, the same could be suppressed in the Transaction control for field status. Once this is changed, this field would be visible. Please let me know if it was of help and please do assign points for the answer.
Karthik

Similar Messages

  • Editing BSEG-VBUND on a posted document.

    Does anybody know if it is possible to edit the VBUND field on a posted document?
    Thanks for your help!

    Please refer to the below message, which explain this query well.
    Change field bseg-vbund
    Unfortunately the content of some fields cannot be changed once the document has been posted, even if the fields are customized as changeable. BSEG-VBUND is one of these fields.
    The field VBUND is passed to other tables, where it is used as a key-field. Changing the BSEG-value would then produce inconsistencies with other tables.
    Note 499079 is only valid for changing VBUND recurring original documents and statistical documents. The field is only changeable in these two cases. It is not changeable in FI documents for consolidation reasons. Please see note 545362, too.
    The only workaround to have this corrected is to reverse the document and create a new one.

  • Modify bseg-vbund in FI document

    Hi developers,
    I have a problem because for an error in customizing setting, the field VBUND in the position of the document is blank. The field is only in dispay and with some modifies in the dynpro I don't have resolved the problel
    Have you some ideas for help me?
    Thanks in advance
    Domenico

    HI,
    Please note that the field BSEG-VBUND is an important organizational unit and an assignment field which should be managed in the same manner as company code, business area, etc.
    This field cannot/should not be changed in FB02.
    Please, also consider that BSEG-VBUND is transferred to other applications like CO and so on. Therefore, if you change this field in FI, the changes will not be updated in CO and you will get inconsistences between these modules.
    Therefore, if you make a wrong entry in VBUND, it is necessary to reverse the document first and re-post with the correct information.
    Please assign points if it useful.
    Regards
    Ravinagh Boni

  • How to update trading partner (BSEG-VBUND) in tr.code FB01/FB02?

    Hi,
    I need, under some circumstances, to update value of trading partner code (field BSEG-VBUND) to all items in the FI document, created/changed with transaction FB01/FB02.
    I checked available user exits and bussiness events, but didn't found one, which could do the trick.
    In fact, in bussiness transaction event #00001430 (CHANGE DOCUMENT: Field substitution header/line - Checks prior to posting change completed) - for FB02 I have access to the internal table T_BSEG, but it seems this table is used as import parameter only and any changes didn't take efect at the end.
    Any help how can I do the trick? And this is while I'm in a transaction FB01/FB02.
    My system is 4.6c.
    Many thanks in advance.
    Regards,
    Ivaylo Mutafchiev

    Svetlin, Max,
    what I did until now is:
    1) followed matrix substitution = callup point 3 (complete document) - I checked for existance of correct substitution field(s) in the GB01 table, and re-generated substitution code (as noticed in note 42615). That added my field in the list of fields for substtitution which are considered at the end of substtitution - in forms:
    FORM EXP_REC_015                      
            USING                        
              DATA_CHANGED TYPE GB002_015
            CHANGING                     
              DATA_OUT TYPE GB002_015.
    and
    FORM EXP_TAB_015_BSEG                   
             USING                          
               IN_ORIG STRUCTURE        BSEG
            CHANGING                        
               OUT_RESULT STRUCTURE     BSEG
               B_RESULT.
    both forms are in main generated program GBTAAFI0.
    My field (VBUND) is taken in account - added to the structure:
    DATA:  BEGIN OF TEMP_STRUCT,                          
            VBUND                          LIKE   BSEG-VBUND
            ZFBDT                          LIKE   BSEG-ZFBDT
            END OF TEMP_STRUCT.                            
    here ZFBDT was the other field defined in GB01 for substitution from someone esle - perhaps by default, I don't know.
    Further (in the include MF05LFB0),
    almost all of the structures which contain my changes are cleared (below is extract from the code):
    LOOP AT beltab WHERE xarch NE char_x.                   "Note 0383125
    REFRESH xbseg.                                                     
      REFRESH ybseg.                                                     
      REFRESH xbsec.                                                     
      REFRESH ybsec.                                                     
      REFRESH xbsed.                                                     
      REFRESH ybsed.                                                     
      REFRESH xbset.                                                     
      REFRESH ybset.                                                     
      REFRESH t_bsegco.                                                  
      REFRESH t_fmfich.                                                  
    Further, the logic proceed with the program SAPFF011 and form 'import_*beleg', where my changes were overwritten with original data - before substitution.
    2) Tried Max's proposal - and extended structure BSEG_SUBST with field VBUND, further populated the substitution table in the related BTE 1430 accordingly.
    Unfortunately the flow-logic proceeded further to the same form 'import_*beleg' in the program SAPFF011 and my changes dissapeared.
    I'm at dead-end - have no idea where and what is the problem...
    Checked few OSS notes - 42615, 386896, 513891, 391309, 438076. Everything which is related to my exact situation is set correctly - as far as I found :-).
    Just for tests I tried both ways (BTE and matrix substitution) with another field ==> BSEG-XREF3, and it was updated correctly - accorging to my logic.
    Thanks guys, your suggestions were right at the time and valuable, but they didn't help me to solve my problem. Perhaps there is something messed in our system - I can't be sure. What I can say for sure is that we have working BTE-s (1430 is used in our system - I just added piece of code into it), and validations are working also.
    Thanks again.
    Regards,
    Ivaylo
    P.S. If you have any suggestions, I'll be glad to hear them from you.

  • Change field bseg-vbund

    Hello
    is it possible to change field bseg-vbund ( trading partner) in transaction FB02.
    I tried to add this field (BSEG-VBUND) in customizing:
    Financial Accounting --> Financial Accounting Global Settings --> Document
    --> Line Item --> -> Document Change Rules, Line Item
    but, it doesn't work.
    i´m working in 4.6C Version.
    Thanks,
    João Simões

    Hi João Simões,
    Unfortunately the content of some fields cannot be changed once the document has been posted, even if the fields are customized as changeable. BSEG-VBUND is one of these fields.
    The field VBUND is passed to other tables, where it is used as a key-field. Changing the BSEG-value would then produce inconsistencies with other tables.
    Note 499079 is only valid for changing VBUND recurring original documents and statistical documents. The field is only changeable in these two cases. It is not changeable in FI documents for consolidation reasons. Please see note 545362, too.
    The only workaround to have this corrected is to reverse the document and create a new one.
    I hope this clarifies the system behaviour.
    Please assign points if it useful
    Regards
    Ravinagh Boni

  • BAPI_ACC_DOCUMENT_POST for field trading partner (bseg-VBUND)

    Hi,
    I am uploading journal entries in SAP by using this BAPI "BAPI_ACC_DOCUMENT_POST". Here program works fine now i want to give trading partner (bseg-VBUND) in line item but i cant find appropriate field in this BAPI for trading partner so that i can do mapping. Can you tell me i which table i have to give input for trading partner entry. Thanks in advance.
    Regards.

    Refer to the following trheads:
    Change field bseg-vbund
    Trading Partner field (VBUND) is left blank in EC-PCA historical data load
    Validation document type
    Field VBUND does not allow changes to the document ?
    Regards,
    Fernando Evangelista

  • BSEG-VBUND Updation using Call up point 3 while posting from VF01

    Hi,
    I have a requirement to update BSEG-UPDATE during the Invoice posting VF01.
    I tried to use Substitution at CALL UP POINT 3. but it is not updating the value.
    Please help.
    Thanks,
    Leela Krishna

    Hi,
    Create the substitution at call up point 2 (Line Item) as below:-
    Pre-requisit:-
    BSEG-KOART = 'D'
    AND
    BSEG-TCODE = 'VF01'
    Substitution:-
    BSEG-VBUND = your trading partner
    Regards,
    SDNer

  • Field bseg-vbund not opened in dynpro

    Dear all,
    I'm facing the following problem.
    I'm tryning to post a document but the field BSEG-VBUND is not opened in dynpro SAPMF05A 0330
    I've checked the Document Type (OBA7) but the field "Enter Trading Partner" is marked
    I know that the filed doesn't dipend on Field Status Group the or posting key..
    So, how can I solve ths problem?
    Thanks in advance
    Alberto

    Hi Alberto,
    Review the following ways to use of 'Trading partner' field in tr. FB01:
    A) If settings in tr. OBA7 are the following:
    field 'Inter-company postings' unchecked
    field 'Enter trading partner'  checked
    then in tr. FB01 in the first screen you can select menu Extras -> Trading partner and enter Trading partner that will be valid for all FI document line items.
    B) If settings in tr. OBA7 are the following:
    field 'Inter-company postings' checked
    field 'Enter trading partner'  checked
    then in tr. FB01 you can enter different Trading partner for each line item that contain GENERAL LEDGER ACCOUNT NUMBER.
    For example, you enter document
       xxx (vendor account number)    first line item
       yyy (GL account)               second line item
       zzz (GL account)               third line item
    C) To set different Trading partners to second and third line items you can during line item creating/changing press menu button 'More data' and in screen SAPMF05A 0330 there is a field 'Trading partner' is present.
    Please, note that SAP standard transaction FB01 supports the input of the trading partner only via the 'More Data' screen SAPMF05A 0330.
    Hope it can help you.
    Best Regards,
    Leonardo Cunha

  • How to get Document Set property values in a SharePoint library in to a CSV file using Powershell

    Hi,
    How to get Document Set property values in a SharePoint library into a CSV file using Powershell?
    Any help would be greatly appreciated.
    Thank you.
    AA.

    Hi,
    According to your description, my understanding is that you want to you want to get document set property value in a SharePoint library and then export into a CSV file using PowerShell.
    I suggest you can get the document sets properties like the PowerShell Command below:
    [system.reflection.assembly]::loadwithpartialname("microsoft.sharepoint")
    $siteurl="http://sp2013sps/sites/test"
    $listname="Documents"
    $mysite=new-object microsoft.sharepoint.spsite($siteurl)
    $myweb=$mysite.openweb()
    $list=$myweb.lists[$listname]
    foreach($item in $list.items)
    if($item.contenttype.name -eq "Document Set")
    if($item.folder.itemcount -eq 0)
    write-host $item.title
    Then you can use Export-Csv PowerShell Command to export to a CSV file.
    More information:
    Powershell for document sets
    How to export data to CSV in PowerShell?
    Using the Export-Csv Cmdlet
    Thanks
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • ERS generated document with zero value for SES

    Hi,
    I have maintained service entry sheet.
    Accounting entry is generated.
    When I run T code MRRL, it has generated document with zero value.
    This is not a free goods PO.
    Why this is happening?
    Please guide on this issue.
    Regards,
    Piyush

    Hi,
    Creating an ERS zero document is an expected system behavior ,you           
    could create an ERS zero document by doing the following wrong           
    procedure:                                                                               
    1. Create PO with ERS falg ON.                                           
    2. Perform GR for PO.                                                    
    3. Create the invoice by MIRO.(Not MRRL).                                
    4. Run MRRL (LIV-ERS).                                                                               
    For every purchase order with flag 'ERS' a table entry is generated.     
    If a goods receipt is posted, this GR should be invoiced via ERS         
    (Tr. MRRL). Manually posted invoices should be avoided, because          
    the table entry will not be deleted. A new invoice receipt must be       
    created while running ERS (but with amount and quantity zero and without 
    FI documents) in order to give a message to the vendor because he        
    has sent you an invoice by mistake.                                      
    Could you please check also the note:1069215
    Best regards
    Erika

  • Document.form.element.value

    Hi All,
    I'm very new to javascript and had a quick question!  Her is a sample of my code.
    <script language="JavaScript" type="text/javascript">
                      function fnShowText(txt)
                        var x = document.getElementById(txt);
                        var e = document.getElementById(txt).name;
                        var sText = x.options.value;
                        var f = e.concat("b");
                        for (i=0; i<mainform.elements.length; i++)
                           if (mainform.elements<i>.name == f)
                         document.forms[0].elements<i>.value = sText;
                    </script>
    I know what the value of elements is, but I want this script to be dynamic.  Instead of looping through all the elements to find the value 'i' like I am currently doing it.  This is bad response time.  Is there a way to skip the looping and make this call dynamically if I already have the name of the element?
    Thanks in advance!
    Eric
    By the way there is a 'i' after elements but for some reason it isn't showing up on this board.

    if you have a input tag in your html page you can go about it the following ways.
    <input type=text name="t1" id="t1"></input>
    <script>
    document.getElementById("t1").value = "here";
    document.getELementsByName("t1")[0].value = "there";
    </script>
    getElementsByName brings back an array.
    getElementByID gets back one object.
    You should test your taget browsers with both of these.  I know that IE works fine with getID, but others do not.

  • New document type for value contract

    Dear Gurus
    I want to create new document type for value contract , can you suggest me the configuration as well as areas to be taken care.
    Advance thanks to all
    Regards
    Srinivas

    Hi,
    Please click the below link which is self explanatory in creating contract with screenshots.
    http://web.mit.edu/sapr3/windocs/bpsps05m.htm
    If you wish to go through some stuff notes on the processing of contracts, click the below:
    http://help.sap.com/saphelp_srm30/helpdata/en/75/c65d3a0eb60365e10000000a11402f/content.htm
    Regards,
    Kk

  • Updating exist FI document BSEG-ZUONR data element.

    Hi there,
    We're trying to update ZUONR field on an FI document  (BSEG) after it has been posted.   I looked for a "change  fi document" BAPI and have not been able to do so.  Is a BDC for FB02 the only choice for such a requirement or is there a FM suitable for this task?

    First, thanks for the replies, second my apologies for not being more specific.
    Here is the scenario: I have new custom data element added to MIRO, which is eventually stored in the RBCO table (at the line item level.)   Our requirement is have this data element moved into the BSEG-ZUONR field.
    I am aware of BTEs and have attemped to do so using the 1120 process, but the problem is I don't have access to the original data as entered in MIRO in the tables available in that BTE.  It appears that the RBCO table is not even update until after 1120 process is executed.
    Once again, thanks for responses.

  • Saving Issues: "Document couldn't be removed"

    Whenever I try to save one of my documents, the message "(name of document) couldn't be removed," comes up. It also notified me that my document wasn't autosaving either. If anyone has any advice to give on this, I'd appreciate it. I want to get rid of the probelm before it causes more problems with my schoolwork.

    Oh, sorry. I figured it out before someone could answer. I just restarted my computer, and then it was fine. Sorry about not answering sooner.

  • Generate change documents for characteristic value changes in material master

    Hello,
    I am currently using material class (class type: 001) and assign some characteristics to material master. I am going to create a query/custom report to track all changes in the characteristic values in that material master. However, I could not find any change document in CDHDR table.
    I have activated "Change Docs" parameter in class type 001 customizing as described in SAP note: 65124 Classification Change Documents as follow:
    Is it possible to generate change documents for characteristic values in material master?
    Regards,
    Julian

    Hi Rajen,
    Thanks for your reply. It seems that I missed one more step in the customizing. Once the multiple object is activated, I need to activate the change document parameter for each assigned object.
    Thread closed.
    Regards,
    Julian

Maybe you are looking for

  • Templates not updating other documents

    Help please.  my site that has three templates - 1 main and two nested are not updating the children pages.  what could possible cause this?

  • Painting

    Question: The game I am making in Swing involves objects moving around a grid. The way I create the animation is as follows... I have all my characters in JLabels as images. If I want a character to move left I simply call the setBounds method on the

  • Why is iWeb posting both my blog and the individual entries

    My problem is the the items I want to delete have somehow been uploaded as individual pages AND as part of our blog "At Home in Milwaukee." Example: in iWeb I have At Home in Milwaukee Entries Archive On .Mac, after I publish I get At Home in Milwauk

  • Cannot make outside call (H.323 gateway and CUCM 6)

    I cannot make outside calls. I am using H.323 gateway configuration and CUCM 6. I have attached configuration file and debug file. I configured H323 gateway and route pattern in CUCM. Please let me know if this is a configuration issue or telecom iss

  • Creative Audigy and M-Audio Studiophile LX4 Prob

    Hi I build computers but I hang my head in shame at my knowledge of sound cards in my computer I have an Creative Audigy sound card and I have just purchased the M-Audio Studiophile LX4 2. speaker system. I?m having a problem hooking it up as at the