cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

DocEntry value

doriana_ornaghi2
Explorer
0 Likes
233

Hi,

How do I get the DocEntry an Order about a button onClick in my order form?

I can not associate object SAPboui.Documents in that order specific

Accepted Solutions (0)

Answers (2)

Answers (2)

doriana_ornaghi2
Explorer
0 Likes

Thanks, but no wonder this.

This feature is good only for new orders placed, but I will want to know DocEntry an existing order that I looked at video. Excuse my English

Former Member
0 Likes

Hi,

if i understood you correctly.

If you are trying to get the new order DocEntry while creating the order then

you can use oCompany.GetNewObjectCode(strDocEntry)

Then strDocEntry will give you the required DocEntry

Hope it Helps you

Regards

Vishnu