I love test driven development (TDD) and lately I've had a need to re-learn groovy scripting for CI pipeline customization. I've also needed to learn node.js (and npm) as well as Python. Can I not apply test driven development to learn new languages ...
I want to purge my SVN repository (to remove code history). According to the Import/Export tab of my Code Exchange project: If you want to import a new repository, you must first clear this repository by removing and adding the Source/SVN tool. Go t...
Run NetWeaver Developer Studio (NWDS). Note this can also be done in plain old Eclipse with the exception that the NetWeaver server jars will need to be added as a project dependency; this will be shown when we get to that step.
Select File -> ...
I’ve found soapUI to be an invaluable tool for testing web services in SAP Manufacturing Execution (ME) (SDN wiki page). However, running tests manually is tedious so I began thinking of a way to automate the process. Thankfully the soapUI develo...
Sergiy: true, however just yesterday I was trying to switch my VMJDBC from Oracle to SQL Server. I undeployed ME, MECTC, etc. I undeployed all db pools. Restarted the Java instance. I could _not_ delete the VMJDBC entry and it was pointing to a n...
As for #5: do _not_ push data directly back into the SAP ME WIP database. You would be bypassing all validation, business logic, and extension mechanisms.
No. Due to historical reasons, we don't use openSQL, so we can't create data dictionary components. Instead our database tables, indexes, etc. are created and updated by CTC applications run from NetWeaver Administrator.