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

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.

  • 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

  • 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.

  • 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

  • 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

  • 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

  • Getting Modified date of a particular document in KM Content

    Hi,
    Can I fetch the modified date of a particular document from KM Content?
    I know  i can find the date in settings -> properties. But I want to fetch the value of modified date/time.
    I want to save that  modified date/time in particular attribute in a program developed in NWDS so that I can proceed with my code depending on modified date/time.
    Please guide me.
    Regards
    Simin

    Belw code snippet gives me the Modified date for the document RFCCall.html stored in documents folder.
    public void doContent(IPortalComponentRequest request, IPortalComponentResponse response)
              IUserContext uc = request.getUser();
              IUser user = (IUser)uc.getUser();
              ResourceContext ctxt = new ResourceContext(user);
              RID rid = RID.getRID("/documents/RFCCall.html");
              IResource resource;
              try {
                   resource = ResourceFactory.getInstance().getResource(rid, ctxt);
                   response.write(resource.getLastModified().toString());
              } catch (ResourceException e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
    You need to add a sharing reference to knowledgemanagement for this to work.
    Regards
    Prashant

  • 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

  • Acrobat X standard pb pour modifier le texte d'un document

    Je n'arrive pas modifier le texte d'un document sous acrobat X standart qui a été crée à partir de acrobat distiller 7.0.5.
    Message d'erreur: le texte accumulé dans la zone de seléction tentée a subi une rotation ni horizontalement ni verticale. L'outil de retouche ne peut pas créer de sélection de texte.
    Le plus étonnant c'est que je peux modifier le texte avec avec acrobat pro 7 mais pas avec acrobat X standard pour ce meme document.
    Test effectué sous windows XP pro service pack3 et windows 7 pro service pack1.
    Merci d'avance

    Salut,
    il n'y a malheureusement rien à faire à part essayer de modifier les Préférences comme indiqué sur la capture d'écran jointe…
    Par contre ça fait plaisir de rencontrer un utilisateur des abracadabraTools !

  • I need to modified or changes in Ordering Document of Sales order

    Dear All,
    Currently i have a task to modified the changes in Ordering Document of Sales Order where
    Products
    You have ordered the products described below for use in the U.S., and not for resale, unless otherwise specified.
    Currency Used On This Document........
    Changes required in U.S. ----- Pakistan
    Please advice how can i do this.

    How does one remove the following text from the Ordering Document that is generated from Sales Order Preview and Print?
    "Products
    You have ordered the products described below for use in the U.S., and not for resales unless otherwise specified"

  • I have Microsoft Office 2008 and only use Word and Excel. It takes 980 mb. I am considering replacing it with Apple iWorks 2013. If I do, can I delete Office, and still access and modify my Word and Excel documents?

    I have Microsoft Office 2008 and only use Word and Excel. It takes 980 mb. I am considering replacing it with Apple iWorks 2013. If I do, can I delete Office, and still access and modify my Word and Excel documents?
    I have a MacBook Air and OS 10.9.4

    Ron
    Just adding to what CSound has said.
    Pages and Numbers will change Word and Excel documents when they open and close them.
    Sometimes the change is subtle and sometimes not. With the latest versions of Pages and Numbers, more likely not.
    So don't think you are going to work with MsOffice files without problems. You will always have something not right and in some cases really annoyingly not right. Like having all the text from Pages appear bold in MsWord, or page breaks in the wrong place or some objects and graphics not appearing in one or the other.
    If working between different Operating Systems and MsOffice files, I also recommend LibreOffice. It opens and saves nearly all file formats. Unfortunately not .pages or numbers. Yet. The folks at LibreOffice are busy adding to it all the time, and making sure it works in all Operating systems, Mac, Windows and Linux and they are promising iOS as well soon.
    Peter

  • Modifying BSEG table

    Hi,
    I need to modify BSEG-AUGBL, Is there any FM or BAPI to change it,
    Thanks in advance
    Regards,
    adnois.

    Hi Chaitanya,
    Check below
    SAMPLE_IF_00001110_BSEG_CHANGE
    FM_CHANGE_AA_REAS_INCOME_BSEG
    FM_FMUDBSEGH_CHANGE
    FM_FMUDBSEGP_CHANGE
    FMUDBSEGH_UPDATE
    FMUDBSEG_UPDATE
    G_BKPF_BSEG_UPDATE
    hope it helps you.
    Thanks!

  • BSEG Update during accounting document post

    Hello ALL,
    Need an idea to update a custom field in BSEG. The field should get updated once the A/C document gets generated but not yet saved in database. The BTEs are not helpful as its NOT allowing to change the T_BSEG entries. Substitution also not helpful as its gets triggered quite prior to the actual generation of accounting document in the system. The important part is the updation shouldn't be transaction specific. Means whenever an accounting document gets generated that exit/badi/bte should trigger to update that custom entry.
    Many Thanks for the suggestion.
    Somnath

    Hello Ankur Agrawal,
    Thanks a lot for your help.
    I got the item text from the mentioned BADI.  I will get back to this post if it works.
    Thank again for your quick reply.
    Kind Regards,
    Bryan

  • How to populate invoice reference field (bseg-rebzg) in accounting document

    Hi,
    I am working on a scenario in which first a billing document and its corresponding accounting document (say A) is generated.
    Then if there ia any correction, we create a credit memo request. From this credit memo request we create a credit note.
    After saving this credit note another accounting document (say B) is created. This new accounting document has "Invoice ref." field blank (BSEG-REBZG). However, I want to display first accouting document's number (i.e. A) in "Invoice ref." field.
    I tried to change the reference number field in user exits (called during credit note creation) but it didn't help and accounting document didn't get created.
    Can anyone please suggest how this can be done?
    Thanks in Advance!!
    Kind Regards,
    Priyanka.

    Hi,
    I really doubt that the number of invoice document get stored here. This is only filling up with "V" in our system for the credit memo accounting document referencing to an invoice document created with reference to billing document.
    Please read the help on this filed.
    In the standard system the field is used for:
    Credit memos which refer to a particular invoice item
    Subsequent invoices for an invoice item
    Partial payments for an invoice item
    Partial clearings of down payments.
    In the first two cases mentioned, the terms of payment are copied from the cross-referenced invoice item into the item currently being processed. This ensures that items due on the same date are paid together by automatic payment.
    A special rule applies to credit memos which have a "V" in this field. The due date is determined in the same way as for an invoice. If the field is empty (containing neither a document number nor a "V") the due date is the baseline date for payment.
    Regards,
    Ravi

Maybe you are looking for