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: 

Is there any BAPI / RFC to replicate XK01 functionality ??

Former Member
0 Kudos

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.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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.

4 REPLIES 4

Former Member
0 Kudos

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.

0 Kudos

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.

kesavadas_thekkillath
Active Contributor
0 Kudos

There is a class available for this. Please search in SCN before posting.

Keshav

0 Kudos

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??