Samual Sam

Samual Sam

1,507 Articles Published

Articles by Samual Sam

Page 151 of 151

Identify the database used for backend in ABAP

Samual Sam
Samual Sam
Updated on 30-Jul-2019 307 Views

If you would have searched a little in the SAP documentation, then you would have found out the answer.You can use the CL_DB_SYS=>DBSYS_TYPE to fetch the database. For e.g. If you are using SAP HANA as the database, then the DBSYS_TYPE will have the value as HDB.

Read More

Finding index of rows and columns in SAP

SAP
Samual Sam
Samual Sam
Updated on 30-Jul-2019 488 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 then you can go ahead and use the property “indexOfColumn” or “columnIndex”.

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 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 join tables: AGR_USERS and AGR_1251AGR_USERS is a standard SAP Table which is used to store Assignment of roles to user information. This is available within R/3 SAP systems depending on the version and release level.AGR_1251 is a standard SAP Table which is used to store Authorization data for the activity ...

Read More

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

SAP
Samual Sam
Samual Sam
Updated on 30-Jul-2019 942 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

Read More

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

Samual Sam
Samual Sam
Updated on 30-Jul-2019 587 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 be executing its task.

Read More

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

SAP
Samual Sam
Samual Sam
Updated on 30-Jul-2019 224 Views

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

Read More

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

Samual Sam
Samual Sam
Updated on 30-Jul-2019 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 an external system, the GUI is missing and it doesn’t works. What you can try is to use some other method which does not have an RFC callback and thus will not have any problem. Try to use ‘create_with_table’ in place of your used method.

Read More
Showing 1501–1507 of 1,507 articles
« Prev 1 147 148 149 150 151 Next »
Advertisements