Functionality You can use this method to cancel a billing document. As an input parameter, you are expected to enter a billing documentnumber in the field BILLINGDOC_NUMBER. This corresponds to the documentto be canceled. This method can be used not only in the simulation run (TESTRUN = 'X')but also in an update run including update (TESTRUN = ' '). Bothexecution variants send back any errors that have occurred to theoutput table RETURN. If the document to be canceled has been correctlyprocessed, information on successful processing is sent back in theSUCCESS table. This ouptut table delivers in particular the documentnumber of the cancellation billing document in the update run. Notes Required entries : BILLINGDOC Number of the billing document to be canceled COMMIT Control : In the update (TESTRUN = ' ') the update is carried out by COMMIT WORK using the methods available. |