‎2006 Sep 14 1:04 PM
Hi!
To do some stuff after a document in SAP is saved I use the BADI DOCUMENT_MAIN01-AFTER_SAVE method (SE19). Now I have tried to copy my code into a different SAP system but the BADI does not exist there! Isn't this a BADI from SAP which should exist in every SAP system or can I create it by my own (if yes, how) if it does not exist?
Thanks,
Konrad
‎2006 Sep 15 12:03 AM
Hello Konrad
The BAdI DOCUMENT_MAIN01 is within package CV (application component CA-DMS, Document Management). Although package CV belongs to the very basic software component SAP_APPL this does not automatically imply that the cross-application (CA) component is in other SAP system types as well.
I do not think it makes sense to create your own BAdI because I believe that if there is no BAdI there will be no corresponding BAdI exit in the standard coding.
In order to analyse the difference have a look at menu System -> Status and compare the software components available.
Regards
Uwe