Question:
Hi ,
How to delete IDOC with status '54' ?.
thank in advance.
Nitin
Answer:
Hi,
you can't delete Idocs, only archive with /nSARA standard functionality.
R
Answer:
If you only want to change the "traffic lights" you can use the function module "idoc_status_write_to_database" out of se37
R@lf
Answer:
make message type blank is also a good method.
Answer:
You can test function module EDI_DOCUMENT_DELETE entering single Idoc number as import parameter DOCUMENT_NUMBER.
BE CAREFUL! There is not any status etc. checks so you may delete WRONG Idoc as well!