Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP GUI for JAVA - Dump error DP_ERROR_GET_DATA

Former Member
0 Likes
545

Hi guys,

We're currently using AppGate 8.0 to access our SAP box (620). When we use this, we cannot use Office Integration with Excel. We're getting a dump DP_ERROR_GET_DATA. But when we try accessing SAP using the logon pad (not the JAVA), we can use the Office Integration with Excel. No dump has occurred. Is JAVA supported by Office Integration? Do we have to install anything (JAVA) to be able to use Office Integration with Excel? Kindly advise. Thanks!

2 REPLIES 2
Read only

Former Member
0 Likes
443

Check the Notes

512775 "Customizing and Java GUI

939340 " Short Dump with Exception DP_ERROR_GET_DATA

Read only

Former Member
0 Likes
443

Hi Vijay,

Just have some clarifications:

OSS 512775:

If you are using MS Word or Lotus WordPro for documenting a Customizing project, the system uses the office integration. The office integration, however, cannot be executed in the SAP GUI for JAVA.

Solution

You can use the following options in the SAP GUI for JAVA if your project uses project documents:

1. Create the documents in SAPscript (SPRO->Settings->Cross-project - editor for project documentation). Caution: this setting applies to all projects in the system.

2. Deactivate the Split screen mode (Settings->Customer-specific - deactivate the 'Split screen' checkbox on the 'General' tab page). This allows you to work in the project without problems as long as you do not want to edit any project documents. Editing documents in this mode also causes the program to terminate.

--> It's more on Word issue, will it also apply to Excel issue?

OSS 939340:

Symptom

Short Dump with Exception DP_ERROR_GET_DATA.

Other terms

Office Integration, GET_REGISTERED_DOC_TYPES, C_OI_CONTAINER_CONTROL_PROXY

Reason and Prerequisites

The exceptions to Data provider methods is not catched.

Solution

Import the relevant Backend Support Package.

Have you applied this OSS Note before? Do we have to install anything? --> Import the relevant Backend Support Package as solution.

Thanks for all the help.