Prefix Block
***************
Re-Inventing the wheel - Everyday!
*Disclaimer* - Notes in my blogs are about hypothetical scenarios. They do not directly or indirectly relate to any of my current or prior employers, or their clients.
Why this blog?
I quote you "Humans are unique among all animals because of their ability to learn from others mistakes. What's even more unique is their reluctance to do so!"
What makes me qualified to comment on this subject?
I have been in Production support Environment for about 10 Years, at least 5 of which supporting SAP ECC. One of the project I have been involved with claims to be the largest SAP ECC implementation worldwide.
Target Audience, or Why should you spend time reading this?
This Blog is about how simple design elements can save hundreds of Hours, money and sometimes embarrassment from your Client or Customers in long run for Large scale IT projects' maintenance. Often, IT projects are driven by urgency to deploy quickly, and fail to consider how it will be maintained for years to come.
Sometimes they include exotic design elements that are too difficult to sustain for many users across many locations. (May I quote an extreme imaginary scenario? "Don't build a Unicorn if you don't know how you would you feed it Gold crusted Diamond Pie everyday!"
All developers may find my comments useful. Technical Project leads, Architects, or Production support personals may find these more valuable than others.
Leave me Comments!
Your project situation may differ so my notes may not completely apply to you. However, I like good debates, and I am willing to listen!
If you don't mind, please mention your production support experience if you have in your comments.
I hope you got the idea where I am going with this.
***************
Let me start my 3rd IDOCs Feature request with same notes as the 1st two feature request.
SAP has built IDocs functionality which is an amazing tool that makes processing large transactions in parallel or sequence very easy. It has detailed load distribution, tracking, and reprocessing mechanisms.
However, I think SAP somehow missed to build simple generic data analysis tools around IDocs. (How did you? You can convert currency 300 different ways!).
I have had our projects build 5 custom tools for IDocs. They are saving us hundreds of hours (and sometimes things that money can’t buy).
3rd of our most used IDocs tool is IDocs Mass Upload/Download.
How does it work?
This one has a simple selection screen. One block is for the IDOCs Download , and 2nd block is for Upload.
For Download block, we decided it to keep it really simple.
Upload block is relatively simple too.
If users want to copy IDOCs from PRD system to DEV, first they login to PRD and use download option to download selected IDOCs to a flat file.
Next, they login to DEV system, and use the Upload block to fill in some parameters and pick the file. We default all the parameters based on the current system so a functional person can move IDOCs without having to worry about various technical routing parameters.
Voila! you have good test data in your Dev/QA system (don’t forget to read Caveat).
If you are to do it otherwise, you are going to have to jump thru a lot of hoops with your Basis and middleware folks! (I hope you are making friends with them anyways!)
Key Development criteria:
Why is IDocs Mass Upload/Download needed? How will this help you?
Caveat
I could easily clean up the code we have and put it here for others to follow. (Where’s fun in that? ).
However, if SAP can do it, it will save us all extra effort. I am sure this can be done in less than couple of months by a good developer.
Please go ahead and leave a comment here and let SAP know you want to be able to analyze IDocs data en mass. Or prove me wrong and tell me SAP has something like this already. I hope you do the first one!