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

Invoice IDOC

Former Member
0 Likes
675

if VAT rate is not maintained, INVOICE IDOC name 'INVOIC02'  should stop, i have write some logic to stop the IDOC in 62 routine,

here my question is after some time VAT rate is maintained, how to re-trigger the IDOC for the same invoice.

manually we can do it but, user will not accept always manually changing VF02, we need to provide automation to customer.

Best solution please.

1 ACCEPTED SOLUTION
Read only

FredericGirod
Active Contributor
0 Likes
628

Hi,

why didn't you use a routine in the NACE customizing to stop the output ?

trans. NACE --> V3 --> Procedure --> (select the good one) --> Control --> in the condition type used for the invoice create a Requierment

if the VAT is not here, the output is not created ..  and when you add the VAT, the output is created ..

regards

Fred

Hi,

why didn't you use a routine in the NACE customizing to stop the output ?

trans. NACE --> V3 --> Procedure --> (select the good one) --> Control --> in the condition type used for the invoice create a Requierment

if the VAT is not here, the output is not created ..  and when you add the VAT, the output is created ..

regards

Fred

2 REPLIES 2
Read only

FredericGirod
Active Contributor
0 Likes
629

Hi,

why didn't you use a routine in the NACE customizing to stop the output ?

trans. NACE --> V3 --> Procedure --> (select the good one) --> Control --> in the condition type used for the invoice create a Requierment

if the VAT is not here, the output is not created ..  and when you add the VAT, the output is created ..

regards

Fred

Read only

Former Member
0 Likes
628

hi,

Another solution is , you can create one custom report that will fetch error idocs and reprocess that idoc again.

You can run that report on daily basis.

Regards,

Satyen