SWW_CONT / SWW_CONTOB 4.6c
    Wood, John - Andover 
    john.wood1 at smith-nephew.com
       
    Thu Oct 12 11:42:16 EDT 2006
    
    
  
Rick,
FUNCTION 'SWW_WI_CONTAINER_READ' will retrieve the container values.
I hope this helps.
Regards,
John Wood
e.g.:
------------------------------------------------ 
data: begin of i_cont occurs 0.
        include structure swcont.
data: end of i_cont.
CALL FUNCTION 'SWW_WI_CONTAINER_READ'
  EXPORTING
    WI_ID                          =  wi_id
TABLES
   WI_CONTAINER                   = i_cont
EXCEPTIONS
   CONTAINER_DOES_NOT_EXIST       = 1
   READ_FAILED                    = 2
   OTHERS                         = 3.
-----Original Message-----
From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On Behalf
Of Rick Sample
Sent: Thursday, October 12, 2006 11:08 AM
To: sap-wug at mit.edu
Subject: SWW_CONT / SWW_CONTOB 4.6c
Could someone be so kind as to tell me what table holds the multiline
container elements?
I have a multiline WF multiline element that basically holds a
structure. 
I get the WF ID, open SWW_CONT and SWW_CONTOB and see my multiline
element, 
but can not figure out where all the line values are stored.
Thanks
Rick
_______________________________________________
SAP-WUG mailing list
SAP-WUG at mit.edu
http://mailman.mit.edu/mailman/listinfo/sap-wug
    
    
More information about the SAP-WUG
mailing list