Infotype 0008: Z fields are not copying - error satus 26 in outbound IDOC

Dear Experts,
I have created a Y segment Y1P0008 and added to segment E1P0008 through extending (extension YDISTRIBUTE01) the basic type YGL_DATASET_DISTRIBUTE01. The Y1P0008 contains all z fields of IT0008.
I followed the SAP note 105148. I have amended the logic Y segment in FM 'Z_CONVERT_P0008_TO_E1P0008' . And inturn i called this FM in exit 'EXIT_SAPLRHAL_003'.But, after running transaction PFAL, the outbound IDOC is generated with status 26.
I have configured all in WE20, WE57, WE82.
Is  am i missing anything?
Your help is highly appreciated.
Thank you.
Kind Regards,
Thilotham.

I have found solution. There is also another FM which is called for inbound IDOC. I have changed that FM CONVERT_E1P0008_TO_P0008 which is not given SAP note.

Similar Messages

  • Infotype 0008 wage types are not considered while payroll

    Hi Experts,
    When i am running the payroll, all the wage types of infotype 0008 is not considered. Neither it is being stored in RT. But all the wage types of infotype 0014 and 0015 are correctly being considered in the payroll. Plz help
    Regards
    Tarun

    Hi,
    Plz see the XVAL log that i am getting while running payroll. Do let me know if you need any other information. I can call you now if you say.
    PIT   XVAL P10            Valuate pay elements
        Input
            IT
    Table IT
    PCRlGr Wage salary type               WC  C1 C2 C3  Assign: AltPa  CA  BT Abs.
    Var s. Unit    Rate                      Number       Amount
    3      /806 Partial period factor 6   01
                             100,000.00
    3      2000 BASIC SALARY-NEW          01
                                                                      8,000.00
    3      3000 BUS DEDUCTION-HPL         01
                                                                      1,000.00-
    Processing
         /806 Partial period factor 6
    /806 Partial period factor 6
    Rule   ESGPCR VaKey    Operation
    XVAL      3            VWTCL 10
    XVAL      3   0        ADDWT *
    2000 BASIC SALARY-NEW
    2000 BASIC SALARY-NEW
    Rule   ESGPCR VaKey    Operation
    XVAL      3            VWTCL 10
    XVAL      3   1        ELIMI *
    XVAL      3   1        RESET RA
    XVAL      3   1        RTE=  /801
    XVAL      3   1        RESET *
    XVAL      3   1        MULTI RAA
    XVAL      3   1        AMT/KGENAU
    XVAL      3   1        ZERO= R
    XVAL      3   1        ADDWT *
    3000 BUS DEDUCTION-HPL
    3000 BUS DEDUCTION-HPL
    Rule   ESGPCR VaKey    Operation
    XVAL      3            VWTCL 10
    XVAL      3   0        ADDWT *
    Output
    IT
    Table IT
      PCRlGr Wage salary type               WC  C1 C2 C3  Assign: AltPa  CA  BT Abs.
      Var s. Unit    Rate                      Number       Amount
      3      /806 Partial period factor 6   01
                              100,000.00
      3      3000 BUS DEDUCTION-HPL         01
                                                                       1,000.00-

  • All fields are not displaying in the infotype screen control

    Hello Everybody,
    All the fields from infotype 2001 and 2002 are not getting displayed in the screen control for these infotypes and
    when I checked the screens for these infotypes, the mod. groups/functions has not been set for field 'Group3' for those
    infotype fields.
    Is there a way I could set this field ' Group3' for these infotype fields also ? Can it be done thru screen exit and if yes could
    anyone tell me what's the screen exit for these infotypes ?
    Thanks
    Alok

    solved it myself.

  • Getting error in return order as free goods are not copying

    Hi
    We are facing error as free goods are not copying in return orders,We have done upto the billing and creating return order with the reference of billing
    Many Thanks
    Rakesh Naveen

    Hi,
    Kindly check the copying control at IMG->Sales and Distribution->Basic Functions->Free Goods->Maintain Copying Control.
    Thank You,
    RB

  • All fields are not mapped in transformation 0IC_C03 to 2LIS_03_BF_TR

    I have replicated BI7 data sources of 2lis_03_BF,BX & UM from ECC. All the infosources are BI7 infosources.After installing the BI Content for 0IC_C03, infosource 2LIS_03_BF_TR is not active.When I am trying to activate the transformation it is showing a error in START ROUTINE & also all fields are not mapped.
    Please suggest a solution.
    Thanx in advance.
    Edited by: Aritra on Nov 28, 2011 11:37 AM

    Hi,
    i think you have done some modification manually(either added something and deleted something in transformation) thats why code isn't maching with standard sorce package.
    so to resolve this error just remove  changes you manually did. or remove that code and again create start routine and paste the code which u need.
    Thanks & Regards,
    NIKHIL

  • Price and Pricing conditions are not copied to PO for a line item !!

    Hi
    I have created a PO w.r.t a PR which has only one line item.
    Now, I add another line item to this existing PO, i get an error message that the Price and Pricing conditions are not copied.
    How do i rectify this error !!
    Where might be the link for this Price and Pricing conditions to get copied in to this PO ??
    MaruthiRam

    What kind of PR and in the PO same material you enter for new line or new material and do you have any funcitonal authorization assigned o your user id
    please reply

  • Sub Line itmes are not copied out...

    Hi all,
    I am using BAPI ''BAPI_SALESORDER_CREATEFROMDAT2'' to create a sales order with refernce to Contract number. The creation of sales order is fine but the issue is when ever there are sub line items in the contract there are not copied into salesr order.
    Is any one know the reason and solution to reslove this issue.
    My code:
      DATA: lv_vbap  TYPE vbap.
      data: lv_inst_id(8) type n.
      wa_contract_header_in-refobjtype = gc_bus2032.
      wa_contract_header_in-refdoc_cat = 'G'.
      wa_contract_header_in-ref_doc    = wa_vbak-vbeln.
      wa_contract_header_in-refdoctype = wa_vbak-auart.
      wa_contract_header_in-doc_type   = gc_auart.
      wa_contract_header_in-sales_org  = wa_vbak-vkorg.
      wa_contract_header_in-distr_chan = wa_vbak-vtweg.
      wa_contract_header_in-division   = wa_vbak-spart.
    Header data check list
      wa_contract_header_inx-updateflag = gc_var_i.
      wa_contract_header_inx-refdoc_cat = gc_var_x.
      wa_contract_header_inx-ref_doc    = gc_var_x.
      wa_contract_header_inx-doc_type   = gc_var_x.
      wa_contract_header_inx-sales_org  = gc_var_x.
      wa_contract_header_inx-distr_chan = gc_var_x.
      wa_contract_header_inx-division   = gc_var_x.
    Fill Item details table
      LOOP AT t_vbap_copy INTO wa_vbap.
          wa_contract_items_in-itm_number   = wa_vbap-posnr.
          wa_contract_items_in-material     = wa_vbap-matnr.
          wa_contract_items_in-target_qty   = wa_vbap-kwmeng.
          wa_contract_items_in-target_val   = wa_vbap-netwr.
          wa_contract_items_in-refobjtype   = gc_bus2032.
          wa_contract_items_in-ref_doc      = wa_vbap-vbeln.
          wa_contract_items_in-ref_doc_it   = wa_vbap-posnr.
          wa_contract_items_in-ref_doc_ca   = 'G'.
         wa_contract_items_in-PO_ITM_NO    = wa_vbap-posnr.
         wa_contract_items_in-config_id    = '000001'.
         wa_contract_items_in-inst_id      = '00000001'.
          APPEND wa_contract_items_in TO t_contract_items_in.
      Fill item update table
          wa_contract_items_inx-itm_number  = wa_vbap-posnr.
          wa_contract_items_inx-material    = gc_var_x.
          wa_contract_items_inx-target_qty  = gc_var_x.
          wa_contract_items_inx-target_val  = gc_var_x.
          wa_contract_items_inx-refobjtype  = gc_var_x.
          wa_contract_items_inx-ref_doc     = gc_var_x.
          wa_contract_items_inx-ref_doc_it  = gc_var_x.
          wa_contract_items_inx-ref_doc_ca  = gc_var_x.
         wa_contract_items_inx-PO_ITM_NO   = gc_var_x.
         wa_contract_items_inx-config_id   = gc_var_x.
         wa_contract_items_inx-inst_id     = gc_var_x.
          APPEND wa_contract_items_inx TO t_contract_items_inx.
        Schedule Lines
          wa_contract_schedules_in-itm_number = wa_vbap-posnr.
          wa_contract_schedules_in-sched_line = sy-tabix.
          wa_contract_schedules_in-req_qty    = wa_vbap-kwmeng.
          append wa_contract_schedules_in to t_contract_schedules_in.
          wa_contract_schedules_inx-itm_number = wa_vbap-posnr.
          wa_contract_schedules_inx-sched_line = sy-tabix.
          wa_contract_schedules_inx-updateflag = 'X'.
          wa_contract_schedules_inx-req_qty    = wa_vbap-kwmeng.
          append wa_contract_schedules_inx to t_contract_schedules_inx.
        Configuration
          wa_contract_CFGS_REF-posex        = wa_vbap-posnr.
          wa_contract_CFGS_REF-CONFIG_ID    = '000001'.
          wa_contract_cfgs_ref-ROOT_ID      = '00000001'.
          wa_contract_cfgs_ref-sce          = '1'.
          wa_contract_cfgs_ref-kbname       = wa_vbap-matnr.
          wa_contract_cfgs_ref-kbversion    = '001'.
          append wa_contract_cfgs_ref to t_contract_cfgs_ref.
          wa_contract_CFGS_inst-config_id   = '000001'.
          wa_contract_cfgs_inst-inst_id     = '00000001'.
          wa_contract_cfgs_inst-OBJ_TYPE    = 'MARA'.
          wa_contract_cfgs_inst-class_type  = 300.
          wa_contract_cfgs_inst-obj_key     = wa_vbap-matnr.
          append wa_contract_cfgs_inst to t_contract_cfgs_inst.
        lv_inst_id = '00000001'.
        loop at t_vbap into lv_vbap where uepos = wa_vbap-posnr.
          add 1 to lv_inst_id.
          wa_contract_CFGS_inst-config_id   = '000001'.
          wa_contract_cfgs_inst-inst_id     = lv_inst_id.
          wa_contract_cfgs_inst-OBJ_TYPE    = 'MARA'.
          wa_contract_cfgs_inst-CLASS_TYPE  = 300.
          wa_contract_cfgs_inst-obj_key     = lv_vbap-matnr.
          append wa_contract_cfgs_inst to t_contract_cfgs_inst.
          wa_contract_cfgs_part_of-config_id = '000001'.
          wa_contract_cfgs_part_of-parent_id = '00000001'.
          wa_contract_cfgs_part_of-inst_id   = lv_inst_id.
          wa_contract_cfgs_part_of-part_of_no = wa_vbap-posnr.
          wa_contract_cfgs_part_of-obj_type  = 'MARA'.
          wa_contract_cfgs_part_of-CLASS_TYPE = 300.
          wa_contract_cfgs_part_of-obj_key   = lv_vbap-matnr.
          append wa_contract_cfgs_part_of to t_contract_cfgs_part_of.
        endloop.
        loop at t_zgd_v_vc_char into wa_zgd_v_vc_char
                               where instance = wa_vbap-cuobj.
          wa_contract_cfgs_value-config_id  = '000001'.
          wa_contract_cfgs_value-inst_id    = '00000001'.
          wa_contract_cfgs_value-CHARC      = wa_zgd_v_vc_char-atnam.
          wa_contract_cfgs_value-value      = wa_zgd_v_vc_char-atwrt.
          append wa_contract_cfgs_value to t_contract_cfgs_value.
        ENDLOOP.
      ENDLOOP.
    Fill Partner Table
      wa_contract_partners-partn_role    = gc_sp.
      wa_contract_partners-partn_numb    = wa_vbak-kunnr.
      APPEND wa_contract_partners TO t_contract_partners.
    Call Bapi to create sales order
      CALL FUNCTION 'BAPI_SALESORDER_CREATEFROMDAT2'
        EXPORTING
          order_header_in     = wa_contract_header_in
          order_header_inx    = wa_contract_header_inx
        IMPORTING
          salesdocument       = gv_sales_doc
        TABLES
          return              = t_return
          order_items_in      = t_contract_items_in
          order_items_inx     = t_contract_items_inx
          order_partners      = t_contract_partners
          ORDER_SCHEDULES_IN  = t_contract_schedules_in
          ORDER_SCHEDULES_INX = t_contract_schedules_inx
          ORDER_CFGS_REF      = t_contract_cfgs_ref
          ORDER_CFGS_INST     = t_contract_cfgs_inst
          ORDER_CFGS_PART_OF  = t_contract_cfgs_part_of
          ORDER_CFGS_VALUE    = t_contract_cfgs_value.
    Thanks in advance...
    Satya.

    Hi,
    Material document will get updated in reference field in FI by default.  If for any reason, want to get this updated in text field, you need to define a subsititution in GGB1.
    Best Regards,
    Madhu

  • Tax classification fields are not appeared in master data

    Dear Experts,
    I searched the forum about my issue but i did not get any solution.
    I am not able to see the tax classification fields in customer master and material master.Even i assigned Country IN to JLST and JCST condition types by T-code OVK1.
    FYI
    I have copied the org elements from standard (which are already given by default).Initially i was able to see 2 different countries with tax MWST in both customer master and material master.
    EX:
    AT   MWST
    DE   MWST
    But i do not wanted these. so i deleted these assignment from OVK1 and assigned country IN to JLST and JCST,and i went to customer master and material master but those fields are not appeared.
    Note:Country of plant,company code and sales organizations is IN
    Help me to view tax classification fields in Master data.
    Thanks&Regards
    Ravikumar.R

    Then how system knows this customer is liable for JLST.
    In customer master, under the Taxes tab, it would be like
    Country::::Name:::::Tax Cat.::::Description::::Tax Classification
    While creating customer master, if your configuration is in line with standard, then under the tab Tax category, you can see MWST flowing automatically.  You just have to input tax classification as 1, 2 etc.,
    Also since as you said above, you are maintaining the combination of country/plant region/customer region/customer tax classification/material tax classification, you can very well differentiate VAT & CST.
    Wherever customer region comes as your plant region, assign VAT tax code and wherever, customer region differs from plant region, assign CST tax code in VK11.
    G. Lakshmipathi
    ps:  please spell the name correctly

  • G/L Accounts are not copied

    Hi Experts,
    I created a new company code and it is  copied from 1000.
    But the G/L Accounts are not copied from 1000 to new company code.
    i want to copy the existing G/L Accounts.
    Please guide me.
    Ramireddy

    Hi
    Although you would ask it in FI forums, have you used the tcode OBY2 without the test flag to copy GL acc. from one company to the other? Remember that in destiny company must not have any account,
    Regards
    Eduardo
    I copy the info from documentation in IMG:
    Copy Company Code
    In this activity you can copy G/L accounts from one company code to another.
    Requirements
    No G/L accounts may exist in the target company code.
    The chart of accounts for the target company code must be a copy of the source company code's chart of accounts.
    Note
    If no master data exists for G/L accounts in the chart of accounts area in the target company code, the system copies the master data from the source company code's chart of accounts.
    Activities
    Enter a target company code in the Company code field. In the Copy from company code field, enter the company code you want to copy.
    Edited by: E_Hinojosa on Oct 27, 2011 3:35 PM

  • MIRO issue (urgent!), amount and quantity fields are not captured from PO

    Hi,
    When we try to post thought MIRO using PO as reference, quantity and amount fields are not captured. We do MIGO first and then MIRO.
    GR based invoice verification in the vendor master is selected and the check mark GR-based in the PO is selected too.
    We're getting this MIRO issue for "all" PO and Service Entry Sheet.
    We'll appreciate your recommendation in order to fix this critical issue as soon as possible.
    Thanks in advance.

    I was looking for copy controls and other functions. Glad this is now resolved. You need to award yourself points!
    Cheers.

  • MP000200, screen 2044 fields are not filled

    Hi all
    We have used screen 2044 for many years, but recently som fields are not filled.
    When creating infotype 0002 and typing the ID number (PERID), the birthdate (GBDAT) is automatically filled.
    Normally these 3 fields are filled ....
    GBTAG Date of birth
    GBMON Month of birth
    GBJHR Year of birth
    ...but now the are left without values.
    Can anyone help me with that case?

    Hello,
    I'm wondering if IT22 is not subtype mandatory ... check in T582A if "Subtype obligator" isn't ticked.  Therefore you are obliged to fill the field SUBTY in your BDC.
    regards
    Hadrien

  • Data carrier & application field are not getting displayed in CV04N

    Hi Guru's
    In TCode : CV04N,  data carrier & application field are not getting displayed.
    While i compare with my IDES system, data carrier & application fields are getting displayed in CV04N.
    Let me know is there any configuration that has been missed out.
    Regards
    Bhanu

    Hi Bhanu,
    Please note that the fields 'Data carrier' & 'Application field'  are visible only if no document type is entered.
    Suppose you enter a document type and press ENTER then these fields disappear. This is because the field 'Application' was designed when only the storage is archive, vault or SAP-SYSTEM was possible and the number of added originals was limited.
    Currently DMS allows storage of originals on Content Server and there is no limit on the number of added originals, the system behavior was changed due to performance reasons. To avoid performance problems if you search for a document with a lot of originals attached this field gets invisible if you enter a document type which uses the KPRO storage.
    Regards,
    Pradeepkumar Haragoldavar

  • PO screen custom fields are not in correct order

    Hi Experts,
    After creating Shopping cart and purchase order successfully created.
    Added my custom fields for PO structure INCL_EEW_PD_ITEM_CSD_PO fields are visible in PO screen automatically with out adding my custom fields in PO layout /SAPSRM/WDC_DODC_PO_I_BD
    when i go to PO screen i can see my custom fields but all fields are not in correct order.How can my fields should be in order.
    and i added two custom buttons in my PO layout for WD component /SAPSRM/WDC_DODC_PO_I_BD i am not able to see my buttons?
    Could you please help me out in this issues its urgent.
    Thanks,
    Venkatesh G

    I've had this problem. There may be a more elegant solution, but what I do is make a playlist of the album and put the movements in the correct order in the playlist. I've also put numbers (01, 02, etc.) in front of the name of the movements. Either one works.
    Hope this helps.
    Ben

  • Date and time fields are not getting updated in database

    Hi,
    I am Using the bapi SD_SHIPMENT_HEADER_CHANGE in my program ...
    I  am using bapi_shipemnt_create for creating shipment document but, trying to enter the date fileds using this bapi .
    can anybody please tell me how shud i pass this variables exactly ...
    i tried giving test data and checked this bapi .. the result in changing parameters is also appearing but in databade itself the date fields are not getting reflected ...
    The fields ate DTDIS ,UZDIS, DATEN,UATEN. ( i am trying to map these fields in changing parameters)
              gw_vttkvb_new-mandt = sy-mandt.
              gw_vttkvb_new-tknum = gw_return-message_v1(passing shipment number )
              gw_vttkvb_new-dtdis = gi_ship_doc-dtdis.
              gw_vttkvb_new-daten = gi_ship_doc-daten.
              gw_vttkvb_new-uzdis = gi_ship_doc-uzdis.
              gw_vttkvb_new-uaten = gi_ship_doc-uaten.
              APPEND gw_vttkvb_new TO gi_vttkvb_new.
              CALL FUNCTION 'SD_SHIPMENT_HEADER_CHANGE'
              EXPORTING
                i_tvtk                             =  '
              I_DESTINATION                      =
              I_DEPARTURE                        =
              OPT_DIALOG                         = 'X'
            IMPORTING
              E_SERV_AGENT_FROM_DELIVERY         =
              E_ROUTE_FROM_DELIVERY              =
              E_LEG_DETERMINATION_DONE           =
              E_NUMBER_OF_CHANGED_LEGS           =
                 TABLES
                   c_xvttk                            = gi_xvttk
                   c_yvttk                            = gi_yvttk
                   c_xvttp                            = gi_xvttp
                   c_yvttp                            = gi_yvttp
                   c_xvtts                            = gi_xvtts
                   c_yvtts                            = gi_yvtts
                   c_xvtsp                            = gi_xvtsp
                   c_yvtsp                            = gi_yvtsp
                   c_xvbpa                            = gi_xvbpa
                   c_yvbpa                            = gi_yvbpa
                   c_xvbadr                           = gi_xvbadr
                   c_yvbadr                           = gi_yvbadr
                   i_xtrlk                            = gi_vtrlk
                   i_xtrlp                            = gi_vtrlp
              I_DEPARTURE_SEQUENCE               =
              I_XVTFA                            =
              I_YVTFA                            =
                 CHANGING
                   c_xvttk_new                        = gi_vttkvb_new
                EXCEPTIONS
                  invalid_change                     = 1
                  route_insert_failed                = 2
                  tdlnr_insert_failed                = 3
                  status_planned_failed              = 4
                  status_registrated_failed          = 5
                  status_loading_start_failed        = 6
                  status_loading_end_failed          = 7
                  status_completion_failed           = 8
                  status_shipment_start_failed       = 9
                  status_shipment_end_failed         = 10
                  OTHERS                             = 11.
              IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
             ELSE.
                 **** Save shipment created
               CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
           EXPORTING
             WAIT          =
                  IMPORTING
                    return        = gw_return.
              ENDIF.
    Regards,
    shilpa talluri .

    Hi,
    Try this
    DATA: wa TYPE zvariant.
    wa-mandt     = sy-mandt.
    wa-z_var     = 'test'.
    wa-projid      = 'test'. 
    wa-relid        = 'test'.
    wa-srtf2       = 'test'.
    wa-clustr      = 'test'.
    wa-clustd     = ''test'. 
    INSERT zvariant CLIENT SPECIFIED FROM wa.
    Raul Natu

  • All fields are not displayed in SM30

    Dear All,
    I have created one Z-Table with 5 fields. For that Z-Table I have maintained table maintenance generator. Now in SM30 I am able to see only 3 fields, I have checked all the options but I am not able to find out what is the problem that 2 fields are not getting displayed.
    Please tell me what might be the issue?
    warm regards,
    nishu

    HI,
    While generating the TM there is oneoption which can disable some fields in sm30.
    I think they may be the reason in your case.
    regards,

Maybe you are looking for

  • Highlight in Adobe Reader X not working after update to 10.1.1

    Hello We have an application aimed at assisting people with reading difficulties. For that purpose we have written an Adobe Reader plugin which makes our application able to read text from PDF documents. While it reads it also highlights the words it

  • Extended VO Attributes are not saved

    Hi, I build new Extend VO based on EO. I add 2 attributes in the VO query. The problem is that those attributes values are not been saved. when i look in the attribute mappings Tab i can see the mapping is incorrect. I try to fix it but it always kee

  • The HDD LED doesn't work !! Any Idea ?

    Hi everyone .. I have MSI Neo Platinum Mainboard , I installed a S-ATA Harddisk only on the Mainboard , no ATA , but the HDD LED on the Case doesn't work .. There is no Light ... Is this light only for ATA Harddisks wich are installed on IDE ?? Any i

  • Changes in a Reservation

    Hi Guys, May I know is there any Table/ Transaction avaialble to see the changes in a Reservation. A Reservation had been created with one line item saved it. Then If go to change mode and add another line item  and saved it, where can I see the chan

  • Objects serialization

    Suppose I am serializing a custome object of class class Employee implements java.io.Serializable{ long id; String name; String department; //setter and getter methods for each attribute if i am serializing the object of Employee Employee key = new E