Idocs not populating the fields

Hi
We are using Extended Classic Scenario. After the shopping cart is approved, the PO is generated in the backend R/3. The PO is generated in the backend and the idoc is triggered which is sent to supplier.
The problem we are facing is as below:
There are some fields in the idocs which are not getting populated. We are using badi implementation BBP_PO_INBOUND_BADI in the backend. We have used both the methods BBP_MAP_BEFORE_BAPI
BBP_MAP_AFTER_BAPI
The table EKPO is getting updated but the idoc does not have the fields.
Also when we are second time retriggering the output the idoc is having the required fields.
Kindly advice.
Thanks and Regards
Manoj

Hello,
It looks the first generation occurs to early in the process.
Can you should check the processing time you defined in condition records ?
3 is too early, 4 should work because a commit work is done before. And at worst set it to 1 (selection report) and schedule a job to process the message.
Rgds,
Pierre

Similar Messages

  • How to auto populating the field in MS crm

    How to auto populating the field in MS crm

    Hi,
    To populate URL of account based on account name please refer this link.
    If you are asking about the address auto populate/complete refer this link
    To Retrieve from other entity and populate the fields, for example on entering the account name in opportunity form the fields from account form like Sector, Region can be retrieved and can be auto populated in opportunity form using Odata as follows.
    Call the function getAccountDetails in onchange event of Companyname. Do not forget to add Jquery and Json in libraries.
    function getAccountDetails() {
        var companyName = Xrm.Page.getAttribute("customerid").getValue();
        if ((companyName != null)) {
            var companyNameValue = companyName[0].name;
            var companyNameID = companyName[0].id;
            var serverUrl = Xrm.Page.context.getServerUrl();
            //The XRM OData end-point
            var ODATA_ENDPOINT = "/XRMServices/2011/OrganizationData.svc";
            var odataSetName = "AccountSet";
            var odataSelect = serverUrl + ODATA_ENDPOINT + "/" + odataSetName + "(guid'" + companyNameID + "')";
            //alert(odataSelect);
            $.ajax({
                type: "GET",
                contentType: "application/json; charset=utf-8",
                datatype: "json",
                url: odataSelect,
                beforeSend: function (XMLHttpRequest) { XMLHttpRequest.setRequestHeader("Accept", "application/json"); },
                success: function (data, textStatus, XmlHttpRequest) {
                    var result_account = data.d;
                    var name;
                    var Id;
                    var entityType;
                    //replace the fields with the fields on your entity
                    Xrm.Page.getAttribute("new_sector").setValue(result_account.new_Sector.Value);
                    Xrm.Page.getAttribute("new_region").setValue(result_account.new_Region.Value);                     
                error: function (XmlHttpRequest, textStatus, errorThrown) { alert('OData Select Failed: ' + odataSelect); }
    Also as another option if you donot wat the java script then you can go for a workflow to poplate, please refer this link:  https://www.powerobjects.com/blog/2013/11/25/retrieving-data-from-a-related-entity-crm-2013/
    Regards, Rekha.J

  • DYNP_VALUES_UPDATE not Updating the Field on my Dynpro

    Hi.
    I want to create a dynpro where two fields are. Field 1 allows the user to enter a customer number, field two shall come up with a number that is calculated somehow. The calculation can last up to 20 seconds, so I dont want to make the user waite for this number.. .he shall be able to work with the rest of the dynpro.
    Therefore I called the function that does the calcuiation like that:
    MODULE user_command_0100 INPUT.
      DATA: lv_guid_16 TYPE guid_16.
      IF kna1-kunnr IS NOT INITIAL AND kna1-kunnr <> gv_kunnr
        CALL FUNCTION 'GUID_CREATE'
          IMPORTING
            ev_guid_16 = lv_guid_16.
        gv_taskid = lv_guid_16+8(8).
        CALL FUNCTION 'YDETERMINE_DEPOTDISTANCE' 
          STARTING NEW TASK gv_taskid
          PERFORMING receive_depent ON END OF TASK
          EXPORTING
            i_kunnr = kna1-kunnr.
      ENDIF.
    ENDMODULE. 
    The next piece of code shall get the returning value if the function wants to return its results.
    FORM receive_depent USING i_task TYPE clike.
      TABLES: d020s.
      DATA: dyname LIKE d020s-prog,
            dynumb LIKE d020s-dnum.
      DATA: BEGIN OF dynpfields OCCURS 1.
              INCLUDE STRUCTURE dynpread.
      DATA: END OF dynpfields.
      IF i_task = gv_taskid.
        RECEIVE RESULTS FROM FUNCTION 'YDETERMINE_DEPOTDISTANCE'
        IMPORTING
          e_depent         = kna1-yydepent
          e_accuracy       = gv_accuracy.
        MOVE 'KNA1-YYDEPENT' TO dynpfields-fieldname.
        MOVE kna1-yydepent TO dynpfields-fieldvalue.
        APPEND dynpfields.
        dyname = sy-cprog.
        dynumb = '0100'.
        CALL FUNCTION 'DYNP_VALUES_UPDATE'
          EXPORTING
            dyname               = dyname
            dynumb               = dynumb
          TABLES
            dynpfields           = dynpfields
          EXCEPTIONS
            invalid_abapworkarea = 01
            invalid_dynprofield  = 02
            invalid_dynproname   = 03
            invalid_dynpronummer = 04
            invalid_request      = 05
            no_fielddescription  = 06
            undefind_error       = 07.
        ASSERT sy-subrc = 0.
      ENDIF.
    Problem is: The DYNP_VALUES_UPDATE does not update the field on my dynpro at all. If I hit enter another time, then the field is provided by the value as another PBO will be processed. What is my mistake here?
    Regards
    Manfred
    Edited by: Rob Burbank on Oct 29, 2010 12:07 PM

    Hi Manfred,
    Replace all the DYNP_VALUES_UPDATE-related content by the following statement:
    SET USER-COMMAND 'xxx'.
    While DYNP_VALUES_UPDATE does update the fields, a roundtrip is not triggered so the content of the fields will not be refreshed. The SET USER-COMMAND does that.
    Hope this helps you!
    Cheers, Roel

  • Client would like the monetary fields to reflect . and not , in the fields.

    Client would like the monetary fields to reflect . and not , in the fields. There are commas and he wants decimals.
    can any one help me out, this is a tkt  can any one suggest me how do we take it further.

    Hi Jai Ram,
    Ask the user to go to SU3 tcode. Then go to defaults tab. There is a field called Decimal Notation. There are three formats as below
    1.234.456,789
    1,234,456.789
    1 234 456,789
    Select accordingly. Then quit SAP and relogin. The changes will be applied.
    Kind Regards
    sandeep

  • 2147189176 :Logon failed. Details:Could not open the field definition file

    Dear All..
    I get error message when i want to export my report to PDF, like this :
    2147189176 :Logon failed. Details:Could not open the field definition file.
    For information, i'm using database Oracle 10g, Crystal Report XI release 2, and Classic ASP as programming language.
    Can you help me for resolve this problem?
    Thanks for all.
    Regards,
    Yuni

    Let's throw SP 6 for CR XI R2 at this first:
    https://smpdl.sap-ag.de/~sapidp/012002523100015859952009E/crxir2win_sp6.exe
    Next. The error indicates that the report is created off of TTX files. If the SP above does to help, please specify the type of connection used in the report. Also, the OS and is it 32 or 64 bit OS?
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • APO - /SAPAPO/SD_DOC not showing the fields

    Hello..We did set the field "FIXMG' and its value in US_CATALOGUE structure on ECC side and after ATP run (sales order) we are not picking up field value on APO side in table "/SAPAPO/SD_DOC". Please advise.  Do we need to add any BADI or userexits on APO side to populate this table.
    Thank you!.

    Hi,
    The FIXMG field is usually transfered in the requirement table and not in the field catalogue. If you want to have it in the field catalogue you need to add this in the userexit in R/3 (please check note 379196 and 385039). Afterwards you will find the additional fields in table /SAPAPO/SDFIELD. The table /SAPAPO/SD_DOC contains just the "standard" fields.
    Hope this helps.
    best regards,
    Michael

  • Hi, i am working in E.C.C. 6.0 , IN SMARTFORMS i am not getting the fields

    Hi, i am working in E.C.C. 6.0 , IN SMARTFORMS i am not getting the fields from field list on/off?

    Hiii
    dont worry u will get fields but u wont drag and paste it in ur text
    regards
    Jaipal

  • Can not change the field property - 10gR2 reports crashing on Linux :(

    All I want to do, is to change one field's property from NUMBER to DATE in the property palette. It does not allow me to do it (not east like forms). I can not change the field property - 10gR2 reports keep crashing on Linux :(
    I don't know if this is a Linux specific iDS issue, or a generic one.
    What are the proper steps to change one field (in my query, the field name is ptime, it was defined as a number field originally, and now I need to change it to DATE and apply the proper format mask). The matching database field definition was modified from number to date.
    very frustrating...
    Any input is appreciated.
    Message was edited by:
    zaferaktan

    nop, did not change anything in the select statement at all. Just selected the related query under the data model (in the navigator), then selected the related query from within the property panel, connected to the db, then from the related navigor menu selected compile all, when the related query was highlighted (selected). Then I saved it, checked the groups, and bingo - the datatype was changed from number to date. Then I went to the related object under the page layout and applied the format mask (that was another funny story). And it worked. It is not as flexible as the forms for sure - pain in the a.. And I still don't know why Reports Builder keeps crashing on Linux - have no problems with Forms Developer on Linux at all. It is a certified RH platform with all the required libs, rpms, etc installed. I am certain it is not an installation issue. Maybe I should check Metalink and apply if an iDS 10gR2 patch exists for reports.

  • I purchased Lightroom from Amazon.  When I go to register, the license key from amazon does not match the fields in the software.  I am stuck.

    I need help registering Lightroom.  Purchased from Amazon.  The license key Amazon provided did not match the fields when activating the software.  Help!

    Maybe Amazon provided a redemption code not a license key:
    https://redeem.licenses.adobe.com/getserial

  • Popup not populating the originating field with selected results

    Customized setting browser.link.open_newwindow.restriction 0.
    Popups from searchable fields open in new tab BUT they do not populate originating field with results.
    "Diabetes" in search box get choices 250 2504 check choice Hit confirm and search box should have a number 250
    Worked in FF3 not 8.

    Tried that but not working.
    It works fine if I default the newwindow.restriction to 2.
    BUT I like the way the windows tab with 0 AND it used to work in FF3.
    Tried to find safe mode, but FF9 not listed in my programs (FF3 was).

  • Value is not populating in field through search help f4

    Hello Expert,
    I have made one field as a search help but data is not populating from popup.
    Data is coming from BP_search_help. Here i did not create any search help in se11. not required here.
    i used Code in get_p method.
    Method GET_P_BP_NUMBER.
    CASE iv_property.
        WHEN if_bsp_wd_model_setter_getter=>fp_fieldtype.
          IF iv_display_mode EQ abap_true.
            rv_value = cl_bsp_dlc_view_descriptor=>field_type_event_link.
          ELSE.
            rv_value = cl_bsp_dlc_view_descriptor=>field_type_input.
          ENDIF.
        WHEN if_bsp_wd_model_setter_getter=>fp_onclick.
          rv_value = ' '.  "EC NOTEXT
      ENDCASE.
    ENDMETHOD.
    GET_V Method.
    DATA: ls_map TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping,
            lt_inmap TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping_tab,
            lt_outmap TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping_tab.
      ls_map-context_attr = 'STRUCT.BP_NUMBER'.
      ls_map-f4_attr = 'PARTNER'.
      APPEND ls_map TO: lt_inmap,lt_outmap.
      CREATE OBJECT rv_valuehelp_descriptor TYPE cl_bsp_wd_valuehelp_f4descr
            EXPORTING
              iv_help_id        = 'BP_HEAD_SEARCH'                            "#EC NOTEXT
              iv_help_id_kind  = if_bsp_wd_valuehelp_f4descr=>help_id_kind_dtel
              iv_trigger_submit = 'X'
              iv_input_mapping  = lt_inmap
              iv_output_mapping = lt_outmap
    endmethod.
    But when i activate get_v method .i am getting 1 error.
    Error is
    Please help me how to rectify this error and any other way to populate data in field through f4 help.
    If u want more detail. Please follow attachment.

    Hi Madhuri,
    You can refer the below code for search help for partner. The code has to be written on GET_V_XXX method.
    DATA: ls_map TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping,
             lt_outmap TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping_tab.
       ls_map-context_attr = 'STRUCT.BP_NUMBER'.
       ls_map-f4_attr = 'PARTNER'.
       APPEND ls_map TO lt_outmap.
       CREATE OBJECT rv_valuehelp_descriptor TYPE cl_bsp_wd_valuehelp_f4descr
         EXPORTING
           iv_help_id        = 'UIF_BUPAP_WIDE_COL'    ""Search help name
           iv_help_id_kind   = if_bsp_wd_valuehelp_f4descr=>help_id_kind_comp
           iv_trigger_submit = abap_true
           iv_input_mapping  = lt_inmap
           iv_output_mapping = lt_outmap.
    Thanks,
    Ritu

  • Extended idoc not populating(urgent)

    hi guys
    i have extended the basic idoc type delvry03 and created an extension delvrtext for it.however when i trigger the idoc from an output type the extended segments are not populated.is there a way you can put a break point in the code.if that is possible it will help me a lot.i am using the FM idoc_output_delvry to create this.i tried putting break points in rsnasted as well as the above FM but it doesnt stop and the idoc gets created.please tell me how do i make sure my code for populating the extended segments is running properly.
    please reply as soon as possible.thanks for your time and help.

    hi guys.
    thanks for the reply first of all.srinivas what do u mean by assign the extension to application object?i have done the configuration in we82 where i have attached the basic idoc type and extension to message type desadv. the function module is attached to the process code which is used in partner profiles for the idoc processing.can u explain me in detail.the idoc standard idoc is getting created but not the extended segments.also there is this weird message when i run a check on the partner profiles as follows
       Entry XIDCLNT300/LS/LS/DESADV /                                       
       Message Control entry exists for this entry                           
       Port exists                                                           
       Basic type exists                                                     
       Extension exists                                                      
    <b><u>   Combination of basic type and extension is not possible</u></b>               
       Link exists between logical message and IDoc type                     
    what does this mean any idea?
    once this check is done probably i can go and do the breakpoints.i just have a feeling that i am missing some small thing here.
    please let me know
    thanks

  • Related content is not populating the links

    HI All,
    I'm new to Hyperion FR reporting, I'm trying to achive the Drill Throught in the report by activating the RELATED CONTENT in the cell porperties. Every thing seems to be fine, but when I run the report, the link are not populating on any of the amount fields. please let me if i'm missing something or do i have to change any conditional formating on the report.
    Thanks in advance.

    Hi
    Having selected the cells on which you want the related content link to be active and selected the Related Content check box you then have to select the related content report by clicking on the button under the checkbox and selecting the drill to report from the list of available reports, normally this will be from the BI+ Workspace list.
    Hope this helps
    Stuart

  • 2LIS_11_V_SCL not populating VSMNG Field

    Hi Gurus,
        I am using SAP Standard extractor 2LIS_11_V_SCL for pulling the schedule lines. We are using the VSMNG (Delivered quantity in sales units) field in the report. My problem is I am not getting the VSMNG populated for some orders. If I do a delta I am getting VSMNG values for some Line Items and not for other Line Items in the same order.
    For Ex:-
    I have a order - 1111 which has 3 Line Items 10, 20 and 30
    <b>In R/3 Transaction VA03</b> I am able to see all the delivered quantities
    <b><u>Item</u></b>  <b><u>Delivered Qty</u></b>         <u><b>Order No</b></u>
    10                                    15                                      1111
    20                                    30                                      1111
    30                                    45                                      1111
    <u><b>In BW ODS I am able to see delivery quantity for 1 or 2 Line items as below</b></u>
    <b><u>Item</u></b>  <b><u>Delivered Qty</u></b>         <u><b>Order No</b></u>
    10                                     0                                      1111
    20                                    30                                     1111
    30                                     0                                      1111
    Mapped VSMNG from R/3 to 0DLV_QTY on BW Side
    When I am trying see the data in RSA3 for 2LIS_11_V_SCL extractor I am not seeing the Orders which are added recently.
    I have scheduled the R/3 Job to run for every 15 mins. After 15 mins If I am running I am not getting the delivered quantities.
    Where Can I see the values for VSMNG (Which TABLE) ?
    Please update me with a solution

    Hi,
    You can see the data in RSA7, goto RSA7 and then select your DS and then click on Disply Icon.Then you get one screen, you just execute it and see the data.
    Note: First run V3 job and then check in RSA7.
    Thanks
    Reddy

  • Work order should not update the fields in PR

    Hi  Gurus
    My requirements is that workorder should not updates the purchasing data fields in PR  do not go to the shoping cart. How can make it possible.
    Thanks in Advance

    Hi,
          I am not sure of your requirement clearly but check up the below user exits :-
    COZF0001 Change purchase req. for externally processed operation
    COZF0002 Change purchase req. for externally procured component
    or BADI :- IWO1_PREQ_BADI BAdI for Manipulation of P.Reqs from Orders + Networks ,SE18
    regrds
    pushpa

Maybe you are looking for

  • Error while applying NW2004s Patch

    I am trying to apply patches(jstack 11) to java stack (currently at 9)  using SDM.Some of the component like SAP-JEE  7.00 ,SAP-JEECOR  7.00 are giving error ================================================== !LOGHEADER[START]/> <!HELP[Manual modific

  • How to do Translation of Lables in Internet Service

    Hi, I have created an internet services in SE80 and write the code which is showing some labels on the output screen. Now I have to do the translation in Spanish Language for the lables maintain in english. Please tell me where I have to do this tran

  • How do I format the internal HD on an iMac

    I tried to install Lion on iMac 2004 (2008) Now the HD has a problem. I won't unmount via Disk Utility. The partition with the system shows a circle with a slash through it. The Mac will boot into other systems on both the internal and external drive

  • How to install KDE and Gnome

    Normally I'm a big KDE user, but there are some things in GNOME I want to try out to see if I might make the switch. I already have KDE installed, if I wanted the option to run KDE or GNOME can I just 'sudo pacman -S gnome gnome-extras' and it'll sho

  • Conky is blocking my click

    Hello, I have a conky looks like this |1onky-conky-conky-conky-conky-conky-conky-conky-conky-conky-conky-conky| |2onky-conky-conky-conky-conky-conky-conky-conky-conky-conky-conky-conky| |