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: 

DMS Document Number Assignment at Vendor Creation using Class VMD_EI_API

0 Kudos

Dear All

I am using class VMD_EI_API to create XK01 Vendor in Background , which is working fine . Now I have a requirement to assign DMS Document Number to the Vendor at the time of its creation, using the same class VMD_EI_API . Usually we assign DMS Document Number in XK01 -> Extras -> Documents Menu Path .

Please help me in this regards .

Thanks

1 ACCEPTED SOLUTION

0 Kudos

Dear Umaid,

Instead of attaching documents to vendor try to attach vendor to uploaded documents using BAPI_DOCUMENT_CHANGE2.

Mark it as a correct answer if helpful

2 REPLIES 2

0 Kudos

Dear Umaid,

Instead of attaching documents to vendor try to attach vendor to uploaded documents using BAPI_DOCUMENT_CHANGE2.

Mark it as a correct answer if helpful

0 Kudos

Thanks a lot Atif . It really worked for me .