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

Re: Error "Could not parse XMBMessage due to Can't parse the document"

0
0

Hi Aby,

 

PI web service entry is

http://host:port/dir/wsdl?p=sa/e07a84e1e4f5378086709f7ae917833f

String userName512 = "****";

String password512 = "*****";

 

 

 

Use soapUI to connect, will get the link

String url512 = "http://host:port/XISOAPAdapter/MessageServlet?senderParty=&senderService=BS_CATL_MES_Q&receiverParty=&receiverService=&interface=SI_TimeSheetCreateOut&interfaceNamespace=http://atlbattery.com/MES/Timesheet";

 

How to check which protocol is used? The coding is the same on both servers.

 

Best regards,
Nancy


Re: New company business partners won't appear in worklist

0
0

Yes I did.  We found out that some old accounts needs adjustments to display in UKM_BP.

SMP Management Cockpit Port Communications in Cluster

0
0

Experts,

 

I have a situation where I'm not sure what port(s) that a set of clustered SMP servers use to communicate with each other.  I am running SMP 3.0 SP08 PL02.  These SMP servers are clustered together (using an Oracle database).  They are both up and running.  When I go into the Management Cockpit of server "1", it sees itself as running (green checkmark) but server "2" has a red exclamation and when I click on server "2", it says "offline".  The same is true (but opposite, obviously) from the Management Cockpit on server "2".

 

So I thought it may be a Windows Firewall issue, so I set up a rule to allow communications for both Inbound and Outbound traffic for TCP for port ranges 8080-8083.  I then stopped/started the SMP servers, but it still was in the same situation.

 

So I then did a "wide open" test by allowing all ports, again both Inbound and Outbound, to accept communications.  I then stopped/started the SMP servers again and now they see each other running (both have green checkmark).

 

My question is this.  I can't leave the Windows Firewall wide open like this, but I can't find in any documentation or SCN post what ports to open up between the clustered SMP servers.  Would someone let me know the ports and/or point me to documentation/post that states the ports?

 

Thanks,

Ed

Customer aging report

0
0

Hi All,

 

I need to get a customer aging report through a query. showing open invoices and credits.report should contain

customercode, customername, type, doc no, posting date, due date, bp ref no, balance due.  Can someone show me the query how to get this information please.  In they query i should be able to pass the customer code.

Re: Why 0FIGL_O14 have only 65 InfoObjects & no Cube for 0FI_GL_14

0
0

Hi,

 

Unfortunately, SAP did not supply all InfoObjects for every DataSource field and also not an InfoCube. You will have to deal with that.

 

I suggest to go for custom InfoProviders (based on DSO 0FIGL_O14 as a template). Please also review the various Business Content InfoCubes with prefix 0FIGL*. It might be a source of inspiration for building up the multi-dimensional model for the InfoCube.

 

Best regards,

Sander

Re: Rule editor becoming blank with Javascript code

0
0

Hi Mark,

 

But my colleague, who is on the same Agentry editor version and using the same import, able to create the javascript rules.

 

-Shyam

Re: SAP ECC integration with SFSF Compensation error (Cursalary not updated)

Re: SXMB_MONI: Technical error: Web service: PARSING.GENERAL (SuccessFactors)

0
0

This is usually invalid XML being sent.


Re: Successfactors data change indicators

0
0

You need to send the date of the last transmission to modified since field

Re: Not allow Posting in FBV0 Document List screen

0
0

Dear Rajesh,

 

I am not encountered any error for posting in FBV0. I just need to block the post function in the overview screen. i.e. 'Post Parked Documents: List' screen and force user only post the document in the detail screen. i.e. 'Post Parked Document: Overview' screen. I just find out I can do that by change the program RFPUEB00. I am not sure any other method can do that.

 

Regards,

Chris.

Re: Error in Importing of Applicants data from Onboarding to SAP HCM

0
0

The error may have cancelled writing of all employees to the log table. Correct the error and then try again.

Re: Generating form 16

0
0

Hi Prasad,

 

What is your query exactly?

 

Regards,

Venkat Polisetty

Re: Problems Printing Invoice Duplicate in a network printer

0
0

Hi Marta Silva,

I am having the same problem as yours.  Could you please share your solution to it?


Best Regards,

Lily

Re: Import via dtw price list (volume and discount) for all BP

Re: Get top hierarchy nodes?

0
0

Hi Vi,

 

you would have to select either the node itself or a child of it.

 

regards

Ingo


Re: Context/Paths/Binding?

0
0

HI DJ

 

I do not advocate path being sent. Path can change. See if you can work with Id.

 

-D

Re: Non-Inventory and Inventory Items

0
0

Hi Luis,

 

Thank you for the reply and bringing up B1UP. The Time Task from B1UP is actually something I am digging into for more details.

 

Cheers,

 

Jimmy

Re: Problem with SUM 1.0 SP13 , LIBPATH incorrect after restart of upgrade server

0
0

Hi Tom,

The situation is strange.

It's possible that the environment variables were switched(for shadow instance) at this step.

 

Normally, kernel directory is always in LIBPATH. And during the upgrade, kernel in SUM folder is part of LIBPATH for shadow instance. I suppose it's /usr/sap/B1X/SUM/abap/exe for your case.

 

If you want to have a try, you can copy the file libSQLDBCHDB.so to the folder  /usr/sap/B1X/SUM/abap/exe and repeat the step again in SUM.

 

 

 

Best regards,

Charles

Re: Is it possible to create local members on the template to calculate YTD / YTG total?

0
0

Hi Yuen,

    Actually, you can try creating YTD and YTG Key Figures in the Planning Area

 

Check if this would work:Assuming your TP has Mth,Qtr Yr,

and your Key Figure KF1 is at MTHPROD level

1.Set to NULL all values for KF1 hat dont belong to current year and future periods of current year

HKF1@MTHPROD = IF(PERIODID1 = $$PERIODID1CU$$ and PERIODID0 <= $$PERIODID0CU$$, KF1@MTHPROD,NULL);

2. Aggregate to Yr from Month

HKF1@YRPROD = SUM(HKF1@MTHPROD) ;


3. Put the aggregated Yr value to the current month

KFYTD@MTHPROD =  IF( "PERIODID1"  =  "$$PERIODID1CU$$"  AND  "PERIODID0"  =  "$$PERIODID0CU$$"  ,  "HKF1@YRPROD"  ,  "HNULL@MTHPROD" )

where HNULL is a KF which just has NULL values at MTHPROD level. You can create this KF as HNULL@MTHPRD = NULL (I/P KF1@MTHPROD)

 

There may be variations of this, but this in principle should work

Thanks,

Raghav

Re: 0FI_GL_14 Clearing date missing even after implementing Note 1802912

0
0

Hi,

 

Ad 1.

It is still not clear which ECC release you are using (e.g. 6.0). It is also relevant to know which Enhancement Package is installed, if any (e.g. EhP 4).

 

Ad 2.

SAP Note 1938533 - 0FI_GL_14: Delta mode: Changed and cleared documents are missing is not applicable in your case.

 

Ad 3.

Please refer to SAP Note 1476708 - 0FI_GL_14: Too many records extracted because of BWFI_AEDAT. Symptom 2 (BKPF-AEDAT is not updated for FI document changes made in MM or SD) might be causing the issue.

 

Ad 4.

Please note the generic entries in table BWOM_SETTINGS (i.e. the entries with OLTPSOURCE is initial) are applicable if no DataSource specific entry is available.

 

Best regards,

Sander

Viewing all 8676 articles
Browse latest View live




Latest Images