These are are some notes I put together on butchering the rectangular dishy cable.
FOLLOW THESE GUIDELINES AT YOUR OWN RISK. I TAKE NO RESPONSIBILITY FOR ANY DAMAGE OR INJURY YOU SUSTAIN FROM FOLLOWING OR NOT FOLLOWING THESE GUIDELINES.
| #include <FS.h> | |
| #include <ESP8266WiFi.h> | |
| #include <WiFiClientSecure.h> | |
| #include <PubSubClient.h> | |
| #include <time.h> | |
| // Insert your FQDN of your MQTT Broker | |
| #define MQTT_SERVER "mqtt.srvx1.local" | |
| const char* mqtt_server = MQTT_SERVER; | 
| @AbapCatalog.sqlViewName: 'ZPURITEMS' | |
| define view PurchaseOrderItem | |
| as select from ekko inner join ekpo on ekko.ebeln = ekpo.ebeln { | |
| key ekko.ebeln as id, | |
| key ebelp as item_no, | |
| lifnr as vendor, | |
| ernam as created_by, | |
| ekko.aedat as created_on, | |
| txz01 as text, |