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 for blocking the customer in master table

Former Member
0 Likes
1,527

Hi,

Is there any BAPI for blocking the customer in master table

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
941

Hi

< I hope there is no BAPi for blocking thr Customer

Use the Transactions to block the customer as per the area related

<b>FD05</b> (accounting view )

<b>VD05</b> (sales point of View)

<b>XD05</b> (centrally)

<b>Reward points for useful Answers</b>

Regards

Anji

5 REPLIES 5
Read only

Former Member
0 Likes
942

Hi

< I hope there is no BAPi for blocking thr Customer

Use the Transactions to block the customer as per the area related

<b>FD05</b> (accounting view )

<b>VD05</b> (sales point of View)

<b>XD05</b> (centrally)

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

0 Likes
941

Thanks for a quick responce

I wnat to block the customer using a Function module .when i set a flag for the customer then it shouls be deletd from the master table

Read only

0 Likes
941

Hi

Any record when you Block it physically won't get deleted completely

Just one field is updated as 'X'.

but still that customer record appears in the table

This is the SAP std functionality

Even if you delete a PO item or So item just that Item is updated with a field as 'X'.

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

0 Likes
941

Hi,

I just want to block the Customer ,

How to change it thru a programme.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
941

There is a BAPI : BAPI_CUSTOMER_DELETE

But if you look at the function module, this BAPI call transaction XD06....(!)

Regards