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

BAPI or function module for Vendor delete

Former Member
0 Likes
1,806

Hi All,

I am looking for a BAPI or function module or standard program for Vendor Master deletion (XK06)

I searched and got BAPI_Vendor_DELETE but its working in foreground, I need something which runs in background.

Thanks,

3 REPLIES 3
Read only

RJSA
Active Participant
0 Likes
1,013

I think it's possible only via BDC...unfortunately...

Read only

madhu_vadlamani
Active Contributor
0 Likes
1,013

Hi Swetha,

The property of the bapi is like that. Inside that it is calling call transaction xk06. There is no fm or bapi to delete or mark for deletion. create a fm with the recording method of bdc code. Then it will work in back ground also. Post if need help.

Regards,

Madhu.

Read only

eduardo_hinojosa
Active Contributor
0 Likes
1,013

Hi

Try with report SAPF058V that is used as a preprocessor for archiving vendors (object FI_ACCPAYB). See the documentation in selection screen (info icon). If they doesn't work, then do a BDC. It's an idea.

I hope this helps you

Regards

Eduardo