SAP Articles

Page 81 of 91

I have SAP UI5 application that I am not able to start after adding to SAP Fiori Launchpad.

Lakshmi Srinivas
Lakshmi Srinivas
Updated on 30-Jul-2019 294 Views

This problem can be fixed by adding a / before application URL like this/sap/bc/ui5_ui5/sap/zstest/Ztest- shows name of application

Read More

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

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

Explain the difference between getColumnHeaders(), getColumnNames() and getColumnTitles() in SAP?

SAP
Sai Subramanyam
Sai Subramanyam
Updated on 30-Jul-2019 341 Views

getColumnHeaders() − This function is used to return all the columns which are theoretically available. getColumnNames() − This function is used to return a list of columns displayed in a tree getColumnTitles() − This function returns same number of columns as returned by getColumnHeaders()

Read More

Accessing an SAP endpoint in apex code

Ali
Ali
Updated on 30-Jul-2019 260 Views

I faced a similar issue earlier but it was because of a bug in JAVA security package (refer link for more details)http://bugs.java.com/bugdatabase/view_bug.do?bug_id=7044060I just got updated myself to latest OpenJDK7 and it solved my issue. I think you can try the same and check if it helps.

Read More

How to use EXPORT / IMPORT to Memory ABAP – SAP?

Monica Mona
Monica Mona
Updated on 30-Jul-2019 1K+ Views

As per your requirement, you are utilizing ABAP memory to transfer data to background session from session of the user. It will not work as per the standard documentation.  RFC or updates module will run in different user sessions with different ABAP memory and hence it will not be possible.

Read More

Using memory analyzer in SAP

Sai Subramanyam
Sai Subramanyam
Updated on 30-Jul-2019 445 Views

There are lots of free and proprietary tools to do the same. You can use Memory Analyzer project done by SAP. It lets you find memory leaks against in-memory objects via simple SQL statements. Also, you can use JHAT (Java Heap Analysis tool) command line tool to examine the memory. It lets you examine heap memory via histogram and can be of good help. Also, you can go for HeapWalker from Netbeans or Visual VM. Also, Eclipse has Eclipse memory analyzer which is a freeware and can handle good size with dump and provides a fair deal of memory analysis.

Read More

How to take Backup in SAP system.

SAP
Johar Ali
Johar Ali
Updated on 30-Jul-2019 764 Views

Generally, it is not required to take the backup as SAP is very secure system and they keep the backup. But if you still want to take the backup, you would require creating a dummy destination, add the objects/your programs to transport and point it to that dummy destination and release it. Now you can keep the object s from dummy destination to any of your directory.

Read More

Information regarding function used in remote machine and their return values.

Rahul Sharma
Rahul Sharma
Updated on 30-Jul-2019 186 Views

There is a table TFDIR which contains all the information. You can use this table with FMODE=’R’ by transaction SE16. R denotes remote functions. If you want to check the return values of the function, you can use transaction SE37 by inputting the function in the search field.

Read More

Reading the contents of SAP structures from outside using RFC

Monica Mona
Monica Mona
Updated on 30-Jul-2019 454 Views

It seems you are confused with the definition of structure. The structure does not contain any data. They just type definition.If you want to return or receive a structure as a parameter, that can be done using RFC.

Read More

Length of XSTRING variable from an SAP function module.

SAP
Lakshmi Srinivas
Lakshmi Srinivas
Updated on 30-Jul-2019 984 Views

You can fetch the length of XSTRING variable using xstrlen( l_abc_xstring ) where l_abc_xstring is the XSTRING variable.

Read More
Showing 801–810 of 902 articles
« Prev 1 79 80 81 82 83 91 Next »
Advertisements