cancel
Showing results for 
Search instead for 
Did you mean: 

Incompleteness Check in SAP GTS For Validity Dates on PDOC's

caroline_ball
Explorer
0 Kudos

Is there a way that you can trigger an incomplete error if a validity date at the item level of an export document is in the past? We have implemented BTI functionality in SAP GTS and this allows us store BTI details that will be copied into an export document when that material is used. We are now seeing issues where some BTI details the valid to date is in the past and this is not checked in the document and hence we are sending to customs references of old BTI details.

I am aware that we can delete the BTI references against the product master but would like an additional check in the customs document that shows the user the error.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member215181
Active Contributor
0 Kudos

Hi Caroline,

Yes, that could be fairly simple. Just create a new Incompletion Check Function Module which should be coded to:

  1. Call the standard Incompletion module, and then
  2. Use your own code to check the document fields and report any inconsistencies.

Regards,
Dave