cancel
Showing results for 
Search instead for 
Did you mean: 

Showprompts API does not work

john_coudriet
Participant
0 Kudos

I have tried to use the showprompts API with the refresh
and no prompt dialog is presented.

It appears to work only initially. we are on version 2.0

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

john_coudriet
Participant
0 Kudos

Example code

former_member187400
Active Contributor
0 Kudos

Hello John -

Could you please advise in your AO if you use "Merge Variable"?

Many thanks,

Former Member
0 Kudos

Hi John,

can you put this line after each of your Application.Run() Statements?


lResult= Application.Run("SAPGetProperty", "LastError")

In the Debugger, you can see an Array {error number; error text). The AO help describes some of the common errors.

Might be a try.

BR, Martin