SAP Articles

Page 86 of 91

Integrating SAP with Android

V Jyothi
V Jyothi
Updated on 30-Jul-2019 576 Views

SMP 3/HCPMS (SAP Cloud-based Mobile services) is the new SAP product to create enterprise mobile apps. This can be used to integrate SAP with different mobile platforms. SAP recently launched the SAP Cloud Platform mobile services- a full-featured mobile app platform in the cloud, partners gain the flexibility to build and run native and hybrid apps that integrate securely with on-premise or cloud-based systems.

Read More

Difference between JCoClient and JCoDestination

Priya Pallavi
Priya Pallavi
Updated on 30-Jul-2019 825 Views

JcoDestination is the newer version (3) and JCO.client is the older version (2) of SAP Java connector Class. Along with the change of names in the classes, they have also re-written the library architecture in the new version JCoDestination. It is recommended to use the newer version JCodestination.

Read More

Storing static attribute values in ABAP

Srinivas Gorla
Srinivas Gorla
Updated on 30-Jul-2019 471 Views

Static attributes of a class and the global variables of a function pool are dealt in a similar manner. In an abstract manner, you can consider static attributes as global variables. How global variables are reinitialized with a new internal session, static attributes do get reinitialized with the new internal session- this can be verified using a recursive function call.

Read More

Defining a variable reference in SAP ABAP

Ankitha Reddy
Ankitha Reddy
Updated on 30-Jul-2019 428 Views

As per my understanding, it is not feasible. You can access local class dynamically but statically referring to it in another class seems impossible. You might think about calling methods as dynamic in this case.

Read More

Interfacing database to external parties in SAP system

Ramu Prasad
Ramu Prasad
Updated on 30-Jul-2019 258 Views

Interacting directly with SAP databases is not considered a good programming practice. As SAP database is nothing but a normal database, it can interact in any way like any ODBC technique - ADO.NET or other.Remote Function Calls can be used to make calls to databases. ERP Connect supports RFC and can be used for reading data from tables.In case one needs a high customization and control, one can create a custom RFC component to fetch and return the intended data.

Read More

Double click on ALV Grid to call Transaction and pass information in SAP

SAP
Lakshmi Srinivas
Lakshmi Srinivas
Updated on 30-Jul-2019 1K+ Views

You can make use of field - “wa_selrow” to define which column was clicked. Also, change the grid from row selection mode to cell selection mode.wa_selrow contains which field it is calling the transaction regardless or the field you clicked on so based on the content of wa_selrow, you can control the call to the transaction.You can also turn on the debugger and double click on the field to check what value is getting passed into wa_selfield.

Read More

What should I install to start learning SAP ABAP?

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

SAP NetWeaver is a Java-based stack and its developer edition is available.https://www.sap.com/developer/trials-downloads.htmlIn 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. Unlike Include programs, function modules can be executed independently. SAP system contains several predefined function modules that can be called from any ABAP program. The function group acts as a kind of container for a number of function modules that would logically belong together. For instance, the function modules ...

Read More

Send an Idoc using SAP.net connector 3.0 from a non-SAP system

varma
varma
Updated on 30-Jul-2019 827 Views

As per my knowledge, SAP doesn’t offer any development library for NCo to deal with Idocs. .Net connector is primary used for development of RFC clients.One of a common method to submit idocs to the SAP system using NCo is by using function module “IDOC_INBOUND_ASYNCHRONOUS”. This function module includes multiple table parameters containing idoc data.Function Module: IDOC_INBOUND_ASYNCHRONOUS (IDoc inbound processing via tRFC)Function Group: EDINProgram Name: SAPLEDINFollowing are the parameters:Table IDOC_CONTROL_REC_40 contains the control record, IDOC_DATA_REC_40 contains the idoc data segments.IDOC_DATA_REC_40 contains a field called SDATA. That field contains an Idoc segment data as a single concatenated string with fixed field ...

Read More

Loading messages from Excel to SAP table T100

SAP
Sreemaha
Sreemaha
Updated on 30-Jul-2019 584 Views

You can use built-in translation tool in SAP system that collects short text of message classes, export to an excel file and then you can reimport the translations.With the use of Transaction LXE_Master, you can import the translations of short texts and PDF forms that have previously been exported for offline translation. During import you can create proposals in the proposal pool.It is also possible to create application standards or system standards and you can assign a quality status to the proposals. Call T-Code: LXE_MASTERNavigate to Transport -> Externalization -> Import and this will open the Import Translation Objects screen.In the ...

Read More

Using method "DUMPSETSET_GET_ENTITYSET" in SAP FM

SAP
Giri Raju
Giri Raju
Updated on 30-Jul-2019 240 Views

Note that you need to map GetEntitySet to a data source from SEGW - SAP Gateway Service Builder and you will be able to generate runtime objects.For more details you can refer to this link:https://blogs.sap.com/2012/10/26/step-by-step-guide-to-build-an-odata-service-based-on-rfcs-part-1/

Read More
Showing 851–860 of 902 articles
« Prev 1 84 85 86 87 88 91 Next »
Advertisements