Samual Sam has Published 1776 Articles

Finding index of rows and columns in SAP

Samual Sam

Samual Sam

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

487 Views

To identify the index of the row, you can use the property “indexOfRow” to get the row of the clicked button.All the buttons will be in the same column, so it does not make sense to get the column index, but if you still need to get the column index ... Read More

How can I check if user has an authorization for T-Code or not in SAP system?

Samual Sam

Samual Sam

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

10K+ Views

To check if a user has authorization for T-code or not you can use Transaction SUIM. You can manage user permissions using different ways like profile assignment via a single role, collective roles that contain single roles, etc. Below shows SUIM transaction that opens User Information System as below:You can also ... Read More

I want to limit SAP user access to Transaction Code- SOST.

Samual Sam

Samual Sam

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

941 Views

You can make use of T-code: SU24 and check objects related to SOST T-code. These are authorization objects for this Transaction - S_OC_DOC; S_OC_ROLE; S_OC_SEND; S_OC_SOSG; S_OC_TCD

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

Samual Sam

Samual Sam

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

585 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

224 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

300 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

Advertisements