Samual Sam has Published 2664 Articles

When a thread is created and started, what is its initial state?

Samual Sam

Samual Sam

Updated on 30-Jul-2019 22:30:20

346 Views

When a new thread begins its life cycle in the new state. It remains in this state until the program starts the thread. It is also referred to as a born thread.After this newly born thread is started, the thread becomes runnable. A thread in this state is considered to ... Read More

Error while using enter "!" on selection screen in SAP.

Samual Sam

Samual Sam

Updated on 30-Jul-2019 22:30:20

96 Views

Note that “!” this character removes all characters in the field before data is transported. So you get error message cos of this.

Callback is not working on remote but working locally in SAP CRM

Samual Sam

Samual Sam

Updated on 30-Jul-2019 22:30:20

150 Views

The issue lies in the class you are using for making a method call. This class is basically making RFC callback with the help of SAP GUI. SO, when you are using the function builder, it works well because it has an SAP GUI connection present.But when you are using ... Read More

Difference between an SAP ERP system and DBMS

Samual Sam

Samual Sam

Updated on 30-Jul-2019 22:30:20

2K+ Views

DBMS or Database Management system is basically the tool/interface required to manage the database.  For example, SQL server or a tool like MYSQL workbench is a DBMS. A DBMS is mainly used by or designed for technical people.ERP (Enterprise Resource Planning System) is a complete system with one database and ... Read More

Advertisements