cancel
Showing results for 
Search instead for 
Did you mean: 

Automatic removal of billing block in sales order

Former Member
0 Kudos

Hi Friends,

I want to remove billing block in the sales order automatically (by system) when I click the PGI for the relavant delivery document. I hope this is not possible through standard. If not please guide me how to solve this issue.

Thanks

Kumar

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Please ask ABAPer to write a program(event program) to delete a billing block.

As and when you click the PGI button for your delivery in "VL02n" T.Code,the PGI will be done in standard.Simultaneously,billing block is to be removed.Means the entry from the field "VBAK-FAKSK" is to be removed.

If the billing block is also present at the item level too even it has to be removed.Means the entry from the field "VBAP-FAKSP" is also to be removed.

Regards,

Krishna.

Former Member
0 Kudos

Hi,

As this is PGI click event you can go for Workflow for it.

Take help of ABAPer and develop workflow, which will remove billing block for SO when you click PGI.

try and revert

Former Member
0 Kudos

Hi

write a BDC for sales order VA02 for removing the billing block and schedule the program in such a away that once the delivery status has been 'C' system should run the program fro removing the billing block.

Regards

Damu