Karthikeya Boyini has Published 1385 Articles

Identify required fields for an MB01 transaction in SAP

karthikeya Boyini

karthikeya Boyini

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

348 Views

As you have mentioned that you have access to SAP system. The solution lies within. Specify the transaction SE37 and mention the BAPI call that you have identified. It will navigate you to proper documentation of the call.But in order for that documentation to be of any help, you will ... Read More

Invoke a Web service from AJAX in SAP application

karthikeya Boyini

karthikeya Boyini

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

320 Views

It does not change much in SAP. How you have been doing in other projects like .NET or other, you need to incorporate the same.You need to send a POST or GET request to the intended service with the help of URL.In order to get the URL, you need to ... Read More

Is it possible to exclude subclasses from the results displayed in backoffice in SAP?

karthikeya Boyini

karthikeya Boyini

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

135 Views

You can uncheck the option - Include subtypes in a search bar and this will only give you the results of the parent type.

What is the Thread class in Java?

karthikeya Boyini

karthikeya Boyini

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

478 Views

The java.lang.Thread class is a thread of execution in a program. The Java Virtual Machine allows an application to have multiple threads of execution running concurrently. Following are the important points about Thread −Every thread has a priority. Threads with higher priority are executed in preference to threads with lower ... Read More

Usage of subqueries in internal table as condition in SAP ABAP source code.

karthikeya Boyini

karthikeya Boyini

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

431 Views

Note that if you specify an OPTIONS parameter with parenthesis, it will show an error. When you use Where (itab)In this case, itab has only one field with type C and shouldn’t be longer than 72 characters. “Itab” must be specified in parenthesis without any space between parenthesis and table ... Read More

Advertisements