cancel
Showing results for 
Search instead for 
Did you mean: 

Function module to delete the delivery line item.

Former Member
0 Kudos

Hi,

My requirement is to delete line item in outbound delivery with BAPI or Function module.

I have tried with BAPI_OUTB_DELIVERY_CHANGE to delete the line items but it contains error message

VLBAPI |004.

Please suggest further

Accepted Solutions (0)

Answers (3)

Answers (3)

Jelena
Active Contributor
0 Kudos

Please use Google before posting. Google -> 'function delete delivery line site:sap.com' finds 415,000 results. This one is just from the top of the list:

http://scn.sap.com/thread/1520319

Shiva_Ram
Active Contributor
0 Kudos
Lakshmipathi
Active Contributor
0 Kudos

VLBAPI |004

.

Not sure, what the Business process is and why you were trying to delete a line item in delivery but have a look at the following note whether it helps you:-

  • Note 1451179 - PDO:Wrong main item quantity sent to ERP after batch split

G. Lakshmipathi

Former Member
0 Kudos

Hi,

Requirement is to passed the transaction throgh interface. I have a POS system & actual picking & PGI is done in POS & same transaction was integrated throgh interface. Now if any Article get deleted in Delivery note in POS same to be delete throgh BAPI or FM in Delivery note in R/3 passing the article data & deletion flag etc. So after deleting the article auto PGI can be process for balance article throgh interface.

Pls suggest.