Infotype: Japan infotype 0002 update

Hi Experts,
Can any one help me in creating/Updating infotype 0002 - Personal Data.
System is not accepting anything in the field "Katakana:P0002-LNAMK"
In the screen i am not able to trace what is Kanji, Katakana, Romaji.
Thanks in advance
TK

Thanks for the quick responce Sikindar,
My requirement is what exactly the fields requirement, i am looking for the process, i want to know the link between 0002 and 0148.
Thanks your reply it is partly answerd my query.

Similar Messages

  • Infotype Operation: Infotype with TABNR and HRT tables

    Hi all,
    Can anyone share the code for updating the infotypes and corresponding HRT tables having TABNR field for example infotype 1018 and HRT1018.
    Thanks,
    Shilpa

    Hi,
    Go through below code
    The HR_INFOTYPE_OPERATION function module is used for the Maintenance of HR infotypes, such as inserting, changing, deleting data etc
    Parameters Explained
    Here is a list of the fm's parameters and how they are used, obviously not all parameters will be used depending on what function you are performing i.e. insert, change, delet etc
    infty - Infotype being updated
    objectid - object id from infotype
    number - Personnel number
    validityend - validity end date
    validitybegin - validity begin date
    record - infotype record values to be updated, inserted etc (will be structure of infortyoe you are updating)
    recordnumber - sequence nunber from infotype record you are updating
    Operation - describes what operation is to be performed
    COP = Copy
    DEL = Delete
    DIS = Display
    EDQ = Lock/unlock
    INS = Create
    LIS9 = Delimit
    MOD = Change
    INSS = Create for Actions is not converted to Change
    nocommit - commit yes('X') / no(' ')
    dialog_mode - dialog mode or not, default is '0'
    Example coding for MOD operation
          CONSTANTS: change TYPE pspar-actio VALUE 'MOD'.
          "This code is requred and locks the record ready for modification
          CALL FUNCTION 'HR_EMPLOYEE_ENQUEUE'
            EXPORTING
             number = p_pernr.
          "loop at p0071 into p_p0071.  "added to put code in context
          validitybegin = p_record-begda.
          validityend   = p_record-endda.
          p_record-endda = pn-begda - 1.
          CALL FUNCTION 'HR_INFOTYPE_OPERATION'
            EXPORTING
              infty         = '0071'
              subtype       = p_record-subty
              objectid      = P_record-objps
              number        = p_record-pernr     "employeenumber
              validityend   = validityend
              validitybegin = validitybegin
              record        = p_record
              recordnumber  = p_record-SEQNR
              operation     = change
              nocommit      = nocommit
              dialog_mode   = '0'
            IMPORTING
              return        = return_struct
              key           = personaldatakey
            EXCEPTIONS
              OTHERS        = 0.
           "endloop.
         "unlock record after modification
         CALL FUNCTION 'HR_EMPLOYEE_DEQUEUE'
           EXPORTING
            number = p_pernr.
    Example coding for INS operation
          CONSTANTS: insert TYPE pspar-actio VALUE 'INS'.
          "This code is requred and locks the record ready for modification
          CALL FUNCTION 'HR_EMPLOYEE_ENQUEUE'
            EXPORTING
             number = p_pernr.
          validitybegin = p_record-begda.
          validityend   = p_record-endda.
          p_record-pernr = p_pernr
          p_record-begda =  pn-begda.
          p_record-endda =  validityend.
          p_record-subty = p_SUBTY.  "subtype of new entry
          p_record-SCREF = p_SUBTY.  "subtype of new entry
          "plus populate any other fields you need to update
          CALL FUNCTION 'HR_INFOTYPE_OPERATION'
            EXPORTING
              infty         = '0071'
              subtype       = p_record-subty
              number        = p_record-pernr     "employeenumber
              validityend   = validityend
              validitybegin = validitybegin
              record        = p_record
              operation     = insert
              nocommit      = nocommit
              dialog_mode   = '0'
            IMPORTING
              return        = return_struct
              key           = personaldatakey
            EXCEPTIONS
              OTHERS        = 0.
         "unlock record after modification
         CALL FUNCTION 'HR_EMPLOYEE_DEQUEUE'
           EXPORTING
            number = p_pernr.
    Thanks,
    venkat

  • BUS1065 - SAP HCM - Employee changes in infotype 0000 + infotype 0001

    Dear all,
    I have a problem with the customizing in order to recognize the changes in infotype 0000 + infotype 0001 for employees.
    What do I want?
    If there is a new hire, a rehire, a retire or a company-left action, I want to start ONE workflow in order to dispatch the employee data to several satellite systems considering the new validity dates.
    What happens currently?
    I maintain a rehire action through transaction PA40 and the system raises several events so that the workflow start multiply, meaning raises event hired, rehired, companyleft, ...
    My customizing:
    TCode: SWETYPV
    BO BOR-Objekttyp     BUS1065     COMPANYLEFT     WS91000007     0
    BO BOR-Objekttyp     BUS1065     HIRED     WS91000007     0
    BO BOR-Objekttyp     BUS1065     POSITIONCHANGED     WS91000007     0
    BO BOR-Objekttyp     BUS1065     REHIRED     WS91000007     0
    BO BOR-Objekttyp     BUS1065     RETIRED     WS91000007     0
    TCode: SWEHR1
    P     Person     0000                                                                      BUS1065
    P     Person     0001                                                                      BUS1065
    TCode: SWEHR2
    P     Person     0000     Maßnahmen                                        APP          100     BUS1065                                          CACS_LOG_HRINFTY
    P     Person     0000     Maßnahmen                                        DEL          100     BUS1065                                          CACS_LOG_HRINFTY
    P     Person     0000     Maßnahmen                                        INS          0     BUS1065                                          HR_EVENT_RULES_PA0000
    P     Person     0000     Maßnahmen                                        INS          100     BUS1065                                          CACS_LOG_HRINFTY
    P     Person     0000     Maßnahmen                                        UPD          0     BUS1065                                          HR_EVENT_RULES_PA0000
    P     Person     0000     Maßnahmen                                        UPD          100     BUS1065                                          CACS_LOG_HRINFTY
    P     Person     0001     Organisatorische Zuordnun                                        APP          100     BUS1065                                          CACS_LOG_HRINFTY
    P     Person     0001     Organisatorische Zuordnun                                        DEL          100     BUS1065                                          CACS_LOG_HRINFTY
    P     Person     0001     Organisatorische Zuordnun                                        INS          0     BUS1065                                          HR_EVENT_RULES_PA0001
    P     Person     0001     Organisatorische Zuordnun                                        INS          100     BUS1065                                          CACS_LOG_HRINFTY
    P     Person     0001     Organisatorische Zuordnun                                        UPD          0     BUS1065                                          HR_EVENT_RULES_PA0001
    P     Person     0001     Organisatorische Zuordnun                                        UPD          100     BUS1065                                          CACS_LOG_HRINFTY
    TCode: SWEHR3 (For testing purpose only one entry)
    P     Person     0000                                                                      INS          1     BUS1065     HIRED
    Can anybody tell me how I can customize our system so that the system raises only event hired for a new employee hire and e.g. companyleft event for a termination action?
    Thx you all in advance for your support!!!
    In case you need more information, don't hesitate to contact me!
    Kind regards,
    André

    Hi
    TCode: SWETYPV
    BO BOR-Objekttyp BUS1065 COMPANYLEFT WS91000007 0
    BO BOR-Objekttyp BUS1065 HIRED WS91000007 0
    BO BOR-Objekttyp BUS1065 POSITIONCHANGED WS91000007 0
    BO BOR-Objekttyp BUS1065 REHIRED WS91000007 0
    BO BOR-Objekttyp BUS1065 RETIRED WS91000007 0
    Iam not sure about what you have done in the customizing but, the above settings represents that the same workflow is set as receiver for different events.
    Now As per my understanding what ever you have posted, I feel like you want to restrict the workflow intiiation only for some of the events. and for the remaining events you do not want to start the workflow.
       If this is the case then I would suggest that to over come any kind of issues, I suggest you take a copy of the workflow WS9100000070 and assign the new workflow template to each different event, in this way you can differentiate which workflow is acting as a receiver for the event.
    and accordingly you activate the Event Linkages in SWE2 txn too.
    Regards
    Pavan

  • Im from Philippines and my iphone is from Japan after I updated it to iOs 6.1.3 it wont activate it says ''Activation Error Please Contact Customer Care'' what does it mean? How can I activate it? Please help me.

    Im from Philippines and my iphone is from Japan after I updated it to iOs 6.1.3 it wont activate it says ''Activation Error Please Contact Customer Care'' what does it mean? How can I activate it? Please help me.

    You can NOT unlock it. Only the carrier it is locked to can legally authorize unlocking it and the Japanese carriers will not do so.
    In order to be using it previously with a non Japanese carrier, the phone had to be hacked to illegally unlock it.  You can not get help here.
    Buy a new phone you can use.

  • Default marked for checkbox 'From Family Infotype' under infotype 0198

    Hi all,
    I need help here to check whether there is something wrong with my codes.
    I want to make a default tick at check box 'From Family Infotype' from infotype 0198.
    If a user enter Tcode PA30 and using infotype 0198, he will see the checkbox is automatically marked before he can proceed to key in other details by copying it from another record and save it.
    Then, i enters the coding as below in include ZXPADU01 but it is not working as needed.
    Pls help me to correct this. Thanks.
    INFOTYPES:            0198.                                    
    DATA: i0198 LIKE p0198.
    FIELD-SYMBOLS: <fs_pnnnn> TYPE ANY.                   
    FIELD-SYMBOLS: <fs_innnn> TYPE ANY.                   
    CASE innnn-infty.
        WHEN '0198'. "Schedular Deduction Tax
        ASSIGN ('INNNN') TO <fs_pnnnn> CASTING TYPE p0198.
        CHECK sy-subrc = 0.
        MOVE <fs_pnnnn> TO p0198.
       IF p0198-subty = '01'.
         IF ipsyst-ioper = 'COP'.
           MOVE 'X' TO i0198-tctgf.
           i0198-tctgf = 'X'.
         ENDIF.
       ENDIF.
        IF ipsyst-ioper = 'COP'.
          IF p0198-subty = '01'.
           MOVE 'X' TO i0198-tctgf.
            p0198-tctgf = 'X'.
          ENDIF.
        ENDIF.
        CALL METHOD cl_hr_pnnnn_type_cast=>pnnnn_to_prelp
          EXPORTING
            pnnnn = p0198
          IMPORTING
            prelp = innnn.
    ENDCASE.
    Edited by: safarin on Jun 11, 2009 6:51 AM
    Edited by: safarin on Jun 15, 2009 4:49 AM
    Edited by: safarin on Jun 15, 2009 4:53 AM

    Hi Sanda,
    I think you can make use of the user exit "PBAS0001". Use one of the components of the exit. Create a project for the same in CMOD and activate it.
    Do the business checks in this user exit's include.
    Hope this helps you.
    Regards,
    Subbu.

  • Create Custom Infotype and handle Modification/Updation

    Hi All,
    I need to create a custom infotype and handle few checks while creating/updating the existing one.
    I have gone through the existing threads and have figured out the creation part.
    Could anyone tell me where i need to code the checks while creating/updating.
    I tried editing the PBO/PAI of the Module pool program, but as its standard, is asking for access key. Do we need to code this in any userexit or implement BADI.
    For example,
    a) i need to check that only one instance of the infotype should be valid for an  
        employee at a time
    b) This infotype should be created for only Employees and not contingent workers.
    c) Few fields on the body section needs to be updated/modified.
    Thanks and Regards
    Manish.

    You can use the IN_UPDATE or AFTER_INPUT Methods of the BAdI HRPAD00INFTY to perform your validations.
    Arya

  • Infotype 1610-T5u13 table update

    I am working on one of the HR-Org objects data transfer. I would like to know if there are any standard function modules or programs available for updating external infotype 1610. The underlying table for infotype is T5U13.

    > Do u want to update IT 1610 directly ?
    >
    > Don't u want to use PP01 or PP02 ?
    >
    > Well u can write ur BDC report to update IT 1610...as
    > I think...
    > No function module is available to update IT 1610 or
    > table T5U13 or view V_T5U13_B.!!!
    Yea, what he said.

  • THRiVE system software 3.2.1.31.5.0002 update released (Android 3.2)

    We are pleased to announce a new software update for your THRiVE tablet. This release will update the Android platform from version 3.1 to 3.2, adding new features and performance enhancements. Toshiba recommends that you download and install this update.
    Release 3.2.1.31.5.0002 highlights: 
    Enables an improved compatibility mode enhancing the way applications originally designed for smaller screen devices appear and function on the larger tablet display.
    Improves screen rotation acceleration.
    Adds extended screen support API, giving developers more precise control over the user interface across a range of Android-powered devices. 
    See http://kb.toshiba.com/98083841 for more details about THRiVE software updates.
    You can update your system software by either of the following methods:
    Tap on the update message sent by the Toshiba Service Station application to your device, or... 
    From the Home screen tap on the 'Apps' icon in the upper right corner, locate and tap the 'Service Station' app's icon, tap 'Check for Updates' and follow the on screen directions.
     

    Updated my AT105 last night. Sat with it during the process and eveything seemed to work fine. Downloaded local newspaper like I do every morning and off to work it went. At work, I sync my documents with Docs to Go. Here is where my problems start.Apparently the upgrade broke my docs to go licence link as the desktop app states I need to upgrade to v3.0 and buy the licence. I'm already at v3.0 and have the valid licence that worked all the way up to today. I also noticed that today when I view my device on my computer, the tree now shows my SD card and any USB memory as a separate device. OK I guess. What is not OK is the internal storage of my TT is now displayed with two identically named folders for every folder on my device. Only difference is each and every duplicate shows it was last modified exactly 1 hour before the original and the files in the duplicate cannot be accessed. I have also noticed that the content between the duplicate and the original is for the most part identical. Some folders are not identical. This is only showing up on my desktop, not on my TT. This is the first upgrade I've had a problem with. I'd like the folder issue cleared up.

  • Is Possible to Merge Some Infotypes (10 infotypes) into One Infoprovider?

    Hi All
    I'm really confused with HR Model Data Design. Right now, I need to create report like this (using Bex Analyzer)
    (PA0000,PA0001,PA0002)
    Name:
    Age:
    Job Title:
    Division:
    Section
    Date Joined (dd/mm/yyyy)
    (another infotype)
    Education
    Lever | Start Date | End Date
    Junior School | 1992 | 1998
    Middle School | 1998 | 2001
    (another infotype)
    Career History
    Prev Comp | Start Date | End Date
    PT ABC | 2002 | 2003
    PT XYZ | 2003 | 2004
    My plan, first is to combine all of them into 0EMPLOYEE (become attribute of 0EMPLOYEE).
    But this plan is fail because there was an error time overlap dependency.
    Because of this, I separate them into DSOs (one DSO for one infotype). Now one thing that I confused is how to combine them into one InfoProvider (InfoCube/Multiprovider/InfoSet), because the key (Begin Date and End Date) are not sync one another.
    The simple logic is build like this
    Employee Id | Begin Date (PA0001) | End Date (PA0001) | Begin Date (education) | End Date (education) | Begin Date (contract) | End Date (contract) but the combination will be bombastic (the performance will be drop).
    Could you anyone help me to solve this? Thank you
    Regards,
    Satria

    Hi satria
    I would try using expertroutine with ABAP code 'perform'
    here an example:
    http://abapreports.blogspot.com/2009/10/sap-programming-syntax-for-provide-in.html
    gregards
    Tom

  • PA30 on save infotype, next infotype opens, where is config

    Hi All,
    In PA30 when I am creating & saving infotype-0000, next screen is coming as infotype-0001 on saving it next screen as infotype-0008 on saving it next screen coming as infotype-9026 on saving it next screen coming as infotype-9019.
    My requirement is that I do not want 9019 on saving of 9026. Please suggest where is this configuration. And how can I remove this?
    i.e. on saving 9026 I wants to come out of PA30 & wants to process 9019 separately.
    Regards

    SM30> V_T588Z> Maintain
    Infotype 0000
    look through for an entry like
    INS,9019,,,(P0000-BEGDA),(P0000-ENDDA)/D
    & delete it
    A word of caution though.. Dynamic Actions are usually handled by the Business Analysts.. if you are not one, pl check with the preson concerned before making the changes..
    ~Suresh

  • Issue adding records to Infotype 0002

    Hi All,
    I am trying to insert records into Infotype 0002. I am using HR_INFOTYPE_OPERATION to do this. It works fine for all the employees but fot the ones who have Reference Personnel numbers. The system lets me to add the record to those employees through PA30 online or through BDC program with a warning message "No record with the same key for personnel number xxxxxxx",  but if I use the FM HR_INFOTYPE_OPERATION or HR_MAINTAIN_MASTERDATA, it sometimes gives me hard error message " The Social Insurance number already assigned to another employee" in the foreground and when executed in background I get a short dump with exception " CX_HRPA_INVALID_BUFFER_ACCESS".
    I debuged the standard code and the exception occurs in Include UP50RU02 in method IF_HRPA_MASTERDATA_BUFFER~INSERT.
    Short dump:
    The exception 'CX_HRPA_INVALID_BUFFER_ACCESS' was raised, but it was not caught
      anywhere along
    the call hierarchy.
    Since exceptions represent error situations and this error was not
    adequately responded to, the running ABAP program
      'CL_HRPA_MASTERDATA_BUFFER=====CP' has to be
    terminated.
    Please let me know if I am doing something wrong.
    Thanks,
    Danny.

    Hi Daniel,
    I would not worry about using FM 'HR_INFOTYPE_OPERATION' or 'HR_MAINTAIN_MASTERDATA' for the purpose of inserting PA infotype records for employees. I had developed a generic module last year to insert any PA infotype record which will use the standard PA business logic framework i.e. include all standard checks and validation, calls all Exits/BAdIs before inserting the record as it would when you are saving the infotype record via PA30. I basically created a wrapper FM to simplify the calling of some other standard FMs. Use it if you like (and if it works in your system keeping in mind config is different in every system) but please do handle all the Exceptions after the call (by reading the Message Handler Interface IF_HRPA_MESSAGE_HANDLER) to confirm there was no data inconsistency or other problems at the time of the update. Below is the sample code:
    The generic customer Function Module
    FUNCTION zpa_insert_any_infty_record.
    *"*"Local Interface:
    *"  IMPORTING
    *"     VALUE(IS_PNNNN) TYPE  ANY
    *"     REFERENCE(IT_TEXT_TAB) TYPE  HRPAD_TEXT_TAB OPTIONAL
    *"     REFERENCE(IV_NO_AUTH_CHECK) TYPE  BOOLE_D DEFAULT SPACE
    *"     REFERENCE(IV_LOCK) TYPE  SPRPS DEFAULT TRUE
    *"  EXPORTING
    *"     REFERENCE(EIF_MESSAGE_HANDLER) TYPE REF TO
    *"        IF_HRPA_MESSAGE_HANDLER
    *"     REFERENCE(EV_OK) TYPE  BOOLE_D
    *"  EXCEPTIONS
    *"      EX_PERNR_LOCKED
    * FUNCTION...... ZPA_INSERT_ANY_INFTY_RECORD                           *
    * FUNCTION GROUP.ZPA_FG_EMP_LEAVE_BOOKING                              *
    * TITLE......... Insert any PA infotype record for an employee         *
    * AUTHOR........ Sougata Chatterjee                                    *
    * DATE WRITTEN.. 23/08/2010                                            *
    * SAP RELEASE... ECC 6.0                                               *
    * SPECIFICATION. N/A - Reuseable Object                                *
    * =====================================================================*
    * DESCRIPTION... This function is a generic module that will insert    *
    *                a PA infotype record into the employee master data as *
    *                per the import structure IS_PNNNN. This module wil be *
    *                particularly useful when requirement is to create     *
    *                other infotype records for the same employee within a *
    *                User-Exit or a BAdI.                                  *
    * ASSUMPTIONS... Infotype record to be updated is a PA Infotype.       *
    * =====================================================================*
    * MODIFICATION HISTORY                                                 *
    * Date       Userid       Change No & Description                      *
      DATA:
        lif_msg_handler  TYPE REF TO if_hrpa_message_handler,
        lo_msg_handler   TYPE REF TO cl_hrpa_message_list.
    * instantiate the message handler object
      CREATE OBJECT lo_msg_handler.
    * assign a reference to a rereference variable using the CAST operation
      lif_msg_handler ?= lo_msg_handler.
    * insert the infotype record into the employee master data
      PERFORM insert_infotype USING    is_pnnnn
                                       it_text_tab
                                       iv_no_auth_check
                                       iv_lock
                                       lif_msg_handler
                              CHANGING ev_ok.
    * pass back the message handler to the calling program if it was requested
      CHECK eif_message_handler IS REQUESTED.
      eif_message_handler = lif_msg_handler.
    ENDFUNCTION.
    For some reason I couldn't format the subroutine code here in SDN as it is scrambling the whole page but you could use the link here to find the [subroutine code|http://www.mediafire.com/file/9923qui7dm4xqpg/Form%20Insert_Infotype.html] and an [example code|http://www.mediafire.com/file/ihg83agkf0mbc9k/z_calling_program.html] for the program calling this FM including exception handling etc.
    Let me know if the links are not working...I'm happy to email them to you if you want.
    Hope this helps.
    Cheers,
    Sougata.

  • Infotype 0105 not updated via HRUSER

    Hi there
    I'm currently implementing ESS for SAP R/3 4.7 and running into issues running the HRUSER transaction. I can see a specific employee who has no user account setup but a personnel record in the system. When I select to setup the User ID the program successfully runs in the background but the User ID isn't created and the Personnel Record isn't updated with the Infotype 0105 record. I've ran an authority check and there aren't any failure messages so I'm struggling to see why the Infotype isn't being updated. If anyone could point me in the right direction it would be very much appreciated.
    Regards
    Nathan

    Check for the hiring dates of the personnel record. i.e. The employee record is valid on the ID creation date.

  • Updating infotype 0041 using HR_INFOTYPE_OPERATION?

    Hi All:
    How do we update the dates in infotype 0041 using HR_INFOTYPE_OPERATION? lets say we have 6 dates populated in 41  and we another employee has 9 dates populated. We are reading these records and need to update the dates for all the employee records.
    Thanks
    Venkata

    Hi Venkata,
    What you can do is use the HR_INFOTYPE_OPERATION in Change or MOD(Modify) mode i.e.
    pass 'MOD' in operation parameter.
    Your recordnumber parameter should have the sequence number from infotype record you are updating (field SEQNR). All other parameters should be as it is had been for INS or insert operation.
    Regards.

  • Not to Update custom infotype

    Hi Expert,
    I have one custom FM which is used to update the custom infotype but my requirement is when it get fail it should not update
    the infotype but it is updating.Befor this FM we are performing operation i. e MASSN  07,08, .
    This requirement is based on contract renewal when contract is not renewed it should not update custom infotype bue it is
    updating when contract is not renewed through the above FM.
    please give me some idea so that custom infotype should not get updated when contract is not renewed.But it is
    updating the infotype what should i put to not update the infotype when contract is not renewal.
    Below is my listed code.
        IF lv_action =  '09' OR lv_action = '07' OR lv_action = '08' AND lv_cr_renewal = ''.
        CALL FUNCTION 'ZF_HCM_ALM_ABSENCE_DATA'
            EXPORTING
              i_pernr                 = lv_pernr
              i_effective_date        = lv_date
              i_updation              = 'X'
    TABLES
      T_ABSENCE_DATA          =
          t_return                = lt_return_absence
    Regards,
    Md
    Edited by: MdAddu on Jun 26, 2011 9:33 AM
    Edited by: MdAddu on Jun 26, 2011 9:52 AM

    Hi,
    Write the code as :
    IF ( lv_action = '09'  OR lv_action = '07' OR lv_action = '08' )
      AND lv_cr_renewal = ''.     "-- contract renewed ...
    CALL FUNCTION 'ZF_HCM_ALM_ABSENCE_DATA'
    EXPORTING
    i_pernr = lv_pernr
    i_effective_date = lv_date
    i_updation = 'X'
    TABLES
    T_ABSENCE_DATA =
    t_return = lt_return_absence
    Regards,
    Srini.

  • Decoupling of customer infotypes; additional update mechanism

    Hi
    I am currently working in a project, were we are trying to decouple a number of own / customer infotypes (9xxx-infotypes), according to SAP's New Infotype Framework.
    In this connection we want to use the recommendations by SAP, stated in the paper: "Business Logic Guidelines for Creating & Migrating Infotypes".
    One of the challenges we have is that in the validation methods of the check class for the indiv. infotypes, we need to update other tables (Z-tables).
    The guideline says: "additional updates for tables that lie outside the PAnnnn name range must be processed via the so-called additional update mechanism".
    Does anyone know what this "additional update mechanism" is? can anyone point me to some documentation regarding this subject??

    If you would like to contact one of the UK based BT Care Team who moderate this forum, they should be able to help you.
    They can be contacted using this link BT Care Team
    They normally respond by phone or e-mail, within three working days, however you should get an immediate confirmation, with a tracking number.
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

Maybe you are looking for

  • Unable to extend table

    Hi All, I have Oracle 8i installed on Redhat 7.3 I am trying to import from a large dmp file (10 GB). Initially I was getting error related to "unable to extend datafile", which I got over by creating multiple datafiles with size 2GB each. Thanks to

  • HT204022 How do you remove all the photos in photostream in one go i.e reset?

    I have a new Mac and iphone and when I turn on photostream it downloads thousands of pics that have been taken since photostream started. I don't want it to do that, I just want to reset the photo stream and start with zero pics as its being download

  • OraOLEDB provider 8.1.7.3 - BLOB problem

    Hi, We are using Oracle Provider OraOLEDB 8.1.6 earlier and BLOB is reading Properly...Now I upgraded the provider to OraOLEB 8.1.7.3...Now all BLOB/LONG fields are read as NULL...Same code works perfectly fine with OraOLEDB 8.1.6... Did we have to c

  • Multiple Assets transfer in ABUMN

    Hi All, I need to transfer 1 asset to multiple assets (eg 20 assets equally) within same comapany code. I tried thru T code ABUMN by choosing option "multiple assets". There, under "From asset" i gave the same asset number 2 times, one below the othe

  • Report variable issue

    Hi All, I got one requirement in variables, first i want to create one variable with char-user entry, and i have to create one more variable char- replacement path. Here i have use first variable as referanse to second variable....like Quey inputs. p