ERROR: IN FK02 TRANSACTION ALTER THE FIELD CHANGE REGION

In FK02 Transaction when I try to alter the field REGION, the field taxjurcode does not change, so the messsage is showed  "The code of residence xxx does not match the address entered".
Somebody knows what do I have to do?

In FK02 Transaction when I try to alter the field REGION, the field taxjurcode does not change, so the messsage is showed  "The code of residence xxx does not match the address entered".
Somebody knows what do I have to do?

Similar Messages

  • Error in VA01 - Kindly leave the field sales office blank

    Hi all,
    We have a program which creates sales orders. But on and off we are getting an error message saying "Kindly leave the field sales office blank" and sales order is not getting created. As we could not replicate the same in quality to test. Can anybody suggest why this error message occurs.
    Warm Regards,
    Sri

    Hi Sri
    First of all check in XD02 wheather you have maintained any sales office feild or not. If you have maintained then check in the enterprise structure wheather you have done any assignments in  the step sales office to sales area or not
    Regards
    Srinath

  • Track the values of the fields changed in BDC

    Hello,
    I have a requirement in which i need to track all the changes made to any transaction run in a BDC session by a particular user.
    A report has to be generated based on the session name, giving details like transaction to which change was made, fieldname, old value and new value.
    Table CDHDR and CDPOS give the change records, but how to limit them to the BDC session changes only.
    Any pointers would help.
    Regards,
    Mansi.

    Hi Mansi,
    Before calling Call Transaction,.
    loop the BDCDATA & move it to the new internal table & log it... it shows the screen no's & fields updated & its values.. everything...
    Thanks & regards,
    Dileep .C

  • Altering the field type in an AWT/Swing App

    Hi ,
    I have developed a simple Swing/Jclient application for ADF. All the fields produced on the panel are of type JTextField. Is it possible to alter some of them to JTextArea for example....????
    I have not noticed something relative to it in the property palette of each field.....!!!!
    Can i do that...????
    Note: I use JDev10.1.2
    Thanks....
    Sim

    So... if the fields are generated by the wizard then there is no manner to change the field type...????
    You can just drag a component from the data control palette and when you'll drop it on the panel it will give you various options of field types that you can drop it as.Yes... but how to relate it to a db column...(to bound to a db column of the selected table)????
    I have noticed that the fields generated by the wizard do have the "Document" property as the name of the object view + the db column produced as a step of the wizard.....
    For the item i have added as you have written the document property does not have this object view.name of db column as in the other columns....
    The possible values are:
    default
    defaultStyledDocument
    htmlDocument
    plainDocument
    Sorry , my question on this you have described....But , what about if i add another swing field type first and then i want to bound to a db column....???
    By the way, why are you using 10.1.2 and not 10.1.3?Does the newer version deal with these 'problems' better...???
    Thanks.. a lot for your constant help
    Sim
    Message was edited by:
    sgalaxy

  • Error :- Another User has altered the quantity of Batch B01

    Hello Experts,
    I have created a addon through which in Sales Order while entering the quantity and pressing tab automatic Batch allocation
    is done row wise for items . This process is working fine while entering .
    But from last two days while adding the Sales order with batch allocated sap is throwing an error message that
    "Another User has altered the quantity of Batch B01 in Warehouse SYD in row - 11"
    This is not my addon error message .This error is thrown by SAP which has blocked the Sales Order Entry.
    I am confused about what to do with this .Since this problem need to be resolve urgently .
    Please help me regarding this.
    thanks ,
    Amit

    Hi Jisha,
    The problem which i was facing is not yet fully solved .
    Since in SAP 8.8 the message is much more understandable as this is happening because another user has allocated the
    batch quantity for the same item and the Batch is allocated for another user.
    If you can try creating a Item - X of Quantity - 10 into two Batches A  and B
    A- 5 Qty
    B - 5 Qty
    Then if one User say "User - A'" opens the Sales Order Form and select the Item - X  with Quantity - 5 and then select the Batch option system will automatically allocate the first Batch (A) for 5 Qty  and the Order is not yet saved.
    Same time if another user "User - B" opens a sales order and select the same Item - X with quantity - 5 and then select the
    Batch Option system will automatically allocate the first Batch (A) for 5 Qty (But actually the first user has already allocated the
    5 Qty for Batch - A ) . Then while adding the Order "User - A"  order gets allocated with Item - X 5 Qty into the Batch table.
    When the second user tries to add the order with Item -X allocated in also Batch - A system generates this message
    " Another User modified the quantity of Batch A" since this batch is already allocated by user - A.
    This was the cause for this message and still i have not found any solution for that.
    Just told the clent to reallocate the batch for the items where this message is thrown .
    Thanks & Regards,
    Amit

  • How to perform an autocheck event when the field changes in ALV

    Hi everybody,
    how can I build an event or something which would make my 'wa_fieldcat-checkbox' set to 'X' (auto checked) everytime an editable field in the ALV is changed manually by the user?
    I want to perform this task in order to avoid asking the user to manually check the "check box" field everytime wants to make a change, since after the user's changes in the ALV I want to sort the itab with the check box column of the edited items.
    Thanks,
    Denis M

    Hi Denis,
    For ALV a FM REUSE_ALV_GRID_DISPLAY is available.
    The FM, has events as importing option.
    SLIS_T_EVENT
    EVENT - Basically this is the FM to handle Event's. When the user needs to do
    some event operation like when double clicking the a particular field we need to
    perform some operation.   These events are captured by this FM.
    slis_ev_data_changed -- To capture user command
    slis_ev_user_command -- To capture data changed.
    Also please refer the below link in scn. This shows sample code to capture ALV grid data changed.
    http://scn.sap.com/thread/261210
    Hope this will solve the problem.
    Thanks,
    Soundarya.

  • New page when the fields changed

    Hi all,
    I wanna display my report on  next when my BEZEI_T gets changed. I used at-new command also .. but its not working.. and also i want that new bezei_t get stored in some variable and change the header of the report. Please guide me. My code is:
    LOOP AT IT_FINAL.
    AT NEW BEZEI_T.
          new-page.
        endat.
      WRITE: / sy-uline,
               IT_FINAL-name_full1,
               50  IT_FINAL-STRAS,
               100  IT_FINAL-NAME_FULL,
               160 IT_FINAL-STCD2,
               / IT_FINAL-BEZEI_T,     
                50 IT_FINAL-CUS_ADD,
               100    IT_FINAL-TELFX,
    ENDLOOP.
    Regards
    Puneet

    Try this...
    LOOP AT IT_FINAL.
    AT NEW BEZEI_T.
    new-page.
    WRITE: / sy-uline,
    IT_FINAL-name_full1,
    50 IT_FINAL-STRAS,
    100 IT_FINAL-NAME_FULL,
    160 IT_FINAL-STCD2,
    / IT_FINAL-BEZEI_T,
    50 IT_FINAL-CUS_ADD,
    100 IT_FINAL-TELFX,
    endat.
    ENDLOOP.
    Cheers,
    Tatvagna.

  • Change the field description of a field in MM01,MM02, and MM03 Transaction

    Hi Experts,
    I had a requirement to change the field description of a field in MM01,MM02, and MM03. I know how to change the description of field in CMOD. In my requirement they need this new description only in the above mention transaction. So please let me know how we can do this?
    Regards,
    Ram

    Hi you can do this by SPRO transaction. Here you can copy the subscreen where you want the description of the field changed. And in the custom subscreen go to the Element list- >Texts I/O templates , Here you can change the description. After all this the customized subscreen is assigned in the proper sequence.  The step by step process is below:
    Step 1:
    Click on the button u2018SAP Reference IMGu2019. Then follow the path Logistics-General -> Material Master -> Configuring the Material Master. When this particular node is expanded, a drop down list of 7 different executable options appears.
    Step 2: Execute the option u2018Create Program for Customized Subscreensu2019
    Step 3: Copy the screens required to the custom function group.
    Step 4: In transaction SPRO, execute the option u2018Define Structure of Data Screens for each Screen sequenceu2019.
    Step 5: Now in transaction SPRO execute the option Assign Screen sequences to User/ Material Type/ Transaction/ Industry Sector.

  • Which field changes will bring the delta into BW

    Hi,
    On which field changes the delta will bring data into SAP BW. let us say if you bring the data from 2LIS_13_VDITM, any key figure changes in VF02 will bring the data? Only few characterstic changes it will bring the delta data. What and all those characterstics for delta identifies?
    Let us say I have added few fields in this extractor from custom table, If I would like to bring the delta for the field changes which lies in custom table, Can I do it by creating custom Business Transaction Events?
    advance thank you very much.

    Hi SHarsha,
    delta update implemented using the characteristic 0RECORDMODE, it describes records to be updated or added.
    Alex

  • Transactional Data Field Change

    Hi SDNites,
    I am trying to identify all the field changes (Transactional Data) which has been done into CRM for a specific transaction (Ex: Service request). Could you please suggest any BADI or any function module which will provide me the same.
    Regards,
    Abhi

    Deletion of fields is not possible in ODS, Cube with data till the version 3.5, BI 7 onwards the swapping deletion is possible with the feature Remodeling.
    You can add the fields when datatarget is with data but deletion is not possible.
    WHat you can do is..
    !, Stop the further data loading by disconnecting the map from tranfer strucute level and remove the field from extractor=> considering performance and memory.
    2. create a copy of ods1..to ods2, create export data source from ods1, create update rule, mapping and do the data loading to ods2, Delete th ods 1 data, remove the field and again created export data source from ods 1 to 2 and load the data.

  • Synchronising field changes between two table

    Hi guys,
    I have a requirement were i need to use a field from one table (tableA) to update a field on another table (tableB). Everytime the field changes on tableA it should immediately also change on tableB. How do i go about doing this?
    thanks

    hi mukund, thanks for your help, i have attached the full details of the requirement. I think i will use an exit in T-Code "PRMS" to update the relevan field in the tableB. the problem is that this scenario will only work if the field in tableA only gets updated via one transaction(PRMS).
    Kindly note that there is a requirement to write a program for Company code 500 which will be able to achieve the following:
    To populate the field “Previous Account number (LFB1-ALTKN) in the Employee Vendor master data T-code FK02 with data in the Sub-area field (BTRTL) in T-code PRMS.
    Furthermore, whenever there is a change in “Sub-area field (BTRTL)”, it should be able to automatically update the “Previous Account number (LFB1-ALTKN)” in the Employee Vendor master data with the change to enable up to date information which will be required by payroll when processing payment via the Automatic payment program in FI.
    There is already a program RPRAPA00 which is working on the similar basis and so can be referred to it.
    Please feel free to ask me for any further information.

  • How to use variables POST and personalize the fields form names

    Hi friends, I need to send POST values to a external URL from APEX application to proccess a credit card and later receive the POST values to save the transaction, also the fields require have a personalized name, APEX create the field with standar names properly from APEX.
    Any one can help me to solve this problem?
    Thanks
    Libio Balbin

    I'm assuming you mean that you will be posting your page form to an external URL. This also means that the items in the form will need to have the element name be a certain name expected by the external URL. Look at Re: item name isn't what i specified to how to do this.
    Basically, in the page HTML Header add a javascript function to change the name of the page items and then change the submit to go to the external website. Add to the On Load section to call the javascript when the page is loaded.

  • Custom field in Vendor Master - track field changes

    Hi Experts,
    I have a requirement to enhance vendor master (XK01) by adding custom fields. I did this, but now the customer needs to track changes made to this field. He expects to see the changes made to this custom field using menu path 'Environment -> Field Changes' from vendor master transactions (XK01, XK02, XK03). I have enabled the track changes in the data element, so that field changes can be tracked in CDPOS, but that is not enough. Please help to find solution. Thanks.
    Regards
    Arun

    Hi Brad,
    I added the new fields to vendor master using the SPRO option:
    'Prepare Modification-Free enhancement of Vendor Master Record' in the following path:
    Logistics-General -> Business Partner -> Vendors -> Control -> Adoption of customer's own master data fields. This created a button on vendor master, and my field is in a pop up box which is generated on click of this button.
    This field is stored in LFM2 table.
    I have enabled the change flag in the data element of the custom field, and it is showning the field changes in CDPOS table.
    But the problem I face is how I can avoid going to the CDPOS table and instead use the menu option :
    'Environment -> Field Changes'
    Regards
    Arun

  • Field changes in J1ID

    hii,
    I have an requirement to track the field changes for customer excise in J1ID transaction . can anyone tell me in which table the changes are logged. I have debugged the standard report and check the table DBTABLOG. but I am not able to get the proper data into the table as which fields are changed and wht is the new and old value.
    Regards,
    Anil N.

    hello,
    Changes are logged in database as follows
    1) CDHDR Header Data,
    2) CDPOS Item Data
    regards
    suresh nair

  • Fk02 Transaction .

    hi ,
                     In FK02 Transaction . i need to change With Hold Tax Type automatically .This can be done only BDC/BAPI. please tell me the BAPI which updates the LFBW Table or If it is BDC do tell me how to position  the cursor using BDC.

    Hi..,
    Try this BDC code to upload with holding tax code of vendors. In this code, ITAB is the internal table which having structure as follows --
    DATA: BEGIN OF ITAB OCCURS 0,
                  LIFNR  LIKE LFB1-LIFNR,  "Vendor
                  BUKRS  LIKE LFB1-BUKRS,  "Company Code
                  EKORG LIKE LFM1-EKORG,"Purchase org
                  QSSKZ LIKE LFB1-QSSKZ, "W.tax type
                  QSREC LIKE LFB1-QSREC, "Recipient type
               END OF ITAB.
    IF TEMP_BUKRS <> ITAB-BUKRS OR TEMP_LIFNR <> ITAB-LIFNR.
       IF FLAG EQ 'X'.
        PERFORM BDC_FIELD1       USING 'BDC_OKCODE'
                                       '=UPDA'.
        PERFORM BDC_TRANSACTION USING 'XK02'.
        CLEAR FLAG.
        CLEAR V_NO.
      ENDIF.
      PERFORM BDC_DYNPRO1      USING 'SAPMF02K' '0101'.
      PERFORM BDC_FIELD1       USING 'BDC_CURSOR'
                                     'RF02K-D0610'.
      PERFORM BDC_FIELD1       USING 'BDC_OKCODE'
                                     '/00'.
      PERFORM BDC_FIELD1       USING 'RF02K-LIFNR'
                                      ITAB-LIFNR.
      PERFORM BDC_FIELD1       USING 'RF02K-BUKRS'
                                      ITAB-BUKRS.
      PERFORM BDC_FIELD1       USING 'RF02K-D0610'
                                     'X'.
      PERFORM BDC_DYNPRO1      USING 'SAPMF02K' '0610'.
      PERFORM BDC_FIELD1       USING 'BDC_CURSOR'
                                    'LFBW-WT_EXDF(01)'.
      PERFORM BDC_FIELD1       USING 'LFBW-WITHT(01)'
                                      ITAB-QSSKZ.
      PERFORM BDC_FIELD1       USING 'LFBW-WT_WITHCD(01)'
                                      ITAB-QSSKZ.
      PERFORM BDC_FIELD1       USING 'LFBW-QSREC(01)'
                                       ITAB-QSREC.
         FLAG = 'X'.
         ADD 2 TO V_NO.
    ELSE.
    IF V_NO NE 6.
    CONCATENATE 'LFBW-WT_EXDF(' V_NO ')' INTO V_FLD.
    CONDENSE V_FLD.
      PERFORM BDC_FIELD1       USING 'BDC_CURSOR'
                                      V_FLD.
    CONCATENATE 'LFBW-WITHT(' V_NO ')' INTO V_FLD.
    CONDENSE V_FLD.
      PERFORM BDC_FIELD1       USING  V_FLD
                                    ITAB-QSSKZ.
    CONCATENATE 'LFBW-WT_WITHCD(' V_NO ')' INTO V_FLD.
    CONDENSE V_FLD.
      PERFORM BDC_FIELD1       USING  V_FLD
                                    ITAB-QSSKZ.
    CONCATENATE 'LFBW-QSREC(' V_NO ')' INTO V_FLD.
    CONDENSE V_FLD.
      PERFORM BDC_FIELD1       USING    V_FLD
                                      ITAB-QSREC.
      ADD 1 TO V_NO.
    ELSE.
    CONCATENATE 'LFBW-WT_EXDF(' V_NO ')' INTO V_FLD.
    CONDENSE V_FLD.
      PERFORM BDC_FIELD1       USING 'BDC_CURSOR'
                                      V_FLD.
    CONCATENATE 'LFBW-WITHT(' V_NO ')' INTO V_FLD.
    CONDENSE V_FLD.
      PERFORM BDC_FIELD1       USING  V_FLD
                                    ITAB-QSSKZ.
    CONCATENATE 'LFBW-WT_WITHCD(' V_NO ')' INTO V_FLD.
    CONDENSE V_FLD.
      PERFORM BDC_FIELD1       USING  V_FLD
                                    ITAB-QSSKZ.
    CONCATENATE 'LFBW-QSREC(' V_NO ')' INTO V_FLD.
    CONDENSE V_FLD.
      PERFORM BDC_FIELD1       USING    V_FLD
                                      ITAB-QSREC.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=P+'.
    perform bdc_dynpro      using 'SAPMF02K' '0610'.
    V_NO = 1.
    ENDIF.
    ENDIF.
    TEMP_BUKRS = ITAB-BUKRS.
    TEMP_LIFNR = ITAB-LIFNR.
    ENDIF.
    Hope, it will help you.
    Thanks,
    Poonam.

Maybe you are looking for

  • How can I use iCloud just as Dropbox e.g. (having access to saved files from several devices)?

    I want to have access to some PDF's and pictures for example on my iPad when i saved it to iCloud on my MacBook. Is that possible? How? (Sry for my bad English, I'm from Germany and didn't use iCloud before )

  • Pulse Audio refuses to start

    Not exactly sure what's going on. Checked a few sites. can't figure out what I'm doing wrong. Last time I installed Arch all of my sound worked perfectly, this time it didn't, so I tried doing some tweaks and modifications, Just can't get it going. D

  • Downloading and watching tv programs on iPhone 3G

    Hi all, I am a bit new to the iPhone 3G and am wondering if I can download tv programs from iTunes to play on the iPhone. I have the 8G, so I'm not sure how much room a 30 minute episode will take up. Can anyone give me some information on how to do

  • Filing a corporate complaint on a store

    How do I file a corporate complaint on a AT&T store? There needs to be something done about employees that go into peoes and and changes things with out authorization of the customer. I went in to see the iPhone 6 and came out with my data plan being

  • Safari not recognizing flash

    OS Snow Leopard, iMac Intel Core i3 Installed Flash version 11.1.102.62 restarted Safari, go to website needing Flash and it asks me to install Flash. Checked user library internet plug-ins, is empty. Checked system library internet plug-ins and Flas