Update termination for BSEG-PSWSL Field

HI
All
I need assistance in regaring update termination happining in the particular field while clearing the document through the F.13 tcode. it is not able to pick the that particular field for the clearing document. i have checked with the tech team and they says as the functional issue because update is not happinging for the clearing document.
Regards
Ashok

HI
This clearing is working fine for the same document earliear also. now the problem is coming for the line item 002 for clearing. rest other line items are cleared.
Even we dont have bug to find the issue.
Regards
Ashok

Similar Messages

  • Update Terminated for VF01

    Dear Friends
    When I am trying to create an invoice from vf01, during the time of saving the document, a message is coming as follows and billing document is not getting saved . No excise invoice is getting generated
    Update was terminated
    Transaction.. VF01
    Update key... 529CE7DD8D64F109B1C2001A646A1292
    Error Info... 8I 336: Error in allocating Excise invoice
    In SM13, I found the following error. :     J_1I4A_CREATE_SD_INV_UPDATE     V1     
    Chandra

    Dear Chandra,
    Contact your BASIS-Administrator.
    Meanwhile, Check with Your NUMBER RANGE MAINTENANCE in  Transaction: SNUM, for Object: J_1IINTNUM
    Best Regards,
    Amit
    Note: For more, refer my post:
    [Update terminated|Re: ABAP run time error]

  • Substitution required for BSEG field updation.

    Hi All,
    I am having a scenario for updating the BSEG-RECID field depending on the value of the RSEG-GEBER field in MIRO.
    When I am trying to create a substituion in GGB1 T.Code:field BSEG-RECID is not displayed there for creating the substitution
    How to get that field for applying the substituion in to that screen. Remaining fields in BSEG table are being displayed.
    Help me out.
    Regards
    Srikanth

    Hi SriKanth,
    You will have to update the table using SM30 or take a help from an ABAPer to updated the table.
    I do not remember the table,but check the techinical details of the filed names in substituition and ask the ABAP er to update the field you require to be in the desgnated table
    I think there is a program which does the chage for you
    Anand

  • User exit or FM or BAPI to update bseg-augbl field

    hello,
    i'm looking for a solution to update bseg-augbl field.
    is there a user exit or fm to do it ?
    please help.

    hi,
    i think, there's no fm or bapi -
    so try batchinput for transaction FB09.
    P.S.
    why do you want to change this field ? I think it's -<b>without exception</b>- a field that should be changed only by SAP-standard programs ?????
    A.

  • USEREXIT to update BSEG-BVTYP field through VF01 transaction

    Hi Folks !
    I have a requirement where I have to update the Partner Bank Type(BSEG-BVTYP) field through the transction VF01.
    I tried with many exits like SDVFX008, RV60AFZC, RV60AFZZ and Includes like ZXVVFU01, ZXVVFU08, but unfortunately no results.
    I want to know which structure is passed from SD to FI when we create a invoice in VF01.
    Please help me, how could i update this field through VF01.
    Thanks in advance !

    Hi Sudarsan
    What u r telling u tried the exit
    SDVFX008 and u didnot get the solution.
    This exit is for the structure sd-fi only and i have created 2 projects with this for somw enhancement and its  populating with vf01.
    Pls try to craete a project on this exit and write code in the functionm exit of that definitely u will get the solution.
    Rajendra

  • Creating process for multiple Date fields for update or insert in APEX

    hello there,
    could someone please help me?
    i have a form on Apex based on view that is based on three tables and updating and inserting ok using trigger instead of.
    i have a problem now as in my form i have around 75 fileds (items) incuding 30 or more date fields which could be populated or left blank or update later.
    so for each date field i have two boxs; one for date, input as dd/mm/yyyy (text field) and second for time, input as 23:45. All dates will be insert or update manually by user. so as i mentioned not all date fields could be poulated at one stage.
    so i have created some process and validations and all of them work fine but i came accross if date left blank then (:) giving me problem so i have done following further process for each date field. In real table all the date fields have data type date.
    declare
    v_my_var date; -- for first date field
    str_dy VARCHAR2(10);
    dt_indx date;
    str_tm VARCHAR2(20);
    tm_indx date;
    begin
    str_dy := :p4_first_date
    str_tm := str_dy||' '||substr(:p8_first_date_hh,1,2)||':'||substr(:p8_first_date_HH,4,2);
    dt_indx := to_date(str_tm,'DD/MM/YYYY HH24:MI');
    IF str_dy is not null then
    v_my_var :=dt_indx;
    ELSE
    v_my_var := NULL;
    END IF;
    update table 1 set my_date = v_my_var where d_id= :p4_d_id;
    end;
    above code work fine but one date field of course therefore i have to do same code for each date field with changes and initialise variable again and again for each field.
    so i like to ask is there any easy way that is more professional. i was thinking about the procedure and using collection or similar but honestly not much experience on that so could some one please help me?
    I will be very thankful.
    KRgds

    Hi,
    You can do the needful by re-using the code if you can give the item names as P8_DATE1, P8_DATE_hh1, P8_DATE2, P8_DATEhh2 etc..So your item name just differs by a sequence.
    Now you write function which will return desired date value taking above items as input. Pass item names to this function, get session state using APEX_UTIL.GET_SESSION_STATE('item_name') API.
    Now modify you code as
    FOR i IN 1..30
    LOOP
    v_date_array[i] = f_get_date('P8_DATE'||i, 'P8_DATEhh'||i);
    END LOOP;
    ....Now you have all date valus in array. Just write one update as follows
    UPDATE  TABLE1
    SET date1 = my_date_array[1], date2 = my_date_array[2]..
    WHERE ....Hope it helps :)
    Cheers,
    Hari

  • Updated terminated error for VA21 T.Code

    Hi,
    good day guys,
    Ive dev the smartform for quotation one which the t.code is VA21. i used the print programme is "R2RRVADOR01"
    If i run the va21. iam getting the updated terminated pop-up message. i checked the data and everything,. data was fine.
    as well as nace configuration also.
    error
    Update was terminated
    System ID....   BC1
    Client.......   520
    User.....   RP
    Transaction..   VA21
    Update key...   1DD181DF1809F14C8D820010185660DC
    Generated....   27.06.2010, 12:12:46
    Completed....   27.06.2010, 12:12:46
    Error Info...   ABAP/4 processor: CALL_FUNCTION_PARM_MISSING
    plz can one tell how to overcome this prob.
    regards
    chandu
    Edited by: chandu29 on Jun 28, 2010 7:57 AM

    thank you for reply.
    error analasys
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_DYN_CALL_PARAM_MISSING', was
    not caught in
    procedure "PROCESSING" "(FORM)", nor was it propagated by a RAISING clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    When calling the function module "/1BCDWB/SF00000050", one of the parameters
    needed according to the interface description was not specified.
    This parameter was "IS_BIL_INVOICE".
    iam not passing the IS_BIL_INVOICE parameter to my smart form/print programme but iam getting the parameter was missing.
    still iam confussing.
    plz let me know, why this error poping?
    thank you
    regards
    chandu

  • Can not update Term value for metadata columm field to empty

    Hi ,
    I have created a TermSet for Sitecollection and created Managed metadata column called Delivery linked with the Term (onsite , online, etc..)  in the Term set . If i try to update the Term Value for Metadata Colum  field to
    blank ( e.g remove onsite so it has blank value)  then click Save , it does not save the blank value it reverts back to the original value set for that metadata field.  The metadata column is set "not to require to contain information" 
    & do not force unique value
    Any idea
    Thanks
    mp

    Hi,
    I understand that you want to change a metadata column to be blank. I cannot reproduce your issue. I can set the managed metadata column to blank as expected. Can you reproduce this issue with another managed metadata column? Or does this happen to the only
    managed metadata column?
    Here are my steps to achieve this:
    Open the root site of the site collection in browser.
    Click Site Actions> Site Settings.  Click Term Store Management under Site Administration.
    Created the term store. Then create a managed metadata column to use this term store(have tested this column with both list and library).
    Set "not to require to contain information"  & do not force unique value &Allow fill in value& Don’t specify a default value.
    Thanks,
    Entan Ming
    Entan Ming
    TechNet Community Support

  • SAP Script - get a message "update was terminated for author......."

    Hi,
    I am try to print a purchase order(me22n) into form(script form), Gettin the following fatal error - No SAPscript message exists. and one message in pop-up window is coming up like : "Update was terminated for user...."
    TD 000: No SAPscript message exists
    Any one came across this error.
    Pls treat it as urgent. i will reward for every helpful responses.
    Cheers
    Bobby

    Hi,
       Thank u for quick response.
       but already  have maintained driver program and forroutine in TCODE - NACE in Quality system.
    Thx in Adv.
    Bobby

  • Update plant on BSEG based on Inter-company invoice

    Dear All,
    I have requirement to update Plant on BSEG for an Intercompany invoice. Does there exists any customization for the same? Currently the Accounting document is getting generated but plant field in empty.
    If not can you please suggest the userexits/BTE's to be used here to update BSEG-WERKS or a substitution has to be used.
    Thanks,
    Abh

    Hi,
    You can simulate the scenario in your test environment and check the impact of OBC4. But, I think that it has a relationship for not flowing the value.
    Regarding the other part, please note that as per Standard SAP, only for Acount Type "S" it is possible not for Account Type "D" or others.
    You may wait for response from other experts on this.
    Regards,
    Kiron Kumar T.

  • Which BAPI to update assignment number(BSEG-ZUONR)

    Hi All,
    I need to update a BSEG-ZUONR.
    I guess update is not the best way since i want to update in all related tables.
    Could you please let me know the BAPI through which besg-zuonr field can be updated.
    Regards,
    Dash

    Hi,
    This field you can control in Copying Control for Billing Doc(header) as target.
    Check Tcode VTFL(Delv to Bill), VTFA (order to bill) & VTFF (Bill To Bill)
    You can find the assignment/allocation number under additional information in the (document) line item that is forwarded from SD to FI. If the field was not filled in the order, you can determine the content of the field in this step:
    1. A:Customer purchase order
    2. B:Sales order number
    3. C:Delivery number
    4. D:External delivery number
    5. E:Actual invoice number
    If you do not make an entry and the field is not filled in the order, the field remains empty.
    If you would like to link the delivery to invoices in accounting (which is necessary in the self-billing procedure), enter 'C' for the relevant invoices.
    I hope this can assist you.
    regards,
    Ravi

  • Updation terminated Error in BAPI Call

    Hi All,
    This is related to Warranty module where I need to first change status of a claim (which results into creation of new version for the same claim) and then need to update some fields in the newly created claim version.
    I am doing the above steps in following sequence:
    1) call of BAPI_WARRANTYCLAIM_SET_ACTION (to change the status of claim)
    2) call of BAPI_TRANSACTION_COMMIT
    3) call of BAPI_WARRANTYCLAIM_CHANGE (to change the fields)
    4) call of BAPI_TRANSACTION_COMMIT
    My problem that I am facing is:
    - When I execute the whole code, it results into "Updation termination error" followed by an email to my SAP inbox. However, if I execute the BAPIs - SET_ACTION and CHANGE seperately, it works perfectly fine. What I could figure out is that the error is because of LUW not getting completed ie lock still persists when BAPI_WARRANTYCLAIM_CHANGE is called.
    By using COMMIT WORK AND WAIT, its still not working.
    Can anyone provide some help or pointers for the same.
    Waiting for an early reply.
    Thanks,
    Debarya.

    hi all,
    thanks for prompt reply.
    <b>RAVI -</b> I have tried removing the BAPI COMMITS and explicitly used COMMIT AND WAIT. But it is not working.
    <b>VJ -</b> well, i have checked SM13 transaction, but could not figure out head or tail out of it. i am providing you the list below. As you can see, for 9th point, it is showing ERROR. however, i could not figure out, how to proceed from there.
      1  WTY19_CHANGE_DOC_CREATE        V1                   Initial
      2  PVSDBWTY_PARTNER_UPDATETASK    V1                   Initial
      3  BAL_DB_INTERNAL_IN_UPDATE_TASK V1                   Initial
      4  PVSDBWTY_WTYV_IMRG_SAVE        V1                   Initial
      5  PVSDBWTY_WTYV_IMRG_SAVE        V1                   Initial
      6  WTY15_PRICING_COND_POST_UPD    V1                   Initial
      7  HANDLE_TEXT_ARRAY_AFTER_COMMIT V1                   Initial
      8  PVSDBWTY_WTYV_IMRG_SAVE        V1                   Initial
      9  PVSDBWTY_PARTNER_UPDATETASK    V1                   Error (no retry)
    10  HANDLE_TEXT_ARRAY_AFTER_COMMIT V1                   Initial
    11  PVSDBWTY_SAVE_UPDATETASK       V1                   Initial
    Regards,
    Debs

  • SPAM update Error for patch level 42 on 7.01

    Hi all,
    While applying SPAM update 42 for 7.01, we received the error below.  We also tried to apply a lower version with the same results.  Your help is appreciated.
    Class CL_OCS_RT_ANALYSIS,Method GET_XML
    The row type of the table "ME->T_PATRTVERS" is not compatible with
    field symbol type "<FS_PATRTVERS>".
    from ST22:
    Runtime Errors SYNTAX_ERROR
    Date and Time 10/10/2011 05:16:00
    Short text
    Syntax error in program "CL_OCS_RT_ANALYSIS============CP ".
    What happened?
    Error in the ABAP Application Program
    The current ABAP program "SAPLSPAM" had to be terminated because
    it has
    come across a statement that unfortunately cannot be executed.
    The following syntax error occurred in program
    "CL_OCS_RT_ANALYSIS============CP " in include
    "CL_OCS_RT_ANALYSIS============CM002 " in
    line 67:
    "The row type of the table "ME->T_PATRTVERS" is not compatible
    with fie"
    "ld symbol type "<FS_PATRTVERS>"."
    Thanks,
    Domenick

    Dear Domenick,
    This issue you are facing is most probably because of a force reset of SPAM queue in IMPORT_PROPER phase.
    You might have reset the queue forcibly which has created inconsistency in the system and has destoyed SPAM transaction
    related program sources.
    Now in order to resolve this you can try out a small fix.
    You can pick up the class/interface CL_OCS_RT_ANALYSIS============CP from a system which has already been patched with SAPKD70142. You can transport this class to the affected system.
    Once done, try to do the SPAM import. If the SPAM import is successfull it is fine.
    If it not successfull, there is no other way apart from restoring the sytem since the SPAM sources are corrupt.
    Best Regards,
    Abhishek

  • Too many error records - update terminated

    Hello !!!
    Please help me with resolutions/reasons for the below errors.
    While loading data following errors are coming up & also the number of erroneous records when seen through PSA is quiet large (>2000). We neither want to delete the data nor to edit it, as prior to upgrade this InfoPackage used to work perfectly fine
    (Please note that system is recently upgraded from BI 3.x to BI 7.0).
    Too many error records - update terminated
    Message no. RSM2706
    Diagnosis
    More than 1001 records have been flagged as incorrect. There is probably a system error.
    System Response
    For performance reasons, the system terminates the update and additional checks.
    Thanks,
    Shantanu.

    Hi,
    I think you are facing an invalid character issue.
    This issue can be resolved by correcting the error records in PSA and updating it into the target. For that the first step should be to identify if all the records are there in PSA. You can find out this from checking the Details tab in RSMO, Job log , PSA > sorting records based on status,etc. Once its confirmed force the request to red and delete the particular request from the target cube. Then go to PSA and edit the incorrect records (correcting or blanking out the invalid entries for particular field InfoObject for the incorrect record) and save it. Once all the incorrect records are edited go to RSA1>PSA find the particular request and update to target manually (right click on PSA request > Start update immediately).
    I will add the step by step procedure to edit PSA data and update into target (request based).
    Identifying incorrect records.
    System wont show all the incorrect records at the first time itself. You need to search the PSA table manually to find all the incorrect records.
    1. First see RSMO > Details > Expand upate rules / processing tabs and you will find some of the error records.
    2. Then you can go to PSA and filter using the status of records. Filter all the red requests. This may also wont show the entire incorrect records.
    3. Then you can go to PSA and filter using the incorrect records based on the particular field.
    4. If this also doesnt work out go to PSA and sort (not filter) the records based on the particular field with incorrect values and it will show all the records. Note down the record numbers and then edit them one by one.
    If you want to confirm find the PSA table and search manually."
    Steps to resolve this
    1. Force the request to red in RSMO > Status tab.
    2. Delete the request from target.
    3. Come to RSMO > top right you can see PSA maintenace button > click and go to PSA .
    4.Edit the record
    5. Save PSA data.
    6. Got to RSA15 > Search by request name > Right click > update the request from PSA to target.
    This should solve your problem for now.
    As a long term you can apply some user exit in source system side or change your update rules to ensure that this field is getting blanked out before getting loaded in cube or add that particular achr to permitted character list in BW (Run TCODE RSKC
    Input the <character> and execute the program) This will add <character> to the allowed characters list.
    OR
    RSKC --> type ALL_CAPITAL --> F8 (Execute)
    OR
    Run the report RS_ERRORLOG_EXAMPLE,By this report you can display all incorrected records of the data & you can also find whether the error occured in PSA or in TRANSFER RULES.
    OR
    Go to SE38 and execute the program RSKC_ALLOWED_CHAR_MAINTAIN.
    Refer
    /people/sap.user72/blog/2006/07/23/invalid-characters-in-sap-bw-3x-myths-and-reality-part-2
    /people/sap.user72/blog/2006/07/08/invalid-characters-in-sap-bw-3x-myths-and-reality-part-1
    /people/aaron.wang3/blog/2007/09/03/steps-of-including-one-special-characters-into-permitted-ones-in-bi
    http://help.sap.com/saphelp_nw04/helpdata/en/64/e90da7a60f11d2a97100a0c9449261/frameset.htm
    Thanks,
    JituK

  • How to update a People and group field using a sandbox solution

    Hi,
    I am creating a sandbox solution for office 365 and creating a custom form using visual web part, which will allow users to enter data in a custom list.
    And that list also have a user field. I am able to get SharePoint user field on the form (using javascript) which is searching for the user and get a value (working fine).
    Issue: But I am not able to save the user value. Because to save user value I require web, UserID and login name, to construct SPFieldUserValue object or string in "111;#TestUser" format. Moreover that user should be present in
    SiteUserInfoList. 
    I tried web.EnsureUser() but did not work under sanbox solution.
    Can you please provide any pointer or workaround to the problem? I may be missing something here.
    Thanks,
    Himanshu

    Hi,
    According to your description, my understanding is that you want to update the people and group field in Sandbox solution.
    In the sandbox solution, you can still use the web.EnsureUser() function to get the user information, see the thread below:
    EnsureUser in sandboxed solution
    In additional, there is a demo with your similiar requirement for your reference:
    Using the People Picker Control in Sandbox Solutions / Office 365
    Thanks
    Best Regards,
    Jerry Guo
    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]

Maybe you are looking for

  • Windows Deployment Services will not start

    After advertising a image to my remote client computer I receive this error: PXE-T01: the specified file was not found PXE-E3B: TFTP error - file not found PXE-M0F: Exiting Broadcom PXE ROM I logged into the server and noticed the "windows deployment

  • Why do my photos come out too dark when I print them?

    Bonjour from France, I am trying to print photos but they come out too dark. We have just bought a new mac mini, and are trying to learn how to use it. We are using a Canon printer. Any help would be appreciated. thank you, maorisun

  • Will apple notice......

    ..... if i swap the hard drive on my macbook. I just found out i have a toshiba drive and its making me uneasy as...well they aren't well reputed. According to pictures from OWC there are no apple logos on the hard drives of the macbooks like they we

  • Jsp variables to javascript array, for loop dont work.

    This works fine. con.getmake passes a different variable each time to the javascript array using a manual index. <script> make[0] = "<%= con.getmake() %>" ; document.write(make[0]); make[1] = "<%= con.getmake() %>" ; document.write(make[1]); make[2]

  • Problem with iphoto 09 (lost all faces/locat) when installing Snow leopard

    Hi, Before updating to the new snow leopard I did a back up using time machine so I am safe with regards to all photos I have. I first use to use Aperture 2 but found it not useful and when Iphoto 09 came I bought it and imported all photos from Aper