Container Operation

Odedra, Menand MOdedra at krafteurope.com
Mon Apr 30 03:36:04 EDT 2001


Hi All
 
Firstly thanks for all the Help with the Send Mail Task.. It took me a while
but I realised the the wizard wasn`t setting the reciever of the Task.
 
I`ve now got a second problem in that it looks like the workflow container
is not being updated by one of my tasks.
I`m using the following method to create a new form
 
BEGIN_METHOD CREATE CHANGING CONTAINER.
  CALL FUNCTION 'ZCREATE_PA22'
    IMPORTING
      PA22_NO = OBJECT-KEY-PA22_NO
    EXCEPTIONS
      FORM_NOT_CREATED = 01
      ABORTED = 02
      OTHERS = 03.
  CASE SY-SUBRC.
    WHEN 0.            " OK
    WHEN 01.    " to be implemented
    WHEN 02.    " to be implemented
    WHEN OTHERS.       " to be implemented
  ENDCASE.
END_METHOD.
 
Do I need to add any additional code to allow the values in the container to
be changed?
 
Thanks
Regards
 
Menand Odedra
Kraft Foods UK
Analyst Programmer (Supply Chain)
email: modedra at krafteurope.com
Tel: 01242 28 4748
 


More information about the SAP-WUG mailing list