Quantcast
Channel: SCN: Message List
Viewing all 8594 articles
Browse latest View live

Synchronous HTTP Receiver

$
0
0


HI Guys,

I have a synchronous RFC <-->HTTP scenario, where I should be able to pass the URL, username and password from a RFC request to a HTTP location. The HTTP location should return me a text file that would be reconverted back to RFC response.

 

I am using a Seeburger HTTP adapter and getting the following exception in the Communication Channel..

 

 

MP: exception caught with cause javax.resource.ResourceException: Fatal exception: javax.resource.ResourceException: ResourceException caused by com.seeburger.xi.api.cci.SeeXIDeliveryException: SEEBURGER HTTP: HTTP component execute failed # while trying to invoke the method org.apache.commons.httpclient.HttpMethodBase.releaseConnection() of a null object returned from com.seeburger.http.base.SSLRequest.getHttpMethod(),

 

However, when I try to call this URL from IE(HOST+PORT+URI), I am able to download this file.

 

Since, this is a HTTPs call, I am using the port 443.

Which HTTP Method, should I use..(POST/PUT/GET) ?

 

Do you guys have any clue on this ?


Re: Issue in agent determination using AC-Rule

$
0
0

Hello

 

  • Try to execute the rule 90200001 in Transaction PFAC by passing the same container values.

 

  • Check the binding between the workflow and rule
  • Ensure the task TS00008267 is maintained as General task.

 

Regards

sandy

Re: stopdb - Terminating with error code 13

$
0
0

Christian,

 

My documentation says:

 

10351 errors (Server user id %d is not a valid user in database ’%.*s’) indicate a permissions problem. If the database was loaded from another server, the problem may be due to an incorrect suid/uid combination in sysusers. Check syslogins entries in source and target server, respectively.

 

Also

If you have a copy of master..syslogins in bcp native format then restore that table too.

You may need to delete most logins except sa & probe.

 

Regards

Kiran K Adharapuram

Re: Adding parameter to standard report

$
0
0

Hi Praveen,

Hi Eitan,

This report is used by standard functionality for Mass change in Background. Since caller program again can only be enhanced at end. Then how will I tell stardard code to call the Z program instead of standard one?

One alternative is to do the create Z program and do same functionality for our custom attributes. Then call this program also in same caller program. But this will be too much of processing overhead and may consume more time to process.

 

Regards,

Reverse Billing Accounting Document

$
0
0

Hi All,

 

We have a Case wherein the Accounting Document is already cleared for the Billing Document and now the business wants to reverse the Billing document. Since the Copying Req is 29, invoice cannot be cancelled as the Accounting document is already cleared.

 

Is there anyway to reverse the Accounting document and then cancel the Invoice?

 

If not, what is the alternative?

 

Kindly help

 

Regards,

Rianka

Re: How to set Delivery complete indicator when PO is released

$
0
0

You can do so at the time of PO release (ME29N),

 

Use badi ME_PROCESS_PO_CUST method Process_item. Change the value ELIKZ.

 

Hope this helps.

Re: stopdb - Terminating with error code 13

$
0
0

So you want <SID>.log right? Can I send it to you somewhere?
I don't really want to included it here. ( I think a lot of system-data is included)

Re: How to get digital signature in workflow approval

$
0
0

Hi Anand,

 

Refer to FM POPUP_GET_USER_PASSWORD for reference. Copy this FM to ZFM Then follow steps mentioned by Karri

 

Regards

Sandy


Re: Receipt Currency not same as Local Currency for a Domestic Trip

$
0
0

Hi,

 

 

did you check company code settings and company code assignment of employee, including IT0027 and IT0017?

 

Or is it for ALL employees?

 

rgds, Michael

HANA Alert : internal statistics server problem

$
0
0

Hello,

 

We encountered with an ALERT on HANA as following:

"Internal statistics server problem"

 

HANA version is SP8 and SAP Note: 2007437 is already applied on the STATISTICS PLAN CACHE Table.

 

Table "_SYS_STATISTICS.HOST_SQL_PLAN_CACHE"

Column Name,Type,Length,Nullable,Keypos

"ACCESSED_OBJECTS","VARCHAR","5000","YES","n/a"

 

But when we query the STATISTICS_LAST_CHECKS table we got the following output with a "?" on the ALERT_LAST_CHECK_RATING column.

 

select ALERT_ID,ALERT_DESCRIPTION,ALERT_NAME,ALERT_LAST_CHECK_RATING from _sys_statistics.STATISTICS_LAST_CHECKS

ALERT_ID,ALERT_DESCRIPTION,ALERT_NAME,ALERT_LAST_CHECK_RATING

0,"Identifies internal statistics server problem.","Internal statistics server problem",?

 

Have someone encounter similar issue earlier?

It would be great if you can share some inputs? I did a search and found nothing other than the SAP Note.

 

 

Thanks

Sajeev

As to display error message details

$
0
0

Hi Experts,

 

I would like to display error message's details via clicking on Details link as below, more information shall be displayed in a popped up dialog box. How can I implement it and add a link under Details word?

 

screenshot1.png

 

Kind Regards

Andie

Re: Image in report (runtime)

$
0
0

I don't use ReportAppServer.

Public Sub SetImageURL(objid As String, value As String)
        Dim ro As CrystalDecisions.CrystalReports.Engine.PictureObject = rptView.ReportSource.ReportDefinition.ReportObjects.Item(objid)
        ro.<SET URL OR PATH> = value
    End Sub

 

 

For TextObject it's poor but works:

Public Sub SetObjectText(objid As String, value As String)

            Dim ro As TextObject = rptView.ReportSource.ReportDefinition.ReportObjects.Item(objid)

            ro.Text = value

End Sub

Re: HCM Functional Scope

$
0
0

Mahmood,

 

The scope of the project while implementing Human Capital Management, varies based on the business requirement, Module and the type of Industry.

 

Core Business process should be understood thoroughly to define the timelines for implementation. 

 

Historical data upload plays a vital role in this. Based on the volume of data (data from which year to be uploaded), the resources required in terms of time and people should be defined.

 

Good luck !!!

 

to b

Check Address Button functionality

$
0
0

Hi All

 

Can someone tell me the functionality of "Check Address" button (Untitled.png)present in the customer master (FD01/ XD01)?

Re: POR1 History report for line items

$
0
0

ADOC, ADO1  are the history table, i guess you should try to find those information there.

 

Frank


Re: Error while sending mails

$
0
0

Hello Rajesh,

 

Please create new thread you should not post different issue in same thread. And also let us know to mail error and close this thread if any body suggestion works for your issue.

 

 

Thanks,

BM

Re: PowerBuilder 10.5.x Software

$
0
0

Hi Paul,

thanks for info. We have purchased a valid license.

 

André Rust

Re: How to call two OData services where one is for GET and one for POST, in same SAPUI5 view?

$
0
0

var text_var = sap.ui.getCore().getControl("unitId1").getValue();


var requestDelivery={};


OData.request

({

     requestUri:

"servicename1",

   method: "GET",

   headers:

     {     

           "X-Requested-With": "XMLHttpRequest",

           "Content-Type": "application/atom+xml",

           "DataServiceVersion": "2.0",        

            "X-CSRF-Token":"Fetch"    

     }

},

 

requestDelivery.AttributeName = text_var;

 

// Request To backend
OData.request
({
requestUri: YOURURL,
method: "POST",
headers: {                  

 

"X-Requested-With": "XMLHttpRequest",                
"Content-Type": "application/atom+xml",
"DataServiceVersion": "2.0",
"Accept": "application/atom+xml,application/atomsvc+xml,application/xml",
"X-CSRF-Token": header_xcsrf_token},

 

 

data: requestDelivery
},

Multi_Provider Do's and Don'ts related to design and performance...

$
0
0

Dear Experts,

 

I'm working on SAP NetWeaver BW 7.3 and I have designed Multi-Provider like for (Acutal Sales and Target Sales) and similar for other respective modules. I know how to design a Multi_Provider and its usage. But I have been asked to design a Multi_Provider which will involve the following cross module InfoCubes and their all "Characteristics and KeyFigure. Please see below details of Base InfoCubes and their respective count of Characteristics and KeyFigures:

 

Module:Sr. No:Cube NameNo of CharacteristicsNo of Key FiguresNavigational CharacteristicsCustom Dimension
Quality Management1Cube-Incoming Inspection35130Detail
2Cube-Inprocess Inspection35130Detail
3Cube-QM Vendor Analysis4120Detail
Material Management4Cube Stock report Movement wise3190Detail
5Cube-Inventory Day & Movment Wise Summarized3190Detail
6Cube-Inventory Movements Cube(AFI)54152Detail
7Cube-Material Consumption for CO53152Detail
Production Planning8Cube- SOP PIR & DSO Cube4100Detail
9Cube-GR Quantity of Production53150Detail
10Cube-Planned Independent Planning1530Detail
11Cube-Production Planning Order Data551364Detail
12Cube-Sales & Operation Planning750Detail
Total3212758

 

 

1. Can I have 321 Characteristics and about 275 KeyFigures into my Multi_Provider?

2. I have been asked to have all characteristics and KeyFigures of Base/Basic InfoCubes of Multi_Provider (common and non-common), will it be good design and will it create hindrance in performance of queries?

3. Can we go for a Muli_Provider for cross Module InfoCubes?

4. What should be the approach to achieve a good design with good performance of "Multi_Provider" given above scenario/requirement?

 

Many thanks!!!

 

Tariq Ashraf

Re: Hyperlink issue in webi

$
0
0

edit the variable with this query.

 

1/2/10

 

 

1/3/10

 

 

1/4/10

 

 

1/5/10

 

 

1/6/10

 

 

1/7/10

 

 

1/8/10

 

 

1/9/10

 

 

1/10/10

 

 

1/11/10

 

 

12/31/99

 

 

12/31/99

 

 

12/31/99

 

 

12/31/99

 

 

12/31/99

 

 

12/31/99

 

 

12/31/99

 

 

12/31/99

 

 

12/31/99

 

 

12/31/99

 

 

East

 

 

North

 

 

South

 

 

West

 

then we will get

 

 

1/2/10

 

 

1/3/10

 

 

1/4/10

 

 

1/5/10

 

 

1/6/10

 

 

1/7/10

 

 

1/8/10

 

 

1/9/10

 

 

1/10/10

 

 

1/11/10

 

 

12/31/99

 

 

12/31/99

 

 

12/31/99

 

 

12/31/99

 

 

12/31/99

 

 

12/31/99

 

 

12/31/99

 

 

12/31/99

 

 

12/31/99

 

 

12/31/99

 

 

<a href="www.flipkart.com">North</a>

 

 

<a href="www.google.com">Eastt</a>

 

 

<a href="www.myntra.com">South</a>

 

 

<a href="www.yahoo.com">West</a>

 

Viewing all 8594 articles
Browse latest View live




Latest Images