Skip to Content
0
Former Member
Apr 23, 2009 at 11:37 AM

Using AUTO_STATUS

25 Views

Hello experts,

I would like to use the flag AUTO_STATUS as part of a condition for automatic mail execution in SLFN.

This flag is SAP standard (at least in VAR scenario) but there is no container element for this.

So I defined one as follows:

Element: AUTO_STATUS

Description: AUTO_STATUS

Shorttext: AUTO_STATUS

ABAP-Dictionary-Datatype: CHAR1

Now I am not sure how to use it correctly. I want the mail being sent when User Status is Exxx and the document is flagged for automatic message forwarding to SAP (AUTO_STATUS is set).

So what would be the correct start condition:

case 1)

&AUTO_STATUS& = X and User Status = ExxxSLFC0001

or

case 2)

&AUTO_STATUS& = Exxx

or

case 3)

&AUTO_STATUS& = ExxxSLFC0001

Thanks in advance,

Christian Kaunzner