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

Soap sender Rest receiver XISOAPApps authentication failed

$
0
0

Hello All,

We have the Rest Adapter installed on a decentral adapter engine SP 10. Our central and decentralized are both on SP 10. So no support pack mismatch issues.

When I use the rest adapter as  sender and  receiver  the interface works fine.

 

But when I switch the sender adapter to a soap adapter and use the wsdl the soapui fails with XISOAPApps authentication error.

 

Other soap to soap scenario works too.

 

Any clue why this behavior? We are using a user with all admin rights ...

 

Any help would be much appreciated.

 

Thanks,

Rahul


Re: Upload/download excelsheet issue

Re: Dropdown inside Table - Anyone please?

$
0
0

HI Federico / Sandeep ,

 

I am also working on Adobe offline scenario. I am facing same problem as Drop down List inside a table.

I am very new to java script i don't know how to control the drop down list values for particular row .

can you please let me in which event i need to write the code and if possible send me the code. it is little bit urgent .

 

 

Can you Please help on this .

Thanks,

 

Regards,

Lokesh k

SAP B1 not respording while adding AP Invoice

$
0
0

Hello Expert,

 

I am facing some weird issue.

While adding A/P Invoice for 1 particular Vendor. SAP hangs (NOT RESPONDING). Then we have to close and Restart the SAP system.

Any hint what will be the issue.?

 

Regards,

Hitul

Re: want to save user inputs from a survey form to Ztable

$
0
0

Dear Ram,

 

I used the below code to clear input fields. RATING1 is the attribute bound to the input field.

 

lo_nd_output->SET_ATTRIBUTE_NULL( name = 'RATING1' )


This worked for me.


Thanks alot for your response !


Regards,

Ashly



session client : Only MANDT or CLIENT can be client column?

$
0
0

Hi Experts,

I am trying to use session client in HANA.

 

I specify a session client for my user, then I go to my attribute view and want to filter according to session client.

However I don't know where to specify my column 'CLIENT1' is client column.

 

And I found some words from HANA guide. Does it mean that HANA only filter on column 'MANDT' or 'CLIENT' for session client?

 

Optional Step: To filter and view the table data in the modeled view, which is relevant to a specific client as specified in the table fields, such as, MANDT or CLIENT, at runtime perform the following:

 

Select the Semantics node, in the Properties pane edit the Default Client property.

 

Note

The default value for the property is the one that is specified as a preference. At runtime, if the property is set to Session Client then, the value set for the Session Client property while creating a user is used to filter table data. At runtime, if the property is set to Cross Client, the table data is not filtered for any of the systems.

 

Thanks for any response.

Re: Service Order Costing Errors Data Replication CRM- ECC

$
0
0

Hello Prem,

 

Thanks for the links we did try to debug the issue we found that the entry is missing in the table CRMD_CO _ITEM any clue where we could maintain the customization for the same

 

 

Kind Regards

Atul

Re: Error While Taking Export

$
0
0

HI Ram,

 

Thanks for your reply. I have given full permission on that server to local Admin as well as the SIDADM. Actually the folder shared for export is on Windows 2003 server and local mount point is on HP -UX 11.23.

permissions are all checked which looks fine. MNTPGIL folder has 777 permission with 022 Umask

Can you advise some other issue if any.

 

Thanks

regards

Nitin


0CO_OM_CCA_20 revenue cost element

$
0
0

Dear all,

 

the datasource 0C0_OM_CCA_20 don't catch the posting with the revenue cost element (70*), 

 

how can i do it?

 

thank you

Re: How to evaluate a field over multiple rows. Trying to create variable.

$
0
0

what you are looking for is calculation context.  Lear more here.

 

 

Two steps to achieve what you want.

  1. Create Variables for individual document something like if doc="Delivery" then 1 else 0
  2. Create a final status variable(you will do all calculations here based on the above variables you created for the individual document rules) and use context to calculate the overall status.

Attached is the sample.1.jpg2.jpg3.jpg

 

Regards,

Naras

Re: total actual cost for a given PM Order

$
0
0

Try these two fms

CRMCO_GET_PLAN_ACTUAL_COSTS

CO_IH_GET_PLANNED_COSTS_TOTAL

Re: How can i publish a dashboard to launch pad?!

Manipulate Size of custom Image set to Icon property of Standard Tile

$
0
0

Hi,

 

I changed the size of standard sap icons if I used them in Standard Tile but unable to manipulate Custom Images which were using sapMImage class.Please share your recommendations.

 

Regards,

Koti Reddy

Re: HAlignment bugged after EHP6-Upgrade

$
0
0

Hello,

 

I am facing the similar issue after upgrade. I tried downloading the note 1823014 but it is showing incomplete. Could you please tell me how should I proceed?

 

Regards,

Harsh

Re: waiting for accounts.sap.com...


Re: Effort Estimation for SAP BO Dashboard

$
0
0

Hi Arvind,

 

The complexity of the Dashboard depends on the count of the data-source connections, inter-connectivity between them and also the no of objects being created on the canvas.

Re: Don't sort cc alphabetically while sending mail

$
0
0

The list of recipients is stored internally as a HASHED table. You have no control over the order.

 

Why is sort order of CC recipients the least bit significant? Why do you want it sorted in a particular way?

Re: SAP MEINT message retry mechanism

$
0
0

To address why it retries sometimes and at other times requires manual retry, in the workflow there is a ResponseXSLT step.  You will need to create a custom XSLT to handle the errors you get back from ECC or the corresponding system.  If the error code is classified as a SYS_ERROR it will retry, if it classified as an APP_ERROR it will not.  The standard Response XSLT has an example for error code 469 or when the connection to ECC fails.  Any other error will result in SYS_ERROR thus no retry.

 

You can see the error code in the response XSLT in the Document Trace Response.

 

Does your code which inserts the transaction into SAPMEINT utilize the standard Enqueuer logic or is it custom?  If you do, you may have the retry limit hard coded rather than looking at the workflow to identify it as the standard Enqueuer does.  We had a similar issue utilizing a web service.

 

We also see the 2/1 sometimes if there is more than one dispatcher running or if there is still one running in the background which you can not see.  For example, if you stop the dispatcher mid-job it will continue running in the background until all of the records are processed and because there is no indicator in the MEINT database to identify whether a record is currently being processed if you restart the dispatcher it wil process the record again since the previous job has not updated it yet.

Re: How to Color Alert Text

Re: How to solve System.InvalidOperationException: b1s file is not found! isuue

$
0
0

Hi Atilla,

thanks for Reply

 

i am just confused how to make installer i have not found in my vs 2010 in both c# and  VB,

i Created .ard file form .exe directly and install it in sap 9.0

 

so help me how can i do it .......

 

thanks & rgards

Veer

Viewing all 10548 articles
Browse latest View live


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