Workflow Issue- Value not coming in BUS2032

Hi
I am creating a Workflow for Sales order. In USer Exit , i am calling FM "SAP_WAPI_CREATE_EVENT" to trigger the custom workflow with event TRIGGER created in BO ZBUS2032 which is delegated to BUS2032.
In Workflow Trigerring Event , I am binding._EVT_OBJECT with BO- BUS2032 and created BUS2032 a workflow container.
When i am triggering the workflow , Workflow is getting trigerred, But nothing is getting passed to BUS2032 due to which Workflow is not coming in Workflow Overview of Sales Order but workflow gets trigerred via SWIA and if i check workflow container values at runtime - BUS2032 is blank.
Can you please advise.

Hi Silky,
Did you debug and see.Check this documentation on this from sap-img.Check this and post.
http://help.sap.com/saphelp_40b/helpdata/fr/fb/135de9457311d189440000e829fbbd/content.htm
Regards,
Madhu.

Similar Messages

  • Mapping Condition issue, Value not coming in multiple segments.

    Hi All,
    File to Idoc scenario.
    My file looks like below.
    HD 89650 28/01/11 "Presciber tan"
    AF "disc-rsn"
    RK "007287001" A
    KE disc-code "007287"
    KE addr-num "001"
    DF w-phone "03 98483299"
    AF "drs"
    RK "007287" A
    KE dr-num "007287"
    DF affil "OPSM"
    DF country "0"
    AF "disc-rsn"
    RK "dr-addraddress-1 17287|1EN" A
    KE disc-code "008287"
    KE field-name "address-1"
    KE element " 1"
    T         16
    Condition:
    I have a condition where I need to create an Idoc segment Z1disc when row - "AF "disc-rsn"" exists.
    For the filed "Z1disc-CODE", I need to pass the value when row "KE disc-code" exists,
    Result:
    From my file, AF "disc-rsn" exists twice, so I created 2 Z1disc segments.
    Coming to the field "Z1disc-CODE", the value "KE disc-code" exists twice in the file. After mapping, the value is coming only once in the first segment. The field "CODE" is not coming in the second segment like below.
    Idoc
    -- Zdisc
    --- Lang -- E    
    --- Code --  "007287"
    ---Zdisc
    Lang -- E
    When the check the display queue, it is showing like below
    SUPPRESS
    007287
    007287 -- (Context)
    008287
    008287-- (Context)
    It showing correctly from display queue, but the value are not populating except in first segement.
    For your information, After content conversion, my source xml will look like below.
    <?xml version="1.0" encoding="utf-8" ?>
    - <ns:MT_Optum xmlns:ns="http://luxottica.com/SAP_CRM/DirectSales/OptomDiscount">
    - <RecordSet>
      <Row>HD 89650 28/01/11 "Presciber tan"</Row>
      </RecordSet>
    - <RecordSet>
      <Row>AF "disc-rsn"</Row>
      </RecordSet>
    - <RecordSet>
      <Row>RK "007287001" A</Row>
      </RecordSet>
    - <RecordSet>
      <Row>KE disc-code "007287"</Row>
    Kindly help me, I'm trying all the options and it is not working.
    Is there anything I need to change in Source structure?
    Thanks
    Deepthi.

    Hi Aravind,
    Here is my Source message.
      <?xml version="1.0" encoding="UTF-8" ?>
    - <MT_XIOptum>
    - <Header>
      <HRow>HD 89650 28/01/11 "Presciber tan"</HRow>
      </Header>
    - <Detail>
      <Row>AF "disc-rsn"</Row>
      <Row>RK "007287001" A</Row>
      <Row>KE disc-code "007287"</Row>
      <Row>KE addr-num "001"</Row>
      <Row>DF fax-num ""</Row>
      <Row>DF in-out "I"</Row>
      <Row>DF phone-2 ""</Row>
      <Row>DF post-code "3108"</Row>
      <Row>DF provider-num "4349201J"</Row>
      <Row>DF rec-stat "A"</Row>
      <Row>DF w-phone "03 98483299"</Row>
      <Row>AF "drs"</Row>
      <Row>RK "007287" A</Row>
      <Row>KE dr-num "007287"</Row>
      <Row>DF affil "OPSM"</Row>
      <Row>DF country "0"</Row>
      <Row>DF descript "KK"</Row>
      <Row>DF rec-stat "A"</Row>
      <Row>AF "disc-rsn"</Row>
      <Row>RK "dr-addraddress-1 17287|1EN" A</Row>
      <Row>KE disc-code "008287"</Row>
      <Row>KE field-name "address-1"</Row>
      <Row>KE element " 1"</Row>
      </Detail>
    - <Trailer>
      <TRow>T 25</TRow>
      </Trailer>
      </MT_XIOptum>
    Row> -> [removeContext] ->[ equalsS "disc-rsn" ] -> [createIf] -> <Zdisc>
    This Part is working.
    <Row>> startWith2>IF
    KE disc-code-->THEN > removeContexts>SplitbyValue>SUBSTRING>Code.
    When I check the display queue at Code. I'm getting the below values.
    SUPPRESS
    007287
    007287 -- Context change
    008287
    008287-- Context Change
    Only 007287 is displaying in FIrst segment "Z1Disc" and second value "008287" not coming in second segment "Z1Disc".
    Anything is wrong?

  • CRIO DMA FIFO transfer Issue-Voltage not coming to correct channels

    Hi All,
    Using crio 9073 and NI 9205, I am transferring Data (Channel data type = FXP, Word length 37 bits, 16 bits and FIFO also same data type) from FPGA DMA (Requested No of elements configured in FPGA is 16383) To RT DMA (Requested number of elements in 32744)
    FPGA notes:
    Total channels =16 (Differential mode)
    Loop time of FPGA =20 ms (Per read 20 samples from each channel, so 320 samples per iteration)
    RT notes:
    SCTL=running at 10 ms where DMA transfer happening do that check remaining elements and then do DMA as well.
    Issue:
    When I run the code in above scenario, whatever different voltages given to 4 channels (loop backed 9263 to 9205, fpga interactive mode and only giving 4 channels voltages now just for testing) and i do DMA in RT side, decimate the 320 data and i found Channel 0 voltage given in FPGA is not coming in 0 index of the decimated array in RT DMA read data, instead Channel 0 voltage is coming in Index 7 of the RT DMA read data.  Channel 1 coming at index 8...vice versa… Seems, some data shifting happening.
    But in FPGA i could see correct differential voltage coming to correct channels (Ch 0 is 1.4 V ,FPGA indicator shows me correct voltage at index 0 a 1.4 and vice versa)..
    Please suggest me why this is happening and what is best way i can get correct channel voltage data in RT based on my above conditions.

    This is how I do where I need to only measure continuos analog values through FIFO. I don't use calibrated analog channel. I use raw analog channel and do calibration in host VI. I have attached screenshot of my code. I put 123456789 check sequence in build array function in FPGA VI.
    If I want to read 2000 samples then I keep FIFO 4000 at host side.
    I keep sample count in multiple of no. of channel. In my code build array has 3 element so I read 3*X. where X number of sample required per channel.
    If you don't understand from code let me know.
    PBP (CLAD)
    Labview 6.1 - 2014
    KUDOS ARE WELCOMED.
    If your problem get solved then mark as solution.
    Attachments:
    FPGA VI.jpg ‏205 KB
    FPGA 2.png ‏92 KB
    Host VI.jpg ‏168 KB

  • PR/ Sales order value not coming in condition value routine

    As per the requirement while creating a PO I need to add a new condition type and need to calculate condition price for this newly added condition based on some matrix.
    For this requirement PO will always be created with reference to PR and with account assignment category as 'E' .
    (Hence sales order number /item will be copied from PR to PO in account assignment tab  )
    Now I have created a new pricing requirement routine ( To add the condition type ) and new condition routine to calculate and update the price.
    These routines are working fine if i check them with hard coded price values.
    But the problem is that I need the PR number(which we put in item overview ) / Sales order item number (from account assignment ). these values are not coming in pricing tables in the routine...structure EKPO come blank, KOMP-AUBEL is also blank).
    Please give your suggestions how i can i get PR/ SO in the condition values routine .
    Please reply

    resolved my self

  • Copa report values not coming in report

    hi Gurus
    In copa Values are not coming in report.
    where is the problem
    can anybody suggest
    bye
    Ramesh Reddy

    Hi Ramesh,
    First u check with whether the COPA is integrated with other modules or not? that means with fi/mm and co and SD...

  • Values not coming on export invoice

    Dear all,
    While creating Excise invoice for exports i am not getting excise values in document because i have not maintained condition types in Export pricing procedure.
    Now i have maintained Condition types in Export Pricing procedure both percentage and quantity condition types of excise and i kept all as statistical, even though the values were not coming to J1IIN and my client require excise values on print at the same time values has to come on ARE-1 document also
    can anybody guide me how values has to come on both these documents 1. Export Excise invoice 2.ARE-1 document.
    regards
    venkata

    Refer SAP Note No. 822226 for code correction.
    Regards,
    Dilip Shende

  • Excise invice -values not coming

    i have create billing & accounting doc is generated -bed /cess are posted.
    but when i'm creating excise invoice with ref to billing bed /cess values are not coming in excise invoice
    J1IIN
    pl SUGGEST

    Hi
      Please check in your billing document against all your excise condition types you have duty values.
    If billing document does not contain duty values then obviously system will not bring the duty values in your excise invoice (J1IIN).
      If you have duty values in your billing document then still excise invoice is not copied to your excise invoice then please check the below customization setting:
    MG>Logistics General>Tax on goods movements>India>Basic settings>Determination of excise duty>Maintain Excise defaults:
      Here ensure that all your excise condition types are properly maintained for your TAX PROCEDURE.
    Example if you are using JEXP-BED, JECS-ECS, JA1X-SeCess condition type in your pricing procedure.
    Then check you have maintained as follows:
    BED COND (A/R BED)..........JEXP
    A/R BED Perc (BED Perc)......JEXP
    A/R ECS Cond..........JECS
    A/R ECS Perc ..........JECS
    A/R AT1 Cond...........JA1X
    A/R AT1 Perc............JA1X.
    The above setting is required only if you are using percentage condition type. If you are using both percentage and Total condition type. Then it has to be classified as below. JEXT-BED JECP-ECS and JA1Y-SeCess.. These are total condition types.
    BED COND (A/R BED)..........JEXT
    A/R BED Perc (BED Perc)......JEXP
    A/R ECS Cond..........JECP
    A/R ECS Perc ..........JECS
    A/R AT1 Cond...........JA1Y
    A/R AT1 Perc............JA1X.
    Regards
    MBS

  • Workflow issue-Agent not maintained

    Hi All,
    I have a workflow issue. For a PR, the workflow is throwing up the error as :
    "Agent not maintained for plant XXXX planner group XXXX release code.
    Please maintain an agent for the above key in the Agent AssignmentTable,and forward the workitem with text "Release requisition XYZ" in your Workflow inbox to an appropriate Approver."
    Please help me out on this one.
    Thanks,
    Swati.

    HI
    Check 'Agent Assignment' in not green..
    Then push the button 'Agent.Assign for TASK' in front of 'Agent Assignment'.
    Next, You can go the maintain screen.
    Push 'F8' or 'Attributes...' and check 'General Task'.
    and try again..
    Good luck

  • Feature Table values Not coming in order in MDM

    Hi
    We have a problem with one of our extracts.
    There is a qualified table called "Feature". And in syndication map we are extracting some models which have associated "Feature" values.(30 values).
    In data manager i can see the  features associated with a model.  And associated "Sequence numbers" of all these Features.
    But while syndication extract the Features are not coming in XML  according to the sequence number.
    The order of features is not same as the Sequence numbers displayed in data manager.
    Can anyone help me to find the cause of this . Do i need to make change anywhere else to make the extract according to the Sequence number?
    Your quick response is greatly appreciated.
    Thanks
    Dhanish Joseph

    Hi Dhanish,
    Syndicator always tries to send the records in the same order as you see in the Records pane of the syndicator.
    In data manager,when you were trying to search based on the qualified table, you must have sorted them in sequence (by clicking on the field on the records pane) and the same thing might not be sorted in syndicator.
    Please check if this is the case and sort the records in syndicator based on your qualified field and you will get the syndication files in the desired sequence.
    Regards,
    Sravan

  • Float value not coming for xml where in xsd datatype is double

    Dear Nandy, Previously i faced same error. Then I Chaned the data type "Double into String i changed in the xsd". Or  "Double into Integer also it will work"  Please changed the data type then run it.  Please let me know. Thanks & RegardsKasireddy+966545281845

    We are using xml as source and xml parser is used. In xsd datatype is double but where in xml value is like-100.0 but after xml parser value is coming 100 though datattype is double. I can see scale is 0. Can anybode tell me how to increase  scale in xml parser or any other way to solve this. Thanks.

  • WorkFlow Issues: Appending (not replace) Attendee Field in Calendar List and Email Variables (including .ICS file link)

    Kind of new to attempting any custom development in SharePoint.  Working with 2013 and have the 2013 Workflow Farm setup/working.  I am trying to have a calendar that users can register to appointments via custom list.  I
    have the list that pulls the title into its  own "Event" field as a lookup.  Also have a workflow on the calendar that adds the current user as an attendee and made that field "not required".  I'm trying to accomplish this:
    1) Have the Custom List update the Calendar list attendee field with the username. Currently it wipes out what is there and replaces with the "Created By" name. Tried to set a variable that would put the current attendees in a string
    and just add the current user, then use that variable to update the attendee field.  No luck.  Ultimately if I can understand this enough and get fancy enough, I'd setup a workflow  that can have someone delete their own registration item in
    the custom list and remove only their own name from Attendees...
    2)  Have a workflow kick off an email that sends the registrant the calendar details. Have tried to pipe in variables to get the ICS file (some variation of this )
     If I put the List ID in brackets I get an error about having that and variables in the same code for an email workflow.  In any event I can't really get the email workflow to give any kind of nice piped in values the best looked like this and had
    the wrong date: You registered for  {"results":[{"Id":22,"Value":"Test Event 8"}]} on 1/1/0001 12:00:00 AM

    Hi Jason,
    seems your requirement a bit complex, we forum team may have limited resource regarding this issue.
    you may consider to use infopath for example from this 3rd party article:
    http://www.bizsupportonline.net/infopath2007/programmatically-add-item-sharepoint-calendar-infopath.htm
    or for general example:
    http://office.microsoft.com/en-001/infopath-help/customize-a-sharepoint-list-form-HA101821257.aspx
    the article is to add an item to your calendar list, so then you may need to do wipe or other procedures, by infopath you may add the data as
    you need.
    if should infopath feature may not be possible to use in your environment, i may need to suggest you to open an advisory case to us, by contacting our representative,
    https://support.microsoft.com/
    Regards,
    Aries
    Microsoft Online Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Value not coming to PBEG

    Dear All,
    I'm writing PCR for late coming.
    But when i cal HRS = PBEG i'm not getting value in PBEG.
    Still when i check in in types i'm getting the in time and same should be read in PBEG.
    Can anyone tell why this is happening.
    Thanks
    Eswar

    Hello Eswar,
    I hope you are calling the PCR using the function PTIP. Can you run the schema in debug mode and see what's happening under the new PCR. Check the input / processing and output of the rule.
    If you have already done this, reply back with the details of rule and I would be glad to help you out.
    Best Regards,
    Sunny

  • Report designer issue:data not coming

    Hi Folks,
    I have an issue with bex report designer.
    The thing is i have created a query in query designer and that is my data provider for report designer.
    I am applying some formatting rules and executing it.
    The problem is i am not geting any records except the fields.
    Could anyone help in this regard.
    Regards

    HI,
    There are different sections in a Report Designer. G0Header, G1 Header, Det, G1Footer, G0Footer
    G0 Header: Contains only the labels of the feilds that is displayed on the top of every page.
    G1 Header: is a level 1 header which is displayed Beneth the Group0 Header
    Detail: will display the values of Query Elements(Key/Text) placed in this section.
    G1 Footer: Will be displayed once for each G1 Header that is displayed. This Can have the totals.
    G0 Header: Will be displayed at the end of the page. The footer can have page nuber or totals.
    For Example:
    To design a simple report having Distribution Channel and Sales Amount. The report can be designed as
    G0 Header: [Distribution Channel].Key [Distribution Channel].Text [Sales Amount]
    Detail: [Distribution Channel].Key [Distribution Channel].Text [Sales Amount].Val
    G0 Header: [Result]                                                                [Sales Amount].Sum
    Thanks,
    Saranya

  • Asset values not coming in depreciation area

    Hi Experts,
    Following the management requirement we have created a new depreciation area 50 with posting indicator "0".
    We found that asset posting from CJ88 (AUC to Final settlement) is not getting updated in depreciation area 50.
    Please help me this. Necessary details are mentioned below:-
    1. Depreciation area 50 is activated for main asset class but not for CWIP.
    2. For depreciation area 50, value maintenance is set as Only Positive values or zero allowed.(Screen shot attached)
    3. Transaction type 336 is not restricted to any depreciation area.(Screen shot attached)
    Am attaching relevant screen shot.
    Thanks in advance

    HI Mukhthar,
    Thanks for the prompt reply.
    In some cases system is updating values in depreciation area 50 even CWIP is not activated but in maximum cases system is not updating the values.
    I have carried out the changes in quality by activating depreciation area 50 for CWIP and perform a test case and it works but i want to know the root cause of this issue that why system is behaving like this and how it updates value in some cases.
    Please suggest

  • Sales order values not coming in copa report can been seen in ke24

    hi
    i have did sd and billing and actual settlement through va88
    i can able to values in ke24 actual line items.
    but when i cant able to see values in ke30 copa report aganist sales order characteristic
    and aganist record type A values are not flowing in copa report.
    please help me.
    thanks
    kareem

    hi ajay,
    i have again prepare actual line items report from ke94 ,ke91 and executed report ,
    here for that particular sales order values are flowing through record type C but not flowing for record type A.
    sales order is not displaying for record type A.
    and for that c only revenue and  and  raw material cost is flowing.
    thanks
    kareem

Maybe you are looking for

  • How do I restrict calls to only people in contact list?

    My daughter has gotten herself into quite a bit of trouble with who she's been talking / texting to and what she's been talking /texting about. She needs to have a phone so I just can't take the iphone 4 away from her. I have already disabled texting

  • Vista and iTunes shared library - Admin vs. Standard User

    Here's a good one.....I am the administrator of the family's Vista desktop computer, my kids are Standard Users. When I log in to the computer and bring up iTunes, I am able to see and access our shared library of music on our Synology DS207+ NAS. Wh

  • PO w.r to vendor

    Dear All, At the time of creating Vendor master , in purchasing data the order currency is set as JPY.If we are creating a PO , it is suggesting Currency as JPY in header data of PO in delivery/invoice tab. Now if we change the currency to INR it is

  • Strange behavior of merged clips on import

    After much troubleshooting I've noticed more strange behavior in the reimport of merged clips from XML... I have merged clips made out of film transfer and the audio from an aiff file. I can export and xml of a merged clip... all of about 30 seconds

  • Dynamically change width of field

    I have matrix report. One field must dynamically change width...I think create trigger. He'll change width. But I don't  found function (analog set_item_property in oracle forms). This function must get x-coordinate.  And another function  set width