Hi,
I'm trying to create a quotation via CALL TRANSACTION (VA21). A number of Partners are loaded automatically but I need to delete one of them (contact person). I've created the appropriate screen flow in BDCDATA table and when the txn is called with mode 'A' the partner is deleted. However when it's called with mode 'N' the partner is not deleted (the quotation is saved successfully with no errors in both cases).
Has anyone come accross this before?
Thanks for any help, Annie
I hope you used SHDB to record your screens for BDC ?
Sometimes screens in batch & online are not the same.
You may need to position cursor properly before deleting partner.
It may be easier to delete partner in userexit_save_document_prepare (xvbpa, xvbadr).
Add a comment