cancel
Showing results for 
Search instead for 
Did you mean: 

maintain SAP ECC (R/3) Master Data with backend validation

Former Member
0 Kudos

Hi,

I would like to maintain SAP ECC (R/3) Master Data via the Visual Composer. As far as I understand the functionality, it should be possible, if the ECC provides a BAPI to do that.

The BAPI must be able to do the same validation that we have, using the backend itself.

Now the question is whether it is possible, that the BAPI returns the result of the validation back to Visual Composer, because of course the user wants to know whether his action was successfull or not (because of invalid values for example).

Does anybody has expierences with such a requirement? Can a BAPI return something to the Visual Composer and how can I integrate such a return result in VC?

Thank you in advance.

Best regards,

Johannes

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

It is possible to captured BAPI's return parameters in VC.

Steps:

1.Add a Form and BAPI to the story board.

2.Now connect the OUT port of a BAPI to the IN port of FORM , this you can do by

just drag(BAPI Out port) and drop( FORM in port).

3.Add a Expression Box in FORM.

4.Display the values returned by BAPI in the expression box(Use formula)