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

Similar Messages

  • How do I update a date field through CMP

    I wonder how to update a date field through CMP.
    For example, I can't update an employee table with following statement.
    employee.setHire_date('2002-03-20');
    Thanks,

    Thats correct......
    Try using the following code....
    String strDate ="2002-03-20";
    String date_fmt = "yyyy-MM-dd";
    java.text.SimpleDateFormat sdf=new java.text.SimpleDateFormat(date_fmt);
    java.util.Date hireDate =null;
    hireDate =(Date) sdf.parse(strDate);
    employee.setHire_date(hireDate);
    Hope this helps
    Cheers
    --Venky                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

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

  • DateFormat for updating the metadata field through RIDC

    Could you please tell me what will be the valid date time format for updating metadata field value through RIDC.?
    I am using ADF technology to connect with webcenter UCM and using all services to check-in,update, search generic screens using UCM services. I am able to update other text type metadata field through ADF screen BUT when i update date field then i am getting date parsing error..
    xSubmitDate DATE type in UCM.
    xSubmitDate value = 05/08/2013 05:36 PM
    oracle.stellent.ridc.protocol.ServiceException: Unable to update the content item information for '0804'. The field 'xSubmitDate' does not contain a valid date. Unable to parse date '05/08/2013 05:36 PM'.
    Thanks in Advance.

    This blog post I wrote may be of some help: http://www.redstonecontentsolutions.com/5/post/2011/10/parse-date-usingridc.html
    Jonathan
    http://jonathanhult.com

  • Updation of Refernce field in FBCJ transaction fails?

    Hi,
    I need to update refernece field of FBCJ transaction code with document number.
    Checked CJ_DOCUMENT badi, can not be used. During save, one of the function module is called,
    FCJ_SAVE_ALL FM, I am writing code within this, afer FCJ_SAVE because it doesnt updates posting number before.
    LOOP AT I_L_ITCJ  INTO WA_ISCJ_POSTINGS.
    Copying The value of posting number to document Number
          WA_ISCJ_POSTINGS-DOCUMENT_NUMBER = WA_ISCJ_POSTINGS-D_POSTING_NUMB.
    Modifying the Internal table from work area.
          MODIFY I_L_ITCJ  FROM WA_ISCJ_POSTINGS TRANSPORTING DOCUMENT_NUMBER
                       WHERE D_POSTING_NUMB = WA_ISCJ_POSTINGS-D_POSTING_NUMB.
    Clearing the Workarea.
          CLEAR WA_ISCJ_POSTINGS.
        ENDLOOP.
        ITCJ_POSTINGS[] = I_L_ITCJ[].
        L_MANDT = SY-MANDT.
        DATA : LS_DOCUMENT TYPE TCJ_DOCUMENTS.
       LOOP AT ITCJ_POSTINGS INTO WA_POSTINGS.
        LS_DOCUMENT-MANDT           = L_MANDT.
        LS_DOCUMENT-POSTING_NUMBER   = WA_POSTINGS-POSTING_NUMBER.
        LS_DOCUMENT-CAJO_NUMBER      = WA_POSTINGS-CAJO_NUMBER.
        LS_DOCUMENT-COMP_CODE        = WA_POSTINGS-COMP_CODE.
        LS_DOCUMENT-FISC_YEAR        = WA_POSTINGS-FISC_YEAR.
        LS_DOCUMENT-CURRENCY         = I_CURRENCY.
        LS_DOCUMENT-H_RECEIPTS       = WA_POSTINGS-H_RECEIPTS.
        LS_DOCUMENT-H_PAYMENTS       = WA_POSTINGS-H_PAYMENTS.
        LS_DOCUMENT-H_NET_AMOUNT     = WA_POSTINGS-H_NET_AMOUNT.
        LS_DOCUMENT-H_NET_PAYMENT_WT = WA_POSTINGS-H_NET_PAYMENT_WT.
        LS_DOCUMENT-H_TAX_AMOUNT     = WA_POSTINGS-H_TAX_AMOUNT.
        LS_DOCUMENT-BP_NAME          = WA_POSTINGS-BP_NAME.
        LS_DOCUMENT-DOCUMENT_DATE    = WA_POSTINGS-DOCUMENT_DATE.
        LS_DOCUMENT-DOCUMENT_NUMBER  = WA_POSTINGS-D_POSTING_NUMB.
        LS_DOCUMENT-POSTING_DATE     = WA_POSTINGS-POSTING_DATE.
        LS_DOCUMENT-VALUTA_DATE    =   WA_POSTINGS-VALUTA_DATE.
        LS_DOCUMENT-ACCOUNTANT       = SY-UNAME.
        LS_DOCUMENT-TAX_PERCENT      = WA_POSTINGS-TAX_PERCENT.
        LS_DOCUMENT-D_POSTING_NUMB   = WA_POSTINGS-D_POSTING_NUMB.
        LS_DOCUMENT-TEXT1            = WA_POSTINGS-TEXT1.
        LS_DOCUMENT-TEXT2            = WA_POSTINGS-TEXT2.
        LS_DOCUMENT-BUPLA            = WA_POSTINGS-BUPLA.
        LS_DOCUMENT-SECCO            = WA_POSTINGS-SECCO.
        LS_DOCUMENT-EXCH_RATE        = WA_POSTINGS-EXCH_RATE.
        LS_DOCUMENT-MEANS_OF_PAYMENT = WA_POSTINGS-MEANS_OF_PAYMENT.
        LS_DOCUMENT-CHECK_NUMBER     = WA_POSTINGS-CHECK_NUMBER.
        LS_DOCUMENT-CHECK_ISSUER     = WA_POSTINGS-CHECK_ISSUER.
        LS_DOCUMENT-BANK_KEY         = WA_POSTINGS-BANK_KEY.
        LS_DOCUMENT-BANK_ACCT        = WA_POSTINGS-BANK_ACCT.
        LS_DOCUMENT-BANK_CTRY        = WA_POSTINGS-BANK_CTRY.
        LS_DOCUMENT-CHECK_STATUS     = WA_POSTINGS-CHECK_STATUS.
        LS_DOCUMENT-CHECK_STACK      = WA_POSTINGS-CHECK_STACK.
        LS_DOCUMENT-REVBELNR         = WA_POSTINGS-REVBELNR.
        LS_DOCUMENT-LZBKZ            = WA_POSTINGS-LZBKZ.
        LS_DOCUMENT-LANDL            = WA_POSTINGS-LANDL.
        LS_DOCUMENT-SPLIT            = WA_POSTINGS-SPLIT.
        LS_DOCUMENT-VATDATE          = WA_POSTINGS-VATDATE.
        CALL FUNCTION 'FCJ_INSERT_DOCUMENT'
          EXPORTING
            I_DOCUMENT    = LS_DOCUMENT
          EXCEPTIONS
            INSERT_FAILED = 01.   "
    This code I am using as insertion was done before this function module so my insertion fails here, any other workaround to populate reference field. I can see it populated, once i leave transaction and come back again I dont see reference field.
    Regards
    Mohinder

    Hi,
    Its resolved.
    updating posting
    using function module CALL FUNCTION 'FCJ_CHANGE_SAVED_DOCUMENT'
    Thanks
    Mohinder Singh Chauhan

  • Enable a field in VF01 transaction

    Hi All,
    I need to enable a field 'Exchange rate-accntg'VBRK-KURRF'  of the transaction VF01,
    Please guide me how to do this using SHD0 transaction or if any other way is possible.
    Regards,
    Sowjanya

    In SHD0  Enter the Transaction code & Enter the variant for particular transaction & click on change with processing Here you can select the field what ever you want to display ..
    Other way---->
    Go to SPRO --> Find for Exchange rate in accounting area --> here go for general settings & double click on the screen fields --> click on radio button what ever the field you want to see (VBRK-KURRF)
    in transaction VF0

  • How to update XREF1, XREF2 fields

    Guyz,
    i've captured few custom values for specific G/L Documents during creation through BTE.... if i want to give user to change the values selected during creation, i'm looking for options to change xref1, xref2 fields in BSEG....
    no bapis found..... FI_DOCUMENT_CHANGE doesn't work for XREF1, XREF2 if my doc is G/L Account (BSEG-KOART = 'S') ....
    following are my thoughts, and want your suggestions on this or any advise pls...
    1>> BDC
    2>> direct update BSEG (i'm afraid of transaction integrity aswell, so require all tables to update , if required....
    OR
    any other miracle?
    thanks in advance

    HI,
    Can you please share your solution.
    Thanks,
    Themba

  • BAPI or IDOC to update Transportation Planning Point through IE02

    Hi All,
    I am looking for a BAPI or IDOC(basic Type) through which I can update Transportation planning point(TPLST) field through IE02 transaction.
    please refer table /DSD/RP_FLTTPLST for equipment number related to TPLST.
    Regards,
    Surya Kiran

    should I use BDC recording ??

  • Spool number issue while printing the invoice through VF01

    Hi Experts,
    I have a custom program which will create invoices in the background through VF01 transaction. How do I know the exact spool number which has been generated when the invoice is created. I have checked TSP01 table but I want the exact spool number which got created for that invoice. Your response will be appreciated.
    Thanks,
    Surab

    No, even sy-spono is also not returning any value. I have also checked it inside the called program.
    Surab

  • Update BSEG field

    Hi All,
    I want to update a z.. field which was being added by someone..
    Problem is I can not do it through BDC..there is some problem in doing so...it will bit more work I already tried it.
    I am looking for a FM or BAPI through which I can update field. Field is "Basline date".
    Is there any update module for BSEG entries.
    Looking for your ideas...
    Thanks,
    Mark

    Hi,
    Refer Below code
    *& Form SUB_READ_UPDATE_BSEG
    text
    FORM sub_read_update_bseg.
    IF NOT it_final[] IS INITIAL.
    LOOP AT it_final INTO wa_final.
    UPDATE bseg SET zuonr = wa_final-ccnum
    WHERE bukrs EQ wa_final-bukrs
    AND belnr EQ wa_final-vbeln
    AND rfzei EQ wa_final-rfzei
    AND saknr NE ' '.
    ENDLOOP.
    *--Message data updated successfully
    MESSAGE i888 WITH text-002.
    LEAVE LIST-PROCESSING.
    ELSE.
    *--Message No data found
    MESSAGE i888 WITH text-003.
    LEAVE LIST-PROCESSING.
    ENDIF.
    ENDFORM. " SUB_READ_UPDATE_BSEG
    Regards,
    Prashant

  • Updating SAP fields through BAPI (which are not BAPI parameters)

    Hello,
       I need to update season and collection fields in sales order (AFS), these fields are not in sales order creation BAPI. Can I still somehow use them in extensionin as parameters?? How do we do it?? BAPI: /AFS/BAPI_SALESORD_CREATEFDATA
    Also there is another BAPI /AFS/VBAK_SALESDOCUMENT_CHANGE which has these fields in ITEM_EX table (which is extension for item table provided by SAP), but this dosent update the sales order as well.
    I would appreciate if anyone has a clue how to do this.
    Thanks,
    Amit.

    /AFS/VBAK_SALESDOCUMENT_CHANGE
    Append structure BAPE_VBAP
    J_3ASEAN
    /AFS/COLLECTION
    /AFS/THEME
    Append structure BAPE_VBAPX
    J_3ASEAN              CHAR1
    /AFS/COLLECTION              CHAR1
    /AFS/THEME              CHAR1
    Table: ITEMS_EX
    OPERATION                      009
    DOC_NUMBER                     200000608
    ITM_NUMBER                     000000
    MATERIAL                       2000010022
    UPDAT_FLAG                     I
    SEASON                         C1
    COLLECTION                     DAM
    THEME                          SEG
    Pass the season Fields through EXTENSIONIN structure to update data into tables.
    STRUCTURE                      BAPE_VBAP
    VALUEPART1                         020000060800000000000000C1 DAM SEG
    STRUCTURE                      BAPE_VBAPX
    VALUEPART1                         0200000608000000XXXX

  • Cannot update new field through SharePoint properties on re-pubished InfoPath form

    Hello,
    I would truly appreciate any help with this problem. I've searched the forum for answers to this issue, but none of the ones I've found seem to
    apply.
    We are using SharePoint 2007. 
    When I re-publish a form with a new field, I am unable to modify that new field through SharePoint properties on older forms. I have tried re-linking the old forms but that does not resolve the issue. I can re-create this problem consistently in new
    and old InfoPath form libraries.
    Here are the latest steps I have taken to re-create the error:
    Created Form Library called Error Testing.
    Created new form (from blank template) with three data fields in the data source: name, occupation and address.
    Added section and all fields onto the form.
    Published form to Error Testing library. All fields were promoted and selected the “Allow users to edit data in this field by using a datasheet or properties page” option.
    Created and saved Form 1 in library with no issues.
    Opened edit properties and was able to modify and save the content in all three fields.
    Added a new field to the form template: City.
    Published form to Error Testing library. The original fields, and the new field were promoted and selected the “Allow users to edit data in this field by using a datasheet or properties page”
    option.
    Created and saved Form 2 in library with no issues.
    Opened edit properties in Form 2 and was able to modify and save the content in all three fields.
    Opened edit properties in Form 1, modified all fields and got the following message when I tried to save: 
    "Changes could not be saved into the document. The property to change is read-only for the document's content type, or the document is missing XML elements or attributes where
    the changes would be saved. Try editing the document in a Windows SharePoint Services-compatible XML editor such as MicroSoft Office InfoPath."
    Modified each field one at a time and determined the field I could not edit and that was causing the error message was
    the new City field.
    I re-linked Form 1 and got same error message when I tried to modify the City field.
    I opened Form 1 entered the city and saved.
    The content of the city field appears in the SharePoint column and I am able to edit the content through the Edit Properties field.
    This is an issue when we run a workflow that tries to update the new field on an old version of an InfoPath form.

    You can certainly add the fields manually by using SharePoint Designer, but a more effective way to Open the form template in "Design Mode" Click "Tools" and then "Form Options" Choose "Versioning".
    InfoPath defaults to not Upgrade forms automatically. If different versions are not a historical issue for this solution, then Change the default to "Automatically Upgrade Old Forms". Then republish form... The Next time you open a from in
    the library with this content type it will upgrade the old forms in the library.
    Have a look at this post on the same topic:
    http://social.msdn.microsoft.com/Forums/en-US/cffd3fa0-0a53-4ef2-8c62-0764cbe9f0e2/adding-new-fields-to-existing-infopath-form-template?forum=sharepointcustomizationlegacy

  • Update Yes/No field in access table through oracle procedure

    Hi,
    How to update Yes/No field in access table through oracle procedure. all other fields like AutoNumber, Text I can update it. Yes/No field how to update? Please, any one can help me?
    Thanks and Regards,
    Sudha.

    Sudha Teki wrote:
    select "fldPost" from tblPHd@ODBCLNKNot quite sure what you mean, but the way you select the column would indicate a case sensitive column name
    Look at this example
    SQL> create table t
      2  ("this" varchar2(10))
      3  /
    Table created.
    SQL> insert into t values ('hello')
      2  /
    1 row created.
    SQL> select *
      2    from t
      3  /
    this
    hello
    SQL> select this
      2    from t
      3  /
    select this
    ERROR at line 1:
    ORA-00904: "THIS": invalid identifier
    SQL> select "this"
      2    from t
      3  /
    this
    helloIs your column name also case sensitive?

  • Update of segment field in bseg table

    hi
    can any explain me about update of segment field in bseg table
    segment is mentained in profit center master record ,and i want to generate trial balance segment wise and profit center wise
    please suggest me steps to do in a new gl senario
    thanks
    cb

    Hi,
    You need to activate the assign scenarion FIN_SEGM to your ledgers in the below path:-
    SPRO> Financial Accounting (New) > Financial Accounting Global Settings (New) > Ledgers > Ledger > Assign Scenarios and Customer Fields to Ledgers
    Then you need to make document splitting characteristics based on Segment field in the below path:-
    SPRO> Financial Accounting (New) > General Ledger Accounting (New) > Business Transactions > Document Splitting > Define Document Splitting Characteristics for General Ledger Accounting
    Make the below entry:-
    Field = SEGMENT
    Zero Balance = Selected
    Partner Field = PSEGMENT
    Mandatory Field = Selected
    Then you will be able to generate the balance sheet segment wise in report S_PL0_86000028 "Financial Statement: Actual/Actual Comparison". (Similar steps you can use for profir center wise balance sheet in addition.)
    Regards,
    Gaurav

  • Update screen field through function call

    Hi All,
    Is there a way to update a screen field Q0016-KONSSL through a function call?
    Thanks,
    ~Mark

    .

Maybe you are looking for

  • Z60M and Windows 7

    Downloaded Windows 7 and lost Skype, audio and visual.  Any suggestions?

  • Toshiba 32pb201ej, how to connect to PC speaker?

    Purchased a toshiba 32pb201ej, how to use my PC speaker with my tv? already tried to connect my speaker to port pc/hdmi2 audio...but sound still coming from tv built in speaker...

  • What is the simplest way to create a text on black background?

    I am new to In Design and want to make a simple design that is a yellow text with a black background. What is the easiest way to do that? I am on a PC running In Design CS4. This is on a computer at work so it may take awhile for me to get back to an

  • Move from NON-SSL to SSL (OAS 9.0.4.1)

    We installed OAS 9.0.4.1 (two Midtier and 1 Infst). We have Application based on forms. We installed and configure OAS default like non-ssl and forms using port 7778. Now we need to use SSL. If somebody give me detail what should be done? Actually, w

  • PSU patch info for E business release 12.1.2.

    Can some one please let me know the document or procedure which should refer to apply PSU patch for E business suite. Do we have to apply two patches separately for  Ebusiness suite database - 11.2.0.3 and application server? Please help. I need an i