‎2011 May 31 2:47 PM
Dear Experts,
My requirement is to create vendor through webdynpro java / webdynpro abap application.The user should not see any transaction screen, so we are not allowed to call xk01.
Is there any standard bapi or can we write custom rfc to call it through webdynpro java / webdynpro abap.
Please advise.
Regards,
Mamai.
‎2011 May 31 2:51 PM
Hi
Try VENDOR_MAINTAIN_XK01
This is just a FM. If you want to make it to RFC, copy it to custom FM and make it a RFC. Hope it will work.
‎2011 May 31 2:51 PM
Hi
Try VENDOR_MAINTAIN_XK01
This is just a FM. If you want to make it to RFC, copy it to custom FM and make it a RFC. Hope it will work.
‎2011 Jun 01 10:16 AM
Hi Vinraaj,
Thanks for your response.
But the FM you sent is still not released by SAP.In that case what is the way out ??
Regards,
Mamai.
‎2011 May 31 3:00 PM
There is a class available for this. Please search in SCN before posting.
Keshav
‎2011 May 31 3:11 PM
Hi,
I dont have much knowledge in ABAP.
Can we copy the code of the class and get a custom RFC on the same.If so, then what is the class name ??
Or can we directly call a class in webdynpro java??