Personal Profile service for Brazil - Type Conflict for infotype 0002

Hello All,
We are enabling personal profile service for Brazil. And we did all the required configuration for that.
When I access the personal info service I can see the overview page with personal data. But when I click on display link, I get the error message saying -
Type conflict with ASSIGN in program CL_HRPA_UI_CONVERT_0002_BR
Is there any configuration missing?
Thanks,
Bhushan

Short text
    Type conflict with ASSIGN in program "CL_HRPA_UI_CONVERT_0002_BR====CP".
What happened?
    Error in the ABAP Application Program
    The current ABAP program "CL_HRPA_UI_CONVERT_0002_BR====CP" had to be
     terminated because it has
    come across a statement that unfortunately cannot be executed.
What can you do?
    Note down which actions and inputs caused the error.
    To process the problem further, contact you SAP system
    administrator.
    Using Transaction ST22 for ABAP Dump Analysis, you can look
    at and manage termination messages, and you can also
    keep them for a long time.
Error analysis
    You attempted to assign a field to a typed field symbol,
    but the field does not have the required type.
How to correct the error
    Adapt the type of the field symbol to the type of the field or use an
    untyped field symbol or use the "CASTING" addition.
    If the error occures in a non-modified SAP program, you may be able to
    find an interim solution in an SAP Note.
    If you have access to SAP Notes, carry out a search with the following
    keywords:
    "ASSIGN_TYPE_CONFLICT" " "
    "CL_HRPA_UI_CONVERT_0002_BR====CP" or "CL_HRPA_UI_CONVERT_0002_BR====CM003"
    "IF_HRPA_UI_CONVERT_STANDARD~OUTPUT_CONVERSION"
    If you cannot solve the problem yourself and want to send an error
    notification to SAP, include the following information:
    1. The description of the current problem (short dump)
       To save the description, choose "System->List->Save->Local File
    (Unconverted)".
    2. Corresponding system log
       Display the system log by calling transaction SM21.
       Restrict the time interval to 10 minutes before and five minutes
    after the short dump. Then choose "System->List->Save->Local File
    (Unconverted)".
    3. If the problem occurs in a problem of your own or a modified SAP
    program: The source code of the program
       In the editor, choose "Utilities->More
    Utilities->Upload/Download->Download".
Line  SourceCde
    6   DATA: attributes           TYPE hrpad_field_attribute_tab.
    7   DATA: l_object_key         TYPE hcm_object_key.
    8   DATA: l_subrc              TYPE sysubrc.
    9
   10   FIELD-SYMBOLS <r0002_br>   TYPE hcmt_bsp_pa_br_r0002.
   11   FIELD-SYMBOLS <p0002_br>   TYPE p0002.
   12   FIELD-SYMBOLS <p0625>      TYPE p0625.
   13
   14   is_ok = if_hrpa_ui_convert_standard~true.
   15   ASSIGN screen_structure    TO <r0002_br>.
   16   l_object_key = <r0002_br>-object_key.
   17   MOVE-CORRESPONDING pnnnn TO super_screen_ref.
   18
   19   CALL METHOD super->if_hrpa_ui_convert_standard~output_conversion
   20     EXPORTING
   21       screen_structure_name = a_super_screen_structure_main
   22       pnnnn                 = pnnnn
   23       message_handler       = message_handler
   24       field_metadatas       = field_metadatas
   25     IMPORTING
   26       screen_structure      = super_screen_ref
   27       is_ok                 = is_ok
   28       field_attributes      = field_attributes.
   29
   30   MOVE-CORRESPONDING super_screen_ref TO screen_structure.
   31
   32   CASE a_super_screen_structure_main.
   33     WHEN 'HCMT_BSP_PA_XX_R0002'.
   34       ASSIGN pnnnn                  TO <p0002_br>.
   35       ASSIGN screen_structure       TO <r0002_br>.
>>>>>       ASSIGN pnnnn2                 TO <p0625>.
   37       MOVE-CORRESPONDING <p0002_br> TO <r0002_br>.
   38       MOVE-CORRESPONDING <p0625>    TO <r0002_br>.

Similar Messages

  • Compare query ZY/SD Functional area ZREP:Type conflict for field MARC-DISPO

    Hi,
    Iam in 3.1i system, trying to load fUser group SD and Query ZY for the Functional area ZREP from text file.
    Iam getting error log as : Compare query ZY/SD functional area ZREP : TYPE conflict for field MARC-DISPO
    Could anybody please provide the solution.
    Thanks, Krishna
    Edited by: Krishnama Raju  Samunuri on Jun 20, 2008 8:37 PM

    Hi DST
    This is a great effort and gesture. thank you on behalf of all the newbies.
    PJ

  • Issue in GI for shipment for movement type 161 for vendor returns

    Hi Guru's,
    When we try to make the Goods Issue for the shipment in VT12...I'm geting a error message as
    "Combination of Movement type/Special stock/  stock type is not possible".
    And also FYI..the delivery in the shipmet was completley picked and packed and loaded.
    Please Advice.

    Check following SAP Notes:
    - Note 1090988 - Pooling: Quality inspection for return delivery not possible
    Symptom - You run the ADEC special pooling process for a material in which master inspection setup is maintained.
    The error message M7 361 occurs: Combination of movement type/special stock/stock type is not possible. No inspection lot can be created by goods movement receipt (GR) for pooled stock.
    Reason and Prerequisites - It is not planned to deal with ADEC pooling order with quantity inspection lot. The relevant Customizing entries are missing for this process.
    Solution - Refer SAP Note 1090988
    - Note 376615 - M7001: MEU5 xx 01 is missing in table T156M
    Symptom - During goods receipt to a stock transport order with returns item, the system generates message M7001:
    'Please check table T156M: entry MEU5 xx 01 does not exist'. or message M7361: 'Combination of movement type/special stock/stock type not possible'. The system displays the error message if you want to post the returns item from the stock in quality inspection, from the restricted-use stock or from the blocked stock to the stock in transit.
    Cause  - The entry is missing in the standard system
    Solution - Refer SAP Note 376615
    Also, check Allowed Transaction & Reversal & Follow-on M Type node in Tcode OMJJ for M Type 161
    Thanks & Regards
    JP

  • BAPI_GOODSMVT_CREATE for mov.type 101 for Delivery

    Hi expert,ù
    I have to use the BAPI_GOODSMVT_CREATE to create a 101 referring to a delivery but I can't find wich parameters I have to set.
    If I refre to a purch.order it works correclyt, but the same settings are not applicable for delivery.
    Any documentations or example?
    Thanks

    Hi,
    Check if this is useful.
    *-Step 1: Create Inbound delivery from outbound delivery
    Input the delivery number, date & creator name
    to impkf structure
    *-- Do MIGO using Outbound delivery
      wa_imkpf-bldat = goodsrecdate.
      wa_imkpf-budat = goodsrecdate.
      wa_imkpf-xblnr = deliverynumber.
      wa_imkpf-usnam = sy-uname.
      CLEAR ws_i_cnt.
    *-- Pass all the necessary details to I_MSEG - item details
      CLEAR wa_wueb. REFRESH i_mseg.
      LOOP AT i_wueb INTO wa_wueb.
        CLEAR wa_lips. CLEAR wa_mseg.
        READ TABLE i_lips INTO wa_lips WITH KEY vbeln = wa_wueb-vbeln
                                                posnr = wa_wueb-vbelp BINARY SEARCH.
        IF sy-subrc = 0 AND wa_lips-lgnum NE space. " only for WH managed
          ws_i_cnt = ws_i_cnt + 1.
          wa_mseg-line_id = ws_i_cnt.               " Line Number
          wa_mseg-global_counter = ws_i_cnt.        " Line Number
          wa_mseg-bwart = '101'.            " Movement Type
          wa_mseg-matnr = wa_wueb-matnr.            " Material Number
          wa_mseg-werks = wa_wueb-werks.            " Plant
          wa_mseg-lgort = wa_wueb-lgort.            " Storage Loc
          wa_mseg-charg = wa_wueb-charg.            " Batch
          wa_mseg-kzbew = c_b.                      " Movement Indicator ( B indicates
    Goods movement for purchase order)
          wa_mseg-erfmg = wa_wueb-erfmg.            " Quantity
          wa_mseg-erfme = wa_wueb-erfme.            " UoM
          wa_mseg-bprme = wa_wueb-erfme.            " UoM
          wa_mseg-menge = wa_wueb-erfmg.            " Qty
          wa_mseg-meins = wa_wueb-erfme.            " UoM
          wa_mseg-ebeln = wa_wueb-ebeln.            " STO Number
          wa_mseg-ebelp = wa_wueb-ebelp.            " STO Item Number
          wa_mseg-migo_elikz = 1.                   " Delivery completion indicator( 1 - set automatically)
          wa_mseg-bstmg = wa_wueb-erfmg.            " QTY
          wa_mseg-lgnum = wa_lips-lgnum.            " WH No
          wa_mseg-vbeln = wa_wueb-vbeln.            " Delivery Number
          wa_mseg-posnr = wa_wueb-vbelp.            " Delivery Item number
          wa_mseg-lsmng = wa_wueb-erfmg.            " QTY
          wa_mseg-lsmeh = wa_wueb-erfme.            " UoM
          wa_mseg-bukrs = wa_wueb-ekorg.            " Purchase org
    *-- Get Vendor Number from STO
          CLEAR wa_ekko.
          READ TABLE i_ekko INTO wa_ekko WITH KEY ebeln = wa_wueb-ebeln BINARY SEARCH.
          IF sy-subrc = 0.
            wa_mseg-lifnr = wa_ekko-lifnr.          " Vendor number
          ENDIF.
          wa_mseg-ean11_bme = wa_wueb-ean11.        " EAN11
          wa_mseg-insmk = space.                    " Stock Type ( space - Unrestricted use)
          wa_mseg-weanz = 1.                        " Number of GR/GI Slips to Be Printed
          wa_mseg-weanzx = c_x.                     " Updated information in related user data field
          wa_mseg-wempfx = c_x.                     " Updated information in related user data field
          wa_mseg-abladx = c_x.                     " Updated information in related user data field
          APPEND wa_mseg TO i_mseg.
        ENDIF.
      ENDLOOP.
    *-- Do MIGO
      CALL FUNCTION 'MB_CREATE_GOODS_MOVEMENT'
        EXPORTING
          imkpf = wa_imkpf
          xallp = c_x
          xallb = c_x
          xallr = c_x
          ctcod = c_migo
          xlisu = c_x
        IMPORTING
          emkpf = i_emkpf
        TABLES
          emseg = i_emseg
          imseg = i_mseg.
      IF i_emkpf-subrc = 1.                  "Inbound delivery creation is success
        ws_c_indelvry = i_emkpf-msgv1.

  • Looking for Appminer - type application for iPad

    I used to use an app called AppSniper to identify when my favorite apps went on sale, but I believe the developer has slacked off on supporting it, and more often that not it fails to load these days. So I started looking at AppMiner and PandoraBox as alternatives (which are quite popular) but when I install these apps and search for iPad apps, they do NOT show up in the search results (only iphone and ipod touch apps). Can someone please recommend a good appsniper that I can use to track sales on iPad apps?

    Amazon has them at reasonable prices.   Select electronics, and type in: iPod 1st generation covers and cases.

  • Any smartform for Output type FUSI for billing

    Hi,
    Can any one suggest me smartform for FUSI standard form.
    In se71, the form is SD_Export_FUSI.
    My requirement is to design layout according to client requirement.
    If any suggestion how to proceed will be welcome with suggesting smartform
    Thanks in advance

    I don't think we have a similar print program and smartform available, if you want to use it in Smartfrom.. copy SAPscript and migrate to smartform using SF_migrate and copy the print program of SAPscript and make necessary changes.
    Regards,
    SaiRam

  • How to find config table for the field "language" in infotype-0002

    Hi Gurus,
    We are implementing ECC 6.0 at our client site.
    The client wants to use language field in persoanl data infotype as mother tongue and include indian languages.
    He don't want all other languages like spanish etc instead he wants indian languages like Hindi,telugu,tamil etc.
    can any body please help me in which table we can configure this.
    Thanks in advance
    Regards
    AnanyaK

    Hi,
    You can enter the languages in the IMG
    Path is
    IMG-> Personnel Management-> Personnel Administration -> Personnel Data-> Languages
    Or  you can simply go for technical information in the field name and will get the table name for that field and can maintain in SM30
    Regards,
    Kapil Kaushal

  • Information for IDOC type TPSDLS01

    Hi,
    I want to create an IDOC for IDOC type <b>TPSDLS01</b>. The message type for this IDOC is TPSDLS. I need following information, since i am working for last two days and i am unable to figure it out. pls. it is urgent
    1). Application , i found it is V2 ( shipping) is it correct?????/
    2). Output Type . I found out so many, LD00, LAVA, LD01, TPS0 and many more. Which one is the correct one????????
    3). Process Code for message type TPSDLS ( for outbound IDOC).
    4). Function module assign to this process code.
    Pls . help me as this is very very urgent.
    Thanks in advance,
    Pratik

    Usually the functional guy or the domain expert would be able to guide you regarding the "Output Type".
    In case of urgent/swift answers, you might have to approach <a href="OSS">http://service.sap.com</a>
    As far as my knowledge goes, in case it is ALE, there is not a requirement of process code for outbound IDocs.
    I would request you to purchase a good ALE book. The one which I always carry along is :
    ALE,EDI & IDoc Technologies for SAP - Arvind Nagpal, John Pitlak
    Hope you find it useful.
    Best Regards,
    Subramanian V.

  • Validation for doc type for f-43

    Hi,
    I Have created a validation for document type sk for t.code f-43, while creating validation i have taken fb01 it is working fine for f-43 at the same time which is working for f-02 also it should not work for f-02.what to do please help me
    Thanks and Regards
      Radha

    Hi,
    Almost all FI transactions other than the clearing transactions, may apparently have different names like F-02, F-43 etc, but at the backend there is only one mother transaction code FB01.  So any validation on FB01 will impact all FI t-codes.
    I would suggest that you use document type in the validation, if you can have clear demarcation between the doc type used for different transactions.
    Cheers.

  • Output type for movement type for IDOC creation

    Dear Experts,
    Can anybody tell how to create "Output type for different movement types for IDOC creation"
    Specially for Movement type used for Inbound & outbound.

    Hi,
    pls find below link's
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/idoc%2bsteps
    BAPI & IDOC material
    IDOC Scenario Steps
    http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a60bb507d11d18ee90000e8366fc2/frameset.htm
    http://sap.niraj.tripod.com/id51.html
    http://www.thespot4sap.com/Articles/SAP_ALE_IDOCS.asp
    Changing fields in an Idoc segment
    Regards
    Raj.

  • Account determination for condition type

    Hi Guru,
    I have  requirement where I  need to assign G/l account in VKOA for condition type used for discount and markup same time. I know I can aasign trade discount to this condition type but how about markup. can we assign two diffeent account to same condition type based on uses.
    Thanks

    This is pricing conditions not condition type like KOFI. The pricing condition are like base price, discount , markup, special custmer discount, ect. You can see these contions in sales order under condtion tab. My issue is there one condtion that user use some time for discount and some for mark up and requirement is when this condition is used for discount, it post to one account and if used for mark ,should go to different accoount. In VKOA  sequence 501, we can only assign one account to one condition. if some one know how to assign two G/Ls to one condition .

  • Set up/maintain order type dependent parameters for order type PI01

    hello all,
    i would like to know how to set up/maintain order type dependent parameters for order type PI01 for a particular plant.
    thanks,
    maxx

    Hi Maxx
    Order types are maintained in T Code OPJH
    Thereafter go to T Code OPL8 to maintain there dependent parameters and assign it to desired plant
    Hope this helps
    Rgds

  • PA-US  Where to find the documentation for renumeration type?

    Gurus,
    Where to find the documentation for renumeration type details for IT0008 in SAP Library?
    I tried in HR sections under ERP of SAP Library, but could not find the place.
    Thanks,

    Revathi,
    I see an option to change the enum type in IT0008 maintenance screen.
    Which simply changes section of the screen as "salary" to "pay scale" and vice versa.
    I want to understand the difference between those in terms of payroll process (calculations).
    Hence, I was trying to find documentation in this regard in SAP Library.
    Thanks,

  • "Event 'INFO_APPRAISEE_CHANGE_APPROVE' is not defined for object type 'APPR

    hi all
    i made 4 workflows for MBO appraisal using APPR_DOC BO nd using std wfs- ws12300114, ws12300122, ws12300124 nd ws12300125. all r working properly in development server.
    but
    in quality all r giving errors related to evevts. as for example, for ws12300114 workflow it is giving error--
    "Event 'INFO_APPRAISEE_CHANGE_APPROVE' is not defined for object type 'APPR_DOC' "
    for all 4 wfs it is giving error like this related to event nd business object.
    plzzzzzzzz anybody knows thn reply or call me at 09886999122 or mail at [email protected]
    thanks in advance
    Raj

    Hi,
    Since you are saying that the object worked fine in DEV and giving problem in Quality I feel that some sort of Your Dev work was not properly included in the Transport Request and was not gone to Quality server.
    Something like EVENT activation, release status etc were not gone to Quality
    check them.
    reward if useful
    regards,
    Anji

  • BAPI_GOODSMVT_CREATE is not working for movement type 701 in MIGO

    Hi gurus
    Can anybody help to track that bapi: BAPI_GOODSMVT_CREATE is not working for movement type 701 for MIGO Transaction.

    call this standard BAPI, AND EXECUTE IN SE37
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(GOODSMVT_HEADER) LIKE  BAPI2017_GM_HEAD_01 STRUCTURE
    *"        BAPI2017_GM_HEAD_01
    *"     VALUE(GOODSMVT_CODE) LIKE  BAPI2017_GM_CODE STRUCTURE
    *"        BAPI2017_GM_CODE
    *"     VALUE(TESTRUN) LIKE  BAPI2017_GM_GEN-TESTRUN DEFAULT SPACE
    *"     VALUE(GOODSMVT_REF_EWM) LIKE  /SPE/BAPI2017_GM_REF_EWM STRUCTURE
    *"        /SPE/BAPI2017_GM_REF_EWM OPTIONAL
    *"  EXPORTING
    *"     VALUE(GOODSMVT_HEADRET) LIKE  BAPI2017_GM_HEAD_RET STRUCTURE
    *"        BAPI2017_GM_HEAD_RET
    *"     VALUE(MATERIALDOCUMENT) TYPE  BAPI2017_GM_HEAD_RET-MAT_DOC
    *"     VALUE(MATDOCUMENTYEAR) TYPE  BAPI2017_GM_HEAD_RET-DOC_YEAR
    *"  TABLES
    *"      GOODSMVT_ITEM STRUCTURE  BAPI2017_GM_ITEM_CREATE
    *"      GOODSMVT_SERIALNUMBER STRUCTURE  BAPI2017_GM_SERIALNUMBER
    *"       OPTIONAL
    *"      RETURN STRUCTURE  BAPIRET2
    *"      GOODSMVT_SERV_PART_DATA STRUCTURE
    *"        /SPE/BAPI2017_SERVICEPART_DATA OPTIONAL
    *"      EXTENSIONIN STRUCTURE  BAPIPAREX OPTIONAL
    *"      GOODSMVT_ITEM_CWM STRUCTURE  /CWM/BAPI2017_GM_ITEM_CREATE
    *"       OPTIONAL
      call function 'BAPI_GOODSMVT_CREATE'
        exporting
          goodsmvt_header         = goodsmvt_header
          goodsmvt_code           = goodsmvt_code
          testrun                 = testrun
          goodsmvt_ref_ewm        = goodsmvt_ref_ewm
        importing
          goodsmvt_headret        = goodsmvt_headret
          materialdocument        = materialdocument
          matdocumentyear         = matdocumentyear
        tables
          goodsmvt_item           = goodsmvt_item
          goodsmvt_serialnumber   = goodsmvt_serialnumber
          return                  = return
          goodsmvt_serv_part_data = goodsmvt_serv_part_data
          extensionin             = extensionin.
    commit work.
    hi, rewards point, if this is useful,
    regrds
    karthikeyan

Maybe you are looking for