'Office Analysis Prompts Value Macro

I have a vba code to open prompts window in excel:

Application.Run("SAPExecuteCommand", "ShowPrompts")

But my problem is I dont know how to put value in Prompts window through Macro. Can anyone help about that? Any code sample?

For instance in this picture I want to put 1000 in 0BUCHUNG field. I would like to do this through Macro code and click ok. I cant record a Macro while doing these steps I dont know why, that is why I am asking maybe there is kind of code to perform it in Macro. Prompts Window



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source