cancel
Showing results for 
Search instead for 
Did you mean: 

Whether Sequential actions is possible?

Former Member
0 Kudos

Hi Experts,

I want to save the data through a BAPI in my database and at the same time I want to pop-up the successful message.Whether is it possible to do this sequentialy? I tried this but its working parallely not sequentially.Just help me out.Whether I can do my logic in VC?

Regards

Nutan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Nutan

If you are to be sure that the save message is actually only shown for a successfull save, you have to have the BAPI return a message stating that the save was a success. When your BAPI does this all you have to do is to display the BAPIs message, or set a visibility condition using the BAPIs return codes for showing a message of your own choosing written in VC.

Henning Strand

Answers (0)