Quantcast
Channel: SCN : All Content - All Communities
Viewing all 7846 articles
Browse latest View live

ADS: SOAP Runtime Exception: CSoapExceptionTransport :(100101)

$
0
0

Hi All,

 

Anyone can help us on these error message during ADS testing.

 

ADS: SOAP Runtime Exception: CSoapExceptionTransport :(100101)

Message no. FPRUNX001

Diagnosis

An error occurred when Adobe Document Services (ADS) was launched.

System Response

Error message

Procedure

When troubleshooting, follow the steps described in SAP Note 944221.

First check the connection to ADS. You can use the program FP_PDF_TEST_00 to do this. From SAP NetWeaver Release 7.0, the program FP_CHECK_DESTINATION_SERVICE must also run successfully (both with and without the checkbox selected on the selection screen). If this program does not run successfully, there is a error in the configuration.

 

 

 

We try the note 944221 and also this link procedure on how to activate Adobe Document Services

http://scn.sap.com/community/netweaver-administrator/blog/2014/03/12/ads-installation-and-configuration-in-nw73-or-higher

 

 

 

The error message appear during our test the following via SA38

FP_TEST_00

 

ADS: SOAP Runtime Exception: CSoapExceptionTransport :(100101)

Message no. FPRUNX001

Diagnosis

An error occurred when Adobe Document Services (ADS) was launched.

System Response

Error message

Procedure

When troubleshooting, follow the steps described in SAP Note 944221.

First check the connection to ADS. You can use the program FP_PDF_TEST_00 to do this. From SAP NetWeaver Release 7.0, the program FP_CHECK_DESTINATION_SERVICE must also run successfully (both with and without the checkbox selected on the selection screen). If this program does not run successfully, there is a error in the configuratio

 

 

Here's also the other error message during performing the program test

FP_PDF_TEST_00

 

 

SYSTEM ERROR: SOAP Framework error: SOAP Runtime Exception: CSoapExceptionTransport : HTTP receive failed with exception communicati

on_failure  (100.101).

Exception of class CX_FP_RUNTIME_INTERNAL

 

And also the other programs test

 

FP_CHECK_DESTINATION_SERVICE

FP_TEST_IA_01

 

Anyone can help us on this?

 

Appreciate your help.

 

Thank you in advance.

Erwin


Delete documents

$
0
0


Hello experts,

 

i am a beginner with abap development and try to write a report that deletes materials, documents and document structures.

I just wrote a method that should delete documents. My Problem is, that the function module always returns that the document cannot be deleted, because it is used in a document structure. But I am sure that it isn't. My import structure is BAPI_DOC_AUX , just like the function module needs it.

Do you have any ideas where that comes from?

 

Thanks a lot.

 

 

 

method DELETE_DOCUMENTS.

  DATA ls_success LIKE LINE OF it_success.

* deletes document from corresponding tables
  CALL FUNCTION 'BAPI_DOCUMENT_DELETE_DIRECT'
    EXPORTING
      documenttype          = is_doc-doctype
      documentnumber        = is_doc-docnumber
      documentpart          = is_doc-docpart
      documentversion       = is_doc-docversion
   IMPORTING
     RETURN                = ls_success.

  APPEND ls_success to et_success.
  if ls_success-type eq 'S'.
* deletes document from the index table, too.
   DELETE FROM zaif_plm_doc_idx                     "#EC CI_NOFIELD
   WHERE documenttype          = is_doc-doctype
      AND documentnumber        = is_doc-docnumber
      AND documentpart          = is_doc-docpart
      AND documentversion       = is_doc-docversion.
   endif.

endmethod.

 

Message was edited by: Matthew Billingham - formatted code to be readable

how to know first date of the quarter

$
0
0

Hi,

     I wanted to know the first date of the current quarter. I tried several system views but wasnt able to accomplish

eg :- today's date is 24/2/2015 and expected date is 1/1/2015

 

Request you to help.

Thanks,

Athrey

inserting data in ORDR and RDR1 using DI API VB .net

$
0
0

Hi everyone,

 

Im trying to insert data in ordr and rdr1 using DI API in VB .NET,
My problem is i have multiple Linenums in one DocNum..

 

example in my LIST VIEW:

CardCode     PO     itemcode     qty

C0001          1          001               2

C0001          1          002               3

C0001          1          002               4


my code is:

For x As Integer = 0 To lvSO.Items.Count - 1

PO = lvSO.Items(x).SubItems(3).Text

 

 

            For y As Integer = 0 To lvSO.Items.Count - 1

                If PO = lvSO.Items(y).SubItems(3).Text Then

                    ctr += 1

                    'get all of Totals here

                End If

            Next

 

 

            PoORDR = Execute("SELECT COUNT(""NumAtCard"") FROM =" & Database & ".ORDR WHERE ""NumAtCard"" ='" & PO & "' ")

            If PoORDR(0)(0).ToString = 0 Or PoORDR(0)(0).ToString = "" Then

                'insert First PO in ORDR and rdr1

            ElseIf PoORDR(0)(0).ToString > 1 Then

                'insert rdr1

            End If

Next

 

Does every loop will change the doc Entry when inserting?

 

Thanks.

User timeout in Sap ui5

$
0
0

Hi All,

I am running my UI5 application in Internet explorer.I need to set timeout for user when he is inactive.How to maintain session time out for inactive users???

Crystal Reports Server 2013 - hangs when viewing report in CMC

$
0
0

Hi,

I have recently installed crystal reports server 2013 on the D Drive of my 2008 Server.  I am able to access my folders containing my reports on my http://localhost/8080/BOE/CMC   -- I am able to log on just fine - access the report that contains the report - I can right click the crystal report and select view  - the report just hangs - at "please wait while the document is being processed" and never actual views the report.


crystal reports 2013 is also installed on this serve on the D Drive as well.

 

I am able to access the report just fine in crystal reports 2013 ... without any issues.  It is just when I try to access the report the CMC that it is not working.

 

This is a brand new server we are trying to install this program onto.  Any assistance would be greatly appreciated.

 

I have already checked and the reports are setup to access the correct database with the correct username and passwords set in them.

 

Thanks

Crystal report how to show selected month parameter name

$
0
0


Hi All,

I have this question about printing selected month name on a report.

Basically there is a month code parameter (@month) I pass to stored proc (AbsEntry field From OFPR table).

Problem is I need to print the month name (Select Name From OFPR). I tried to create a second parameter linked to first with a code like;

 

'monthname@select name from ofpr where (absentry = '@month')

 

but this doesn't automatically populate the second parameter.

 

Thanks in advance

Gateway starter

$
0
0

Hi experts,

 

I'm making my first steps into the Gateway and i need to find out where is the best point to start.

My case is, that we will send the oData to Gateway from BPM and expose it to the frontend (UI5 application).

What do i need, in order to take care of the Gateway, taking the service from the BPM and make it ready for consumption?

Do i need an ABAP skills for doing that?

 

Please refer me to some starting materials.

 

Thanks in advance,

Georgi


Sender file adapter - check files before transmission to PI

$
0
0

Hello!

 

Our partner puts 2 files on a ftp server:

 

123.txt

123.pdf

 

Our goal is only to transmit the files if both files (same filename with extensions .txt and .pdf) are available. Sometimes the printed version (.pdf) is available later and then the .txt file should not be pulled as long as the .pdf is not available.

 

Does anyone know how to solve this problem?

 

Thanks in advance for your help!

 

Best regards

Christian

LSO Collaboration integration between ECC/EP 7.31

$
0
0

I've already configured this integration some times using EP 7.01. Now, i need to do this in EP 7.31.

 

I followed all the necessary steps to make this integration Works in ECC side(RFC Create, Maintain Parameters...).

 

When i try to test the FM LSO_COLL_GET_ROOMS, i'm receiving the SYSTEM FAILURE MESSAGE.

 

In portal side, the error is more clear.

 

erro_lso.png

 

So, the FM is not found in EP.

 

I have only the Content Player BP deployed on Portal.

 

I need to activate or deploy something to make this integration Works fine?

 

Thanks.

Web Service Help

$
0
0

I am an old dog trying to learn new tricks. I need to create a web service on an SQL Anywhere 16 database and call it from a Powerbuilder 10.5.1. Build 6021 application. Since I have never done this, I am having a hard time trying to create this process. Where I'm stuck is I created a web service and now I'm trying to create a proxy on the application but it asks for a WSDL file and I have no idea how that is created. Any help will be appreciated.

 

Rick

NWBC : Configuring POWL Inbox IBO_WDA_INBOX : Need pointers

$
0
0

Hello.

 

UI : NWBC Desktop client

ESS/MSS Addon : NO

ROLE : SAP_BC_BMT_WFM_NWBC_END_USER

 

I am trying to configure POWL inbox IBO_WDA_INBOX  to be used in NWBC, However facing lots of issues and need help in identifying the correct place to look at them. FYI..  I have very little experience of POWL and WDA.

 

INBOX :IBO_WDA_INBOX

WDAC : IBO_WDAC_POWL_INBOX

 

To compare the functionality I added EHS role which uses following inbox. The idea is to test response for same workitem.

EHSINBOX : EHHSS_INBOX

WDAC : EHHSS_WDAC_POWL_INBOX

 

 

Issue 1)

While clicking on any row in worklist, the preview do not appear at bottom

However, the same works fine in EHSInbox . For each workitem details are shown along with text box for notes .

 

 

Issue 2)

On WI Click : New window error message to maintain POWL Categories.

However, EHSInbox, clicking on same items open up a transaction in new window seamlessly

 

I would like to know what is required to setup the inbox in basic form where it executes WI properly. Any pointer will be helpful.

 

 

Regards

Manish

How to create a BEx query using BW InfoSets

$
0
0

Hello All,

 

I have a basic doubt because I never did this before.

 

I use the BEx Query Designer tool to create queries based in InfoProviders, but now I want to create a query based in InfoSets.

The BEx Query Designer tool can't find InfoSets when I press the "New Query" button, it only finds InfoProviders.

 

How can I create a query using a InfoSet? Someone could please help me?

 

Thanks in advance,

Flávio Costa

Restriction of access to create EPM input forms

$
0
0

How to restrict the user to create Input form, but allow to create self customized reports? THis will help in avoiding the user to create incorrect combination of input and save to the database

Warehouse task creation

$
0
0

Hi Experts,

 

I am beginner in SAP EWM.I am trying to create one inbound process.

 

I have created inbound delivery and trying to create the ware house task.

 

In which I am not getting any error and can able to create the task successfully.

After I click on button create+save in the message I can see a warehouse order number is created.

But when I go for confirmation it is given a message that selection produced 0 result.

 

Also in the monitor also I cant see any ware house task or order.

 

Can any one guide me on how to resolve this issue.

 

Thanks

Sanujeet


Waiting for moderation

Question about ASE 15.7 kernel mode – process vs threaded

$
0
0

Hi there,

 

This question is related to upgrading Sybase ASE Server
from version 15.5 to version 15.7 on Sun Solaris SPARC Operating System
(Solaris 10). For the upgrade, I need to choose between threaded kernel and
process kernel mode.

 

 

1> Is the process kernel mode in ASE 15.7 identical to
process kernel in ASE 15.5? Are there any changes to process kernel mode
between version 15.5 and 15.7? With all the other configurations on the Solaris
host being same (Number of CPUs, RAM, Storage, Sybase ASE Configuration
parameter values like total memory, engines), will the performance on ASE 15.7
in process kernel mode be same as on ASE 15.5?

 

If there are differences in performance, what are they? What should I be monitoring on ASE 15.7 to see

if there is performance issue on the ASE Server?

 

 

2> For the threaded kernel mode, are there any performance
overheads like more CPU usage? We are not planning to change the hardware
configuration of the Solaris host during the upgrade.  What values should I be monitoring at the OS
level OR Sybase ASE level to make sure that there are no performance issues? Is
there any particular parameter that needs to be monitored closely when we
change to threaded kernel mode?

 

Are there any Sybase Configuration parameters that I need
to tune for the New threaded kernel mode? If so, do you have any performance
tuning tips (white papers, technical documents) for threaded kernel mode?

 

 

3> What is SAP Sybase recommendation on which Kernel mode I
should be using? I researched the SAP Knowledge Base articles for
recommendations on which Kernel mode to use and I could not find a definitive answer.

 

 

Thanks,

 

Raj

MOPZ generating wrong stack for HR Renewal 2.0

$
0
0

Hello All,


It was a simple issue but I spent 2 days on it hence writing this small blog, hope it will help others.


While generating stack file in Solman 7.1 SP12 system for ERP6 EHP7 (SAP_HR 600)system to HR Renewal2.0, even after selecting addon HR Renewal 2.0, in target stack MOPZ was capturing component SAP_HR & EA_HR till 604 and 607 respectively.


While HR Renewal 2.0 upgrades SAP_HR and EA_HR to 608 level.

 

Also I was getting below warning message-

SAP KERNEL 7.42 64-BIT UNICODE': Requested instantiation '20012195' invisible

 


Solution :

 

SAP note#1940845 is solution for this.

 

Issue was due to compatibility between backend services in SAP OSS system and MOPZ.


After applying above note in solman system, MOPZ captured correct packages for HR Renewal2.0 in stack file successfully.

 

Note also cleared warning “‘SAP KERNEL 7.42 64-BIT UNICODE': Requested instantiation '20012195' invisible” but yes this warning can be ignored.

/SCWM/ISU: wrong HU number range ?

$
0
0

Dear experts,

 

I try to upload the stock data into EWM System by using of /SCWM/ISU report and it works fine so far.

 

There is one single strange thing:

 

Every time during upload I get this warning:

 

Unbenannt.JPG

Due to this the HUs in the EWM look following:

 

Unbenannt.JPG

The question: why does the system complain about number ranges, even I did set them for external:

 

Unbenannt.JPG

Did I miss some other settings?

 

Thank you in advance

 

BR

 

Denis

DS 1.4 SDK - Execute getter/setter several times with same value

$
0
0

Hi,

 

in the sample com.sap.sample.video.Video you can see an example how an setter/getter method can be called several times with the same value:

 

contribution.ztl:

 

class com.sap.sample.video.Video extends Component {    /* Plays a video file located at given URL. */     void play(/* URL of video file */ String videoUrl) {*        this.src = "<reset>";        this.src = videoUrl;    *}
}

 

 

video.js

 

this.src = function(videoUrl) {     if (videoUrl !== undefined) {          this.tagVideo.attr("src", videoUrl);          this.tagVideo[0].play();          return this;     } else {          return this.tagVideo.src;     }
};
});

 

In this case. the line  this.src = "<reset>"; in the contribution.ztl did the trick and it caused the getter/setter in vidoe.js to be executed every time.

Without the "reset" of the value, the getter/setter is only executed, when the new value of the videoURL differs from the old one.


However, in SAP DS 1.4, this doesn't seem to work anymore. When you call the play-method several times without changing the videoURL parameter, the getter/setter of the component.js is only called the first time.

Could somebody confirm this? And maybe provide a solution how to restore the old behaviour?


Many thanks,

ben

Viewing all 7846 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>