Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

In Idoc_input_ordchg function VBAK-VKBUR is not an input field ???

Former Member
0 Kudos

Hi,

After a migration, I have to update(change) the sales offices(VBAK-VKBUR).

Using the transaction VA02: sales office is an input file.

But I have to use Idoc method to update all the sales offices.

And in the Idoc_input_ordchg function, the vbak-vkbur is not an input field ???

Do someone has the explanation?

Thank you,

Regards.

1 REPLY 1

Former Member
0 Kudos

Which IDOC Type are you using? Is it one of the ORDERS0* Idoc types? You have to remember that in Idocs certain fields are not available as explicit fields, but are available with a qualifier. In the ORDERS0* idoc type, there is a segment called E1EDK14 = "IDoc: Document Header Organizational Data". In this there are only two fields, QUALF and ORGID. Depending on the qualifier value, the value in ORGID field will be used. Look at the domain values of this field adn you will know.

In your case, you have to fill QUALF = '016' and ORGID = <yoursalesoffice>.

Hope this helps, if not let me know.

Srinivas