iOS 11 – Notification and Clock on lock screen disappears

After the upgrade of my IPhone 7 ,I started getting this weird issue of notification and clock not appearing on lock screen.

if you search around different forum people are advising below workarounds

  • Restart the phone.
  • change the view settings.
  • reset iphone

For me all of these workaround are really annoying. I don’t want to keep restarting my phone.

so I found a better workaround which really helped me and I am sure will help you guys as well.

Issue seems to be if we don’t delete/clear the notification from lock screen and if it keeps growing this is causing clock and notification not appearing on lock screen.

Steps to follow

Clear the notification after read or clear once a day and this issue will not come.

Definitely its a bug in iOS which I am sure apple will be working and fixing it,but till than use my work around of clearing notification and Clock on screen will not disappear.

 

REST Adapter scenario in SAP PI – JSON/XML

This blog will provide a step-by-step guide on how to configure the sender REST adapter scenario in SAP PI. This document will help the PI developer/consultant who will like to learn about the Sender REST adapter configuration.

I will explain this by creating a simple asynchronous scenario REST –> PI –> File. usually, REST will be used for sync scenario but to provide

Usually, REST will be used for sync scenarios but to provide a basic understanding of how to configure REST adapter I am using Async.

In case you are interested in sync scenario here is a step by step guide Sync Scenario using REST adapter in SAP PI

REST Adapter scenario in SAP PI

Rest enabled application will send JSON format to SAP PI which will be converted into XML using REST Adapter.

Read More

User defined message search in SAP PI 7.31/7.4/7.5 (Java Only)

This blog will provide steps by step guide on how to configure user defined message search in SAP PI (Java only installation)

As of PI 7.3 we have a new way to configure and use content based message search in SAP PI and this article will explain the steps how to configure User define search.

For steps on how to configure payload based search in SAP PI dual stack follow the link below

Payload based search in SAP PI

Read More

Enable IDOC adapter monitoring in SAP PO

This blog will provide steps on how to enable IDOC adapter monitoring in SAP PO (single stack).

Dual stack IDOC monitoring is done using TCode IDX5 but single stack this monitoring IDOC is a bit different you need to enable the IDOC monitoring otherwise IDOC tracking will not happen and the monitoring screen will show blank even though the IDOC message is successfully processed.

Read More

SAP PI : Handling EDI Scenario in SAP PI

This blog is focused on PI beginners to understand how to develop an interface to handle EDI messages from an EDI customer via SAP PI. Here we will illustrate step by step approach for handling EDI Scenario in SAP PI( AS2 To File scenario).

This blog will cover only the design and configuration objects required to build the interface and not the administration section.

Scenario

We will use a scenario where we will develop an interface to accept Purchase Order information (ANSI X12 format) from third party EDI customer into FTP server . The interface will use the PI architecture to transfer the data from using Seeburger AS2 Adapter to Target File System.

Read More

SAP PI 7.5 New feature: Compare mapping Version in SAP PI

In this blog I would like to cover one of new feature SAP has provided for SAP PI/PO i.e. Compare mapping Version in SAP PI.

What is SAP NetWeaver 7.5?

SAP NetWeaver 7.5 is the new foundation of SAP’s on-premise offerings such as SAP Business Suite and the on-premise edition of SAP S/4HANA. Besides this, it provides new capabilities for the various SAP NetWeaver products such as SAP Gateway, SAP Business Warehouse, SAP Process Orchestration, etc.

Read More

SAP UI5 Tutorial Part 3: Data Binding

This SAP UI5 tutorial will provide a basic guide on how to do data binding in SAP UI5.

What is Data Binding in SAP UI5?

Data binding is a technique that binds two data/information sources together in order to keep them in sync. When data binding is properly implemented and defined, all changes in one data source are automatically reflected in the other. In the UI, data binding is usually used to bind the UI controls to a data source that holds the application data, so that the controls are updated automatically whenever the application data is changed.

Read More