cancel
Showing results for 
Search instead for 
Did you mean: 

Validation on BAPI output

Former Member
0 Kudos

Hi Experts,

I have a BAPI with output either 1 or 0, if output of BAPI is 1 it has to navigate to one form, if output is 0 it should navigate to another form. Can any one of you please suggest me how to perform validation on BAPI output.

Regards,

Lakshmi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Prassana,

You can use 'store' to load 1 or 0 from your BAPI by drawing a line with store from your BAPI output port. And use visibility condition on your form.

On your store element, assigned your field (field @field).

Drag two forms to your board, one on top of other, and make a visibilty condition such as: @field==1

When you BAPI sends the value==1 to 'Store' form 01 is shown otherwise form 2 is shown.

Regards,

Gilson

Answers (0)