Application Development and Automation 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: 
Read only

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

Former Member
0 Likes
843

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
Read only

Former Member
0 Likes
697

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
Read only

Former Member
0 Likes
698

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.

Read only

0 Likes
697

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.

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
697

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

Keshav

Read only

0 Likes
697

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