Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint
Cover Image
Cover Image
Drag to reposition
Contributed Answers

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

Authorization object for T-code is I_TCODE, however, I couldn’t able to find exact authorization to the user. Any idea?
Answered on 19th Dec, 2017, 0 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_1251 AGR_USERS is a standard SAP Table.....

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

SAP
I tried editing authorization objects S_TCODE, S_DATASET, S_OC_ROLE, S_OC_SEND, however, it is not enough to provide read/display access.Any idea how to do this?
Answered on 19th Dec, 2017, 0 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

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

SAP
Check the below code: , When use enter “!” on selection screen and program is execute, I see the error message: Invalid entry
Answered on 19th Dec, 2017, 0 Views

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

Upgraded to SAP.net connector 3.0 is not working in Visual Studio 2008 and 2010

Earlier I was using SAP .net connector and it was working fine with Visual Studio 2008 and 2010. I got a new SAP.net connector 3.0 and created a C# console application, however item not showing up in VS 2008 and 2010. I have also taken both .dll files from C:\Program Files\SAP\SAPDotNet (sapnco.dll, and sapnco_utils.dll) and they are referenced in my C# application. I should be able to righ.....
Answered on 19th Dec, 2017, 0 Views

Note that SAP.net connector doesn’t work similar to 2.0 connector. There are lot many changes- good and bad provisioned in .net 3.0 version. This is SAP documentation link about general capabilities of SAP.net connector: https://help.sap.com/saphelp_crm700_ehp02/helpdata/EN/4a/097b0543f4088ce10000000a421937/frameset.htm SAP .NET Connector 3.0 is the current version of SAP's developmen.....

What should I install to start learning SAP ABAP?

I have to start practicing SAP ABAP so I have few questions: To practice SAP ABAP, what should I download and install?  Functional module in ABAP are same as Stored Procedures in RDBMS?  Can we write SAP function modules in ABAP only?  How can I install any module like SAP FI trial?
Answered on 19th Dec, 2017, 0 Views

SAP NetWeaver is a Java-based stack and its developer edition is available. https://www.sap.com/developer/trials-downloads.html In SAP system, Function modules are like web services. They are used to expose the structure of the data dictionary or to expose business objects. Function modules are sub-programs that contain a set of reusable statements with importing and exporting parameters. .....

Identify the database used for backend in ABAP

In my project, for a requirement, I need to identify the backend database system. If the database is the required then execute the required logic otherwise log an exception and continue. Can someone help me to identify the backend database in ABAP?
Answered on 18th Dec, 2017, 0 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.

Suppressing the page header till the last page in SAP Crystal Reports 2008

I am working on Crystal Reports 2008. I am creating a report and want to suppress the headers till the last page of the report. Could you please suggest how can this be done?
Answered on 18th Dec, 2017, 0 Views

I think you would require to use “OnLastRecord” keyword for page header suppression. Below are details about this function: Function Description: This function returns “TRUE” when the current record being evaluated is the last record in the report. Returns: Boolean Value Action: This function returns “TRUE” when the current record being evaluated is the l.....

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

As one of my requirements in the project, I need to upload a file to SAP-CRM from a server. To do the same, I am calling ‘create_with_file’ method. This method is present in the ‘cl_crm_documents’ class.To call the method, I have a created an RFC. But here comes the issue, If I am executing the created RFC from function builder, it is working absolutely fine. But If .....
Answered on 18th Dec, 2017, 0 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 doe.....

loader
Advertisements
Contribution

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.