2007 Jun 06 1:40 PM
Hi Experts,
Could you please let know - How to Terminate the Processing from a Method, I have explained the scenario.
While Posting the GR , if the given data meets my condition (Checking using the BADI) , then I should not Post - rather I should terminate from the processing .
Thanks in Advance,
Regards,
Sen
2007 Jun 06 1:56 PM
Hi Experts,
Could you please let know - How to Terminate the Processing from a Method, I have explained the scenario.
While Posting the GR , if the given data meets my condition (Checking using the BADI) , then I should not Post - rather I should terminate from the processing .
Thanks in Advance,
Regards,
Sen
2007 Jun 06 1:56 PM
2007 Jun 11 5:07 PM
Hello Senthil,
If it is a "Check" BAdI, then you should be able to raise an error or create an error message in the return message table.
Raising an X or A message will terminate processing, but that is usually not recommended as it will generate a short dump. Basis/Functional people are usually sensitive about short dumps and will think something is wrong with the code if a short dump is generated.
Regards,
Abdullah