Output of multiline container element in email not working

I'm trying to display a multiline container element in an e-mail from workflow. The element container contains 2 lines. I can see these have been populated in the log in SWIA. However, when using &ITAB##& to output these lines nothing is diplayed. I've also tried &ITAB[]& and &ITAB& all of which return no lines in the e-mail.
Does anyone know if this is something I'm doing wrong or is there an error in R/3. I'm on release 4.6c.
Thanks
Karen

This is getting annoying. This was sednging e-mails and printing the table in the e-mail fine. Then I had to add more fields to the table ITAB. After this the table wasn't showing again in the e-mail. I recreated the workflow, tasks and even the BOM, but still nothing.
As before I can see the ITAB entries in the details of the e-mail task. But, they don't get written into the e-mail even though I'm selecting &ITAB##& from the Expressions section to put into the e-mail.
Is there anything I haven't tried. Is there something I'm doing wrong? Is this a SAP problem that can be fixed with a note. I've had a look, but can't find anything about it.
Thanks
Karen

Similar Messages

  • Mail not send to multiple users even Multiline container element has value

    Hi,
    I have collected the AGENTS to send mail notification in a multiline container element using a background step. The method collect the agent and return in to a container. I use this container in the following mail step using expression. The type id is 'G'. The mail step fails .The address string is filled also with agents.
    Please guide me if u have come across this situation early.
    Regards,
    Richard A

    I think if you are passing SAP User Id then the SAP User Id should be concatenated with US in the front.
    If this is maintained in the container element and if still send mail is failing then it might be that one of the USER Id does not exist in the system.
    Hope this helps.
    Thanks
    Arghadip

  • Multiline container element in workflow

    Dear all,
    I am using a multiline container element in workflow container.  Can anybody suggest how I can see the values of that element?  After workflow execution is COMPLETED and I go to SWI1, it shows only simple elements.  It doesn't show any of my multiline elements.
    Please help.
    Thanks in advance,
    Regards,
    Pranav.

    Hi Pranav,
    It does work in 6.20. I am not sure about 4.6C.
    Display Technical Details from the Workflow log for your WF instance. You can examine the Container values for each of the steps. See if the values show up (are you certain your multiline container has been populated?). If you are populating the multiline container from an object method, verify by testing your object method that the parameter are correctly defined and it is getting populated.

  • Workflows : Multiline Container Element problem.

    Hi,
    I got a new problem. Well I got a requirement to collect <b>COMMENTS</b> from <i>MULTI-LEVEL Supervisors</i> and display them in the <i>work item preview</i>. So in these regards, I had declared a Multiline Container element in my Workflow and passed it to some method to get the comments. Well I had succeeded till this point. But there is a problem when I tried to display them in WORKITEM.
    Well, all the lines are getting displayed continously in the Work Item preview.
    Is there any solution for this ?
    Like I want to display the Multiline Container element line wise. Not as a concatenated single line which is happening right now.
    In the Work Item Text part I used it as ...
    Comments from Supervisor : &COMMENTS&
    This is FYI...
    Please help me.
    Regards,
    Raja Sekhar.

    Hi Vinod,
    Well, I tried including the MULTI LINE Element in a Mail step. It gave me all the three options of printing.
    First one is...
    Only first line of Container element can be printed using
    &COMMENT&
    Second one is...
    All the lines of Container element can be printed in a single line as &COMMENT[]&
    Third one is...
    All the lines of Container element can be printed in seperate lines as &COMMENT##&
    I used the third one. It worked even the same in Work Item also.
    Regards,
    Raja Sekhar

  • How to pass value to Multiline container element in workflow ?

    Dear Experts,
    I am using the BAPI "SAP_WAPI_WRITE_CONTAINER" to write into the workitem container elements. now i want to write the data into a multiline container element. i am unable to do the same. please guide me how to write the data into multiline container.
    I am getting the data from portal so i am using the BAPI to populate the container.
    Please help me out...
    Thanks & Regards
    Nigesh

    Hi,
    Use the following code:
    DATA:  lv_text             TYPE        string,
              lt_cont_vals        TYPE        swconttab,
              lt_cont_defs        TYPE        swbconttab,
              lo_oref             TYPE REF TO cx_root,
              lo_workitm_cntxt    TYPE REF TO cl_swf_run_workitem_context,
              lo_wi_conv          TYPE REF TO if_swf_cnt_conversion,
              lo_wi_cnt           TYPE REF TO cl_swf_cnt_container,
              lif_wi_cnt          TYPE REF TO if_swf_ifs_parameter_container,
              lo_exception_return TYPE REF TO cx_swf_cnt_container.
    ***--- Get work Item Context
       TRY.
           CALL METHOD cl_swf_run_workitem_context=>get_instance
             EXPORTING
               im_wiid     = im_wi_id
             RECEIVING
               re_instance = lo_workitm_cntxt.
         CATCH cx_swf_run_wim INTO lo_oref.
           lv_text = lo_oref->get_text( ).
       ENDTRY.
    ***--- Get Instance of the work Item Container
       CALL METHOD lo_workitm_cntxt->if_wapi_workitem_context~get_wi_container
         RECEIVING
           re_container = lif_wi_cnt.
    ***--- Type casting work item container into class CL_SWF_CNT_CONTAINRER
       lo_wi_cnt ?= lif_wi_cnt.
    ***-- Set the value
       TRY.
           lo_wi_cnt->if_swf_cnt_element_access_1~element_set_value(
             EXPORTING
               name             =  'ITEM'
               value            =  t_item[]
         CATCH cx_swf_cnt_cont_access_denied.    " Change Access to Container Not Allowed
         CATCH cx_swf_cnt_elem_not_found.    " Element Not Found
         CATCH cx_swf_cnt_elem_access_denied.    " Element Must Not Be Changed
         CATCH cx_swf_cnt_elem_type_conflict.    " Type Conflict Between Value and Current Parameter
         CATCH cx_swf_cnt_unit_type_conflict.    " Type Conflict Between Unit and Current Parameter
         CATCH cx_swf_cnt_elem_def_invalid.    " Element Definition (For Example, Type Name) Is Invalid
         CATCH cx_swf_cnt_invalid_qname.    " Qualified Name Invalid/Already Being Used
         CATCH cx_swf_cnt_container.    " Exception in the Container Service
       ENDTRY.
    * VERY IMPORTANT -- Save changes to DB
       TRY.
           lo_wi_cnt->save_to_database( ).
         CATCH cx_swf_cnt_invalid_por.    " Invalid Persistent Object Reference
       ENDTRY.
       lo_workitm_cntxt->publish( ).
       COMMIT WORK AND WAIT.

  • Using Multiline Container element in sending mail

    Hi,
         I am sending mail with Multiline Container element APTEXT.
    I put &APTEXT##&  Is this right ?
    But when I have 2 lines of data, its sending mail with only one line.
    Thanks

    It is my personal observation that if the line size is more than 132 charecters then it will display like that.
    So do like this
    1. First make the row size as 125.
    2. and when you are selecting the multiline container element in the mail content, then it will ask you 3 options selct the option Print line by line then check the mail.
    It worked in my case.

  • Error -Container element 'ZBUS2081' is not used

    Hi All,
    I have transported a workflow from one SAP installation to another.
    In the new System when i checked the transported workflow it's giving an error "Container 'ZBUS2081' is not in used.
    How to solve this problem . If I diagnose the problem its taking me to the screen of workflow template.
    Please suggest how can i resolve this issue.
    Thanks.

    Hi All,
    The workflow is in active state , but i dont see any such message display in source system.
    I used SWU7  tcode to check for my workflow template it shows error :
    Workflow definition does not exists.
    At the bottom of the screen it displays : "Container element 'ZBUS2081' is not used".
    Regards,
    Ujjwal
    Edited by: ujjwal dharmak on Nov 22, 2010 3:52 PM

  • How to identify whether a multiline container is empty or not in Workflow?

    Hi Experts,
    Does any1 know how to identify whether a multiline container
    is empty or not in a workflow?
    Thanks.
    Points wil be rewarded.
    Vincent

    Dear Vincent,
    You can get the report name for the Business Object which contains the multi-line container, from the BO itself. Put a break-point in the report and try executing the workflow. The multiline container is like an internal table in the report. See if the internal table is initial while execution.
    Regards,
    Michael.

  • Container element 'ADDRESSSTRINGS' does not exists

    Dear all,
    I am trying to define expression for recipient type
    it gives me error
    container element 'ADDRESSSTRINGS' does not exists
    container element 'EXPRESS' does not exists
    container element 'TYPEID' does not exists
    Can you please share the technical detail of these parameters
    or is there some other problem
    Best of regards,
    Gaurav

    Hi Gaurav,
    These are the standard task container's for the send mail step type.
    No need create these container's and already they are available in the Task container.
    Have you used the standard task to send the mail? If so just double click the Task ID and you can find these container's under the Container Tab.
    Just delete the send mail step and create a new one. It will solve the issue.
    Thanks,
    Viji.

  • Container element 'NODEOBJECT' does not exist

    Dear Gurrus,
    While creating clarification case category i am having  this error "Container element 'NODEOBJECT' does not exist" .
    kindly help me out in resolving these issue.
    Regards,

    Hi,
    I think you need to check  Note 1082707 - Error message 'Container element ... does not exist'
    Symptom
    You have created a container element manually in a case category and you are trying to define the dataflow but in the binding editor you are receiving error message SWF_EXP_001 035 'Container element ... does not exist'.
    Other terms
    FP-EMMA, BPEM, EMMACCAT2
    Reason and Prerequisites
    The problem only occurs if you create an invalid container element that contains one or more spaces in the element name.
    Solution
    Choose a valid element name that starts with a letter and contains only characters, numbers, or underscores. The following correction does insure this.
    See the full note if it can be of help.
    regards,
    David

  • Sharing by email not working in PSE10

    Hi there.  I upgraded from 6 to 10 yesterday and things were going relatively smoothly until I tried to email some attachments.  I'm operating on a Windows 7 computer and was trying to share via email attachments.  I select my photos and the contact that I want to send it to and then it just goes into limbo with the little moving circle.  One time the actual message box came up, but then my attachments were too big, so I reselected some and I haven't been able to get the message box to come up again.  Just been trying to do one picture as a test, so its not a size issue at this point.  With an old computer I used to do it through Outlook, but don't have that on here as it is a work computer and we use Notes, so I was using the Adobe Mail Services option tied to an email which did get verified.  Any help would be greatly appreciated.  Thanks.  Amy

    Thanks for trying, but what you have suggested did not work.  Every time I try to share photos via email, the software crashes.  This is extremely frustrating.  As far as I am concerned, this software has been a huge waste of time and money.
    Date: Mon, 30 Jan 2012 07:52:46 -0700
    From: [email protected]
    To: [email protected]
    Subject: Sharing by email not working in PSE10
    Re: Sharing by email not working in PSE10 created by Surendra1410 in Photoshop Elements - View the full discussion
    Hello All,
    Please follow the given steps-
    1. Launch Organizer.
    2. Under 'edit' menu select 'edit->preferences->Adobe Partner services'.
    3. Click on 'clear online service data'. Press 'yes' followed by 'Ok' in coming dialogs.
    4. Close and launch Organizer again.
    5. Again Under 'edit' menu select 'edit->preferences->Adobe Partner services'. Now click  on 'refresh' button. Click 'ok' in coming dialog.
    Let me know if you have any queries.
    Thanks.
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4173810#4173810
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4173810#4173810. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Photoshop Elements by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Apple iPad 3. BT email not working. Cannot send emails from btconnect SMTP after iOS upgrade. This is the only difference I am aware of. Can anyone help me please.

    BT email not working. Cannot send emails from btconnect SMTP after iOS upgrade. This is the only difference I am aware of. Apple iPad 3. Can anyone help me please.

    All resolved at last
    Deleted the SMTP setting
    Recreated the SMTP using the same settings
    Able to send emails now
    No logic - as usual - just a bug!

  • Hi. I habe one old ID and now i have one new ID. The old one is bad , because the Email not working. But i hav a lot of Apps and i want to copy this apps in my new ID. How can i do this?

    Hi. I habe one old ID and now i have one new ID. The old one is bad , because the Email not working. But i hav a lot of Apps and i want to copy this apps in my new ID. How can i do this?

    You don't. Apps are permanently tied to the ID used to purchase them. Instead of creating a new ID, change the primary email address on your existing ID.

  • Premiere elements 11- PitchShifter not working?

    Pitch shifter in Premiere elements 11 is not working as good as it was in Premiere elements 7. Here's some of my issues:
    When I change the pitch, the end of the audio is cut off/out of sync
    When a clip is short, the audio won't play if it has the pitch shifter effect
    When I split a clip with pitch shifter applied, the audio skips
    I would like it if the pitchshifter would be more like the one that was in premiere elements 7.

    Two questions... does your project match your video?
    Importing Video http://forums.adobe.com/thread/1065281
    -and project settings http://forums.adobe.com/thread/1112086
    And, just what are you editing?
    Report back with the codec details of your file, use the programs below... a screen shot works well to SHOW people what you are doing
    http://forums.adobe.com/thread/592070?tstart=30
    For PC http://mediainfo.sourceforge.net/en or http://www.headbands.com/gspot/
    For Mac http://mediainspector.massanti.com/

  • My serial number for adobe photoshop elements 12 and premiere elements 12 does not work

    My serial number for adobe photoshop elements 12 and premiere elements 12 does not work.  On adobe.com it shows that the serial number I received is associated with adobe photoshop elements 9 and premiere elements 9.  I have purchased those products in the past, but just recently upgraded to elements 12.  I can use the the photoshop organizer, but can't open the photoshop editor.

    You need to contact Adobe Support either by chat or via phone when you have serial number and activation issues.
    Here is a link to a page with options to help make contact:
    http://www.adobe.com/support/download-install/supportinfo/

Maybe you are looking for

  • How do I change the order of songs in a playlist?

    I know that I used to be able to drag songs to a different order in my iTunes playlists, but tonight, no matter the order that I add the songs to the playlist, or Smart Playlist, the order of the songs is alphabetically arranged, and the only other o

  • Audio Garble Strange on Youtube

    here's a good one. i have an imovie project with mixed music and vocals that I have exported as a QT movie and other formats suggested that does not play correctly when I upload to Youtube. Oddly, only some of the vocals are missing. Here's a link to

  • 10g How to Refresh / Reload records in table

    I am extremely new to JDeveloper and I am just trying to get my head around a few of the more simple aspects. I have worked through a few tutorials and learnt the basics. I have only one table involved as what I am trying to achieve is quite simple.

  • How can I use my addons once they're installed? Where do I go? Is there a Firefox toolbar?

    I'm on a Mac. I installed MeasureIt and RankChecker as addons. I need to install a couple more. How do I use an addon once I have it? Do they show up in a toolbar somewhere? I don't see them in the Google toolbar for Firefox, or above the Google tool

  • Comm channel set up just once and once a week

    I have ascenario where i have to run the comm channel only once ina week only once . How can I set this up.