cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow Container

MarkusKlein
Active Contributor
0 Kudos

Hello everybody,

since release 6.10 the container data is stored in XML-Tables. The question is how can i access them?

regards,

Markus

Accepted Solutions (1)

Accepted Solutions (1)

ramki_maley
Active Contributor
0 Kudos

Hi Markus,

Within a workflow context (object methods, agent rules) you can still use the standard container macros. Use the include <cntn01> for the macro definitions.

If your requirement is to read the container from an ABAP report, use the SAP_WAPI_READ_CONTAINER function module.

Cheers,

Ramki.

MarkusKlein
Active Contributor
0 Kudos

Hello Ramki,

thx for the infos. But i was actually looking for some infos about the XML-File(s) itself. Whats its structure, where is the XML stored (Must be some table where it is stored as XSTRING or something) etc. Havent found anything at the Workflow Docu about that.

regards,

Markus

ramki_maley
Active Contributor
0 Kudos

Hi Markus,

I found these two tables in the system. But the data seems to be stored in binary!

SWWCNTP0 - Workflow Container: XML Database (P0)

SWWCNTPADD - Workflow Runtime: Persistence for Additional Container (XML)

Cheers,

Ramki.

MarkusKlein
Active Contributor
0 Kudos

Hello Ramki,

thanx that was exactly i was looking for

great job!

regards,

Markus

Answers (0)