0% found this document useful (0 votes)
153 views2 pages

The Ultimate C - C - C4H510 - 04 - SAP Certified Application Associate - SAP Service Cloud 2011

C_C4H510_04 - SAP Certified Application Associate – SAP Service Cloud 2011 Certification Exam Credential. ABAP Development Tools Documenting Development Objects Linking to Development Objects In the Knowledge Transfer Document Editor, you can now link to development objects and their elements using content assist functionality. Working with ABAP Projects* Defining a Manual System Connection In some cases, the host name of the Application Server ABAP cannot be resolved in the network. To resolv

Uploaded by

Stefan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
0% found this document useful (0 votes)
153 views2 pages

The Ultimate C - C - C4H510 - 04 - SAP Certified Application Associate - SAP Service Cloud 2011

C_C4H510_04 - SAP Certified Application Associate – SAP Service Cloud 2011 Certification Exam Credential. ABAP Development Tools Documenting Development Objects Linking to Development Objects In the Knowledge Transfer Document Editor, you can now link to development objects and their elements using content assist functionality. Working with ABAP Projects* Defining a Manual System Connection In some cases, the host name of the Application Server ABAP cannot be resolved in the network. To resolv

Uploaded by

Stefan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
You are on page 1/ 2

The Ultimate C_C_C4H510_04 - SAP Certified

Application Associate – SAP Service Cloud 2011

C_C4H510_04 - SAP Certified Application Associate – SAP Service Cloud 2011 Certification Exam
Credential. ABAP Development Tools
Documenting Development Objects
Linking to Development Objects

In the Knowledge Transfer Document Editor, you can now link to development objects and their elements
using content assist functionality.
Working with ABAP Projects*
Defining a Manual System Connection

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
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