You are on page 1of 2

The Ultimate C_ C_TS462_2020 - SAP Certified

Application Associate – SAP S4HANA Sales 2020

C_TS462_2020 - SAP Certified Application Associate – SAP S4HANA Sales 2020 Certification Exam
Credentials. In some cases, the host name of the Application Server ABAP cannot be resolved in the
network. To resolve this issue, you can use new input fields to establish a TCP connection to the RFC
gateway of the target system. You can then access the Application Server ABAP using a different host
name and port instead.

To do this, you can now use the following optional input fields when defining a manual system
connection:

RFC Gateway Server: To specify the name of the external host.

RFC Gateway Port: To specify the port of the external host.

 For more information, see Defining a Manual System Connection.

 Working with ABAP Dictionary Objects

Adjusting Database Tables

Changing the type of a database table field can result in the need for a database adjustment, as the
simple activation does not work in these cases. Until now, it was not possible to trigger these kinds of
adjustments from ABAP Development Tools. You can now apply quick fixes to adjust the database.

 For more information, see Adjusting Database Tables.

 Consuming Services in a UI

Creating Business Role Templates


You can now create business role templates and assign business catalogs to them. These business role
templates are then available in the Business Role Templates app and you can use them as a basis for
creating new business roles.

 For more information, see Creating a Business Role Template.

Working with Collaborative Tools

Searching for a User

You can now search for a user in the user value help using the first name, last name or middle name.
You can also search for the users with their real usernames in the user selection dialog

Improved Usernames

Until now, it was difficult to identify users with only their technical usernames. It is essential to identify
users in tools where collaboration among users is required. You can now see the business user’s real
username along with the technical name in the Properties view, Runtime Error viewer, Transport
Organizer view, Transport Request/Task editors, and History view

Comparing Source Code

Compare Viewer

The ABAP Compare viewer now shows different colors, depending on whether the text has been added,
removed or modified. The default colors are green, red and grey respectively.

ABAP RESTful Application Programming Model

Implementing Own Locking Logic for Managed Business Objects

You can now define an unmanaged lock in a managed scenario. The unmanaged lock mechanism must
be defined in the behavior definition with the syntax lock master unmanaged and implemented in the
behavior pool in the method FOR LOCK, just like in an unmanaged scenario. The method is then invoked
during runtime.

 For more information, see Pessimistic Concurrency Control (Locking).

Using dependent by _Association in Behavior Definition

You might also like