Problem in updating bseg-zuonr and bseg-sgtxt fields.

Hi guys,
I have a requirement to update    ZUONR  and  SGTXT   fields in  BSEG , BSAS, BSIS, BSAK, BSIK, BSAD, and BSID tables .  Is there any FM or BAPI to achieve this functionality as i dont want to use UPDATE statement. anybody please help me out.
Thanks in Advance
Regards
satish

Perform some search at scn on transactions FB02 and FB09 (BDC solution) or FM FI_ITEMS_MASS_CHANGE (BDC generator actually)
Regards,
Raymond

Similar Messages

  • HT201210 nowadays have many user have problem with update to ios7 and need active with apple id maybe in the future in order escape from these problems must be stop use these products else. Because of simple user don't know about this technology and somet

    nowadays have many user have problem with update to ios7 and need active with apple id maybe in the future in order escape from these problems must be stop use these products else. Because of simple user don't know about this technology and sometime just hear from other user that it 's difficult to use then force they change phone that use to handle to another.

    It is a feature to discourage the theft of iPhones by making them useless if resold. It's not going anywhere. It's simple: just don't buy a phone until you make sure that the activation lock has been disabled.

  • How to see  fields BSEG-XREF1, BSEG-XREF2 and BSEG-XREF3 in FB60

    Hi,
    We need to  make visible  fields BSEG-XREF1, BSEG-XREF2 and BSEG-XREF3 in transaction FB60 for data entry.
    Please advise .
    Regards,
    Saeed

    Dear Saeed,
    First Make Field Status group this fields mandatory or Optional.
    Then after entering all the data in fb60 screen goto to environment and then press Complex Posting.
    Then double click on the line Expense line item and press more data.
    There you will find this fields for entry.

  • Problem with update Photoshop, Illustrator and Indesign CS6

    Hi all. I have problem with update Photoshop, Illustrator and Indesign CS6 on OSx 10.8.4. Application are OK but update (bug fixies) not working. Update failed. (U44M1P7)

    Hi El Gondo,
    The following might explain and help solve the problem...
    U44M1P7 - Updates :
    http://helpx.adobe.com/creative-suite/kb/error-u44m1p7-installing-upda tes-ccm.html
    U44M1P7, U44M2P7 - Creative Cloud Help / Can't apply Extension Manager update 6.0.2 | Mac OS :
    http://helpx.adobe.com/creative-suite/kb/unable-apply-extension-manage r-update.html
    Thanks!
    Ankit

  • Problems in updating Lumia 920 and installing apps

    Hi,
    I have had problems with the new (approx. 1 month old) Lumia 920. In the beginning (bout 2 weeks) everything worked fine. Then started synchronization problems with MS account. I was some how able to fix these problems, even they renewed. I thought that the Black update would fix the problems, but the phone did not istalled the update. It started to download the update, but after dowloading 20-50 % of the update the download crashed with some error code. I also had problems to install some apps. App was downloaded to the phone, but duringthe installation the process crashed and reported some error. After one week of trying different kinds of tricks to get the update and installation of apps working I decided to reset the phone to original setting i.e. hard reset. The reset cycle went through fine. i was able to set the MS account and synchronization was working, got e-mail and contacts to the phone. Still the update does not work and now I can not install any apps to the phone. There are over 20 updates waiting, but always the result is the same. App is downloaded to the phone, but during installation the process crashes. I have tried different connections WiFi and mobile data and done the soft reset every now and then. Is there still something I can do myself to try the fix the problem or should I just take the phone to the Nokia Care.

    Bro
    I would recommend you to check your device thoroughly by Nokia Care Technical team or get it replaced because the problems you have described, unluckily it is a defective device.
    KK

  • New Problem w/updated iPod software and Alpine Integration (4th Gen)

    I have been happily using my 4th gen iPod with my Alpine head unit and Alpine iPod adapter.
    A few weeks ago, I updated my iPod software to the latest version. Now the iPod sometimes behaves strangley. I encounter the following problems:
    1) Sometimes when I turn the car off, the iPod now won't automatically go into pause and then turn off. It will just keep running with the car off and ultimately wear down the battery.
    2) Sometimes the iPod does go into pause mode and turn off when I turn the car off, but then it won't wake from its slumber. The only way to get it working again is to perform a reset.
    These problems seem most persistent when listening to Podcasts. Although I have not yet narrowed it down to exactly that. Also, I do not get problem #2 when the iPod is NOT connected to the Alpine unit.
    Any help of info would be appreciated. I am not sure it's the new iPod software, but that's the only thing that has changed and it's been working perfectly up until now.
    PS: I have done the 5 R's.

    Anyone?

  • Problem in Updation of OcrCode and CogsOcrCod

    Hi,
    My problem is as follows,
    I am creating AR Invoices using DI, in the invoices we have the Dimensions (OcrCode), we can configure 4 different dimensions and use all 4 in a single Invoice now the problem is that we cannot add more than one Dimension when we create using DI.
    What should i do regarding this.??
    Vasu Natari.

    Hi Vasu,
    I'm working with B1 2007A PL44 and PL46 and we have 6 costing codes available
            Dim oDocument As SAPbobsCOM.Documents
            Dim oDocumentoLines As SAPbobsCOM.Document_Lines = oDocument.Lines
            oDocumentoLines.CostingCode = ""
            oDocumentoLines.CostingCode2 = ""
            oDocumentoLines.CostingCode3 = ""
            oDocumentoLines.CostingCode4 = ""
            oDocumentoLines.CostingCode5 = ""
    Regards,
    Vítor Vieira

  • Problem while updating Tel no and Fax no using BAPI_BUPA_ADDRESS_CHANGE

    Hi,
    Im trying to update the Telephone number and Fax number using a BAPI but unable to update in Tcode BP .can you please tell teh solution.my code is below.
    data : i_tel like BAPIADTEL occurs 0 with header line,
           i_fax like BAPIADFAX occurs 0 with header line,
           i_telx like BAPIADTELX occurs 0 with header line,
           i_faxx like BAPIADFAXX occurs 0 with header line.
    i_tel-telephone = '800-266-3377'.
    append i_tel.
    i_fax-fax = '505-796-9601'.
    append i_fax.
    i_telx-telephone = 'X'.
    append i_telx.
    i_faxx-fax = 'X'.
    append i_faxx.
    To add Telephone number and FAX number
    CALL FUNCTION 'BAPI_BUPA_ADDRESS_CHANGE'
      EXPORTING
        businesspartner              = '0007000006'
    TABLES
       BAPIADTEL                    = i_tel[]
       BAPIADFAX                    = i_fax[]
       BAPIADTEL_X                  = i_telx[]
       BAPIADFAX_X                  = i_faxx[].
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
        EXPORTING
          wait = 'X'.
    if sy-subrc =0.
    write:/5 'Successfully updated'.
    endif.
    Regards,
    Deepthi.

    DATA : i_tel LIKE bapiadtel OCCURS 0 WITH HEADER LINE,
             i_fax LIKE bapiadfax OCCURS 0 WITH HEADER LINE,
             i_telx LIKE bapiadtelx OCCURS 0 WITH HEADER LINE,
             i_faxx LIKE bapiadfaxx OCCURS 0 WITH HEADER LINE,
             i_return LIKE bapiret2 OCCURS 0 with header line.
      i_tel-telephone = '800-266-3356'.
      APPEND i_tel.
      i_fax-fax = '505-796-9656'.
      APPEND i_fax.
      i_telx-telephone = 'X'.
      i_telx-updateflag = 'I'.
      APPEND i_telx.
      i_faxx-fax = 'X'.
      i_faxx-updateflag = 'I'.
      APPEND i_faxx.
    To add Telephone number and FAX number
      CALL FUNCTION 'BAPI_BUPA_ADDRESS_CHANGE'
        EXPORTING
          businesspartner = '0007000006'
        TABLES
          bapiadtel       = i_tel[]
          bapiadfax       = i_fax[]
          bapiadtel_x     = i_telx[]
          bapiadfax_x     = i_faxx[]
          return          = i_return.
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
        EXPORTING
          wait = 'X'.
      IF sy-subrc = 0.
        WRITE:/5 'Successfully updated'.
      ENDIF.
    data:v_msg(255) type c.
    loop at i_return.
    CALL FUNCTION 'FORMAT_MESSAGE'
      EXPORTING
        ID              = i_return-id
        LANG            = 'EN'
        NO              = i_return-number
        V1              = i_return-message
      IMPORTING
        MSG             = v_msg
      EXCEPTIONS
        NOT_FOUND       = 1
        OTHERS          = 2 .
    write:/5 v_msg.
    endloop.

  • Updatation of rows and refresh a field after it

    Hi All,
    I have a table called VHEADER in which i have a field called 'Total_amount' which is in MASTER BLOCK
    I have another table called 'VDETAILS' in which i have a field called 'amounts' ..
    now when user enters multiple amounts and in INSERT state the Total amounts can be refreshed . my problem is that when user queries the data and change the amounts in detail block I am calling a procedure to update the total amount in master table but it doesnt refreshes the total amount in the field of master block.
    If i issue :VMASTER.TOTALAMOUNT := VDETAILS.CALC_AMOUNTS (its a summary field) it says RECORD HAS BEEN MODIFIED BY SOME OTHER USER ..SO REQUREY IT TO SEE THE CHANGES....
    how I can update that master block field accordingly after UPDATE STATEMENT on PRE-UPREDATE.
    thanks

    Where is this procedure located? If it is in the database, then Forms does not know what the new total amount is. That is why it is telling you to requery the table. If you had used a program unit to update the total amount in the VHEADER master block, then this message should not appear.
    After calling the database procedure, do this:
    go_block('VHEADER');
    execute_query;

  • Problem with concatenated data store and VACHAR(4000) field

    Have a concatenated data store built from 18 columns in one table. The main column for the index is a VARCHAR(4000) field. When we insert more than 3215 characters in that field the row disappers from the index, 3215 characters or less works fine.
    Anyone know why?

    hi,
    If you want to display them in an input field you will need to use expression box and use the formula as store@datastorefield.
    if you want to display in the Plain text go to the display tab in the properties of plain text and use the same formula here, in plain text you can only display the values present in the datastore.
    Regards,
    Rk.

  • BSEG-ZUONR to Update COPA

    Hi All, We are trying to update COPA-KNDNR with the value posted into BSEG-ZUONR. The scneario is from the F104 transaction, posting of doubtful debt provisions where customer number is updated into BSEG-ZUONR and we wish to update COPA with this value so that the provision appears at customer level. Can anyone help?
    Thanks

    Hi Richard
    I have not done this with an automatic transaction like F104, but you can post through Fi to PA directly.  If it is the expense account, not the provision acc.
    In transaction OKB9, tick the PSG (profit segment) on the relevant account.  Create a field status variant for the account to post to the profitability segment mandatory and assign to account master data in FI
    Then create a derivation rule in PA.  Select new rule, select table lookup. Table BSEG enter
    In the assignment section fill in ZUONR = CO-PA - KNDNR
    If this doesn't work, you can create a characteristic group in PA  and assign the transaction for FI and select the relative fields that can be filled by the FI entry without intervention from the user.
    Hope this helps.  Please assign rewards if it does.
    Kind regards
    Dawn

  • Is there a poor network connectivity after updating to 6.1.3 ? I have updated to it and seem to have to this problem

    Hi guys,
    I recently updated to 6.1.3 and seem to have to have network connectivity issue. The network bar stands at 2 to 3 where as the same connection on another phone stands well at full 5 bars (at the same location).
    And also App store takes ages to load.
    Any remedy for this ??
    P.S: I have done the basics like rebooting, cleaning history and cookies of Safari, exiting all backgroud processes, turning off location service and minimal push-notifications. But doesn't seem to take me anywhere . Kindly Suggest !!
    Thanks ! Cheers !

    I've had the same problem. Updated last night and haven't been able to use the phone at all since then. Black screen, grey screen, light blue screen, pixelated screen, white screen with darkened corners, flickering screen, white stripe across screen, no connectivity to anyone's computer incl bluetooth. Recurrent dead battery. Occasional apple on screen.
    Dead.
    Have you had any joy with yours? Or should I just bin it?

  • Connection problems after updating to iOS 5

    Hello everyone,
    I updated my iPhone 4 (bought it in June '10) to iOS5 a week ago like everyone else. Ever since then, I've been experiencing problems with pretty much anything that requires a data connection. It won't send messages, log in to Facebook or other communities or find any websites. I have to switch the phone off and back on and then it'll work for a while. Usually, the problem starts after I haven't the phone for 15 minutes or more. It just happened and when I checked the connections, I had full connection (five bars + 3G) to my phone provider and full connection to my wifi as well. Still, iMessage said my messages couldn't be sent, it didn't download new emails and Whatsapp Messenger wouldn't even connect. So far, I haven't experienced any problems with the phone connection, can make calls and haven't been told I couldn't be reached, so I think it's safe to assume the phone connection isn't part of the problem.
    There weren't any problems while updating the phone and I haven't dropped it or anything since then. The only thing I noticed was that when setting it to auto-sync via iCloud, it slowed down my internet, so I switched that feature back off. Do you think this has caused the problem? Any suggestions to what I should do?

    How long does the "waiting" message stay there? Does it eventually go away and the app loads or does it stay that way permanently?
    The app store is temporarily being overwhelmed by purchasers of the new iPad trying to get apps onto their devices. This might be a reason for a long wait. But eventually you should be able to get the app if the extra use is causing the problem.
    Did you try a reboot of your iPad? Press and hold the Home and Sleep buttons simultaneously ignoring the red slider until the Apple logo appears. Let go of the buttons and let the iPad restart. See if that fixes your problem.
    You might also have something else waiting to download that is causing the problem. Something like a podcast. Check all apps that download regularly to see if this is the case and delete those or terminate their download.
    Have you deleted those apps that are waiting? Do that and then retry them on at a time.
    Hope this helps.

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

  • Enhancement for VL02N to update the item text(BSEG-SGTXT) during PGI

    Hello all,
    Actually, I need your help experts. I am trying to update the item text(BSEG-SGTXT) for accounting documents with the sales order number during their creation(post goods issue) from transaction VL02N, VL01N, VL09.
    I have checked the 17 exits available for these transactions and non of these 17 exits allow me to modify the item text(BSEG-SGTXT). I am currently investigating on the two badi's available for these transactions.
    I am not sure if it possible to make these modifications via Badi's.
    Does anyone have any idea or technique that can help me to find a way to modify/update the item text(BSEG-SGTXT) for any accounting document generated during post goods issue using transaction VL02N, VL01N, VL09?
    Thanks a lot in advance for your help experts.
    Kind Regards,
    Bryan

    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

Maybe you are looking for

  • PDF from postscript (ps2pdf) displays "Insufficient data for an image" error in Reader

    Hello, I'm not fully confident this is the best place for this, but I'll start here. Note that this is NOT the same as the issue that was recently fixed in Reader 11 (found at http://helpx.adobe.com/acrobat/kb/insufficient-data-image.html) I am using

  • How to create lossless PDF from DOCX?

    Hi everyone, Im currently trying to convert my Diploma´s Thesis to PDF but am having a hard time with the images. No matter which converter I try, the pictures come out skewed and low quality, just like below: Not only are the pictures skewed, but th

  • PPC Mini works with Samsung 46" LCD at 1360x768 (sort of)

    Greetings. I just purchased a Samsung 46" LCD panel with the intent of using my PPC mini as a home theatre. I connected the mini to the LCD and once I turned off overscan, the display looks very good. The on-screen text is clear and sharp and the col

  • N96's terrible playback noise during video playbac...

    I am extremely angree to nokia n96 designers.I have been using noıkia for years.But didin't hope to have a problem like this in the most expensive mobile.Please do something and correct the mistakes.!!!!

  • OIM Trusted Reconciliation with OID

    Hi all, 1. i am facing the problem with trusted reconciliation , i mapped AttrName.Recon.OID.Map with OOTB values , and in Reconciliation manager the Event is created with No Match Found, 2. In provisioning i am using the Entity Adapter to generate t