Huawei Ethernet Switches Maintain Leading Position Globally and Hold Top Spot in China for Third Consecutive Year
#Technology Huawei maintained strong momentum throughout 2017 and continued to play a leading role in the global Ethernet switch market, according to the Worldwide Quarterly Ethernet Switch Tracker 2017 Q4 report released by International Data Corporation (IDC). IDC noted that Huawei also held onto the top spot in the Chinese Ethernet switch market in 2017. http://bit.ly/2EfgGvv #Huawei #BigData #AI
Certificatione Unica Feature in Business ByDesign – Italy
Hi All,
As per the Italian Tax regime, the “Certificatione Unica” which is the income tax statement issued to employees by their companies is required.
This feature has been enabled in the Business ByDesign system version 1802 onwards and below are the steps to configure the same.
* Go to the Business configuration work center.
* Select the Implementation project view.
* Click on Edit Project scope.
* Go to the Step-4 Questions.
* Expand the Cash Flow Management and Select Tax Management.
* On the right hand side, you will see the questions related to the Withholding tax filing – Italy
Here you will find that you must select the questions :
* Do you use Withholding tax File for Italy CU Return AND also tick the question?
* Do you use the withholding tax form for Italy CU return?
Later in the
* Tax Management work center
* Navigate to the Tax Authorities view.
* Select the tax authority of country Italy and press Edit – Company Tax Arrangements.
* Navigate to the Tax Return Arrangements subtab.
Here you will find that Tax return type – 13-Withholding tax return is relevant and the Electronic submission required box will be enabled and has to be ticked for electronic submission.
In the same way for the Tax return type – 16-CU-Withholding tax is relevant and the Print form required must be ticked to print the form.
Note – This feature is available in Business ByDesign 1802 onwards only.
Regards
John Nelson Paul
http://bit.ly/2q1VyEE #SAP #SAPCloud #AI
How eCATT Executes the Commands TCD and SAPGUI
SAPs Extended Computer Aided Test Tool (eCATT) offers in its language two interesting commands – TCD and SAPGUI – to executes some recorded activities. In this blog post I describe how the commands works, from the recorded XML file to the BCD respectively to the OLE interface of the SAP GUI Scripting.
TCD
You can with the TCD eCATT command record very easily activities and executes it as batch data communication.
Press the pattern button of the toolbar and choose UI Control with TCD (Record), define the TAC and the interface name. Now your TAC is open and you can do your activities. When you are done quit the TAC and you will get a request.
If you say yes your script looks e.g. like this and you can execute it.
But what happens in the background?
The eCATT line interpreter executes your script and calls the method EXECUTE_TCD, which calls the function CAT_TCD_CAL and this runs your activities as batch data communication CALL TRANSACTION command.
SAPGUI
Batch data communication offers not all possibilties. In this case you can use the SAPGUI command. It records your activities also easily and executes it via the SAP GUI Scripting interface.
Press also the pattern button and choose SAPGUI (record).
Define your transaction code and start the recording. Now an additional dialog pops up.
If you are ready with your activities press stop recording and your script looks like this.
Here we see now very good the difference between BDC and SAP GUI Scripting. But much more interesting is the background processing.
The eCATT line interpreter executes your script and calls the method EXEC_SETGUI. The REPLAY_SAPGUI method calls the SAPGUI_INTERNAL_REPLAY method which starts the transaction code. After the methods SAPGUI_REPLAY_PROCESSED_SCREEN and SAPGUI_REPLAY_USERCHANGES shares the methods SAPGUI_THROW_COMMAND and SAPGUI_THROW_GUI_ELEMENT. Both use last but not least the OLE commands GET and SET PROPERTY as well as CALL METHOD.
With this knowledge is it now very easy follow the process from the eCATT script to the final OLE command call.
The eCATT script files itself are stored as XML files, here an example section:
Last but not least a tiny hint to SAP note 2382576: eCATT uses only the SAPGUI entry from the running object table (ROT), so it is not possible to use it with NWBC or ADT.
Enjoy it.
Cheers
Stefan http://bit.ly/2H5zOPP #SAP #SAPCloud #AI
