cancel
Showing results for 
Search instead for 
Did you mean: 

BRF Expression OCE001 CASE get no Scheme

Former Member
0 Kudos

Hello There,

I'm using the workflow expression OCE001 (CASE).

When using the case expression to allocate my scheme name literals with the when-values got from the another expression the system find no scheme.

The when column I filled with literal which have the same spelling as the ZBOR2121 attribute I'm reading before. The result column is the schema name as literal.

When debugging the process following went wrong:

After the case expression in Method PROCESS_SPECIFIC in Class CL_VALUE_REQUEST_SIMPLE_BRF there is the coding line

134

if lv_error is inital

*----


access the desired field -


Assign lp_structure->* TO <structure>.

but the assigning of the field symbol runs to an error sy-subrc = 4

Then in method if_event_brf~add_message

I get the error message 162 that field symbol is not assigned.

On the other hand the transaction SLG1 shows me warnings that my expressions are not translated.

has anyone an idea what's wrong`?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Rico,

Are you facing 'No Process Schema Found' when you click the shopping cart link on the Portal? if not can you please help me to fix the issue that i am facing..

John.

Former Member
0 Kudos

Hi Peter,

yes that's my problem i get error message "no schema found".

I think that my case expression that is responsible to deliver the right schema get not the right or any value from my expression OSM001 "Field of a structure/simple value Request". But the fm of this expression works.

Former Member
0 Kudos

I have solved my the problem with a work around using another expression.

For more details look at this threat