<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=US-ASCII">
<META content="MSHTML 6.00.2800.1479" name=GENERATOR></HEAD>
<BODY id=role_body style="FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Arial" 
bottomMargin=7 leftMargin=7 topMargin=7 rightMargin=7><FONT id=role_document 
face=Arial color=#000000 size=2>
<DIV>
<DIV>
<DIV>Hi Margaret,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I have not used the FMs myself but thought you may be able to use 
them.&nbsp;You would definitely need an&nbsp;ABAPer to help you out. The idea is 
to&nbsp;keep as little&nbsp;information as possible&nbsp;in the container and 
build the data for the FM call in the method code.</DIV>
<DIV>&nbsp;</DIV>
<DIV>
<DIV><FONT lang=0 face=Arial size=2 FAMILY="SANSSERIF" 
PTSIZE="10">Regards,<BR>Ramki Maley<BR>Workflow Developer, 
USCBP.<BR>248-613-1287 (C)</FONT></DIV></DIV>
<DIV>&nbsp;</DIV>
<DIV>In a message dated 5/4/2005 10:01:53 AM Eastern Standard Time, 
Margaret.Hilsbos@dayzim.com writes:</DIV>
<BLOCKQUOTE style="PADDING-LEFT: 0px; MARGIN-LEFT: 0px"><FONT 
  style="BACKGROUND-COLOR: transparent" face=Arial color=#000000 size=2>
  <DIV><SPAN class=595504212-04052005>Ramki,</SPAN></DIV>
  <DIV><SPAN class=595504212-04052005></SPAN>&nbsp;</DIV>
  <DIV><SPAN class=595504212-04052005>Thank you,&nbsp;those FM's look 
  helpful.&nbsp;Unfortunately when I try to generate&nbsp;a subtype of ADDRESS 
  with a new method using either function module, I get the following 
  error:</SPAN></DIV>
  <DIV><SPAN class=595504212-04052005></SPAN>&nbsp;</DIV>
  <DIV><SPAN class=595504212-04052005>"Field SODLIENTI1 -MEMBER_ADR is too large 
  to be included in container"</SPAN></DIV>
  <DIV><SPAN class=595504212-04052005></SPAN>&nbsp;</DIV>
  <DIV><SPAN class=595504212-04052005>This field refers to the parameter 
  DLI_ENTRIES, which the method creation wizard defaults as export, import, 
  mandatory, multiline.</SPAN></DIV>
  <DIV><SPAN class=595504212-04052005></SPAN>&nbsp;</DIV>
  <DIV><SPAN class=595504212-04052005>So, I guess I have to fix the code so that 
  it doesn't need DLI_ENTRIES in the container...unfortunately I'm not an 
  ABAPer, so that will be a struggle for me.&nbsp; It's probably really easy 
  once you know how, but if you&nbsp;have an example of&nbsp;method code that 
  works, I'd really appreciate it.&nbsp;</SPAN></DIV>
  <DIV><SPAN class=595504212-04052005></SPAN><SPAN 
  class=595504212-04052005></SPAN>&nbsp;</DIV>
  <DIV><SPAN class=595504212-04052005>Thanks,</SPAN></DIV>
  <DIV><SPAN class=595504212-04052005></SPAN>&nbsp;</DIV>
  <DIV><SPAN class=595504212-04052005>Margaret</SPAN></DIV>
  <DIV><SPAN class=595504212-04052005><SPAN 
  style="FONT-SIZE: 12pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"></SPAN></SPAN><FONT 
  face=Tahoma><SPAN class=595504212-04052005><FONT 
  face=Arial></FONT></SPAN></FONT>&nbsp;</DIV>
  <DIV><FONT face=Tahoma><SPAN 
  class=595504212-04052005></SPAN></FONT>&nbsp;</DIV>
  <DIV><FONT face=Tahoma><SPAN 
  class=595504212-04052005>&nbsp;</SPAN>-----Original 
  Message-----<BR><B>From:</B> sap-wug-bounces@mit.edu 
  [mailto:sap-wug-bounces@mit.edu]<B>On Behalf Of 
  </B>Workflow99@aol.com<BR><B>Sent:</B> Tuesday, May 03, 2005 4:49 
  PM<BR><B>To:</B> sap-wug@mit.edu<BR><B>Subject:</B> Re: Creating a 
  distribution list in background?<BR><BR></DIV></FONT>
  <BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><FONT face=Arial>
    <DIV>
    <DIV>
    <DIV>&nbsp;</DIV>
    <DIV>You may&nbsp;be able to achieve it&nbsp;using FMs SO_DLI_INSERT_API1 
    &amp; SO_DLI_UPDATE_API1</DIV>
    <DIV>
    <DIV>&nbsp;</DIV>
    <DIV>&nbsp;</DIV>
    <DIV><FONT lang=0 face=Arial FAMILY="SANSSERIF" 
    PTSIZE="10">Regards,<BR>Ramki Maley<BR>Workflow Developer, 
    USCBP.<BR>248-613-1287 (C)</FONT></DIV></DIV>
    <DIV>&nbsp;</DIV>
    <DIV>In a message dated 5/3/2005 3:59:42 PM Eastern Standard Time, 
    Margaret.Hilsbos@dayzim.com writes:</DIV>
    <BLOCKQUOTE style="PADDING-LEFT: 0px; MARGIN-LEFT: 0px"><FONT 
      style="BACKGROUND-COLOR: transparent" face=Arial>Hello all,<BR><BR>I am 
      wondering if anyone has done this successfully...<BR><BR>I need to have a 
      background step that creates a distribution list. The resulting DL can be 
      empty; it will be edited later by the user. But it would also be nice to 
      be able to pass it one or more addresses.<BR><BR>I am trying to use the 
      business object type ADDRESS, method CREATE. However in test mode of SWO1, 
      testing the CREATE method results in error message: "No address exists". 
      Well, of course it doesn't exist, I am trying to create it!<BR><BR>I did a 
      quick search of OSS for this and came up empty.&nbsp; I am just wondering 
      if anyone has used ADDRESS.CREATE successfully or can suggest another 
      means to create a distribution list in the background. Note, the ADDRESS 
      object works quite fine to return an existing DL.<BR><BR>I have tried this 
      on systems with Basis version&nbsp; 6.20 and 6.40, same result both 
      places.&nbsp; (what part of "create" don't I understand? ;-)<BR><BR>Thanks 
      for any help you can give,<BR><BR>Margaret Hilsbos<BR>(215) 
      299-5630<BR><BR><BR>_______________________________________________<BR>SAP-WUG 
      mailing 
      list<BR>SAP-WUG@mit.edu<BR>http://mailman.mit.edu/mailman/listinfo/sap-wug<BR></FONT></BLOCKQUOTE></DIV>
    <DIV></DIV></DIV></BLOCKQUOTE></FONT><BR><BR>_______________________________________________<BR>SAP-WUG 
  mailing 
  list<BR>SAP-WUG@mit.edu<BR>http://mailman.mit.edu/mailman/listinfo/sap-wug<BR></FONT></BLOCKQUOTE></DIV>
<DIV></DIV></DIV>
<DIV>&nbsp;</DIV></FONT></BODY></HTML>