Hi All,
We are in SRM 701 and uploading initial contract from ECC to SRM using std prog- BBP_BBP_CONTRACT_INITIAL_UPLOAD. Need to upload all the follow-on documents (able to upload Contract) created for Contract in ECC (like PO created based on Contract) to SRM. Using BAdI- BBP_CTR_INIT_UP, it seems not possible to upload follow on documents and i was trying to enhance the std FM- BBP_PD_CTR_CREATE.
Would like to know, is there any best way to upload follow on documents for the initial loading of Contract to SRM from ECC?
Thanks, Vinoth
Hi Vinoth,
BBP_BBP_CONTRACT_INITIAL_UPLOAD is the best way to upload contracts from ECC to SRM and the badi that you mentioned is the right place to add your code in case you need to modify something before it uploads.
what is the exact issue that you are facing on upload? place a breakpoint in the MODIFY_DATA method of the above badi using your userid and then run the upload program. You can easily find out the issue. Also upon upload the program gives you an exact error. What is the error that you are getting.
Regards,
Naveen
Correct Naveen. I went on debugging mode and analysed the program flow. Forgot to close this discussion.